2012-10-02  Ojan Vafai  <ojan@chromium.org>

        Test rebaselines now that the Chromium Lion bot has been upgraded to 10.7.5.
        All the differences are anti-aliasing in gradients.

2012-10-02  Roger Fong  <roger_fong@apple.com>

        Skipping flaky test fast/text/international/float-as-only-child-of-isolate-crash.html is flaky on Windows.
        https://bugs.webkit.org/show_bug.cgi?id=98209

        * platform/win/TestExpectations:

2012-10-02  Nate Chapin  <japhet@chromium.org>

        Test for https://bugs.webkit.org/show_bug.cgi?id=96539.

        Reviewed by Antonio Gomes.

        * fast/dom/HTMLAnchorElement/anchor-in-noscroll-iframe-expected.txt: Added.
        * fast/dom/HTMLAnchorElement/anchor-in-noscroll-iframe.html: Added.
        * fast/dom/HTMLAnchorElement/resources: Added.
        * fast/dom/HTMLAnchorElement/resources/iframe-with-anchor.html: Added.

2012-10-02  Ojan Vafai  <ojan@chromium.org>

        Add more flaky tests.
        * platform/chromium/TestExpectations:

2012-10-02  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, skip one more failing test.

        * platform/qt/TestExpectations:

2012-10-02  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, skip a failing test.

        * platform/qt/TestExpectations:

2012-10-02  Ojan Vafai  <ojan@chromium.org>

        Add some more flaky tests.
        * platform/chromium/TestExpectations:

2012-10-02  Erik Arvidsson  <arv@chromium.org>

        createHTMLDocument() should not create a title element if the title argument is left out
        https://bugs.webkit.org/show_bug.cgi?id=96694

        Reviewed by Darin Adler.

        In case the argument is not passed to createHTMLDocument we use a null string and check
        for that before creating a title element.

        * fast/dom/DOMImplementation/createHTMLDocument-optional-title-expected.txt: Added.
        * fast/dom/DOMImplementation/createHTMLDocument-optional-title.html: Added.

2012-10-02  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        Remove MSYS-related changes to the http testing infrastructure.
        https://bugs.webkit.org/show_bug.cgi?id=98183

        Reviewed by Eric Seidel.

        In the process of removing the cruft that has accumulated in our
        Apache configuration code, we can basically revert r77161 which
        added some MSYS (mingw)-specific code to old-run-webkit-tests,
        since it is not being used by any port anymore.

        * http/conf/apache2-msys-httpd.conf: Removed.

2012-10-02  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        Remove cases of testRunner.disableImageLoading() from the layout tests.
        https://bugs.webkit.org/show_bug.cgi?id=98187

        Reviewed by Simon Fraser.

        According to the discussion started in [1], it does not make much
        sense to keep disableLoadingImages() around when
        overridePreferences("WebKitDisplayImagesKey", 0) achieves the same
        effect.

        There were only two cases of disableLoadingImages() in the tests;
        one of the tests is disabled and the other is currently skipped by
        all ports, so there should be no regressions, such as problems
        with ports that may implement testRunner.disableLoadingImages()
        but not overridePreferences("WebKitDisplayImagesKey").

        [1] http://lists.webkit.org/pipermail/webkit-dev/2012-September/022323.html

        * http/tests/misc/favicon-loads-with-icon-loading-override.html:
        * http/tests/misc/favicon-loads-with-images-disabled.html:

2012-10-02  Jochen Eisinger  <jochen@chromium.org>

        Split popup-blocking-timers.html into individual tests
        https://bugs.webkit.org/show_bug.cgi?id=96480

        Reviewed by Daniel Bates.

        That should avoid failures from the log messages coming in in the wrong order.

        * fast/events/popup-blocking-timers-expected.txt: Removed.
        * fast/events/popup-blocking-timers.html: Removed.
        * fast/events/popup-blocking-timers1-expected.txt: Added.
        * fast/events/popup-blocking-timers1.html: Added.
        * fast/events/popup-blocking-timers2-expected.txt: Added.
        * fast/events/popup-blocking-timers2.html: Added.
        * fast/events/popup-blocking-timers3-expected.txt: Added.
        * fast/events/popup-blocking-timers3.html: Added.
        * fast/events/popup-blocking-timers4-expected.txt: Added.
        * fast/events/popup-blocking-timers4.html: Added.
        * fast/events/popup-blocking-timers5-expected.txt: Added.
        * fast/events/popup-blocking-timers5.html: Added.
        * fast/events/popup-blocking-timers6-expected.txt: Added.
        * fast/events/popup-blocking-timers6.html: Added.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/qt-5.0-wk2/TestExpectations:

2012-10-02  David Grogan  <dgrogan@chromium.org>

        IndexedDB: Don't wedge if page reloads with pending upgradeneeded
        https://bugs.webkit.org/show_bug.cgi?id=98091

        Reviewed by Tony Chang.

        dont-wedge.js was derived from
        transaction-coordination-across-databases.js.

        This would have passed in DRT without this patch, but not in
        content_shell.

        * storage/indexeddb/dont-wedge-expected.txt: Added.
        * storage/indexeddb/dont-wedge.html: Added.
        * storage/indexeddb/resources/dont-wedge.js: Added.
        (test):
        (deleteDatabase1.request.onblocked):
        (deleteDatabase1):
        (deleteDatabase2):
        (isAfterReload):
        (reload):
        (openDatabase1.request.onupgradeneeded):
        (openDatabase1.request.onsuccess):
        (openDatabase1):

2012-10-02  David Grogan  <dgrogan@chromium.org>

        http/tests/inspector/indexeddb/database-structure.html start to crash after r124675
        https://bugs.webkit.org/show_bug.cgi?id=93225

        Reviewed by Tony Chang.

        * platform/chromium/TestExpectations:

2012-10-02  Sadrul Habib Chowdhury  <sadrul@chromium.org>

        [chromium] Make sure the touch-points in the touch-events have the correct state.
        https://bugs.webkit.org/show_bug.cgi?id=98110

        Reviewed by Adam Barth.

        * platform/chromium/plugins/touch-events-details-expected.txt: Added.
        * platform/chromium/plugins/touch-events-details.html: Added.

2012-10-02  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Adding Windows specific test results. Accelerated 2D canvas not enabled on Windows.

        * platform/win/fast/canvas/canvas-render-layer-expected.txt: Added.

2012-10-02  Mike West  <mkwst@chromium.org>

        [Win] Unreviewed gardening. Skipping broken tests on Windows.
        https://bugs.webkit.org/show_bug.cgi?id=98169

        http/tests/inspector/csp-injected-content-warning-contains-stacktrace.html
        and http/tests/inspector/csp-inline-warning-contains-stacktrace.html started
        failing on Apple Win 7 Release (Tests) in r130150
        <http://trac.webkit.org/changeset/130150>.

        http://build.webkit.org/results/Apple%20Win%207%20Release%20(Tests)/r130150%20(28375)/results.html

        Will be fixed in webkit.org/b/98169

        * platform/win/TestExpectations:

2012-10-02  Ojan Vafai  <ojan@chromium.org>

        Update some expectations to green the tree.
        * platform/chromium/TestExpectations:

2012-10-02  Marcelo Lira  <marcelo.lira@openbossa.org>

        [Qt] Missing expected results for rounded dotted borders tests
        https://bugs.webkit.org/show_bug.cgi?id=98170

        Reviewed by Csaba Osztrogonác.

        * platform/qt/css2.1/t170602-bdr-conflct-w-45-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-46-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-47-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-48-d-expected.png:

2012-10-02  Roger Fong  <roger_fong@apple.com>

        Remove erroneously added svn:executable property from some test files.

        * platform/win/fast/text/international/float-as-only-child-of-isolate-crash-expected.png: Removed property svn:executable.
        * platform/win/fast/text/international/float-as-only-child-of-isolate-crash-expected.txt: Removed property svn:executable.

2012-10-02  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        Remove comments from the Apache config files to start avoiding useless duplication.
        https://bugs.webkit.org/show_bug.cgi?id=98152

        Reviewed by Laszlo Gombos.

        This is the first step towards getting rid of the multiple, almost
        identical Apache httpd.conf files we have in the tree.

        Before anything else, remove the default comments from them to
        reduce the diff in later commits.

        * http/conf/apache2-debian-httpd.conf:
        * http/conf/apache2-httpd.conf:
        * http/conf/apache2-msys-httpd.conf:
        * http/conf/cygwin-httpd.conf:
        * http/conf/fedora-httpd.conf:

2012-10-02  Takashi Sakamoto  <tasak@google.com>

        [Shadow] ShadowRoot should know whether <shadow> in its treescope
        https://bugs.webkit.org/show_bug.cgi?id=97184

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/has-shadow-insertion-point-expected.txt: Added.
        * fast/dom/shadow/has-shadow-insertion-point.html: Added.

2012-10-02  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r130167 and r130171.
        http://trac.webkit.org/changeset/130167
        http://trac.webkit.org/changeset/130171
        https://bugs.webkit.org/show_bug.cgi?id=98165

        Breaks test (Requested by vsevik on #webkit).

        * http/tests/inspector/debugger-test.js:
        (initialize_DebuggerTest):
        * platform/qt/TestExpectations:

2012-10-02  Michael Brüning  <michael.bruning@digia.com>

        [Qt][WK2] inspector/extensions/extensions-network.html times out
        https://bugs.webkit.org/show_bug.cgi?id=98136

        Unreviewed gardening.

        WebInspectorProxy::platformCreateInspectorPage() is not implemented for
        the Qt 5.0 WK2 port.

        * platform/qt-5.0-wk2/TestExpectations:

2012-10-02  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, skip one more failing test.

        * platform/qt/TestExpectations:

2012-10-02  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, skip new crashing tests to paint the bots green.

        * platform/qt/TestExpectations:

2012-10-02  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed inspector test fix.

        * http/tests/inspector/debugger-test.js:
        (initialize_DebuggerTest):

2012-10-02  Andrey Kosyakov  <caseq@chromium.org>

        Unreviewed. Removed erroneously added custom expectation.

        * platform/chromium-win/inspector/console/command-line-api-expected.txt: Removed.

2012-10-02  Pavel Feldman  <pfeldman@chromium.org>

        Not reviewed: Rebaselined failing inspector test.

        * inspector/console/command-line-api-expected.txt:

2012-10-02  Andrey Kosyakov  <caseq@chromium.org>

        Unreviewed test rebaseline.

        * platform/chromium-win/inspector/console/command-line-api-expected.txt: Added.

2012-10-02  Christophe Dumez  <christophe.dumez@intel.com>

        [XMLHttpRequest] overrideMimeType(mime) does not update the response's "Content-Type" header
        https://bugs.webkit.org/show_bug.cgi?id=98137

        Reviewed by Kentaro Hara.

        Add layout test to check that calling overrideMimeType(mime) properly
        sets the response's "Content-Type" header to mime.

        * http/tests/xmlhttprequest/xmlhttprequest-overridemimetype-content-type-header-expected.txt: Added.
        * http/tests/xmlhttprequest/xmlhttprequest-overridemimetype-content-type-header.html: Added.

2012-10-02  Andrey Kosyakov  <caseq@chromium.org>

        Unreviewed gardening.
        Remove entry for bidi-layout-across-linebreak.html, reinstated meter-optimiums.html as flaky on Mac.

        * platform/chromium/TestExpectations:

2012-10-02  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed inspector test fix on JSC.
        https://bugs.webkit.org/show_bug.cgi?id=98145

        * inspector/debugger/script-snippet-model.html:

2012-10-02  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Move UISourceCode creation out from ResourceScriptMapping.
        https://bugs.webkit.org/show_bug.cgi?id=97680

        Reviewed by Pavel Feldman.

        * http/tests/inspector/workspace-test.js:
        (initialize_WorkspaceTest.InspectorTest.createWorkspace):
        (initialize_WorkspaceTest.InspectorTest.waitForWorkspaceTemporaryUISourceCodeAddedEvent.temporaryUISourceCodeAdded):
        (initialize_WorkspaceTest.InspectorTest.waitForWorkspaceTemporaryUISourceCodeAddedEvent):
        (initialize_WorkspaceTest.InspectorTest.waitForWorkspaceTemporaryUISourceCodeRemovedEvent.temporaryUISourceCodeRemoved):
        (initialize_WorkspaceTest.InspectorTest.waitForWorkspaceTemporaryUISourceCodeRemovedEvent):
        * inspector/debugger/breakpoint-manager-expected.txt:
        * inspector/debugger/breakpoint-manager.html:
        * inspector/debugger/dynamic-script-tag-expected.txt:
        * inspector/debugger/resource-script-mapping.html:
        * inspector/debugger/scripts-panel-expected.txt:
        * inspector/debugger/scripts-panel.html:

2012-10-02  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Rebaselining MathML tests as required after r129695 and r130097.
        Adding a missing baseline expectation for accessibility/svg-bounds.html.
        The baseline will be added soon-ish.

        * platform/gtk/TestExpectations:
        * platform/gtk/mathml/presentation/attributes-expected.png:
        * platform/gtk/mathml/presentation/attributes-expected.txt:
        * platform/gtk/mathml/presentation/fractions-expected.png:
        * platform/gtk/mathml/presentation/fractions-expected.txt:
        * platform/gtk/mathml/presentation/fractions-vertical-alignment-expected.png:
        * platform/gtk/mathml/presentation/fractions-vertical-alignment-expected.txt:
        * platform/gtk/mathml/presentation/mo-stretch-expected.png:
        * platform/gtk/mathml/presentation/mo-stretch-expected.txt:
        * platform/gtk/mathml/presentation/over-expected.png:
        * platform/gtk/mathml/presentation/over-expected.txt:
        * platform/gtk/mathml/presentation/roots-expected.png:
        * platform/gtk/mathml/presentation/roots-expected.txt:
        * platform/gtk/mathml/presentation/row-alignment-expected.png:
        * platform/gtk/mathml/presentation/row-alignment-expected.txt:
        * platform/gtk/mathml/presentation/subsup-expected.png:
        * platform/gtk/mathml/presentation/subsup-expected.txt:
        * platform/gtk/mathml/presentation/tables-expected.png:
        * platform/gtk/mathml/presentation/tables-expected.txt:

2012-10-02  Mike West  <mkwst@chromium.org>

        Add call stacks to Content Security Policy checks when relevant.
        https://bugs.webkit.org/show_bug.cgi?id=94433

        Reviewed by Adam Barth.

        * http/tests/inspector-enabled/contentSecurityPolicy-blocks-setInterval-expected.txt: Removed.
        * http/tests/inspector-enabled/contentSecurityPolicy-blocks-setInterval.html: Removed.
        * http/tests/inspector-enabled/contentSecurityPolicy-blocks-setTimeout-expected.txt: Removed.
        * http/tests/inspector-enabled/contentSecurityPolicy-blocks-setTimeout.html: Removed.
            Moved these tests to http/test/inspector, and rewrote them for consistency.
        * http/tests/inspector/csp-injected-content-warning-contains-stacktrace-expected.txt: Added.
        * http/tests/inspector/csp-injected-content-warning-contains-stacktrace.html: Added.
        * http/tests/inspector/csp-inline-warning-contains-stacktrace-expected.txt: Added.
        * http/tests/inspector/csp-inline-warning-contains-stacktrace.html: Added.
        * http/tests/inspector/csp-setInterval-contains-stacktrace-expected.txt: Added.
        * http/tests/inspector/csp-setInterval-warning-contains-stacktrace.html: Added.
        * http/tests/inspector/csp-setTimeout-warning-contains-stacktrace-expected.txt: Added.
        * http/tests/inspector/csp-setTimeout-warning-contains-stacktrace.html: Added.
        * http/tests/inspector/resources/csp-inline-test.js: Added.
        (thisTest):
        * http/tests/inspector/resources/csp-test.js: Added.
        (test.addMessage):
        (test):
            Two new tests for the functionality.
        * platform/chromium/http/tests/inspector/csp-injected-content-warning-contains-stacktrace-expected.txt: Added.
        * platform/chromium/http/tests/inspector/csp-inline-warning-contains-stacktrace-expected.txt: Added.
        * platform/chromium/http/tests/inspector/csp-setInterval-contains-stacktrace-expected.txt: Added.
        * platform/chromium/http/tests/inspector/csp-setTimeout-warning-contains-stacktrace-expected.txt: Added.
            The stacktrace looks slightly different under JSC than V8.

2012-10-02  Yoshifumi Inoue  <yosin@chromium.org>

        [Forms] Multiple fields datetime/datetime-local input UI
        https://bugs.webkit.org/show_bug.cgi?id=97997

        Reviewed by Kent Tamura.

        This patch adds Chromium port specific expectations for "datetime" and
        "datetime-local" input type tests for multiple fields datetime input UI.

        * platform/chromium/fast/forms/datetime/datetime-input-visible-string-expected.txt: Added. Multiple fields datetime input UI doesn't have selection.
        * platform/chromium/fast/forms/datetime/datetime-stepup-stepdown-from-renderer-expected.txt: Added. On multiple fields datetime input UI, step down/up decrement/increment a field rather than whole value.
        * platform/chromium/fast/forms/datetimelocal/datetimelocal-input-visible-string-expected.txt: Added. Multiple fields datetime-local input UI doesn't have selection.
        * platform/chromium/fast/forms/datetimelocal/datetimelocal-stepup-stepdown-from-renderer-expected.txt: Added. On multiple fields datetime-local input UI, step down/up decrement/increment a field rather than whole value.

2012-10-02  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Rebaselining fast/canvas/canvas-render-layer.html after r130056.
        Changing one calendar picker expectation after r130113.
        Marking fast/css/sticky/sticky-writing-mode-vertical-rl.html as flaky.

        * platform/gtk/TestExpectations:
        * platform/gtk/fast/canvas/canvas-render-layer-expected.txt:

2012-10-02  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: inspector/debugger/script-snippet-model.html fails
        https://bugs.webkit.org/show_bug.cgi?id=98129

        Reviewed by Pavel Feldman.

        * inspector/debugger/script-snippet-model.html:

2012-10-02  Keishi Hattori  <keishi@webkit.org>

        Web Inspector: Modifications in a shadow tree don't update the Elements panel.
        https://bugs.webkit.org/show_bug.cgi?id=97056

        Reviewed by Pavel Feldman.

        * inspector/elements/shadow-dom-modify-chardata-expected.txt: Added.
        * inspector/elements/shadow-dom-modify-chardata.html: Added.

2012-09-20  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Provide a way to distinguish scripts having sourceURL from standalone scripts.
        https://bugs.webkit.org/show_bug.cgi?id=97231

        Reviewed by Pavel Feldman.

        * inspector/debugger/source-url-comment-expected.txt:
        * inspector/debugger/source-url-comment.html:

2012-10-02  Philip Rogers  <pdr@google.com>

        Fix PerfTest standard deviation calculation.
        https://bugs.webkit.org/show_bug.cgi?id=98115

        Reviewed by Ryosuke Niwa.

        Previously our standard deviation calculation was incorrect. This patch
        updates perftest.py's algorithm to calculate the sample standard deviation
        (with Bessel's correction) using Knuth's online algorithm:
        http://en.wikipedia.org/wiki/Algorithms_for_calculating_variance#Online_algorithm
        An existing test has been modified to prove our new results.

        This patch also updates runner.js to use Bessel's correction in
        its sample standard deviation calculation, which is more accurate
        for small sample sizes.

        Additionally, runner.js has been modified to not calculate
        the 'sum' statistic, which was not very useful.

        * fast/harness/perftests/perf-runner-compute-statistics-expected.txt:
        * fast/harness/perftests/perf-runner-compute-statistics.html:
        * fast/harness/perftests/runs-per-second-log-expected.txt:

2012-10-02  Andrey Kosyakov  <caseq@chromium.org>

        Unreviewed gardening -- rebaselined canvas-render-layer and 4 week-multiple-fields-appearance tests.

        * platform/chromium-linux/fast/canvas/canvas-render-layer-expected.png: Removed.
        * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-render-layer-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/canvas/canvas-render-layer-expected.txt: Copied from LayoutTests/platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-render-layer-expected.txt.
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png: Added.
        * platform/chromium-mac/fast/canvas/canvas-render-layer-expected.png:
        * platform/chromium-mac/fast/canvas/canvas-render-layer-expected.txt:
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png: Added.
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png: Added.
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-render-layer-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-render-layer-expected.txt: Removed.
        * platform/chromium-win-xp/fast/canvas/canvas-render-layer-expected.txt: Copied from LayoutTests/platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-render-layer-expected.txt.
        * platform/chromium-win/fast/canvas/canvas-render-layer-expected.png:
        * platform/chromium-win/fast/canvas/canvas-render-layer-expected.txt:
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png: Added.
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png: Added.
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-render-layer-expected.png:
        * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-render-layer-expected.txt: Removed.
        * platform/chromium/platform/chromium/virtual/gpu/fast/canvas/canvas-render-layer-expected.txt: Renamed from LayoutTests/platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-render-layer-expected.txt.

2012-10-01  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: move completions calculation into RuntimeModel (part 1)
        https://bugs.webkit.org/show_bug.cgi?id=98053

        Reviewed by Yury Semikhatsky.

        * http/tests/inspector/console-cd-completions.html:
        * http/tests/inspector/network/network-initiator-from-console.html:
        * inspector/debugger/debugger-completions-on-call-frame.html:

2012-10-01  Keishi Hattori  <keishi@webkit.org>

        Calendar picker should use zero as default step base
        https://bugs.webkit.org/show_bug.cgi?id=97976

        Reviewed by Kent Tamura.

        * fast/forms/date/calendar-picker-with-step-expected.txt: Renamed from LayoutTests/fast/forms/date/calendar-picker-appearance-with-step-expected.txt.
        * fast/forms/date/calendar-picker-with-step.html: Renamed from LayoutTests/fast/forms/date/calendar-picker-appearance-with-step.html. Renamed because this does not test apeparance.

2012-10-01  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Fix expected result name.

        * platform/win/fast/text/international/float-as-only-child-of-isolate-crash-expected.txt: Added.
        * platform/win/fast/text/international/float-as-only-child-of-isolate-crash-expected.txt.txt: Removed.

2012-10-01  Keishi Hattori  <keishi@webkit.org>

        Add more tests for calendar picker
        https://bugs.webkit.org/show_bug.cgi?id=98034

        Reviewed by Kent Tamura.

        This adds basic tests for all key bindings and simple mouse operations.

        * fast/forms/date/calendar-picker-common.js: Added.
        (currentMonth): Returns month that the picker is currently showing.
        (selectedDate):
        (openPicker): Opens the calendar picker and updates popupWindow.
        (sendKey):
        * fast/forms/date/calendar-picker-key-operations-expected.txt:
        * fast/forms/date/calendar-picker-key-operations.html:
        * fast/forms/date/calendar-picker-mouse-operations-expected.txt: Added.
        * fast/forms/date/calendar-picker-mouse-operations.html: Added.
        * fast/forms/resources/common.js:
        (cumulativeOffset):
        (hoverOverElement):
        (clickElement):
        * platform/chromium/fast/forms/date/date-suggestion-picker-mouse-operations.html:
        * platform/gtk/TestExpectations: Added calendar-picker-mouse-operations.html.

2012-10-01  Tony Chang  <tony@chromium.org>

        flexbox does wrong baseline item alignment in columns
        https://bugs.webkit.org/show_bug.cgi?id=97948

        Reviewed by Ojan Vafai.

        Update test cases with new baseline alignment for column.

        * css3/flexbox/align-baseline-expected.html: Added.
        * css3/flexbox/align-baseline.html: Added.
        * css3/flexbox/flex-align-baseline-expected.txt:
        * css3/flexbox/flex-align-baseline.html:
        * css3/flexbox/multiline-align-self.html:

2012-10-01  Yoshifumi Inoue  <yosin@chromium.org>

        Adding appearance tests for multiple fields week input UI
        https://bugs.webkit.org/show_bug.cgi?id=98006

        Reviewed by Kent Tamura.

        This patch adds tests for multiple fields week input UI and disables
        these tests on ports which don't enable both ENABLE_INPUT_TYPE_WEEK
        and ENABLE_INPUT_MULTIPLE_FIELDS_UI.

        Note: We need to do rebaseline tests to update images for Chromium-Mac
        and Chromium-Win.

        Note: This patch affects ports which enable both ENABLE_INPUT_TYPE_WEEK
        and ENABLE_INPUT_MULTIPLE_FIELDS_UI.

        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.txt: Added.
        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic.html:  Added for checking basic appearance.
        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.txt: Added.
        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes.html: Added for checking appearance of applying CSS pseudo classes, e.g. :enabled, :invalid, and so on.
        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements.html: Added for checking appearance of applying CSS pseudo elements, e.g. :after, :before, and so on.
        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.txt: Added.
        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-style.html: Added for checking appearance of applying CSS styles
        * platform/chromium-android/TestExpectations: Changed to disable tests for multiple fields week input UI.
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png: Added.
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png: Added.
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png: Added.
        * platform/chromium/TestExpectations: Changed to disable tests for multiple fields week input UI of Mac and Win for rebaseline.
        * platform/efl/TestExpectations: Changed to disable tests for multiple fields week input UI.
        * platform/gtk/TestExpectations: ditto
        * platform/mac/TestExpectations: ditto
        * platform/qt/TestExpectations: ditto
        * platform/win/TestExpectations: ditto

2012-10-01  Filip Pizlo  <fpizlo@apple.com>

        Address a FIXME in JSArray::sort
        https://bugs.webkit.org/show_bug.cgi?id=98080
        <rdar://problem/12407844>

        Reviewed by Oliver Hunt.

        * fast/js/jsc-test-list:
        * fast/js/script-tests/sort-with-side-effecting-comparisons.js: Added.
        * fast/js/sort-with-side-effecting-comparisons-expected.txt: Added.
        * fast/js/sort-with-side-effecting-comparisons.html: Added.

2012-10-01  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Skipping flaky test on Windows: inspector/debugger/dynamic-script-tag.html.
        https://bugs.webkit.org/show_bug.cgi?id=98095

        * platform/win/TestExpectations:

2012-09-28  Ryosuke Niwa  <rniwa@webkit.org>

        Encapsulate private properties in PerfTestRunner better
        https://bugs.webkit.org/show_bug.cgi?id=97833

        Reviewed by Ojan Vafai.

        Override PerfTestRunner.now instead of PerfTestRunner._perSecondRunnerIterator since the latter
        is no longer exposed.

        * fast/harness/perftests/runs-per-second-iterations-expected.txt:
        * fast/harness/perftests/runs-per-second-iterations.html: Increase the runtime of the last 4 runs
        since test.timeToRun is no longer supported by PerfTestRunner.
        * fast/harness/perftests/runs-per-second-log-expected.txt:
        * fast/harness/perftests/runs-per-second-log.html: Avoid use numbers that contain primes other
        than 2 and 5 as runs because they cause rouding errors in PerfTestRunner.measureRunsPerSecondOnce
        and make the output dependent on the underlying floating number implementation.

2012-10-01  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Rolling out changes from http://trac.webkit.org/changeset/119130.
        Tests match older results.

        * platform/win/fast/text/international/float-as-only-child-of-isolate-crash-expected.png: Added.
        * platform/win/fast/text/international/float-as-only-child-of-isolate-crash-expected.txt.txt: Added.

2012-10-01  David Barton  <dbarton@mathscribe.com>

        [MathML] Baseline wrong for fractions or munder/mover with padding
        https://bugs.webkit.org/show_bug.cgi?id=97990

        Reviewed by Eric Seidel.

        We handle any border and padding correctly, and quit adding extra left and right padding
        to numerators and denominators.

        * mathml/presentation/over.xhtml:
        * mathml/presentation/row-alignment.xhtml:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/mathml/presentation/attributes-expected.png:
        * platform/mac/mathml/presentation/attributes-expected.txt:
        * platform/mac/mathml/presentation/fractions-expected.png:
        * platform/mac/mathml/presentation/fractions-expected.txt:
        * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.png:
        * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.txt:
        * platform/mac/mathml/presentation/mo-stretch-expected.png:
        * platform/mac/mathml/presentation/mo-stretch-expected.txt:
        * platform/mac/mathml/presentation/over-expected.png:
        * platform/mac/mathml/presentation/over-expected.txt:
        * platform/mac/mathml/presentation/roots-expected.png:
        * platform/mac/mathml/presentation/roots-expected.txt:
        * platform/mac/mathml/presentation/row-alignment-expected.png:
        * platform/mac/mathml/presentation/row-alignment-expected.txt:
        * platform/mac/mathml/presentation/subsup-expected.png:
        * platform/mac/mathml/presentation/subsup-expected.txt:

2012-10-01  Ojan Vafai  <ojan@chromium.org>

        Add some flaky tests to match what's happening on the bots.
        * platform/chromium/TestExpectations:

2012-10-01  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Update results again after r130080.

        * platform/efl/fast/canvas/canvas-render-layer-expected.txt:

2012-10-01  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Skipped on other platforms in http://trac.webkit.org/changeset/129897.
        Skipping on Windows as well.

        * platform/win/TestExpectations:

2012-10-01  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Skipping http/tests/security/cross-origin-local-storage-wk1.html since support for the feature on Windows has not been added yet.
        https://bugs.webkit.org/show_bug.cgi?id=98079

        * platform/win/Skipped:

2012-10-01  Jon Lee  <jonlee@apple.com>

        Re-baseline after r130080 for Mac.

        * platform/mac/fast/canvas/canvas-render-layer-expected.txt:

2012-10-01  Jon Lee  <jonlee@apple.com>

        Add failing geolocation test to Mac WK2 TestExpectations
        https://bugs.webkit.org/show_bug.cgi?id=98081

        * platform/mac-wk2/TestExpectations:

2012-10-01  Ojan Vafai  <ojan@chromium.org>

        Set the line-height of the body to 0 to make this test not be text rendering dependent.

        * fast/canvas/canvas-render-layer.html:
        * platform/chromium-linux/fast/canvas/canvas-render-layer-expected.txt:
        * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-render-layer-expected.txt:

2012-10-01  Ojan Vafai  <ojan@chromium.org>
 
        Actually restrict to Windows debug this time.
        * platform/chromium/TestExpectations:

2012-10-01  Ojan Vafai  <ojan@chromium.org>

        Mark platform/chromium/virtual/gpu/fast/canvas/canvas-composite-alpha.html as slow
        on Windows debug.
        * platform/chromium/TestExpectations:

2012-10-01  Jon Lee  <jonlee@apple.com>

        Remove passing fast/event/dispatch-message-string-data.html from WK2 TestExpectations.
        https://bugs.webkit.org/show_bug.cgi?id=96552

        Appears to pass on Mountain Lion and Lion.

        * platform/mac-wk2/TestExpectations:

2012-10-01  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Update expectations after r129934 and r130056.

        * platform/efl/fast/canvas/canvas-render-layer-expected.png:
        * platform/efl/fast/canvas/canvas-render-layer-expected.txt:

2012-10-01  Jon Lee  <jonlee@apple.com>

        Unskip the test in TestExpectations.

        * platform/mac/TestExpectations: Unskip canvas/canvas-render-layer.html.

2012-10-01  Jon Lee  <jonlee@apple.com>

        Add expected test results for r129934.
        https://bugs.webkit.org/show_bug.cgi?id=97940

        * platform/mac/fast/canvas/canvas-render-layer-expected.png: Added.
        * platform/mac/fast/canvas/canvas-render-layer-expected.txt: Added.

2012-10-01  Ojan Vafai  <ojan@chromium.org>

        Update some chromium expectations to match what's happening on the bots.
        Notably, mark storage/indexeddb as [ Pass Slow ].
        * platform/chromium/TestExpectations:

2012-10-01  Arpita Bahuguna  <arpitabahuguna@gmail.com>

        RenderBlock incorrectly calculates pref width when a replaced object follows a RenderInline with width
        https://bugs.webkit.org/show_bug.cgi?id=84624

        Reviewed by Levi Weintraub.

        * fast/block/block-with-inline-replaced-child-expected.html: Added.
        * fast/block/block-with-inline-replaced-child.html: Added.
        * fast/block/resources: Added.
        * fast/block/resources/50x50.gif: Added.
        Added a ref test for verifying that the containing block grows to accomodate the
        replaced element (image) when it follows an inline flow object.
        Added a new directory under fast/block for resources.

2012-10-01  Brian Salomon  <bsalomon@google.com>

        Improvments to recently added test, fast/canvas/canvas-render-layer.html
        https://bugs.webkit.org/show_bug.cgi?id=97940

        Reviewed by Ojan Vafai.

        The test previously had whitespace between the canvases. This made the expectations dependent upon platform-specific text rendering. The spaces have been removed in the revised test.

        * fast/canvas/canvas-render-layer.html:
        * platform/chromium-linux/fast/canvas/canvas-render-layer-expected.png: Added.
        * platform/chromium-linux/fast/canvas/canvas-render-layer-expected.txt: Added.
        * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-render-layer-expected.png: Added.
        * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-render-layer-expected.txt: Added.

2012-10-01  Andrey Kosyakov  <caseq@chromium.org>

        Unreviewed gardening -- clean up expectations for passing tests.

        * platform/chromium/TestExpectations:

2012-10-01  Michael Brüning  <michael.bruning@digia.com>

        Remove hixie76 websocket test from Qt 5.0 WK2 TestExpectations skipped list.
        https://bugs.webkit.org/show_bug.cgi?id=98037

        Unreviewed gardening.

        Hixie76 websocket tests were moved to Hybi as Hixie76 was removed.
        Also, the test that is removed from the skipped list is passing in
        the Hybi version.

        * platform/qt-5.0-wk2/TestExpectations:

2012-10-01  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding platform-specific baselines for fast/canvas/canvas-render-layer.html
        as required after r129934.
        Skipping a calendar picker test that times out, the feature is not yet supported
        on the GTK port.
        Adding a flaky failure expectation for fast/dom/inline-event-attributes-release.html
        that started occurring after r130000.

        * platform/gtk/TestExpectations:
        * platform/gtk/fast/canvas/canvas-render-layer-expected.png: Added.
        * platform/gtk/fast/canvas/canvas-render-layer-expected.txt: Added.

2012-10-01  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Remove EFL-specific expectations for fast/regions/webkit-named-flow-*
        https://bugs.webkit.org/show_bug.cgi?id=98029

        Unreviewed, EFL gardening.

        Removing redundant platform-specific test results for webkit-named-flow-* cases.
        Fixes bot redness after API rename in r130041.

        * platform/efl/fast/regions/webkit-named-flow-collection-crash-expected.txt: Removed.
        * platform/efl/fast/regions/webkit-named-flow-collection-expected.txt: Removed.
        * platform/efl/fast/regions/webkit-named-flow-event-add-to-flow-expected.txt: Removed.
        * platform/efl/fast/regions/webkit-named-flow-event-expected.txt: Removed.
        * platform/efl/fast/regions/webkit-named-flow-event-no-regions-expected.txt: Removed.
        * platform/efl/fast/regions/webkit-named-flow-event-remove-from-dom-expected.txt: Removed.
        * platform/efl/fast/regions/webkit-named-flow-event-remove-from-flow-expected.txt: Removed.
        * platform/efl/fast/regions/webkit-named-flow-event-target-expected.txt: Removed.
        * platform/efl/fast/regions/webkit-named-flow-event-to-null-expected.txt: Removed.
        * platform/efl/fast/regions/webkit-named-flow-existing-flow-expected.txt: Removed.
        * platform/efl/fast/regions/webkit-named-flow-first-empty-region-index-expected.txt: Removed.
        * platform/efl/fast/regions/webkit-named-flow-flow-added-expected.txt: Removed.
        * platform/efl/fast/regions/webkit-named-flow-get-content-expected.txt: Removed.
        * platform/efl/fast/regions/webkit-named-flow-get-regions-expected.txt: Removed.
        * platform/efl/fast/regions/webkit-named-flow-invalid-name-expected.txt: Removed.
        * platform/efl/fast/regions/webkit-named-flow-modified-flow-expected.txt: Removed.
        * platform/efl/fast/regions/webkit-named-flow-name-expected.txt: Removed.
        * platform/efl/fast/regions/webkit-named-flow-non-existing-flow-expected.txt: Removed.
        * platform/efl/fast/regions/webkit-named-flow-overset-expected.txt: Removed.
        * platform/efl/fast/regions/webkit-named-flow-removed-flow-expected.txt: Removed.
        * platform/efl/fast/regions/webkit-named-flow-same-object-expected.txt: Removed.

2012-10-01  Andrey Kosyakov  <caseq@chromium.org>

        Unreviewed gardening -- clean up expectations for passing tests.

        * platform/chromium/TestExpectations:

2012-10-01  Andrei Bucur  <abucur@adobe.com>

        [CSS Regions] Remove the deprecated API Document.webkitGetFlowByName
        https://bugs.webkit.org/show_bug.cgi?id=97657

        Reviewed by Andreas Kling.

        To minimize the code change impact, I've created a new method in helper.js getFlowByName() that emulates the
        behaviour of Document.webkitGetFlowByName(). All the occurrences of Document.webkitGetFlowByName in the tests/expected results
        have been replaced with getFlowByName.

        * fast/regions/get-regions-by-content-horiz-bt.html:
        * fast/regions/get-regions-by-content-horiz-tb.html:
        * fast/regions/get-regions-by-content-vert-lr.html:
        * fast/regions/get-regions-by-content-vert-rl.html:
        * fast/regions/get-regions-by-content.html:
        * fast/regions/get-regions-by-content2.html:
        * fast/regions/resources/helper.js:
        (getFlowByName):
        * fast/regions/webkit-named-flow-event-add-to-flow.html:
        * fast/regions/webkit-named-flow-event-no-regions.html:
        * fast/regions/webkit-named-flow-event-remove-from-dom.html:
        * fast/regions/webkit-named-flow-event-remove-from-flow.html:
        * fast/regions/webkit-named-flow-event-target-expected.txt:
        * fast/regions/webkit-named-flow-event-target.html:
        * fast/regions/webkit-named-flow-event-to-null.html:
        * fast/regions/webkit-named-flow-event.html:
        * fast/regions/webkit-named-flow-existing-flow.html:
        * fast/regions/webkit-named-flow-first-empty-region-index.html:
        * fast/regions/webkit-named-flow-flow-added.html:
        * fast/regions/webkit-named-flow-get-content-expected.txt:
        * fast/regions/webkit-named-flow-get-content.html:
        * fast/regions/webkit-named-flow-get-regions.html:
        * fast/regions/webkit-named-flow-invalid-name.html:
        * fast/regions/webkit-named-flow-modified-flow.html:
        * fast/regions/webkit-named-flow-name.html:
        * fast/regions/webkit-named-flow-non-existing-flow.html:
        * fast/regions/webkit-named-flow-overset.html:
        * fast/regions/webkit-named-flow-removed-flow.html:
        * fast/regions/webkit-named-flow-same-object.html:

2012-10-01  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL][WK2] fast/history/multiple-classes-visited.html should be skipped
        https://bugs.webkit.org/show_bug.cgi?id=98017

        Unreviewed EFL gardening.

        fast/history/multiple-classes-visited.html is globally skipped for WK2
        but marked as explicit PASS for EFL port. Unfortunately, this test is
        failing for EFL port as well so we need to remove the explicit PASS
        expectation.

        * platform/efl-wk2/TestExpectations:

2012-10-01  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Generate baseline for fast/canvas/canvas-render-layer.html
        https://bugs.webkit.org/show_bug.cgi?id=98018

        Unreviewed EFL gardening.

        Generate EFL baseline for fast/canvas/canvas-render-layer.html
        test.

        * platform/efl/fast/canvas/canvas-render-layer-expected.png: Added.
        * platform/efl/fast/canvas/canvas-render-layer-expected.txt: Added.

2012-10-01  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] fast/replaced/no-focus-ring-* tests should be skipped
        https://bugs.webkit.org/show_bug.cgi?id=98012

        Unreviewed EFL gardening.

        Skip again fast/replaced/no-focus-ring-* tests as they are
        failing on the build bots due to X not running.

        * platform/efl-wk2/TestExpectations:

2012-10-01  Arko Saha  <arko@motorola.com>

        Microdata: names.item() must return null for out of range indexes.
        https://bugs.webkit.org/show_bug.cgi?id=97898

        Reviewed by Kentaro Hara.

        Added test case to ensure names.item() behavior for out of range indexes.

        * fast/dom/MicroData/names-item-out-of-range-index-expected.txt: Added.
        * fast/dom/MicroData/names-item-out-of-range-index.html: Added.

2012-10-01  Yoshifumi Inoue  <yosin@chromium.org>

        [Forms] Multiple fields week input UI
        https://bugs.webkit.org/show_bug.cgi?id=97877

        Reviewed by Kent Tamura.

        This patch adds Chromium port specific expectations for "week" input
        type tests for multiple fields week input UI.

        Note: This patch affects ports which enable both ENABLE_INPUT_TYPE_WEEK
        and ENABLE_INPUT_MULTIPLE_FIELDS_UI.

        * platform/chromium/fast/forms/week/week-input-visible-string-expected.txt: Added. Multiple fields week input UI doesn't have selection.
        * platform/chromium/fast/forms/week/week-stepup-stepdown-from-renderer-expected.txt: Added. On multiple fields week input UI, step down/up decrement/increment a field rather than whole value.

2012-10-01  Andrey Kosyakov  <caseq@chromium.org>

        Unreviewed gardening -- removed TestExpectation entries for passing tests.

        * platform/chromium/TestExpectations:

2012-10-01  Andrey Kosyakov  <caseq@chromium.org>

        Unreviewed gardening -- rebaselined meter element tests on chromium-mac.

        * fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Renamed from LayoutTests/platform/efl/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png.
        * platform/chromium-mac-snowleopard/fast/dom/HTMLMeterElement/meter-styles-expected.png:
        * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-element-expected.png:
        * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png:
        * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-styles-expected.png:
        * platform/chromium/TestExpectations:
        * platform/gtk/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Removed.

2012-10-01  Kenichi Ishibashi  <bashi@chromium.org>

        [WebSocket] Setting wrong value to binaryType should not raise exception
        https://bugs.webkit.org/show_bug.cgi?id=97999

        Reviewed by Yuta Kitamura.

        Update binary-type.html.

        * http/tests/websocket/tests/hybi/binary-type-expected.txt:
        * http/tests/websocket/tests/hybi/binary-type.html:

2012-10-01  Andrey Kosyakov  <caseq@chromium.org>

        Unreviewed gardening. Added expectations for 4 month-multiple-fields tests for chromium mac & win.
        https://bugs.webkit.org/show_bug.cgi?id=97888

        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png: Added.
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png: Added.
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png: Added.
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png: Added.
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png: Added.
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png: Added.
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png: Added.
        * platform/chromium/TestExpectations:

2012-10-01  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Unskip fast/innerHTML/innerHTML-iframe.html after r130003.

        * platform/efl/TestExpectations:

2012-10-01  Yoshifumi Inoue  <yosin@chromium.org>

        Add appearance tests for multiple fields month input UI
        https://bugs.webkit.org/show_bug.cgi?id=97888

        Reviewed by Kent Tamura.

        This patch adds tests for multiple fields month input UI and disables
        these tests on ports which don't enable both ENABLE_INPUT_TYPE_MONTH
        and ENABLE_INPUT_MULTIPLE_FIELDS_UI.

        Note: We need to do rebaseline tests to update images for Chromium-Mac
        and Chromium-Win.

        Note: This patch affects ports which enable both ENABLE_INPUT_TYPE_MONTH
        and ENABLE_INPUT_MULTIPLE_FIELDS_UI.

        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.txt: Added.
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic.html:  Added for checking basic appearance.
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.txt: Added.
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes.html: Added for checking appearance of applying CSS pseudo classes, e.g. :enabled, :invalid, and so on.
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements.html: Added for checking appearance of applying CSS pseudo elements, e.g. :after, :before, and so on.
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.txt: Added.
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-style.html: Added for checking appearance of applying CSS styles
        * platform/chromium-android/TestExpectations: Changed to disable tests for multiple fields month input UI.
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png: Added.
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png: Added.
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png: Added.
        * platform/chromium/TestExpectations: Changed to disable tests for multiple fields month input UI of Mac and Win for rebaseline.
        * platform/efl/TestExpectations: Changed to disable tests for multiple fields month input UI.
        * platform/gtk/TestExpectations: ditto
        * platform/mac/TestExpectations: ditto
        * platform/qt/TestExpectations: ditto
        * platform/win/TestExpectations: ditto

2012-10-01  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r130004.
        http://trac.webkit.org/changeset/130004
        https://bugs.webkit.org/show_bug.cgi?id=97996

        Test shadow-dom-modify-chardata.html is failing (Requested by
        keishi on #webkit).

        * inspector/elements/shadow-dom-modify-chardata-expected.txt: Removed.
        * inspector/elements/shadow-dom-modify-chardata.html: Removed.

2012-10-01  Keishi Hattori  <keishi@webkit.org>

        REGRESSION(r127727): Calendar picker is ignoring step
        https://bugs.webkit.org/show_bug.cgi?id=97893

        Reviewed by Kent Tamura.

        * fast/forms/date/calendar-picker-appearance-with-step-expected.txt: Added.
        * fast/forms/date/calendar-picker-appearance-with-step.html: Added.

2012-09-30  Glenn Adams  <glenn@skynav.com>

        Sign in front of keyframe selector causes stylesheet parsing to abort
        https://bugs.webkit.org/show_bug.cgi?id=96844

        Reviewed by Simon Fraser.

        Add test case for correct handling of negative percentage in keyframe selector.

        * animations/keyframe-selector-negative-percentage-expected.txt: Added.
        * animations/keyframe-selector-negative-percentage.html: Added.

2012-09-30  Keishi Hattori  <keishi@webkit.org>

        Web Inspector: Modifications in a shadow tree don't update the Elements panel.
        https://bugs.webkit.org/show_bug.cgi?id=97056

        Reviewed by Pavel Feldman.

        * inspector/elements/shadow-dom-modify-chardata-expected.txt: Added.
        * inspector/elements/shadow-dom-modify-chardata.html: Added.

2012-09-30  Sergey Glazunov  <serg.glazunov@gmail.com>

        Trivial test fix after r127534.
        https://bugs.webkit.org/show_bug.cgi?id=95813

        Reviewed by Kentaro Hara.

        * fast/innerHTML/innerHTML-iframe-expected.txt:
        * fast/innerHTML/innerHTML-iframe.html:
        * platform/chromium/TestExpectations:
        * platform/qt/TestExpectations:

2012-09-30  Sadrul Habib Chowdhury  <sadrul@chromium.org>

        [chromium] Add a test to verify that a plugin does not receive touch-events unless it explicitly requests for them
        https://bugs.webkit.org/show_bug.cgi?id=97975

        Reviewed by Adam Barth.

        * platform/chromium/plugins/touch-events-expected.txt: Added.
        * platform/chromium/plugins/touch-events.html: Added.

2012-09-30  Kent Tamura  <tkent@chromium.org>

        [Chromium] Rebaseline for DateTimeNumericFieldElement should use Localizer functions.
        https://bugs.webkit.org/show_bug.cgi?id=97318

        * platform/chromium/TestExpectation:
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-localization-expected.txt:
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-localization-expected.txt:

2012-09-30  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Add proper bug links to the protocol handler crashes in efl-wk2.

        * platform/efl-wk2/TestExpectations:

2012-09-30  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Unskip a few seemingly passing tests with no associated bug.

        * platform/efl-wk2/TestExpectations:

2012-09-29  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Unskip test that seems to be passing now.

        * platform/efl/TestExpectations:

2012-09-29  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Unskip {horizontal,vertical}-scrollbar-in-rtl.html

        The expectations in fast/dom are actually Mac-specific (cf.
        r73063), and most other ports use their own platform-specific
        results due to the differences in behavior of the Home/End keys.

        The results being checked in here are in line with the other
        ports, so everything seems to be OK.

        * platform/efl/TestExpectations:
        * platform/efl/fast/dom/horizontal-scrollbar-in-rtl-expected.txt: Added.
        * platform/efl/fast/dom/vertical-scrollbar-in-rtl-expected.txt: Added.

2012-09-29  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Rebaseline test after r129695.

        * platform/efl/TestExpectations:
        * platform/efl/mathml/presentation/tables-expected.png:
        * platform/efl/mathml/presentation/tables-expected.txt:

2012-09-29  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Revert r129978.

        Skip media/unsupported-rtsp.html again, as it still fails on the
        bots. I have created a proper bug for the issue now.

        * platform/efl/TestExpectations:

2012-09-29  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Unskip fast/css/device-aspect-ratio.html

        This seems to be another test with no bug report that is now
        passing.

        * platform/efl/TestExpectations:

2012-09-29  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Unskip media/unsupported-rtsp.html

        The test seems to be consistently passing at least locally, let's
        see if the bots agree.

        * platform/efl/TestExpectations:

2012-09-29  Kenneth Rohde Christiansen  <kenneth@webkit.org>

        Scroll offset of flex items lost during relayout
        https://bugs.webkit.org/show_bug.cgi?id=97706

        Reviewed by Tony Chang.

        Add a new test for testing that flex items scroll offsets are
        not lost during relayout.

        * css3/flexbox/overflow-keep-scrollpos-expected.txt: Added.
        * css3/flexbox/overflow-keep-scrollpos.html: Added.
        * css3/flexbox/child-overflow.html: Fix minor errors.

2012-09-28  Emil A Eklund  <eae@chromium.org>

        Improve saturation arithmetic support in FractionalLayoutUnit
        https://bugs.webkit.org/show_bug.cgi?id=97938

        Reviewed by Levi Weintraub.

        Update large sizes test to better cover values near limit.

        * fast/sub-pixel/large-sizes-expected.txt:
        * fast/sub-pixel/large-sizes.html:

2012-09-28  Julien Chaffraix  <jchaffraix@webkit.org>

        REGRESSION(r124168): Null crash in RenderLayer::createScrollbar
        https://bugs.webkit.org/show_bug.cgi?id=96863

        Reviewed by Abhishek Arya.

        * scrollbars/scrollbar-content-crash-expected.txt: Added.
        * scrollbars/scrollbar-content-crash.html: Added.

2012-09-28  Ojan Vafai  <ojan@chromium.org>

        WontFix frame flattening crash test.
        * platform/chromium/TestExpectations:

2012-09-28  Ojan Vafai  <ojan@chromium.org>

        perf/nested-combined-selectors.html is flaky on Lion as well.
        * platform/chromium/TestExpectations:

2012-09-28  Simon Fraser  <simon.fraser@apple.com>

        Add two resources needed for the test added in r129944.

        * plugins/resources/plugin-frame.html: Added.
        * plugins/resources/plugin-page.html: Added.

2012-09-28  Ojan Vafai  <ojan@chromium.org>

        Mark this test as Missing since it has no png on any platform.
        * platform/chromium/TestExpectations:

2012-09-28  Stephen Chenney  <schenney@chromium.org>

        Add canvas to set of elements that do not allow style sharing in order
        to provoke RenderLayer creation
        https://bugs.webkit.org/show_bug.cgi?id=97013

        Unreviewed expectations update.

        * platform/chromium-mac/fast/canvas/canvas-render-layer-expected.png: Added.
        * platform/chromium-mac/fast/canvas/canvas-render-layer-expected.txt: Added.
        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-render-layer-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-render-layer-expected.txt: Added.
        * platform/chromium-win/fast/canvas/canvas-render-layer-expected.png: Added.
        * platform/chromium-win/fast/canvas/canvas-render-layer-expected.txt: Added.
        * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-render-layer-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-render-layer-expected.txt: Added.

2012-09-28  Florin Malita  <fmalita@chromium.org>

        [Chromium] Unreviewed rebaseline for svg/custom/clip-mask-negative-scale.svg

        * platform/chromium-mac-snowleopard/svg/custom/clip-mask-negative-scale-expected.png: Added.
        * platform/chromium-mac/svg/custom/clip-mask-negative-scale-expected.png: Added.
        * platform/chromium-win/svg/custom/clip-mask-negative-scale-expected.png: Added.
        * platform/chromium/svg/custom/clip-mask-negative-scale-expected.txt: Renamed from LayoutTests/platform/chromium-linux/svg/custom/clip-mask-negative-scale-expected.txt.

2012-09-28  Filip Pizlo  <fpizlo@apple.com>

        ASSERTION in m_graph[tailNodeIndex].op() == Flush || m_graph[tailNodeIndex].op() == SetLocal on plus.google.com
        https://bugs.webkit.org/show_bug.cgi?id=97656

        Reviewed by Mark Hahnenberg.

        * fast/js/dfg-redundant-load-of-captured-variable-proven-constant-expected.txt: Added.
        * fast/js/dfg-redundant-load-of-captured-variable-proven-constant.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/dfg-redundant-load-of-captured-variable-proven-constant.js: Added.
        (o.f):

2012-09-28  Simon Fraser  <simon.fraser@apple.com>

        Crash re-entering Document layout with frame flattening enabled
        https://bugs.webkit.org/show_bug.cgi?id=97841

        Reviewed by Kenneth Rohde Christiansen.

        Test that navigates from one frameset to another frameset, where
        one of the subframes contains a plugin.

        * plugins/frameset-with-plugin-frame-expected.txt: Added.
        * plugins/frameset-with-plugin-frame.html: Added.
        * plugins/resources/frame-with-plugin-subframe.html: Added.
        * plugins/resources/target-frameset-frame.html: Added.
        * plugins/resources/target-frameset.html: Added.

2012-09-28  Jon Lee  <jonlee@apple.com>

        Unskip fast/text/descent-clip-in-scaled-page.html
        https://bugs.webkit.org/show_bug.cgi?id=91552

        The test now passes on Mac.

        * platform/mac/TestExpectations:

2012-09-28  Yong Li  <yoli@rim.com>

        [HarfBuzz] harfbuzz expects log_clusters to have same length as other buffers
        https://bugs.webkit.org/show_bug.cgi?id=97725

        Reviewed by Tony Chang.

        Add a test case. A buffer overrun doesn't always cause immediate crash unless it runs with some
        memory verification techs like WTF_FASTMALLOC_VALIDATION.

        * fast/text/international/harfbuzz-buffer-overrun-expected.txt: Added.
        * fast/text/international/harfbuzz-buffer-overrun.html: Added.

2012-09-28  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Incorrect resampling of clipped/masked images.
        https://bugs.webkit.org/show_bug.cgi?id=97409

        Unreviewed expectations update.

        Another pass may be required to get the remaining platforms.

        * platform/chromium-linux/svg/custom/clip-mask-negative-scale-expected.png: Updated and added property svn:mime-type.
        * platform/chromium/TestExpectations:

2012-09-28  Brian Salomon  <bsalomon@google.com>

        Add a test that checks whether accelerated canvases that change compositing status are given render layers.
        https://bugs.webkit.org/show_bug.cgi?id=97013

        Reviewed by James Robinson.

        The test creates four canvases. One is never rendered to, the second is rendered to immediately, and the third and fourth are rendered to using nested setTimeouts.

        * fast/canvas/canvas-render-layer.html: Added.
        * platform/chromium/TestExpectations:
        * platform/mac/TestExpectations:

2012-09-28  Dirk Pranke  <dpranke@chromium.org>

        virtual directories should just rename the beginning of the test path
        https://bugs.webkit.org/show_bug.cgi?id=97925

        Reviewed by Ojan Vafai.

        Delete references to tests that don't exist :).

        * platform/chromium/TestExpectations:

2012-09-28  Ojan Vafai  <ojan@chromium.org>

        The virtual path for this test is incorrect. It appears to be
        causing archiving problems on the Chromium Windows bots.
        Skip it for now until the run-webkit-tests bug is fixed.
        * platform/chromium/TestExpectations:

2012-09-28  Jon Lee  <jonlee@apple.com>

        [Mac] Removing tests from TestExpectations

        Expected failures now pass. Also see these tests have been unskipped on Chromium
        (see bugs 84764, 84767, 84768, 84769, 84775, 84776).

        * platform/mac/TestExpectations:

2012-09-28  Jon Lee  <jonlee@apple.com>

        Removing tests from TestExpectations on Mac platform.

        Bugs 86137 and 86139 have been fixed. Remove a couple ietestcenter tests from TestExpectations.

        * platform/mac/TestExpectations:

2012-09-28  Stephen Chenney  <schenney@chromium.org>

        Unreviewed Chromium expectations update

        Adding more files to software compositing exclusions. The end?

        * platform/chromium/TestExpectations:

2012-09-27  Tony Chang  <tony@chromium.org>

        flexbox assert fails with auto-sized item with padding
        https://bugs.webkit.org/show_bug.cgi?id=97606

        Reviewed by Ojan Vafai.

        Add a test that hits an ASSERT when FractionalLayoutUnit denominator is 60.

        * css3/flexbox/negative-flex-rounding-assert-expected.txt: Added.
        * css3/flexbox/negative-flex-rounding-assert.html: Added.

2012-09-28  Harald Tveit Alvestrand  <harald@alvestrand.no>
        
        Implement the GetStats interface on PeerConnection
        https://bugs.webkit.org/show_bug.cgi?id=95193

        Reviewed by Adam Barth.

        * fast/mediastream/RTCPeerConnection-stats-expected.txt: Added.
        * fast/mediastream/RTCPeerConnection-stats.html: Added.

2012-09-28  Stephen Chenney  <schenney@chromium.org>

        Unreviewed Chromium expectations update

        Adding more files to software compositing exclusions. Sometimes they
        do not crash but instead generater incorrect images.

        * platform/chromium/TestExpectations:

2012-09-28  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>

        [EFL] Update EFL baselines after r129874
        https://bugs.webkit.org/show_bug.cgi?id=97914

        Unreviewed EFL gardening.

        Update baselines for failing tests after r129874.

        * platform/efl/fast/overflow/overflow_hidden-expected.txt:
        * platform/efl/svg/hixie/cascade/002-expected.png:
        * platform/efl/svg/hixie/cascade/002-expected.txt:

2012-09-28  Mark Lam  <mark.lam@apple.com>

        Adding regression test to ensure that cached call uninitialized arguments
        correctly defaults to undefined.
        https://bugs.webkit.org/show_bug.cgi?id=97836.

        Reviewed by Geoffrey Garen.

        * fast/js/cached-call-uninitialized-arguments-expected.txt: Added.
        * fast/js/cached-call-uninitialized-arguments.html: Added.
        * fast/js/script-tests/cached-call-uninitialized-arguments.js: Added.
        (doForEach.callback.shouldBeUndefined):
        (doForEach.callback):
        (doForEach):
        (callAfterRecursingForDepth):

2012-09-28  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Gardening. Cleanup some Qt specific expectation.

        Reviewed by Csaba Osztrogonác.

        * platform/qt-5.0-wk2/TestExpectations: Skip not supported Qt plugin test.
        * platform/qt-5.0-wk2/platform/qt/plugins/application-plugin-plugins-disabled-expected.png: Removed.
        * platform/qt-5.0-wk2/platform/qt/plugins/application-plugin-plugins-disabled-expected.txt: Removed.
        * platform/qt/TestExpectations: Skip failing test, ENABLE(MUTATION_OBSERVERS) is disabled.
        * platform/qt/platform/qt/plugins/application-plugin-plugins-disabled-expected.txt: Rebase after r129844.
        * platform/qt/plugins/application-plugin-plugins-disabled-expected.txt: Removed.
        * platform/qt/plugins/qt-qwidget-plugin-expected.txt: Removed.

2012-09-28  Florin Malita  <fmalita@chromium.org>

        [Chromium] Incorrect resampling of clipped/masked images.
        https://bugs.webkit.org/show_bug.cgi?id=97409

        Reviewed by Stephen White.

        * platform/chromium-linux/svg/custom/clip-mask-negative-scale-expected.png: Added.
        * platform/chromium-linux/svg/custom/clip-mask-negative-scale-expected.txt: Added.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * svg/custom/clip-mask-negative-scale.svg: Added.

2012-09-28  Stephen Chenney  <schenney@chromium.org>

        Unreviewed Chromium TestExpectation addition

        Various software composituing tests are failing on Mac and Win.

        * platform/chromium/TestExpectations:

2012-09-28  Christophe Dumez  <christophe.dumez@intel.com>

        [WebDatabase] Error code should be CONSTRAINT_ERR if a statement fails due to a constraint failure
        https://bugs.webkit.org/show_bug.cgi?id=97897

        Reviewed by Kenneth Rohde Christiansen.

        Update storage/websql/sql-error-codes.html test case to check
        that the CONSTRAINT_ERR error code is used when a statement
        fails due to a constraint failure.

        * platform/chromium/storage/websql/sql-error-codes-expected.txt:
        * storage/websql/sql-error-codes-expected.txt:
        * storage/websql/sql-error-codes.js:
        (testConstraintFailure):
        (runTest):

2012-09-28  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>

        editing/pasteboard/paste-removing-iframe.html crashes on EFL bots
        https://bugs.webkit.org/show_bug.cgi?id=97892

        Reviewed by Kenneth Rohde Christiansen.

        Unskip editing/pasteboard/paste-removing-iframe.html

        * platform/efl/TestExpectations:

2012-09-28  Stephen Chenney  <schenney@chromium.org>

        Unreviewed Chromium TestExpectation addition

        Adding media/audio-repaint.html

        * platform/chromium/TestExpectations:

2012-09-28  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [EFL][DRT] EFL DRT should disable visited links tracking by default
        https://bugs.webkit.org/show_bug.cgi?id=97881

        Reviewed by Kenneth Rohde Christiansen.

        Rebased fast/block/float/float-in-float-hit-testing.html and unskipped it for EFL WK2.

        * platform/efl-wk2/TestExpectations:
        * platform/efl/fast/block/float/float-in-float-hit-testing-expected.png:
        * platform/efl/fast/block/float/float-in-float-hit-testing-expected.txt:

2012-09-28  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Removing failure expectations for two perftests' harness tests, the
        regression was swiftly fixed in r129858.

        * platform/gtk/TestExpectations:

2012-09-28  Yoshifumi Inoue  <yosin@chromium.org>

        [Forms] Multiple fields month input UI
        https://bugs.webkit.org/show_bug.cgi?id=97299

        Reviewed by Kent Tamura.

        This patch adds Chromium port specific expectations for "month" input
        type tests for multiple fields month input UI.

        Note: This patch affects ports which enable both ENABLE_INPUT_TYPE_MONTH
        and ENABLE_INPUT_MULTIPLE_FIELDS_UI.

        * platform/chromium/fast/forms/month/month-input-visible-string-expected.txt: Added. Multiple fields month input UI doesn't have selection.
        * platform/chromium/fast/forms/month/month-stepup-stepdown-from-renderer-expected.txt: Added. On multiple fields month input UI, step down/up decrement/increment a field rather than whole value.

2012-09-28  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed test fix.

        * inspector/debugger/ui-source-code-display-name.html:

2012-09-19  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Prepare UISourceCode to transformation into File.
        https://bugs.webkit.org/show_bug.cgi?id=97113

        Reviewed by Pavel Feldman.

        * http/tests/inspector/workspace-test.js:
        * inspector/debugger/dynamic-script-tag-expected.txt:
        * inspector/debugger/network-uisourcecode-provider-expected.txt:
        * inspector/debugger/resource-script-mapping-expected.txt:
        * inspector/debugger/script-snippet-model.html:

2012-09-28  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding a pass expectation for a subpixel test.
        Removing two failure expectations for middle-click-related tests that
        started passing after r129750.
        Removing failure expectation for a Shadow DOM test that started passing
        after experimental CSS features have been enabled in r129604.
        Removing failure expectation for http/tests/security/xss-eval.html after
        the fix was relanded in r129712.
        Adding failure expectations for two perftests harness tests that started
        failing after r129824.

        * platform/gtk/TestExpectations:

2012-09-28  Eugene Klyuchnikov  <eustas.bug@gmail.com>

        Web Inspector: Elements: Show entities in edit as HTML.
        https://bugs.webkit.org/show_bug.cgi?id=97798

        Reviewed by Alexander Pavlov.

        Added test case for invisible chars in "Edit as HTML" mode.

        * inspector/elements/edit-dom-actions-expected.txt:
        * inspector/elements/edit-dom-actions.html:

2012-09-27  Kent Tamura  <tkent@chromium.org>

        DateTimeNumericFieldElement should use Localizer functions.
        https://bugs.webkit.org/show_bug.cgi?id=97318

        Reviewed by Hajime Morita.

        * platform/chromium/TestExpectations:
        Need rebaseline for non-Mac results.
        * platform/chromium/fast/forms/time-multiple-fields/time-multiple-fields-localization-expected.txt:
        Update "ar" locale result.

2012-09-27  Alexandre Elias  <aelias@chromium.org>

        [chromium] DumpRenderTree support for software compositing
        https://bugs.webkit.org/show_bug.cgi?id=96853

        Reviewed by James Robinson.

        This adds software compositor support to DumpRenderTree.  The only
        thing needed is a minimal OutputSurfaceSoftware that holds a
        viewport-sized bitmap. Then, I added virtual test suite
        platform/chromium/virtual/softwarecompositing -- a mirror of the
        compositing/ directory with --enable-software-compositing, and
        expectations for not yet supported tests.

        * platform/chromium/TestExpectations:
        * platform/chromium/virtual/softwarecompositing/README.txt: Added.

2012-09-27  Ojan Vafai  <ojan@chromium.org>

        Delete test that no longer exists.
        * platform/chromium/TestExpectations:

2012-09-27  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: Split up setVersion and deleteDatabase sequencing tests
        https://bugs.webkit.org/show_bug.cgi?id=97482

        Reviewed by Tony Chang.

        Final chapter in the trilogy of webkit.org/b/97051 and webkit.org/b/97368 -
        split up some complex multi-part tests so they are easier to understand and manage.
        - Split open-close-setversion -> setversion-*
        - Split factory-deletedatabase-interactions -> deletedatabase-*

        * storage/indexeddb/deletedatabase-blocked-expected.txt: Added.
        * storage/indexeddb/deletedatabase-blocked.html: Copied from LayoutTests/storage/indexeddb/factory-deletedatabase-interactions.html.
        * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-expected.txt: Added.
        * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange.html: Copied from LayoutTests/storage/indexeddb/factory-deletedatabase-interactions.html.
        * storage/indexeddb/deletedatabase-delayed-by-versionchange-expected.txt: Added.
        * storage/indexeddb/deletedatabase-delayed-by-versionchange.html: Copied from LayoutTests/storage/indexeddb/factory-deletedatabase-interactions.html.
        * storage/indexeddb/deletedatabase-not-blocked-expected.txt: Added.
        * storage/indexeddb/deletedatabase-not-blocked.html: Copied from LayoutTests/storage/indexeddb/open-close-version.html.
        * storage/indexeddb/factory-deletedatabase-interactions-expected.txt: Removed.
        * storage/indexeddb/open-close-version-expected.txt: Removed.
        * storage/indexeddb/resources/deletedatabase-blocked.js: Added.
        * storage/indexeddb/resources/deletedatabase-delayed-by-open-and-versionchange.js: Added.
        * storage/indexeddb/resources/deletedatabase-delayed-by-versionchange.js: Added.
        * storage/indexeddb/resources/deletedatabase-not-blocked.js: Added.
        * storage/indexeddb/resources/factory-deletedatabase-interactions.js: Removed.
        * storage/indexeddb/resources/open-close-version.js: Removed.
        * storage/indexeddb/resources/setversion-blocked-by-versionchange-close-in-blocked.js: Added.
        * storage/indexeddb/resources/setversion-blocked-by-versionchange-close.js: Added.
        * storage/indexeddb/resources/setversion-blocked.js: Added.
        * storage/indexeddb/resources/setversion-blocks-open.js: Added.
        * storage/indexeddb/resources/setversion-blocks-setversion.js: Added.
        * storage/indexeddb/resources/setversion-not-blocked.js: Added.
        * storage/indexeddb/setversion-blocked-by-versionchange-close-expected.txt: Added.
        * storage/indexeddb/setversion-blocked-by-versionchange-close-in-blocked-expected.txt: Added.
        * storage/indexeddb/setversion-blocked-by-versionchange-close-in-blocked.html: Copied from LayoutTests/storage/indexeddb/factory-deletedatabase-interactions.html.
        * storage/indexeddb/setversion-blocked-by-versionchange-close.html: Renamed from LayoutTests/storage/indexeddb/factory-deletedatabase-interactions.html.
        * storage/indexeddb/setversion-blocked-expected.txt: Added.
        * storage/indexeddb/setversion-blocked.html: Copied from LayoutTests/storage/indexeddb/open-close-version.html.
        * storage/indexeddb/setversion-blocks-open-expected.txt: Added.
        * storage/indexeddb/setversion-blocks-open.html: Copied from LayoutTests/storage/indexeddb/open-close-version.html.
        * storage/indexeddb/setversion-blocks-setversion-expected.txt: Added.
        * storage/indexeddb/setversion-blocks-setversion.html: Copied from LayoutTests/storage/indexeddb/open-close-version.html.
        * storage/indexeddb/setversion-not-blocked-expected.txt: Added.
        * storage/indexeddb/setversion-not-blocked.html: Renamed from LayoutTests/storage/indexeddb/open-close-version.html.

2012-09-27  Andrew Lo  <anlo@rim.com>

        requestAnimationFrame broken with subframes (DisplayRefreshMonitorManager::registerClient fails to register client)
        https://bugs.webkit.org/show_bug.cgi?id=95360

        Reviewed by Simon Fraser.

        Add a new test which does requestAnimationFrame in both a sub-frame and
        main-frame, and checks that both were executed.

        * fast/animation/request-animation-frame-iframe2-expected.txt: Added.
        * fast/animation/request-animation-frame-iframe2.html: Added.
        * fast/animation/script-tests/request-animation-frame-subframe.html:
            Remove element parameter from window.webkitRequestAnimationFrame.

2012-09-27  Ojan Vafai  <ojan@chromium.org>

        platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl.html is flaky on Mac debug
        and is passing on all the other bots.
        * platform/chromium/TestExpectations:

2012-09-27  Raphael Kubo da Costa  <rakuco@webkit.org>

        [EFL] Unskip a couple of passing tests.

        * platform/efl/TestExpectations:

2012-09-27  Philip Rogers  <pdr@google.com>

        Rewrite multithreaded filter job dispatching
        https://bugs.webkit.org/show_bug.cgi?id=97500

        Reviewed by Dean Jackson.

        Add test that shows the morphology filter no longer crashes.
        Note: this is only reliably reproducable when run with libgmalloc.

        * svg/filters/feMorphology-crash-expected.txt: Added.
        * svg/filters/feMorphology-crash.html: Added.

2012-09-27  Stephen Chenney  <schenney@chromium.org>

        Unreviewed Chromium expectations update.

        Flakey compositing tests and another flakey dom/shadow test.

        * platform/chromium/TestExpectations:

2012-09-27  Stephen Chenney  <schenney@chromium.org>

        Unreviewed Chromium expectations update.

        Marking fast/dom/shadow/base-in-shadow-tree.html as timeout flakey.

        * platform/chromium/TestExpectations:

2012-09-26  Dirk Pranke  <dpranke@chromium.org>

        merge Skipped file entries into TestExpectations, remove Skipped files
        https://bugs.webkit.org/show_bug.cgi?id=97750

        Reviewed by Ojan Vafai.

        Now that old-run-webkit-tests will skip any tests listed in
        TestExpectations files, there is no need to have both Skipped
        files and TestExpectations files. This change merges all of the
        entries in the Skipped files into the TestExpectations files and
        removes the Skipped files.

        Subsequent changes will remove support for Skipped files from
        both new-run-webkit-tests and old-run-webkit-tests to
        complete the project.

        * platform/efl/Skipped: Removed.
        * platform/efl/TestExpectations:
        * platform/mac-lion/Skipped: Removed.
        * platform/mac-lion/TestExpectations:
        * platform/mac-snowleopard/Skipped: Removed.
        * platform/mac-snowleopard/TestExpectations:
        * platform/mac-wk2/Skipped: Removed.
        * platform/mac-wk2/TestExpectations:
        * platform/mac/Skipped: Removed.
        * platform/mac/TestExpectations:
        * platform/qt-4.8/Skipped: Removed.
        * platform/qt-4.8/TestExpectations:
        * platform/qt-5.0-wk1/Skipped: Removed.
        * platform/qt-5.0-wk1/TestExpectations:
        * platform/qt-5.0-wk2/Skipped: Removed.
        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt-5.0/Skipped: Removed.
        * platform/qt-5.0/TestExpectations:
        * platform/qt-arm/Skipped: Removed.
        * platform/qt-arm/TestExpectations:
        * platform/qt-linux/Skipped: Removed.
        * platform/qt-mac/Skipped: Removed.
        * platform/qt-mac/TestExpectations:
        * platform/qt-win/Skipped: Removed.
        * platform/qt/Skipped: Removed.
        * platform/qt/TestExpectations:
        * platform/win-wk2/Skipped: Removed.
        * platform/win-wk2/TestExpectations:
        * platform/win-xp/Skipped: Removed.
        * platform/win-xp/TestExpectations:
        * platform/win/Skipped: Removed.
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations: Renamed from LayoutTests/platform/wincairo/Skipped.
        * platform/wk2/Skipped: Removed.
        * platform/wk2/TestExpectations:

2012-09-27  Xianzhu Wang  <wangxianzhu@chromium.org>

        [Chromium-Android] Push more fonts for layout tests to match chromium-linux
        https://bugs.webkit.org/show_bug.cgi?id=97746

        Some original rebaselines will be unnecessary after this change.
        Checked some rebaselines of chromium-android under fast/text,
        but there should be more. Leave them to gardening.

        Reviewed by Dirk Pranke.

        * platform/chromium-android/TestExpectations: Enabled some skipped tests because now we have the fonts.
        * platform/chromium-android/fast/text/complex-text-opacity-expected.txt: Removed. No more need rebaselining.
        * platform/chromium-android/fast/text/international/hindi-spacing-expected.txt: Removed. No more need rebaselining.

2012-09-27  Erik Arvidsson  <arv@chromium.org>

        DOM4: Add support for rest parameters to DOMTokenList
        https://bugs.webkit.org/show_bug.cgi?id=97335

        Reviewed by Ojan Vafai.

        This adds support for rest paramaters to DOMTokenList add and remove.
        http://dom.spec.whatwg.org/#domtokenlist

        The code generator has been updated to understand variadic methods.
        When a method has a rest parameter the remaining arguments are collected
        into a WTF::Vector.

        DOMTokenList, DOMSettableTokenList and ClassList were restructured a bit to
        allow code to be shared better.

        * fast/dom/HTMLElement/class-list-expected.txt:
        * fast/dom/HTMLElement/class-list-quirks-expected.txt:
        * fast/dom/HTMLElement/script-tests/class-list.js:
        (element.classList.add):
        (createElement):
        (shouldBeEqualToString):
        (element.classList.remove):

2012-09-27  Peter Beverloo  <peter@chromium.org>

        [Chromium] Rebaseline more test directories for Android.

        Unreviewed rebaselining.

        Same as previous commits. Most changes are caused by the scrollbar, text selection
        color and quality differences in image quality, causing minor (but acceptable)
        differences. More information is available in bug 96398.

        * platform/chromium-android/svg/: 71 new results.
        * platform/chromium-android/tables/: 250 new results.
        * platform/chromium-android/transforms/: 5 new results.
        * platform/chromium-android/transitions/: 1 new result.

2012-09-27  Peter Beverloo  <peter@chromium.org>

        [Chromium] Rebaseline several test directories for Android/.

        Unreviewed rebaselining.

        Most of these changes were caused by our different scrollbars and minor
        positioning issues, and therefore are safe to rebase. With Xianzhu's
        patch in the tree that adds additional fonts, more pass there as well.
        Actual failures include more form items. Bugs will be filed.

        * platform/chromium-android/animations/: 4 new results.
        * platform/chromium-android/compositing/: 72 new results.
        * platform/chromium-android/css2.1/: 52 new results.
        * platform/chromium-android/css3/: 5 new results.
        * platform/chromium-android/editing/: 46 new results.
        * platform/chromium-android/fast/: 42 new results.
        * platform/chromium-android/fonts/: 12 new results.
        * platform/chromium-android/http/: 5 new results.
        * platform/chromium-android/ietestcenter/: 4 new results.
        * platform/chromium-android/platform/: 13 new results.
        * platform/chromium-android/printing/: 2 new results.
        * platform/chromium-android/scrollbars/: 2 new results.
        * platform/chromium-android/svg/: 4 new results.

2012-09-27  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] fast/profiler/apply.html fails with LLInt on 32 bit
        https://bugs.webkit.org/show_bug.cgi?id=97791

        Unreviewed gardening, skip the new failing test to paint the bots green.

        * platform/qt/Skipped:

2012-09-27  Stephen Chenney  <schenney@chromium.org>

        Unreviewed Chromium expectations

        Expectations that were lagging at the last rebaseline.

        * platform/chromium-linux-x86/fast/repaint/block-selection-gap-in-composited-layer-expected.png: Removed.
        * platform/chromium-linux-x86/platform/chromium/fast/forms/date: Removed.
        * platform/chromium-linux-x86/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.png: Removed.
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac/fast/repaint/block-selection-gap-in-composited-layer-expected.png:
        * platform/chromium-win-xp/platform/chromium/fast/forms/date: Removed.
        * platform/chromium-win-xp/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.png: Removed.
        * platform/chromium/TestExpectations:

2012-09-27  Kangil Han  <kangil.han@samsung.com>

        [EFL][WK2][WTR] Unskip two jQuery test cases.
        https://bugs.webkit.org/show_bug.cgi?id=97787

        Unreviewed EFL gardening.

        'jquery/data.html' and 'jquery/offset.html' cases seem to be passed consistently now.

        For more information, BUG 81606 resolved some jQuery test cases
        that need several seconds to finish its running by extending timeout value like WK1.

        Seemingly, mentioned two cases took around 5 seconds for each on my laptop
        and it would had been flaky in different hardware condition before BUG 81606.

        Therefore, this patch unskipped those cases from TestExpections.

        * platform/efl-wk2/TestExpectations:

2012-09-27  Stephen Chenney  <schenney@chromium.org>

        Unreviewed Chromium expectations

        Cleanup after a night of building. I think some of these failures are
        due to premature rebaselining earlier.

        * platform/chromium-linux-x86/fast/forms/placeholder-position-expected.png: Removed.
        * platform/chromium-linux-x86/platform/chromium/compositing/webgl-loses-compositor-context-expected.png: Added.
        * platform/chromium-linux-x86/platform/chromium/fast/forms/date: Added.
        * platform/chromium-linux-x86/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.png: Added.
        * platform/chromium-linux/fast/forms/placeholder-position-expected.png:
        * platform/chromium-linux/platform/chromium/compositing/3d-corners-expected.png:
        * platform/chromium-linux/platform/chromium/compositing/backface-visibility-transformed-expected.png:
        * platform/chromium-linux/platform/chromium/compositing/child-layer-3d-sorting-expected.png: Removed.
        * platform/chromium-linux/platform/chromium/compositing/huge-layer-rotated-expected.png:
        * platform/chromium-linux/platform/chromium/compositing/img-layer-grow-expected.png: Removed.
        * platform/chromium-linux/platform/chromium/compositing/layout-width-change-expected.png:
        * platform/chromium-linux/platform/chromium/compositing/lost-compositor-context-expected.png: Removed.
        * platform/chromium-linux/platform/chromium/compositing/lost-compositor-context-permanently-expected.png: Removed.
        * platform/chromium-linux/platform/chromium/compositing/lost-compositor-context-twice-expected.png: Removed.
        * platform/chromium-linux/platform/chromium/compositing/lost-compositor-context-with-rendersurface-expected.png: Removed.
        * platform/chromium-linux/platform/chromium/compositing/lost-compositor-context-with-video-expected.png: Removed.
        * platform/chromium-linux/platform/chromium/compositing/perpendicular-layer-sorting-expected.png:
        * platform/chromium-linux/platform/chromium/compositing/render-surface-alpha-blending-expected.png: Removed.
        * platform/chromium-linux/platform/chromium/compositing/tiny-layer-rotated-expected.png:
        * platform/chromium-linux/platform/chromium/compositing/video-frame-size-change-expected.png:
        * platform/chromium-linux/platform/chromium/compositing/webgl-loses-compositor-context-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/date: Added.
        * platform/chromium-linux/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png: Added.
        * platform/chromium-linux/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.png: Added.
        * platform/chromium-linux/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/compositing/3d-corners-expected.png: Removed.
        * platform/chromium-mac-snowleopard/platform/chromium/compositing/backface-visibility-transformed-expected.png: Removed.
        * platform/chromium-mac-snowleopard/platform/chromium/compositing/child-layer-3d-sorting-expected.png: Removed.
        * platform/chromium-mac-snowleopard/platform/chromium/compositing/huge-layer-rotated-expected.png: Removed.
        * platform/chromium-mac-snowleopard/platform/chromium/compositing/img-layer-grow-expected.png: Removed.
        * platform/chromium-mac-snowleopard/platform/chromium/compositing/layout-width-change-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/compositing/lost-compositor-context-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/compositing/lost-compositor-context-permanently-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/compositing/lost-compositor-context-twice-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/compositing/lost-compositor-context-with-rendersurface-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/compositing/lost-compositor-context-with-video-expected.png: Removed.
        * platform/chromium-mac-snowleopard/platform/chromium/compositing/perpendicular-layer-sorting-expected.png: Removed.
        * platform/chromium-mac-snowleopard/platform/chromium/compositing/render-surface-alpha-blending-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/compositing/tiny-layer-rotated-expected.png: Removed.
        * platform/chromium-mac-snowleopard/platform/chromium/compositing/video-frame-size-change-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/compositing/webgl-loses-compositor-context-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/date: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
        * platform/chromium-mac/platform/chromium/compositing/backface-visibility-transformed-expected.png: Added.
        * platform/chromium-mac/platform/chromium/compositing/child-layer-3d-sorting-expected.png: Added.
        * platform/chromium-mac/platform/chromium/compositing/perpendicular-layer-sorting-expected.png: Added.
        * platform/chromium-mac/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-win-xp/fast/text/line-breaks-expected.txt:
        * platform/chromium-win-xp/platform/chromium/compositing/3d-corners-expected.png: Removed.
        * platform/chromium-win-xp/platform/chromium/compositing/backface-visibility-transformed-expected.png: Removed.
        * platform/chromium-win-xp/platform/chromium/compositing/child-layer-3d-sorting-expected.png: Removed.
        * platform/chromium-win-xp/platform/chromium/compositing/huge-layer-rotated-expected.png: Removed.
        * platform/chromium-win-xp/platform/chromium/compositing/img-layer-grow-expected.png: Removed.
        * platform/chromium-win-xp/platform/chromium/compositing/layout-width-change-expected.png: Removed.
        * platform/chromium-win-xp/platform/chromium/compositing/lost-compositor-context-expected.png: Removed.
        * platform/chromium-win-xp/platform/chromium/compositing/lost-compositor-context-permanently-expected.png: Removed.
        * platform/chromium-win-xp/platform/chromium/compositing/lost-compositor-context-twice-expected.png: Removed.
        * platform/chromium-win-xp/platform/chromium/compositing/lost-compositor-context-with-rendersurface-expected.png: Removed.
        * platform/chromium-win-xp/platform/chromium/compositing/lost-compositor-context-with-video-expected.png: Removed.
        * platform/chromium-win-xp/platform/chromium/compositing/perpendicular-layer-sorting-expected.png: Removed.
        * platform/chromium-win-xp/platform/chromium/compositing/render-surface-alpha-blending-expected.png: Removed.
        * platform/chromium-win-xp/platform/chromium/compositing/tiny-layer-rotated-expected.png: Removed.
        * platform/chromium-win-xp/platform/chromium/compositing/video-frame-size-change-expected.png: Removed.
        * platform/chromium-win-xp/platform/chromium/compositing/webgl-loses-compositor-context-expected.png:
        * platform/chromium-win-xp/platform/chromium/fast/forms/date: Added.
        * platform/chromium-win-xp/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.png: Added.
        * platform/chromium-win-xp/svg/wicd/test-rightsizing-b-expected.png:
        * platform/chromium-win-xp/svg/zoom/page/zoom-mask-with-percentages-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/date: Added.
        * platform/chromium-win/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png: Added.
        * platform/chromium-win/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.png: Added.
        * platform/chromium-win/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/js/eval-cross-window-expected.txt: Replaced.
        * platform/chromium/http/tests/security/cross-frame-access-call-expected.txt: Replaced.
        * platform/chromium/platform/chromium/compositing/backface-visibility-transformed-expected.png: Removed.
        * platform/chromium/platform/chromium/compositing/child-layer-3d-sorting-expected.png: Removed.
        * platform/chromium/platform/chromium/compositing/perpendicular-layer-sorting-expected.png: Removed.

2012-09-27  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Unskip now passing test.
        https://bugs.webkit.org/show_bug.cgi?id=71896.

        * platform/wk2/Skipped:

2012-09-27  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Open resource dialog should assume implicit wildcard in the beginning of the query.
        https://bugs.webkit.org/show_bug.cgi?id=97768

        Reviewed by Pavel Feldman.

        * inspector/filtered-item-selection-dialog-filtering-expected.txt:
        * inspector/filtered-item-selection-dialog-filtering.html:

2012-09-27  Tommy Widenflycht  <tommyw@google.com>

        MediaStream API: Update getUserMedia to match the latest specification
        https://bugs.webkit.org/show_bug.cgi?id=97540

        Reviewed by Adam Barth.

        Expanding tests to cover the new getUserMedia behaviour.

        * fast/mediastream/getusermedia-expected.txt:
        * fast/mediastream/getusermedia.html:

2012-09-27  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening. Unskip a test again after r129712.

        * platform/qt/Skipped:

2012-09-25  Alexander Pavlov  <apavlov@chromium.org>

        CollectingRules and QueryingRules modes of SelectorChecker miss some complex selectors with pseudo elements
        https://bugs.webkit.org/show_bug.cgi?id=78595

        Reviewed by Antti Koivisto.

        The original issue mentioned failures on selectors like ".foo.moo > .bar:before", while things worked fine for ".foo > .bar:before".
        The test checks 2 and 3 selector levels for all conventional non-SubSelector relations (Child, Descendant, DirectAdjacent, IndirectAdjacent),
        each selector in all levels but the last one containing a SubSelector relation.

        * fast/dom/Window/getMatchedCSSRules-with-pseudo-elements-complex.html: Added.
        * fast/dom/Window/getMatchedCSSRules-with-pseudo-elements-complex-expected.txt: Added.

2012-09-27  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed inspector test unskipped on qt, expectations updated.

        * http/tests/inspector/console-cross-origin-iframe-logging-expected.txt:
        * platform/qt/Skipped:

2012-09-27  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Skip fast/dom/Geolocation to make LayoutTests faster
        https://bugs.webkit.org/show_bug.cgi?id=97765

        Unreviewed EFL gardening.

        Skip fast/dom/Geolocation for EFL port instead of marking
        them with "Failure" expectation. This makes running
        LayoutTests much faster.

        * platform/efl/TestExpectations:

2012-09-27  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Unskip http/tests/security/xss-eval.html again.

        Fix was re-landed in r129712.

        * platform/efl/TestExpectations:

2012-09-27  Keishi Hattori  <keishi@webkit.org>

        SuggestionPicker should support rtl
        https://bugs.webkit.org/show_bug.cgi?id=97555

        Reviewed by Kent Tamura.

        * platform/chromium-mac/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.png: Added.
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.txt: Added.
        * platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl.html: Added.

2012-09-27  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] fast/layers/video-layer.html needs rebaselining after r129687
        https://bugs.webkit.org/show_bug.cgi?id=97764

        Unreviewed EFL gardening.

        Rebaseline fast/layers/video-layer.html due to r129687. The volume
        button is no longer shown for that test.

        * platform/efl/fast/layers/video-layer-expected.png:
        * platform/efl/fast/layers/video-layer-expected.txt:

2012-09-26  Keishi Hattori  <keishi@webkit.org>

        Add tests for datalist UI for input type date
        https://bugs.webkit.org/show_bug.cgi?id=97551

        Reviewed by Kent Tamura.

        Adding tests for datalist UI for input type date.

        * platform/chromium-mac/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png: Added.
        * platform/chromium-mac/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
        * platform/chromium/TestExpectations: Mark as image failure for date-suggestion-picker-appearance.html
        * platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.txt: Added.
        * platform/chromium/fast/forms/date/date-suggestion-picker-appearance-with-scroll-bar-expected.txt: Added.
        * platform/chromium/fast/forms/date/date-suggestion-picker-appearance-with-scroll-bar.html: Added.
        * platform/chromium/fast/forms/date/date-suggestion-picker-appearance.html: Added.
        * platform/chromium/fast/forms/date/date-suggestion-picker-key-operations-expected.txt: Added.
        * platform/chromium/fast/forms/date/date-suggestion-picker-key-operations.html: Added.
        * platform/chromium/fast/forms/date/date-suggestion-picker-mouse-operations-expected.txt: Added.
        * platform/chromium/fast/forms/date/date-suggestion-picker-mouse-operations.html: Added.

2012-09-26  David Grogan  <dgrogan@chromium.org>

        Unreviewed rebaselining.

        dont-commit-on-blocked.html isn't run in DRT, only in chromium's
        content_browsertests.

        * storage/indexeddb/dont-commit-on-blocked-expected.txt:

2012-09-26  Gavin Barraclough  <barraclough@apple.com>

        REGRESSION (r129456): http/tests/security/xss-eval.html is failing on JSC platforms
        https://bugs.webkit.org/show_bug.cgi?id=97529

        Reviewed by Filip Pizlo.

        A recent patch changed JSC's EvalError behaviour; bring this more into line with other browsers.

        * fast/js/eval-cross-window-expected.txt:
        * fast/js/eval-cross-window.html:
            - Changed not to expect EvalErrors (this matches other browsers), and modified testThis
              to check that the this object is always set to the global object.
        * http/tests/security/resources/xss-eval2.html:
        * http/tests/security/resources/xss-eval3.html:
        * http/tests/security/xss-eval-expected.txt:
        * http/tests/security/xss-eval.html:
            - Updated. Access via the global environment is not a security risk, since the eval is
              accessing it's own document's informantion. Access via the shell attempts to access
              the navigated pages document, tripping an access check & throwing a TypeError.

2012-09-26  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium windows rebaseline for r129656.

        * platform/chromium-linux-x86/svg/wicd: Removed.
        * platform/chromium-linux/css1/formatting_model/inline_elements-expected.txt: Removed.
        * platform/chromium-linux/fast/borders/bidi-009a-expected.txt: Removed.
        * platform/chromium-linux/fast/borders/bidi-012-expected.txt: Removed.
        * platform/chromium-linux/fast/css/bidi-override-in-anonymous-block-expected.txt: Removed.
        * platform/chromium-linux/fast/encoding/utf-16-big-endian-expected.txt: Removed.
        * platform/chromium-linux/fast/encoding/utf-16-little-endian-expected.txt: Removed.
        * platform/chromium-linux/fast/flexbox/flex-hang-expected.txt: Removed.
        * platform/chromium-linux/fast/forms/007-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-marker-style-expected.txt: Removed.
        * platform/chromium-linux/fast/html/details-writing-mode-expected.txt: Removed.
        * platform/chromium-linux/svg/as-border-image/svg-as-border-image-2-expected.txt: Removed.
        * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.txt: Removed.
        * platform/chromium-linux/svg/wicd/test-rightsizing-b-expected.png:
        * platform/chromium-linux/svg/wicd/test-rightsizing-b-expected.txt: Removed.
        * platform/chromium-linux/svg/zoom/page/zoom-background-images-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Removed.
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Removed.
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-background-images-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
        * platform/chromium-win/css1/formatting_model/inline_elements-expected.txt:
        * platform/chromium-win/css2.1/t090501-c414-flt-03-b-g-expected.txt:
        * platform/chromium-win/fast/backgrounds/background-position-parsing-expected.png:
        * platform/chromium-win/fast/borders/bidi-009a-expected.txt:
        * platform/chromium-win/fast/borders/bidi-012-expected.txt:
        * platform/chromium-win/fast/borders/border-antialiasing-expected.png:
        * platform/chromium-win/fast/box-sizing/box-sizing-expected.png:
        * platform/chromium-win/fast/css/bidi-override-in-anonymous-block-expected.txt:
        * platform/chromium-win/fast/css/hsl-color-expected.png:
        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-expected.png:
        * platform/chromium-win/fast/encoding/utf-16-big-endian-expected.txt:
        * platform/chromium-win/fast/encoding/utf-16-little-endian-expected.txt:
        * platform/chromium-win/fast/flexbox/flex-hang-expected.txt: Removed.
        * platform/chromium-win/fast/forms/007-expected.txt:
        * platform/chromium-win/fast/forms/date/date-appearance-expected.png:
        * platform/chromium-win/fast/forms/form-element-geometry-expected.txt:
        * platform/chromium-win/fast/html/details-add-child-1-expected.png:
        * platform/chromium-win/fast/html/details-add-child-2-expected.png:
        * platform/chromium-win/fast/html/details-add-details-child-1-expected.png:
        * platform/chromium-win/fast/html/details-add-details-child-2-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-1-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-10-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-2-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-3-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-4-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-5-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-6-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-7-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-8-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-9-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-child-1-expected.png:
        * platform/chromium-win/fast/html/details-add-summary-child-2-expected.png:
        * platform/chromium-win/fast/html/details-marker-style-expected.png:
        * platform/chromium-win/fast/html/details-marker-style-expected.txt:
        * platform/chromium-win/fast/html/details-nested-1-expected.png:
        * platform/chromium-win/fast/html/details-nested-2-expected.png:
        * platform/chromium-win/fast/html/details-no-summary1-expected.png:
        * platform/chromium-win/fast/html/details-no-summary2-expected.png:
        * platform/chromium-win/fast/html/details-no-summary3-expected.png:
        * platform/chromium-win/fast/html/details-no-summary4-expected.png:
        * platform/chromium-win/fast/html/details-open-javascript-expected.png:
        * platform/chromium-win/fast/html/details-open1-expected.png:
        * platform/chromium-win/fast/html/details-open2-expected.png:
        * platform/chromium-win/fast/html/details-open3-expected.png:
        * platform/chromium-win/fast/html/details-open4-expected.png:
        * platform/chromium-win/fast/html/details-open5-expected.png:
        * platform/chromium-win/fast/html/details-open6-expected.png:
        * platform/chromium-win/fast/html/details-position-expected.png:
        * platform/chromium-win/fast/html/details-remove-child-1-expected.png:
        * platform/chromium-win/fast/html/details-remove-child-2-expected.png:
        * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.png:
        * platform/chromium-win/fast/html/details-remove-summary-1-expected.png:
        * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.png:
        * platform/chromium-win/fast/html/details-remove-summary-2-expected.png:
        * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.png:
        * platform/chromium-win/fast/html/details-remove-summary-3-expected.png:
        * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.png:
        * platform/chromium-win/fast/html/details-remove-summary-4-expected.png:
        * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.png:
        * platform/chromium-win/fast/html/details-remove-summary-5-expected.png:
        * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.png:
        * platform/chromium-win/fast/html/details-remove-summary-6-expected.png:
        * platform/chromium-win/fast/html/details-remove-summary-child-1-expected.png:
        * platform/chromium-win/fast/html/details-remove-summary-child-2-expected.png:
        * platform/chromium-win/fast/html/details-replace-summary-child-expected.png:
        * platform/chromium-win/fast/html/details-replace-text-expected.png:
        * platform/chromium-win/fast/html/details-writing-mode-expected.png:
        * platform/chromium-win/fast/html/details-writing-mode-expected.txt:
        * platform/chromium-win/fast/multicol/span/span-as-nested-columns-child-expected.png:
        * platform/chromium-win/fast/multicol/vertical-rl/float-multicol-expected.png:
        * platform/chromium-win/fast/text/line-breaks-expected.txt:
        * platform/chromium-win/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
        * platform/chromium-win/svg/as-border-image/svg-as-border-image-2-expected.txt:
        * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.txt:
        * platform/chromium-win/svg/custom/use-css-no-effect-on-shadow-tree-expected.png:
        * platform/chromium-win/svg/custom/viewBox-hit-expected.png:
        * platform/chromium-win/svg/wicd/rightsizing-grid-expected.png:
        * platform/chromium-win/svg/wicd/test-rightsizing-b-expected.png:
        * platform/chromium-win/svg/wicd/test-rightsizing-b-expected.txt:
        * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
        * platform/chromium-win/svg/zoom/page/zoom-mask-with-percentages-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-svg-float-border-padding-expected.png:
        * 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-auto-size-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
        * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
        * 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:
        * platform/chromium-win/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug2479-4-expected.txt:
        * platform/chromium-win/tables/mozilla/bugs/bug46480-1-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug46480-2-expected.png:
        * platform/efl/svg/as-border-image/svg-as-border-image-2-expected.txt: Removed.
        * platform/efl/svg/as-border-image/svg-as-border-image-expected.txt: Removed.
        * platform/gtk/svg/as-border-image/svg-as-border-image-2-expected.txt: Removed.
        * platform/gtk/svg/as-border-image/svg-as-border-image-expected.txt: Removed.
        * svg/as-border-image/svg-as-border-image-2-expected.txt: Added.
        * svg/as-border-image/svg-as-border-image-expected.txt: Added.

2012-09-26  Mike Reed  <reed@google.com>

        update expectations for feTile.svg
        https://bugs.webkit.org/show_bug.cgi?id=97727

        Reviewed by NOBODY

        Expectations change only.
        Skia change affected feTile.svg results (crbug 152503)

        * platform/chromium/TestExpectations:

2012-09-26  David Barton  <dbarton@mathscribe.com>

        [MathML] Implement <mtd> rowspan and columnspan attributes
        https://bugs.webkit.org/show_bug.cgi?id=97401

        Reviewed by Eric Seidel.

        * mathml/presentation/tables.xhtml:
        * platform/mac/mathml/presentation/tables-expected.png:
        * platform/mac/mathml/presentation/tables-expected.txt:

2012-09-26  Marcelo Lira  <marcelo.lira@openbossa.org>

        [Qt] load event fires on XMLHttpRequestUpload twice with Qt5
        https://bugs.webkit.org/show_bug.cgi?id=92669

        Reviewed by Kenneth Rohde Christiansen.

        When finishing, after the upload have already been done, Qt5's
        QNetworkReply emits an uploadProgress signal with total bytes set to
        zero. Since 0 of 0 bytes doesn't make any sense as progress, a
        conditional was added to QNetworkReplyHandler::uploadProgress to make
        do nothing with such values.

        Unskip XMLHttpRequestUpload tests.

        * platform/qt-5.0/Skipped:

2012-09-26  Filip Pizlo  <fpizlo@apple.com>

        JSObject::ensureArrayStorage() ignores the possibility that extensions have been prevented
        https://bugs.webkit.org/show_bug.cgi?id=97719

        Reviewed by Gavin Barraclough.

        * fast/js/dfg-arrayify-when-late-prevent-extensions-expected.txt: Added.
        * fast/js/dfg-arrayify-when-late-prevent-extensions.html: Added.
        * fast/js/dfg-arrayify-when-prevent-extensions-expected.txt: Added.
        * fast/js/dfg-arrayify-when-prevent-extensions.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/dfg-arrayify-when-late-prevent-extensions.js: Added.
        (foo):
        * fast/js/script-tests/dfg-arrayify-when-prevent-extensions.js: Added.
        (foo):

2012-09-26  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Volume button should not be shown for videos without audio
        https://bugs.webkit.org/show_bug.cgi?id=97574

        Reviewed by Kenneth Rohde Christiansen.

        Generate baseline for media/video-no-audio.html and unskip
        it now that the volume control is no longer shown for
        videos with no audio track.

        Rebaseline several other media tests whose output changed
        due to the fix.

        * platform/efl/Skipped:
        * platform/efl/media/media-controls-clone-expected.png:
        * platform/efl/media/media-controls-clone-expected.txt:
        * platform/efl/media/video-empty-source-expected.png:
        * platform/efl/media/video-empty-source-expected.txt:
        * platform/efl/media/video-no-audio-expected.png: Added.
        * platform/efl/media/video-no-audio-expected.txt: Added.

2012-09-26  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Reintroducing failure expectation for http/tests/security/xss-eval.html as
        the fixing commit was rolled out. Also adding a flaky expectation for
        mathml/presentation/msubsup-base-changed.html.

        * platform/gtk/TestExpectations:

2012-09-26  Peter Beverloo  <peter@chromium.org>

        Revert "[Chromium] Rebase a few of Mozilla's tests in tables/ for Android."
        Unreviewed revert.

        The rebaseline server hasn't been updated to rebaseline for the chromium-android/
        target, and was left on the default of wk2/. Sorry for the noise! :-(.

2012-09-26  Peter Beverloo  <peter@chromium.org> 

        [Chromium] Rebase a few of Mozilla's tests in tables/ for Android.

        Unreviewed rebaselining.

        This rebaselines a few tests in Mozilla's suite for tables/. All of these
        had differences because of Android's different scrollbar. For more context
        on Android's baselining, see bug 96398.

        * platform/wk2/tables/mozilla/: 33 new results.

2012-09-26  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium mac rebaseline.

        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:

2012-09-26  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r129654.
        http://trac.webkit.org/changeset/129654
        https://bugs.webkit.org/show_bug.cgi?id=97702

        breaks chromium windows build (Requested by schenney on
        #webkit).

        * fast/mediastream/RTCPeerConnection-stats-expected.txt: Removed.
        * fast/mediastream/RTCPeerConnection-stats.html: Removed.

2012-09-26  Tullio Lucena  <tullio.lucena@openbossa.org>

        Need implement isWordTextBreak for QT, and WinCE for visual word movement functionality
        https://bugs.webkit.org/show_bug.cgi?id=81136

        Reviewed by Csaba Osztrogonác.

        Unskip some tests that are passing.

        * platform/qt/Skipped:

2012-09-26  Stephen Chenney  <schenney@chromium.org>

        Unreviewed fix for Chromium TestExpectations

        * platform/chromium/TestExpectations:

2012-09-26  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium mac rebaseline for r129656.

        * css1/formatting_model/vertical_formatting-expected.txt: Added.
        * fast/box-sizing/box-sizing-expected.png: Added.
        * fast/css/hsl-color-expected.txt: Added.
        * fast/dom/HTMLMeterElement/meter-styles-expected.txt: Replaced.
        * fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt: Replaced.
        * fast/multicol/span/span-as-immediate-child-generated-content-expected.txt: Replaced.
        * fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt: Replaced.
        * fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt: Replaced.
        * fast/multicol/span/span-as-nested-columns-child-expected.txt: Replaced.
        * fast/multicol/span/span-margin-collapsing-expected.txt: Replaced.
        * fast/text/whitespace/024-expected.txt: Added.
        * platform/chromium-linux-x86/fast/html: Removed.
        * platform/chromium-linux-x86/fast/html/details-writing-mode-expected.txt: Removed.
        * platform/chromium-linux/fast/backgrounds/background-position-parsing-expected.txt: Removed.
        * platform/chromium-linux/fast/parser/style-script-head-test-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/css1/formatting_model/inline_elements-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/4397952-expected.png:
        * platform/chromium-mac-snowleopard/fast/borders/border-radius-huge-assert-expected.png:
        * platform/chromium-mac-snowleopard/fast/box-sizing/box-sizing-expected.png:
        * platform/chromium-mac-snowleopard/fast/css/hsl-color-expected.png:
        * platform/chromium-mac-snowleopard/fast/dom/HTMLMeterElement/meter-styles-expected.png:
        * platform/chromium-mac-snowleopard/fast/events/updateLayoutForHitTest-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/formmove-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-button-sizes-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-summary-1-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-summary-10-and-click-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-summary-2-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-summary-3-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-summary-4-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-summary-5-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-summary-6-and-click-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-summary-7-and-click-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-summary-8-and-click-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-add-summary-9-and-click-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-no-summary1-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-no-summary3-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-open-javascript-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-open1-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-open3-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-open5-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-position-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-1-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-2-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-3-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-4-and-click-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-5-and-click-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-6-and-click-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-writing-mode-expected.png:
        * platform/chromium-mac-snowleopard/fast/text/international/vertical-text-glyph-test-expected.txt:
        * platform/chromium-mac-snowleopard/fast/text/whitespace/normal-after-nowrap-breaking-expected.png:
        * platform/chromium-mac-snowleopard/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
        * platform/chromium-mac-snowleopard/svg/wicd/rightsizing-grid-expected.png:
        * platform/chromium-mac-snowleopard/svg/wicd/test-rightsizing-b-expected.png:
        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-mask-with-percentages-expected.png:
        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-float-border-padding-expected.png:
        * 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-override-size-expected.png:
        * platform/chromium-mac-snowleopard/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug18359-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46480-1-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46480-2-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
        * platform/chromium-mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
        * platform/chromium-mac/css1/formatting_model/inline_elements-expected.png:
        * platform/chromium-mac/css1/formatting_model/inline_elements-expected.txt:
        * 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/editing/selection/4397952-expected.png:
        * platform/chromium-mac/fast/backgrounds/background-position-parsing-expected.txt:
        * platform/chromium-mac/fast/block/float/shrink-to-avoid-float-complexity-expected.txt:
        * platform/chromium-mac/fast/block/margin-collapse/103-expected.txt:
        * platform/chromium-mac/fast/borders/border-antialiasing-expected.png:
        * platform/chromium-mac/fast/borders/border-radius-huge-assert-expected.png:
        * platform/chromium-mac/fast/box-sizing/box-sizing-expected.png:
        * platform/chromium-mac/fast/css/bidi-override-in-anonymous-block-expected.txt:
        * platform/chromium-mac/fast/css/hsl-color-expected.png:
        * platform/chromium-mac/fast/css/hsl-color-expected.txt:
        * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-styles-expected.png:
        * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
        * platform/chromium-mac/fast/encoding/utf-16-big-endian-expected.txt:
        * platform/chromium-mac/fast/encoding/utf-16-little-endian-expected.txt:
        * platform/chromium-mac/fast/events/updateLayoutForHitTest-expected.png:
        * platform/chromium-mac/fast/forms/date/date-appearance-expected.png:
        * platform/chromium-mac/fast/forms/form-element-geometry-expected.txt:
        * platform/chromium-mac/fast/forms/formmove-expected.png:
        * platform/chromium-mac/fast/forms/input-button-sizes-expected.png:
        * platform/chromium-mac/fast/forms/input-button-sizes-expected.txt:
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-1-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-2-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-3-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-4-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-5-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-marker-style-expected.png:
        * platform/chromium-mac/fast/html/details-no-summary1-expected.png:
        * platform/chromium-mac/fast/html/details-no-summary3-expected.png:
        * platform/chromium-mac/fast/html/details-open-javascript-expected.png:
        * platform/chromium-mac/fast/html/details-open1-expected.png:
        * platform/chromium-mac/fast/html/details-open3-expected.png:
        * platform/chromium-mac/fast/html/details-open5-expected.png:
        * platform/chromium-mac/fast/html/details-position-expected.png:
        * platform/chromium-mac/fast/html/details-remove-summary-1-expected.png:
        * platform/chromium-mac/fast/html/details-remove-summary-2-expected.png:
        * platform/chromium-mac/fast/html/details-remove-summary-3-expected.png:
        * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.png:
        * platform/chromium-mac/fast/html/details-writing-mode-expected.png:
        * platform/chromium-mac/fast/html/details-writing-mode-expected.txt:
        * platform/chromium-mac/fast/multicol/span/anonymous-split-block-crash-expected.txt:
        * platform/chromium-mac/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt:
        * platform/chromium-mac/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt:
        * platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt:
        * platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
        * platform/chromium-mac/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png:
        * platform/chromium-mac/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt:
        * platform/chromium-mac/fast/multicol/span/span-as-nested-columns-child-expected.txt:
        * platform/chromium-mac/fast/multicol/span/span-margin-collapsing-expected.txt:
        * platform/chromium-mac/fast/text/international/vertical-text-glyph-test-expected.txt:
        * platform/chromium-mac/fast/text/line-breaks-expected.txt:
        * platform/chromium-mac/fast/text/whitespace/024-expected.txt:
        * platform/chromium-mac/fast/text/whitespace/normal-after-nowrap-breaking-expected.png: Added.
        * platform/chromium-mac/fast/text/whitespace/normal-after-nowrap-breaking-expected.txt:
        * platform/chromium-mac/fast/transforms/transformed-focused-text-input-expected.png:
        * platform/chromium-mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
        * platform/chromium-mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
        * platform/chromium-mac/platform/chromium/virtual/threaded/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
        * platform/chromium-mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.png:
        * platform/chromium-mac/svg/custom/viewBox-hit-expected.png:
        * platform/chromium-mac/svg/wicd/rightsizing-grid-expected.png:
        * platform/chromium-mac/svg/wicd/rightsizing-grid-expected.txt:
        * platform/chromium-mac/svg/wicd/test-rightsizing-b-expected.png:
        * platform/chromium-mac/svg/wicd/test-rightsizing-b-expected.txt:
        * platform/chromium-mac/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
        * platform/chromium-mac/svg/zoom/page/zoom-mask-with-percentages-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
        * platform/chromium-mac/svg/zoom/page/zoom-svg-float-border-padding-expected.png:
        * 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:
        * 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:
        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
        * platform/chromium-mac/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug2479-1-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug2479-4-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug46480-1-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug46480-2-expected.png:
        * platform/chromium-mac/tables/mozilla/other/test3-expected.txt:
        * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug91057-expected.txt:
        * platform/chromium-mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
        * platform/chromium-mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
        * platform/chromium-win-xp/fast/box-sizing: Removed.
        * platform/chromium-win-xp/fast/box-sizing/box-sizing-expected.png: Removed.
        * platform/chromium-win/fast/parser/style-script-head-test-expected.txt: Removed.
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/parser/style-script-head-test-expected.txt: Replaced.
        * platform/efl/css1/formatting_model/vertical_formatting-expected.txt: Removed.
        * platform/efl/fast/box-sizing/box-sizing-expected.png: Removed.
        * platform/efl/fast/css/hsl-color-expected.txt: Removed.
        * platform/efl/fast/dom/HTMLMeterElement/meter-styles-expected.txt: Removed.
        * platform/efl/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt: Removed.
        * platform/efl/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt: Removed.
        * platform/efl/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt: Removed.
        * platform/efl/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt: Removed.
        * platform/efl/fast/multicol/span/span-as-nested-columns-child-expected.txt: Removed.
        * platform/efl/fast/multicol/span/span-margin-collapsing-expected.txt: Removed.
        * platform/efl/fast/text/whitespace/024-expected.txt: Removed.
        * platform/efl/svg/wicd/rightsizing-grid-expected.txt: Removed.
        * platform/efl/svg/wicd/test-rightsizing-b-expected.txt: Removed.
        * platform/efl/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug2479-1-expected.txt: Removed.
        * platform/efl/tables/mozilla/other/test3-expected.txt: Removed.
        * platform/efl/tables/mozilla_expected_failures/bugs/bug91057-expected.txt: Removed.
        * platform/gtk/css1/formatting_model/vertical_formatting-expected.txt: Removed.
        * platform/gtk/fast/box-sizing/box-sizing-expected.png: Removed.
        * platform/gtk/fast/css/hsl-color-expected.txt: Removed.
        * platform/gtk/fast/dom/HTMLMeterElement/meter-styles-expected.txt: Removed.
        * platform/gtk/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt: Removed.
        * platform/gtk/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt: Removed.
        * platform/gtk/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt: Removed.
        * platform/gtk/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt: Removed.
        * platform/gtk/fast/multicol/span/span-as-nested-columns-child-expected.txt: Removed.
        * platform/gtk/fast/multicol/span/span-margin-collapsing-expected.txt: Removed.
        * platform/gtk/fast/text/whitespace/024-expected.txt: Removed.
        * platform/gtk/svg/wicd/rightsizing-grid-expected.txt: Removed.
        * platform/gtk/svg/wicd/test-rightsizing-b-expected.txt: Removed.
        * platform/gtk/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Removed.
        * platform/gtk/tables/mozilla/bugs/bug2479-1-expected.txt: Removed.
        * platform/gtk/tables/mozilla/other/test3-expected.txt: Removed.
        * platform/gtk/tables/mozilla_expected_failures/bugs/bug91057-expected.txt: Removed.
        * platform/win-future/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt: Added.
        * platform/win-future/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt: Added.
        * platform/win-future/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt: Added.
        * platform/win-future/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt: Added.
        * platform/win-future/fast/multicol/span/span-as-nested-columns-child-expected.txt: Added.
        * platform/win-future/fast/multicol/span/span-margin-collapsing-expected.txt: Added.
        * svg/wicd/rightsizing-grid-expected.txt: Added.
        * svg/wicd/test-rightsizing-b-expected.txt: Added.
        * svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Added.
        * tables/mozilla/bugs/bug2479-1-expected.txt: Added.
        * tables/mozilla/other/test3-expected.txt: Added.
        * tables/mozilla_expected_failures/bugs/bug91057-expected.txt: Added.

2012-09-26  Peter Beverloo  <peter@chromium.org>

        [Chromium] Second part of Android's fast/ rebaselining.

        Unreviewed rebaselining.

        Second part of baselining in fast/. Equal to the first part (r129642),
        most of the tests were failing because of the scrollbar of text selection
        color. Bugs will be filed for all genuine failures, and every test has
        been looked at and compared with Linux individually.

        General info about the initial baselining is available in bug 96398.

        * platform/chromium-android/fast/block/: 71 new results.
        * platform/chromium-android/fast/multicol/: 93 new results.
        * platform/chromium-android/fast/overflow/: 52 new results.
        * platform/chromium-android/fast/repaint/: 67 new results.
        * platform/chromium-android/fast/table/: 44 new results.
        * platform/chromium-android/fast/text/: 22 new results.

2012-09-25  Emil A Eklund  <eae@chromium.org>

        Change FractionalLayoutUnit denominator to 64 to reduce precision loss when converting to floating point
        https://bugs.webkit.org/show_bug.cgi?id=96139

        Reviewed by Eric Seidel.

        Add new precision test and adjust expectations for existing tests as needed.

        * fast/sub-pixel/float-precision-expected.html: Added.
        * fast/sub-pixel/float-precision.html: Added.
        * fast/sub-pixel/float-wrap-with-subpixel-top-expected.html:
        * fast/sub-pixel/float-wrap-with-subpixel-top.html:
        * fast/sub-pixel/layout-boxes-with-zoom-expected.html:
        * fast/sub-pixel/layout-boxes-with-zoom.html:
        * fast/sub-pixel/size-of-box-with-zoom-expected.html:
        * fast/sub-pixel/size-of-box-with-zoom.html:
        * platform/chromium-linux/css1/formatting_model/inline_elements-expected.txt:
        * platform/chromium-linux/css2.1/t090501-c414-flt-03-b-g-expected.txt:
        * platform/chromium-linux/fast/backgrounds/background-position-parsing-expected.txt:
        * platform/chromium-linux/fast/block/margin-collapse/103-expected.txt:
        * platform/chromium-linux/fast/borders/border-antialiasing-expected.png:
        * platform/chromium-linux/fast/borders/border-radius-huge-assert-expected.png:
        * platform/chromium-linux/fast/box-sizing/box-sizing-expected.png:
        * platform/chromium-linux/fast/css/bidi-override-in-anonymous-block-expected.txt:
        * platform/chromium-linux/fast/css/hsl-color-expected.png:
        * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-styles-expected.png:
        * platform/chromium-linux/fast/encoding/utf-16-big-endian-expected.txt:
        * platform/chromium-linux/fast/encoding/utf-16-little-endian-expected.txt:
        * platform/chromium-linux/fast/forms/date/date-appearance-expected.png:
        * platform/chromium-linux/fast/forms/form-element-geometry-expected.txt:
        * platform/chromium-linux/fast/html/details-add-summary-1-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-10-and-click-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-2-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-3-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-4-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-5-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-6-and-click-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-7-and-click-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-8-and-click-expected.png:
        * platform/chromium-linux/fast/html/details-add-summary-9-and-click-expected.png:
        * platform/chromium-linux/fast/html/details-marker-style-expected.png:
        * platform/chromium-linux/fast/html/details-no-summary1-expected.png:
        * platform/chromium-linux/fast/html/details-no-summary3-expected.png:
        * platform/chromium-linux/fast/html/details-open-javascript-expected.png:
        * platform/chromium-linux/fast/html/details-open1-expected.png:
        * platform/chromium-linux/fast/html/details-open3-expected.png:
        * platform/chromium-linux/fast/html/details-open5-expected.png:
        * platform/chromium-linux/fast/html/details-position-expected.png:
        * platform/chromium-linux/fast/html/details-remove-summary-1-expected.png:
        * platform/chromium-linux/fast/html/details-remove-summary-2-expected.png:
        * platform/chromium-linux/fast/html/details-remove-summary-3-expected.png:
        * platform/chromium-linux/fast/html/details-remove-summary-4-and-click-expected.png:
        * platform/chromium-linux/fast/html/details-remove-summary-5-and-click-expected.png:
        * platform/chromium-linux/fast/html/details-remove-summary-6-and-click-expected.png:
        * platform/chromium-linux/fast/html/details-writing-mode-expected.png:
        * platform/chromium-linux/fast/multicol/vertical-rl/float-multicol-expected.png:
        * platform/chromium-linux/fast/parser/style-script-head-test-expected.txt:
        * platform/chromium-linux/fast/text/line-breaks-expected.txt:
        * platform/chromium-linux/svg/custom/use-css-no-effect-on-shadow-tree-expected.png:
        * platform/chromium-linux/svg/custom/viewBox-hit-expected.png:
        * platform/chromium-linux/svg/wicd/rightsizing-grid-expected.png:
        * platform/chromium-linux/svg/wicd/test-rightsizing-b-expected.png:
        * platform/chromium-linux/svg/wicd/test-rightsizing-b-expected.txt:
        * platform/chromium-linux/svg/zoom/page/zoom-background-images-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-hixie-mixed-009-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-mask-with-percentages-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-svg-float-border-padding-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
        * platform/chromium-linux/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug2479-4-expected.txt:
        * platform/chromium-linux/tables/mozilla/bugs/bug46480-1-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug46480-2-expected.png:
        * platform/chromium-win/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
        * platform/chromium-win/css1/formatting_model/vertical_formatting-expected.txt:
        * platform/chromium-win/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
        * platform/chromium-win/fast/block/float/shrink-to-avoid-float-complexity-expected.txt:
        * platform/chromium-win/fast/css/hsl-color-expected.txt:
        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
        * platform/chromium-win/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt:
        * platform/chromium-win/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt:
        * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt:
        * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
        * platform/chromium-win/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt:
        * platform/chromium-win/fast/multicol/span/span-as-nested-columns-child-expected.txt:
        * platform/chromium-win/fast/multicol/span/span-margin-collapsing-expected.txt:
        * platform/chromium-win/fast/text/whitespace/024-expected.txt:
        * platform/chromium-win/svg/wicd/rightsizing-grid-expected.txt:
        * platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
        * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
        * platform/chromium-win/tables/mozilla/bugs/bug2479-1-expected.txt:
        * platform/chromium-win/tables/mozilla/other/test3-expected.txt:
        * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug91057-expected.txt:
        * platform/chromium/fast/css/getComputedStyle/getComputedStyle-margin-percentage-expected.txt:

2012-09-26  Harald Tveit Alvestrand  <harald@alvestrand.no>
        
        Implement the GetStats interface on PeerConnection
        https://bugs.webkit.org/show_bug.cgi?id=95193

        Reviewed by Adam Barth.

        * fast/mediastream/RTCPeerConnection-stats-expected.txt: Added.
        * fast/mediastream/RTCPeerConnection-stats.html: Added.

2012-09-26  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [WK2][WTR] Policy client: dumping from decidePolicyForResponse callback
        https://bugs.webkit.org/show_bug.cgi?id=97034

        Reviewed by Kenneth Rohde Christiansen.

        Unskipped some of http/tests/download tests from wk2/Skipped, put those which still fail
        to an appropriate group in wk2/Skipped file. All of the http/tests/download tests still fail
        for EFL WK1.

        * platform/efl-wk1/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/wk2/Skipped:

2012-09-26  Stephen Chenney  <schenney@chromium.org>

        Unreviewed Chromium expectations update.

        * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
        * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:

2012-09-26  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: [REGRESSION] Revision support problems: revert and apply original content  cause exceptions
        https://bugs.webkit.org/show_bug.cgi?id=97669

        Reviewed by Pavel Feldman.

        * inspector/uisourcecode-revisions-expected.txt: Added.
        * inspector/uisourcecode-revisions.html: Added.

2012-09-26  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] mediaControlsEflFullscreen.css overrides regular media controls styling
        https://bugs.webkit.org/show_bug.cgi?id=97671

        Reviewed by Kenneth Rohde Christiansen.

        Unskip several media tests that are no longer flaky
        now that we address media controls styling issues
        when switching to full screen mode.

        Some tests needed rebaselining. The rebaseline is unrelated
        to this change but was needed in order to unskip the tests.

        * platform/efl/TestExpectations:
        * platform/efl/media/controls-after-reload-expected.png:
        * platform/efl/media/controls-after-reload-expected.txt:
        * platform/efl/media/controls-strict-expected.png:
        * platform/efl/media/controls-strict-expected.txt:
        * platform/efl/media/controls-styling-expected.png:
        * platform/efl/media/controls-styling-expected.txt:
        * platform/efl/media/controls-without-preload-expected.png:
        * platform/efl/media/controls-without-preload-expected.txt:
        * platform/efl/media/media-controls-clone-expected.png:
        * platform/efl/media/media-controls-clone-expected.txt:
        * platform/efl/media/media-document-audio-repaint-expected.txt:
        * platform/efl/media/sources-fallback-codecs-expected.txt: Added.
        * platform/efl/media/video-controls-rendering-expected.png:
        * platform/efl/media/video-controls-rendering-expected.txt:
        * platform/efl/media/video-display-toggle-expected.png:
        * platform/efl/media/video-display-toggle-expected.txt:
        * platform/efl/media/video-empty-source-expected.png:
        * platform/efl/media/video-empty-source-expected.txt:
        * platform/efl/media/video-zoom-controls-expected.png:
        * platform/efl/media/video-zoom-controls-expected.txt:

2012-09-26  Peter Beverloo  <peter@chromium.org>

        [Chromium] First part of rebaselines for the fast/ directory.

        Unreviewed rebaselining.

        First part of the baselines for fast/. Most of these address, once again, the
        different scrollbar appearance, layout size (due to overlay scrollbars) and
        text selection color. Notable failures include that Kanji characters are
        rendered bold and Android seems to limit styling abilities for selection text.
        Bugs will be filed for these failures.

        General info about the initial baselining is available in bug 96398.

        * platform/chromium-android/fast/backgrounds/: 7 new results.
        * platform/chromium-android/fast/body-propagation/: 38 new results.
        * platform/chromium-android/fast/borders/: 32 new results.
        * platform/chromium-android/fast/box-shadow/: 2 new results..
        * platform/chromium-android/fast/box-sizing/: 2 new results.
        * platform/chromium-android/fast/canvas/: 7 new results.
        * platform/chromium-android/fast/clip/: 2 new results.
        * platform/chromium-android/fast/css-generated-content/: 4 new results.
        * platform/chromium-android/fast/css/: 77 new results.
        * platform/chromium-android/fast/dom/: 20 new results.
        * platform/chromium-android/fast/dynamic/: 7 new results.
        * platform/chromium-android/fast/encoding/: 4 new results.
        * platform/chromium-android/fast/events/: 7 new results.
        * platform/chromium-android/fast/flexbox/: 6 new results.
        * platform/chromium-android/fast/forms/: 25 new results.
        * platform/chromium-android/fast/frames/: 20 new results.
        * platform/chromium-android/fast/gradients/: 5 new results.
        * platform/chromium-android/fast/hidpi/: 2 new results.
        * platform/chromium-android/fast/html/: 4 new results.
        * platform/chromium-android/fast/images/: 6 new images.
        * platform/chromium-android/fast/inline-block/: 2 new results.
        * platform/chromium-android/fast/inline/: 8 new results.
        * platform/chromium-android/fast/invalid/: 2 new results.
        * platform/chromium-android/fast/js/: 2 new results.
        * platform/chromium-android/fast/layers/: 6 new results.
        * platform/chromium-android/fast/line-grid/: 4 new results.
        * platform/chromium-android/fast/lists/: 16 new results.
        * platform/chromium-android/fast/media/: 24 new results.
        * platform/chromium-android/fast/reflections/: 2 new results.
        * platform/chromium-android/fast/replaced/: 9 new results.
        * platform/chromium-android/fast/selectors/: 3 new results.
        * platform/chromium-android/fast/sub-pixel/: 3 new results.
        * platform/chromium-android/fast/transforms/: 4 new results.
        * platform/chromium-android/fast/writing-mode/: 15 new results.
        * platform/chromium-android/platform/chromium/fast/text/: 1 new result.

2012-09-26  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, skip http/tests/security/xss-eval.html again after r129629.

        * platform/qt/Skipped:

2012-09-26  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening after r129629.

        Marking http/tests/security/xss-eval.html as failing again because of the fix being rolled out.

        * platform/efl/TestExpectations:

2012-09-26  Stephen Chenney  <schenney@chromium.org>

        Unreviewed Chromium gardening.

        Added failure expectations for fast/js tests:
        fast/js/string-localeCompare.html
        fast/js/dfg-array-push-bad-time.html
        fast/js/dfg-array-push-slow-put.html

        * platform/chromium/TestExpectations:

2012-09-26  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r129592.
        http://trac.webkit.org/changeset/129592
        https://bugs.webkit.org/show_bug.cgi?id=97670

        Failures in Chromium security tests (Requested by schenney on
        #webkit).

        * fast/js/eval-cross-window-expected.txt:
        * fast/js/eval-cross-window.html:
        * http/tests/security/cross-frame-access-call-expected.txt:
        * http/tests/security/cross-frame-access-call.html:
        * http/tests/security/resources/xss-eval2.html:
        * http/tests/security/resources/xss-eval3.html:
        * http/tests/security/xss-eval-expected.txt:
        * http/tests/security/xss-eval.html:

2012-09-25  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Remove resource() getter from UISourceCode.
        https://bugs.webkit.org/show_bug.cgi?id=97557

        Reviewed by Pavel Feldman.

        * http/tests/inspector/workspace-test.js:
        (initialize_WorkspaceTest.InspectorTest.addMockUISourceCodeToWorkspace):
        * inspector/debugger/breakpoint-manager.html:
        * inspector/debugger/dynamic-script-tag-expected.txt:
        * inspector/debugger/dynamic-script-tag.html:
        * inspector/debugger/scripts-file-selector.html:
        * inspector/debugger/scripts-panel.html:
        * inspector/debugger/scripts-sorting.html:
        * inspector/debugger/ui-source-code-display-name.html:
        * inspector/debugger/ui-source-code.html:

2012-09-26  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding failure expectations for <style scoped> tests as the feature is
        not being enabled at runtime in WebKitTestRunner.

        * platform/gtk-wk2/TestExpectations:

2012-09-26  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Rebaseline some remaining tables/mozilla_expected_failures tests.
        https://bugs.webkit.org/show_bug.cgi?id=95489

        * platform/efl/TestExpectations:
        * platform/efl/tables/mozilla_expected_failures/bugs/97619-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/97619-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug10140-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug10140-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug10216-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug10216-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug104898-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug104898-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug29058-2-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-11-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-11-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-12-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-12-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-13-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-16-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-16-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-3-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-3-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-4-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-4-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-5-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-5-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-6-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-9-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug59252-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug59252-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug7243-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug7243-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug91057-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug91057-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
        * platform/efl/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/core/captions1-expected.png:
        * platform/efl/tables/mozilla_expected_failures/core/captions1-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/core/captions2-expected.png:
        * platform/efl/tables/mozilla_expected_failures/core/captions2-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/core/captions3-expected.png:
        * platform/efl/tables/mozilla_expected_failures/core/captions3-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/core/standards1-expected.png:
        * platform/efl/tables/mozilla_expected_failures/core/standards1-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/other/test4-expected.png:
        * platform/efl/tables/mozilla_expected_failures/other/test4-expected.txt:

2012-09-26  Peter Beverloo  <peter@chromium.org>

        [Chromium] Rebaselines for svg/ and tables/ for Android.

        Unreviewed baselining.

        Most differences are caused by Android's text selection color, and a few because of
        reduced image resize quality and scrollbars. Real issues include slightly different
        rendering for controls (most notable <button> and <select>), bugs for which will
        be filed as well. General info about the initial baselining is available in bug 96398.

        * platform/chromium-android/svg/: 135 new results.
        * platform/chromium-android/tables/: 13 new results.

2012-09-26  Peter Beverloo  <peter@chromium.org>

        [Chromium] Rebaseline tests in css2.1/, css3/ and editing/ for Android

        Unreviewed rebaselining.

        Many differences are due to Android's scrollbars and different text selection
        color. Various real failures showed up as well, I'll be filing separate bugs
        for these. General info about the initial baselining is available in bug 96398.

        * platform/chromium-android/css2.1/: 3 new results.
        * platform/chromium-android/css3/: 25 new results.
        * platform/chromium-android/editing/: 123 new results.

2012-09-26  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening after r126983.

        * platform/efl/TestExpectations: Marking the RefTest harness check as WontFix as in Chromium.

2012-09-26  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Unskip test that seems to pass consistently on 32-bits.

        It looks like the rounding issues are gone now that we use
        jhbuild. While here, update the expected PNG, which was valid
        before but had a different pixel hash.

        * platform/efl/TestExpectations:
        * platform/efl/fast/css/percentage-non-integer-expected.png:

2012-09-26  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Mark one subpixel test added in r129529 as passing.
        Reclassify fast/workers/shared-worker-load-error.html as flaky.
        Remove expectations for fast/css/word-spacing-characters.html and
        http/tests/security/xss-eval.html, both tests are now passing.

        * platform/gtk/TestExpectations:

2012-09-26  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Unskip test that seems to be passing now.

        * platform/efl/Skipped:

2012-09-26  Andrey Adaikin  <aandrey@chromium.org>

        Web Inspector: [TextEditor] fix tab unindent selection restore
        https://bugs.webkit.org/show_bug.cgi?id=97462

        Reviewed by Vsevolod Vlasov.

        Added test for an unindentation corner case.

        * inspector/editor/indentation-expected.txt:
        * inspector/editor/indentation.html:

2012-09-26  Yoshifumi Inoue  <yosin@chromium.org>

        Rename ENABLE_INPUT_TYPE_TIME_MULTIPLE_FIELDS to ENABLE_INPUT_MULTIPLE_FIELDS_UI
        https://bugs.webkit.org/show_bug.cgi?id=97640

        This patch renames ENABLE_INPUT_TYPE_TIME MULTIPLE_FIELDS feature
        flag to ENABLE_INPUT_MULTIPLE_FIELDS_UI for implementing multiple
        fields date/time input UI other than input type "time".

        * platfrom/efl/TestExpectations: Update a comment which refers ENABLE_INPUT_TYPE_TIME MULTIPLE_FIELDS.
        * platform/mac/Skipped: ditto.
        * platform/qt/Skipped: ditto.
        * platform/win/Skipped: ditto.
        * platform/wincairo/Skipped: ditto.

2012-09-26  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Unskip that passes after r125813.

        * platform/efl/TestExpectations:

2012-09-26  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Rebaseline after r125578.

        * platform/efl/TestExpectations:
        * platform/efl/fast/css/word-space-extra-expected.png:
        * platform/efl/fast/css/word-space-extra-expected.txt:

2012-09-26  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviwed gardening.

        * platform/qt/Skipped: Unskip http/tests/security/xss-eval.html after r129592.

2012-09-26  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviwed gardening.

        * platform/qt-5.0-wk1/Skipped: skip http/tests/security/cross-origin-local-storage-wk1.html.
        * platform/qt-5.0-wk2/Skipped: skip fast/events/popup-blocked-from-fake-user-gesture.html.

2012-09-26  Marcelo Lira  <marcelo.lira@openbossa.org>

        [Qt][WK1] REGRESSION(r123988) It made fast/writing-mode/flipped-blocks-hit-test-line-edges.html fail
        https://bugs.webkit.org/show_bug.cgi?id=92636

        Reviewed by Csaba Osztrogonác.

        Unskip passing test.

        * platform/qt-5.0-wk1/Skipped:

2012-09-25  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [DRT][WTR] Support overriding the 'WebKitDisplayImagesKey' preference
        https://bugs.webkit.org/show_bug.cgi?id=96883

        Reviewed by Kenneth Rohde Christiansen.

        * platform/efl/TestExpectations: Unskip test that only fails on
        WK2.

2012-09-26  Zan Dobersek  <zandobersek@gmail.com>

        [GTK] Enable some of the unstable CSS features
        https://bugs.webkit.org/show_bug.cgi?id=97572

        Reviewed by Martin Robinson.

        Remove expectations for the features being enabled and
        add more specific failure expectations for tests that are
        still failing.

        * platform/gtk/TestExpectations:

2012-09-26  Gavin Barraclough  <barraclough@apple.com>

        String.localeCompare should normalize input
        https://bugs.webkit.org/show_bug.cgi?id=97639

        Reviewed by Filip Pizlo.

        From the spec: "It is strongly recommended that this function treat Strings that are
        canonically equivalent according to the Unicode standard as identical (in other words,
        compare the Strings as if they had both been converted to Normalised Form C or D first).
        It is also recommended that this function not honour Unicode compatibility equivalences
        or decompositions."

        * fast/js/script-tests/string-localeCompare.js: Added.
        * fast/js/string-localeCompare-expected.txt: Added.
        * fast/js/string-localeCompare.html: Added.
            - Add lests for localeCompare.

2012-09-26  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Unskip passing test after r129592.

        * platform/efl/TestExpectations:

2012-09-25  Peter Rybin  <peter.rybin@gmail.com>

        Web Inspector: Fix logging in pure protocol test harness
        https://bugs.webkit.org/show_bug.cgi?id=97579

        Reviewed by Yury Semikhatsky.

        Logging facility is fixed and improved for inspector protocol harness.

        * http/tests/inspector-protocol/resources/InspectorTest.js:
        (InspectorTest.log): proper escaping is added 
        (InspectorTest.debugLog): new method is added for crash-proof debug messaging
        * http/tests/inspector-protocol/resources/protocol-test.js:
        (debugLog): new method is added for crash-proof debug messaging

2012-09-25  Gavin Barraclough  <barraclough@apple.com>

        REGRESSION (r129456): http/tests/security/xss-eval.html is failing on JSC platforms
        https://bugs.webkit.org/show_bug.cgi?id=97529

        Reviewed by Filip Pizlo.

        A recent patch changed JSC's EvalError behaviour; bring this more into line with other browsers.

        * fast/js/eval-cross-window-expected.txt:
        * fast/js/eval-cross-window.html:
            - Changed not to expect EvalErrors (this matches other browsers), and modified testThis
              to check that the this object is always set to the global object.
        * http/tests/security/resources/xss-eval2.html:
        * http/tests/security/resources/xss-eval3.html:
        * http/tests/security/xss-eval-expected.txt:
        * http/tests/security/xss-eval.html:
            - Updated. Access via the global environment is not a security risk, since the eval is
              accessing it's own document's informantion. Access via the shell attempts to access
              the navigated pages document, tripping an access check & throwing a TypeError.

2012-09-25  Bear Travis  <betravis@adobe.com>

        [CSS Exclusions] shape-inside line segment layout should be based on line position and height
        https://bugs.webkit.org/show_bug.cgi?id=95479

        Reviewed by Levi Weintraub.

        Test that line bottom as well as line top is used when calculating line segments
        for a rounded rectangle.

        * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-rounded-rectangle.html: Added.

2012-09-25  Filip Pizlo  <fpizlo@apple.com>

        DFG ArrayPush, ArrayPop don't handle clobbering or having a bad time correctly
        https://bugs.webkit.org/show_bug.cgi?id=97535

        Rubber stamped by Oliver Hunt.

        * fast/js/dfg-array-pop-side-effects-expected.txt: Added.
        * fast/js/dfg-array-pop-side-effects.html: Added.
        * fast/js/dfg-array-push-bad-time-expected.txt: Added.
        * fast/js/dfg-array-push-bad-time.html: Added.
        * fast/js/dfg-array-push-slow-put-expected.txt: Added.
        * fast/js/dfg-array-push-slow-put.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/dfg-array-pop-side-effects.js: Added.
        (foo):
        (.b):
        * fast/js/script-tests/dfg-array-push-bad-time.js: Added.
        * fast/js/script-tests/dfg-array-push-slow-put.js: Added.
        (foo):

2012-09-25  Adam Barth  <abarth@webkit.org>

        [Chromium] Network requests without a networking context can be started
        https://bugs.webkit.org/show_bug.cgi?id=97498

        Reviewed by Eric Seidel.

        * http/tests/security/svg-img-leak.html: Added.
        * http/tests/security/svg-img-leak-expected.txt: Added.
        * http/tests/security/resources/set-cookie.php: Added.

2012-09-25  Alpha Lam  <hclam@chromium.org>

        Unreviewed test expectations update. Round two.

        r129571 affects all tests that invole image scaling so baselines need to be updated.

        * platform/chromium-linux-x86/fast/repaint/block-selection-gap-in-composited-layer-expected.png: Added.
        * platform/chromium-linux/fast/events/pointer-events-2-expected.png:
        * platform/chromium-linux/platform/chromium/compositing/3d-corners-expected.png:
        * platform/chromium-linux/platform/chromium/compositing/backface-visibility-transformed-expected.png:
        * platform/chromium-linux/platform/chromium/compositing/child-layer-3d-sorting-expected.png: Added.
        * platform/chromium-linux/platform/chromium/compositing/huge-layer-rotated-expected.png:
        * platform/chromium-linux/platform/chromium/compositing/img-layer-grow-expected.png: Added.
        * platform/chromium-linux/platform/chromium/compositing/layout-width-change-expected.png:
        * platform/chromium-linux/platform/chromium/compositing/lost-compositor-context-expected.png: Added.
        * platform/chromium-linux/platform/chromium/compositing/lost-compositor-context-permanently-expected.png: Added.
        * platform/chromium-linux/platform/chromium/compositing/lost-compositor-context-twice-expected.png: Added.
        * platform/chromium-linux/platform/chromium/compositing/lost-compositor-context-with-rendersurface-expected.png: Added.
        * platform/chromium-linux/platform/chromium/compositing/lost-compositor-context-with-video-expected.png: Added.
        * platform/chromium-linux/platform/chromium/compositing/perpendicular-layer-sorting-expected.png:
        * platform/chromium-linux/platform/chromium/compositing/render-surface-alpha-blending-expected.png: Added.
        * platform/chromium-linux/platform/chromium/compositing/tiny-layer-rotated-expected.png:
        * platform/chromium-linux/platform/chromium/compositing/video-frame-size-change-expected.png:
        * platform/chromium-linux/platform/chromium/compositing/webgl-loses-compositor-context-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/events/pointer-events-2-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/compositing/3d-corners-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/compositing/backface-visibility-transformed-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/compositing/child-layer-3d-sorting-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/compositing/huge-layer-rotated-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/compositing/img-layer-grow-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/compositing/layout-width-change-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/compositing/lost-compositor-context-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/compositing/lost-compositor-context-permanently-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/compositing/lost-compositor-context-twice-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/compositing/lost-compositor-context-with-rendersurface-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/compositing/lost-compositor-context-with-video-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/compositing/perpendicular-layer-sorting-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/compositing/render-surface-alpha-blending-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/compositing/tiny-layer-rotated-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/compositing/video-frame-size-change-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/compositing/webgl-loses-compositor-context-expected.png: Added.
        * platform/chromium-mac/compositing/masks/mask-of-clipped-layer-expected.png: Added.
        * platform/chromium-mac/fast/events/pointer-events-2-expected.png:
        * platform/chromium-mac/fast/repaint/block-selection-gap-in-composited-layer-expected.png:
        * platform/chromium-mac/platform/chromium/compositing/tiny-layer-rotated-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/platform/chromium/compositing/tiny-layer-rotated-expected.png.
        * platform/chromium-win-xp/platform/chromium/compositing/3d-corners-expected.png: Added.
        * platform/chromium-win-xp/platform/chromium/compositing/backface-visibility-transformed-expected.png: Added.
        * platform/chromium-win-xp/platform/chromium/compositing/child-layer-3d-sorting-expected.png: Added.
        * platform/chromium-win-xp/platform/chromium/compositing/huge-layer-rotated-expected.png: Added.
        * platform/chromium-win-xp/platform/chromium/compositing/img-layer-grow-expected.png: Added.
        * platform/chromium-win-xp/platform/chromium/compositing/layout-width-change-expected.png:
        * platform/chromium-win-xp/platform/chromium/compositing/lost-compositor-context-expected.png: Added.
        * platform/chromium-win-xp/platform/chromium/compositing/lost-compositor-context-permanently-expected.png: Added.
        * platform/chromium-win-xp/platform/chromium/compositing/lost-compositor-context-twice-expected.png: Added.
        * platform/chromium-win-xp/platform/chromium/compositing/lost-compositor-context-with-rendersurface-expected.png: Added.
        * platform/chromium-win-xp/platform/chromium/compositing/lost-compositor-context-with-video-expected.png: Added.
        * platform/chromium-win-xp/platform/chromium/compositing/perpendicular-layer-sorting-expected.png: Added.
        * platform/chromium-win-xp/platform/chromium/compositing/render-surface-alpha-blending-expected.png: Added.
        * platform/chromium-win-xp/platform/chromium/compositing/tiny-layer-rotated-expected.png: Added.
        * platform/chromium-win-xp/platform/chromium/compositing/video-frame-size-change-expected.png: Added.
        * platform/chromium-win-xp/platform/chromium/compositing/webgl-loses-compositor-context-expected.png: Added.
        * platform/chromium-win/compositing/masks/mask-of-clipped-layer-expected.png: Added.
        * platform/chromium-win/fast/events/pointer-events-2-expected.png:

2012-09-25  Alpha Lam  <hclam@chromium.org>

        Unreviewed test expectations update.

        r129571 affects all tests that invole image scaling so baselines need to be updated.

        * platform/chromium-linux-x86/fast/backgrounds/size/backgroundSize20-expected.png:
        * platform/chromium-linux-x86/fast/backgrounds/size/backgroundSize21-expected.png:
        * platform/chromium-linux-x86/fast/backgrounds/size/backgroundSize22-expected.png:
        * platform/chromium-linux-x86/fast/forms/placeholder-position-expected.png: Added.
        * platform/chromium-linux-x86/fast/reflections/reflection-with-zoom-expected.png:
        * platform/chromium-linux-x86/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png: Removed.
        * platform/chromium-linux-x86/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png: Removed.
        * platform/chromium-linux-x86/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png: Removed.
        * platform/chromium-linux-x86/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png: Removed.
        * platform/chromium-linux-x86/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png: Removed.
        * platform/chromium-linux-x86/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png: Removed.
        * platform/chromium-linux-x86/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png: Removed.
        * platform/chromium-linux-x86/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png: Removed.
        * platform/chromium-linux-x86/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png: Removed.
        * platform/chromium-linux-x86/svg/filters/feDisplacementMap-expected.png:
        * platform/chromium-linux-x86/svg/wicd/test-rightsizing-b-expected.png: Removed.
        * platform/chromium-linux/compositing/color-matching/image-color-matching-expected.png:
        * platform/chromium-linux/compositing/masks/multiple-masks-expected.png:
        * platform/chromium-linux/compositing/masks/simple-composited-mask-expected.png:
        * platform/chromium-linux/compositing/video/video-controls-layer-creation-expected.png:
        * platform/chromium-linux/compositing/visibility/visibility-image-layers-expected.png:
        * platform/chromium-linux/css2.1/20110323/replaced-min-max-001-expected.png:
        * platform/chromium-linux/css2.1/t090501-c414-flt-03-b-g-expected.png:
        * platform/chromium-linux/css2.1/t090501-c5525-flt-l-00-b-g-expected.png:
        * platform/chromium-linux/css2.1/t090501-c5525-flt-r-00-b-g-expected.png:
        * platform/chromium-linux/fast/backgrounds/background-position-parsing-expected.png:
        * platform/chromium-linux/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
        * platform/chromium-linux/fast/backgrounds/size/backgroundSize15-expected.png:
        * platform/chromium-linux/fast/backgrounds/size/backgroundSize16-expected.png:
        * platform/chromium-linux/fast/backgrounds/size/backgroundSize20-expected.png:
        * platform/chromium-linux/fast/backgrounds/size/backgroundSize21-expected.png:
        * platform/chromium-linux/fast/backgrounds/size/backgroundSize22-expected.png:
        * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.png:
        * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
        * platform/chromium-linux/fast/borders/border-image-scale-transform-expected.png:
        * platform/chromium-linux/fast/borders/border-image-scaled-expected.png:
        * platform/chromium-linux/fast/borders/inline-mask-overlay-image-outset-expected.png:
        * platform/chromium-linux/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png:
        * platform/chromium-linux/fast/borders/scaled-border-image-expected.png:
        * platform/chromium-linux/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
        * platform/chromium-linux/fast/css/input-search-padding-expected.png:
        * platform/chromium-linux/fast/css/text-input-with-webkit-border-radius-expected.png:
        * platform/chromium-linux/fast/css/text-overflow-input-expected.png:
        * platform/chromium-linux/fast/css/value-list-out-of-bounds-crash-expected.png:
        * platform/chromium-linux/fast/forms/box-shadow-override-expected.png:
        * platform/chromium-linux/fast/forms/control-restrict-line-height-expected.png:
        * platform/chromium-linux/fast/forms/placeholder-position-expected.png:
        * platform/chromium-linux/fast/forms/search-cancel-button-style-sharing-expected.png:
        * platform/chromium-linux/fast/forms/search-rtl-expected.png:
        * platform/chromium-linux/fast/forms/search-styled-expected.png:
        * platform/chromium-linux/fast/forms/search-vertical-alignment-expected.png:
        * platform/chromium-linux/fast/forms/searchfield-heights-expected.png:
        * platform/chromium-linux/fast/hidpi/video-controls-in-hidpi-expected.png:
        * platform/chromium-linux/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
        * platform/chromium-linux/fast/images/jpeg-with-color-profile-expected.png:
        * platform/chromium-linux/fast/images/png-with-color-profile-expected.png:
        * platform/chromium-linux/fast/layers/video-layer-expected.png:
        * platform/chromium-linux/fast/reflections/reflection-with-zoom-expected.png:
        * platform/chromium-linux/fast/repaint/block-layout-inline-children-replaced-expected.png:
        * platform/chromium-linux/fast/replaced/absolute-image-sizing-expected.png:
        * platform/chromium-linux/fast/replaced/image-sizing-expected.png:
        * platform/chromium-linux/fast/replaced/width100percent-searchfield-expected.png:
        * platform/chromium-linux/fast/speech/input-appearance-numberandspeech-expected.png:
        * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.png:
        * platform/chromium-linux/fast/speech/input-appearance-speechbutton-expected.png:
        * platform/chromium-linux/fast/speech/speech-bidi-rendering-expected.png:
        * platform/chromium-linux/fast/writing-mode/block-level-images-expected.png:
        * platform/chromium-linux/fullscreen/full-screen-stacking-context-expected.png:
        * platform/chromium-linux/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
        * platform/chromium-linux/http/tests/misc/slow-loading-image-in-pattern-expected.png:
        * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.png:
        * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png:
        * platform/chromium-linux/media/audio-controls-rendering-expected.png:
        * platform/chromium-linux/media/audio-repaint-expected.png:
        * platform/chromium-linux/media/controls-after-reload-expected.png:
        * platform/chromium-linux/media/controls-layout-direction-expected.png:
        * platform/chromium-linux/media/controls-strict-expected.png:
        * platform/chromium-linux/media/controls-styling-expected.png:
        * platform/chromium-linux/media/controls-styling-strict-expected.png:
        * platform/chromium-linux/media/controls-without-preload-expected.png:
        * platform/chromium-linux/media/media-controls-clone-expected.png:
        * platform/chromium-linux/media/media-document-audio-repaint-expected.png:
        * platform/chromium-linux/media/track/track-cue-rendering-horizontal-expected.png:
        * platform/chromium-linux/media/track/track-cue-rendering-vertical-expected.png:
        * platform/chromium-linux/media/video-controls-rendering-expected.png:
        * platform/chromium-linux/media/video-display-toggle-expected.png:
        * platform/chromium-linux/media/video-empty-source-expected.png:
        * platform/chromium-linux/media/video-no-audio-expected.png:
        * platform/chromium-linux/media/video-playing-and-pause-expected.png:
        * platform/chromium-linux/media/video-zoom-controls-expected.png:
        * platform/chromium-linux/scrollbars/overflow-scrollbar-combinations-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-no-markup-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/tspan-direction-ltr-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/tspan-direction-rtl-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/struct-image-06-t-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/struct-image-08-t-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/struct-image-10-t-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png:
        * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.png:
        * platform/chromium-linux/svg/carto.net/scrollbar-expected.png:
        * platform/chromium-linux/svg/custom/createImageElement2-expected.png:
        * platform/chromium-linux/svg/custom/image-parent-translation-expected.png:
        * platform/chromium-linux/svg/custom/image-rescale-clip-expected.png:
        * platform/chromium-linux/svg/custom/image-rescale-scroll-expected.png:
        * platform/chromium-linux/svg/custom/image-small-width-height-expected.png:
        * platform/chromium-linux/svg/custom/pointer-events-image-css-transform-expected.png:
        * platform/chromium-linux/svg/custom/pointer-events-image-expected.png:
        * platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
        * platform/chromium-linux/svg/custom/text-image-opacity-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png:
        * platform/chromium-linux/svg/filters/feDisplacementMap-expected.png:
        * platform/chromium-linux/svg/filters/filterRes-expected.png:
        * platform/chromium-linux/svg/wicd/test-rightsizing-b-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-background-images-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug101674-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug11026-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug1296-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug1430-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug14929-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug15544-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug2981-2-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug4093-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug4284-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug4427-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug56563-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug625-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug6404-expected.png:
        * platform/chromium-linux/tables/mozilla/core/bloomberg-expected.png:
        * platform/chromium-linux/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
        * platform/chromium-linux/tables/mozilla/core/misc-expected.png:
        * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
        * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
        * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_middle-expected.png:
        * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_top-expected.png:
        * platform/chromium-linux/tables/mozilla/marvin/td_valign_baseline-expected.png:
        * platform/chromium-linux/tables/mozilla/marvin/td_valign_bottom-expected.png:
        * platform/chromium-linux/tables/mozilla/marvin/td_valign_middle-expected.png:
        * platform/chromium-linux/tables/mozilla/marvin/td_valign_top-expected.png:
        * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
        * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
        * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
        * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_top-expected.png:
        * platform/chromium-linux/tables/mozilla/marvin/th_valign_baseline-expected.png:
        * platform/chromium-linux/tables/mozilla/marvin/th_valign_bottom-expected.png:
        * platform/chromium-linux/tables/mozilla/marvin/th_valign_middle-expected.png:
        * platform/chromium-linux/tables/mozilla/marvin/th_valign_top-expected.png:
        * platform/chromium-linux/tables/mozilla/marvin/thead_valign_baseline-expected.png:
        * platform/chromium-linux/tables/mozilla/marvin/thead_valign_bottom-expected.png:
        * platform/chromium-linux/tables/mozilla/marvin/thead_valign_middle-expected.png:
        * platform/chromium-linux/tables/mozilla/marvin/thead_valign_top-expected.png:
        * platform/chromium-linux/tables/mozilla/marvin/tr_valign_baseline-expected.png:
        * platform/chromium-linux/tables/mozilla/marvin/tr_valign_bottom-expected.png:
        * platform/chromium-linux/tables/mozilla/marvin/tr_valign_middle-expected.png:
        * platform/chromium-linux/tables/mozilla/marvin/tr_valign_top-expected.png:
        * platform/chromium-linux/tables/mozilla/other/cell_widths-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/bugs/97619-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
        * platform/chromium-linux/transitions/cross-fade-background-image-expected.png:
        * platform/chromium-mac-snowleopard/compositing/color-matching/image-color-matching-expected.png:
        * platform/chromium-mac-snowleopard/compositing/masks/multiple-masks-expected.png:
        * platform/chromium-mac-snowleopard/compositing/masks/simple-composited-mask-expected.png:
        * platform/chromium-mac-snowleopard/compositing/video/video-controls-layer-creation-expected.png:
        * platform/chromium-mac-snowleopard/css2.1/20110323/replaced-min-max-001-expected.png:
        * platform/chromium-mac-snowleopard/css2.1/t090501-c414-flt-03-b-g-expected.png:
        * platform/chromium-mac-snowleopard/css2.1/t090501-c5525-flt-l-00-b-g-expected.png:
        * platform/chromium-mac-snowleopard/css2.1/t090501-c5525-flt-r-00-b-g-expected.png:
        * platform/chromium-mac-snowleopard/fast/backgrounds/background-position-parsing-expected.png:
        * platform/chromium-mac-snowleopard/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
        * platform/chromium-mac-snowleopard/fast/backgrounds/size/backgroundSize15-expected.png:
        * platform/chromium-mac-snowleopard/fast/backgrounds/size/backgroundSize16-expected.png:
        * platform/chromium-mac-snowleopard/fast/backgrounds/size/backgroundSize20-expected.png:
        * platform/chromium-mac-snowleopard/fast/backgrounds/size/backgroundSize21-expected.png:
        * platform/chromium-mac-snowleopard/fast/backgrounds/size/backgroundSize22-expected.png:
        * platform/chromium-mac-snowleopard/fast/borders/border-image-scale-transform-expected.png:
        * platform/chromium-mac-snowleopard/fast/borders/border-image-scaled-expected.png:
        * platform/chromium-mac-snowleopard/fast/borders/scaled-border-image-expected.png:
        * platform/chromium-mac-snowleopard/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
        * platform/chromium-mac-snowleopard/fast/css/value-list-out-of-bounds-crash-expected.png:
        * platform/chromium-mac-snowleopard/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
        * platform/chromium-mac-snowleopard/fast/images/jpeg-with-color-profile-expected.png:
        * platform/chromium-mac-snowleopard/fast/images/png-with-color-profile-expected.png:
        * platform/chromium-mac-snowleopard/fast/layers/video-layer-expected.png:
        * platform/chromium-mac-snowleopard/fast/reflections/reflection-with-zoom-expected.png:
        * platform/chromium-mac-snowleopard/fast/repaint/block-layout-inline-children-replaced-expected.png:
        * platform/chromium-mac-snowleopard/fast/replaced/absolute-image-sizing-expected.png:
        * platform/chromium-mac-snowleopard/fast/replaced/image-sizing-expected.png:
        * platform/chromium-mac-snowleopard/fast/speech/input-appearance-numberandspeech-expected.png:
        * platform/chromium-mac-snowleopard/fast/speech/input-appearance-searchandspeech-expected.png:
        * platform/chromium-mac-snowleopard/fast/speech/input-appearance-speechbutton-expected.png:
        * platform/chromium-mac-snowleopard/fast/speech/speech-bidi-rendering-expected.png:
        * platform/chromium-mac-snowleopard/fullscreen/full-screen-stacking-context-expected.png:
        * platform/chromium-mac-snowleopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
        * platform/chromium-mac-snowleopard/http/tests/misc/slow-loading-image-in-pattern-expected.png:
        * platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.png:
        * platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png:
        * platform/chromium-mac-snowleopard/media/audio-controls-rendering-expected.png:
        * platform/chromium-mac-snowleopard/media/audio-repaint-expected.png:
        * platform/chromium-mac-snowleopard/media/controls-after-reload-expected.png:
        * platform/chromium-mac-snowleopard/media/controls-layout-direction-expected.png:
        * platform/chromium-mac-snowleopard/media/controls-strict-expected.png:
        * platform/chromium-mac-snowleopard/media/controls-styling-expected.png:
        * platform/chromium-mac-snowleopard/media/controls-styling-strict-expected.png:
        * platform/chromium-mac-snowleopard/media/controls-without-preload-expected.png:
        * platform/chromium-mac-snowleopard/media/media-controls-clone-expected.png:
        * platform/chromium-mac-snowleopard/media/media-document-audio-repaint-expected.png:
        * platform/chromium-mac-snowleopard/media/track/track-cue-rendering-horizontal-expected.png:
        * platform/chromium-mac-snowleopard/media/track/track-cue-rendering-vertical-expected.png:
        * platform/chromium-mac-snowleopard/media/video-controls-rendering-expected.png:
        * platform/chromium-mac-snowleopard/media/video-display-toggle-expected.png:
        * platform/chromium-mac-snowleopard/media/video-empty-source-expected.png:
        * platform/chromium-mac-snowleopard/media/video-no-audio-expected.png:
        * platform/chromium-mac-snowleopard/media/video-playing-and-pause-expected.png:
        * platform/chromium-mac-snowleopard/scrollbars/overflow-scrollbar-combinations-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-no-markup-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-direction-ltr-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-direction-rtl-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/struct-image-06-t-expected.png:
        * platform/chromium-mac-snowleopard/svg/carto.net/scrollbar-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/createImageElement2-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/image-parent-translation-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/image-rescale-clip-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/image-rescale-scroll-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/image-small-width-height-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/pointer-events-image-css-transform-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/pointer-events-image-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/text-image-opacity-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/filters/feDisplacementMap-expected.png:
        * platform/chromium-mac-snowleopard/svg/wicd/test-rightsizing-b-expected.png:
        * 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/bug101674-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug11026-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1188-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1296-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1430-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug14929-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug15544-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2981-2-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4093-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4284-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4427-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug56563-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug625-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug6404-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/core/bloomberg-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/core/misc-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tbody_valign_middle-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tbody_valign_top-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/marvin/td_valign_baseline-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/marvin/td_valign_bottom-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/marvin/td_valign_middle-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/marvin/td_valign_top-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tfoot_valign_top-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/marvin/th_valign_baseline-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/marvin/th_valign_bottom-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/marvin/th_valign_middle-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/marvin/th_valign_top-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/marvin/thead_valign_baseline-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/marvin/thead_valign_bottom-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/marvin/thead_valign_middle-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/marvin/thead_valign_top-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tr_valign_baseline-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tr_valign_bottom-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tr_valign_middle-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tr_valign_top-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/other/cell_widths-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/97619-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
        * platform/chromium-mac-snowleopard/transitions/cross-fade-background-image-expected.png:
        * platform/chromium-mac/compositing/color-matching/image-color-matching-expected.png:
        * platform/chromium-mac/compositing/masks/multiple-masks-expected.png:
        * platform/chromium-mac/compositing/masks/simple-composited-mask-expected.png:
        * platform/chromium-mac/compositing/video/video-controls-layer-creation-expected.png:
        * platform/chromium-mac/compositing/visibility/visibility-image-layers-expected.png:
        * platform/chromium-mac/css2.1/20110323/replaced-min-max-001-expected.png:
        * platform/chromium-mac/css2.1/t090501-c414-flt-03-b-g-expected.png:
        * platform/chromium-mac/css2.1/t090501-c5525-flt-l-00-b-g-expected.png:
        * platform/chromium-mac/css2.1/t090501-c5525-flt-r-00-b-g-expected.png:
        * platform/chromium-mac/fast/backgrounds/background-position-parsing-expected.png:
        * platform/chromium-mac/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
        * platform/chromium-mac/fast/backgrounds/size/backgroundSize01-expected.png:
        * platform/chromium-mac/fast/backgrounds/size/backgroundSize02-expected.png:
        * platform/chromium-mac/fast/backgrounds/size/backgroundSize04-expected.png:
        * platform/chromium-mac/fast/backgrounds/size/backgroundSize05-expected.png:
        * platform/chromium-mac/fast/backgrounds/size/backgroundSize06-expected.png:
        * platform/chromium-mac/fast/backgrounds/size/backgroundSize07-expected.png:
        * platform/chromium-mac/fast/backgrounds/size/backgroundSize08-expected.png:
        * platform/chromium-mac/fast/backgrounds/size/backgroundSize09-expected.png:
        * platform/chromium-mac/fast/backgrounds/size/backgroundSize10-expected.png:
        * platform/chromium-mac/fast/backgrounds/size/backgroundSize11-expected.png:
        * platform/chromium-mac/fast/backgrounds/size/backgroundSize12-expected.png:
        * platform/chromium-mac/fast/backgrounds/size/backgroundSize13-expected.png:
        * platform/chromium-mac/fast/backgrounds/size/backgroundSize14-expected.png:
        * platform/chromium-mac/fast/backgrounds/size/backgroundSize15-expected.png:
        * platform/chromium-mac/fast/backgrounds/size/backgroundSize16-expected.png:
        * platform/chromium-mac/fast/backgrounds/size/backgroundSize17-expected.png:
        * platform/chromium-mac/fast/backgrounds/size/backgroundSize18-expected.png:
        * platform/chromium-mac/fast/backgrounds/size/backgroundSize19-expected.png:
        * platform/chromium-mac/fast/backgrounds/size/backgroundSize20-expected.png:
        * platform/chromium-mac/fast/backgrounds/size/backgroundSize21-expected.png:
        * platform/chromium-mac/fast/backgrounds/size/backgroundSize22-expected.png:
        * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-expected.png:
        * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
        * platform/chromium-mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
        * platform/chromium-mac/fast/borders/border-image-scale-transform-expected.png:
        * platform/chromium-mac/fast/borders/border-image-scaled-expected.png:
        * platform/chromium-mac/fast/borders/border-image-side-reduction-expected.png:
        * platform/chromium-mac/fast/borders/border-image-slice-constrained-expected.png:
        * platform/chromium-mac/fast/borders/inline-mask-overlay-image-outset-expected.png:
        * platform/chromium-mac/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png:
        * platform/chromium-mac/fast/borders/scaled-border-image-expected.png:
        * platform/chromium-mac/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
        * platform/chromium-mac/fast/css/value-list-out-of-bounds-crash-expected.png:
        * platform/chromium-mac/fast/hidpi/video-controls-in-hidpi-expected.png:
        * platform/chromium-mac/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
        * platform/chromium-mac/fast/images/jpeg-with-color-profile-expected.png:
        * platform/chromium-mac/fast/images/png-with-color-profile-expected.png:
        * platform/chromium-mac/fast/images/rgb-png-with-cmyk-color-profile-expected.png: Added.
        * platform/chromium-mac/fast/images/ycbcr-with-cmyk-color-profile-expected.png:
        * platform/chromium-mac/fast/layers/video-layer-expected.png:
        * platform/chromium-mac/fast/reflections/reflection-with-zoom-expected.png:
        * platform/chromium-mac/fast/repaint/block-layout-inline-children-replaced-expected.png:
        * platform/chromium-mac/fast/replaced/absolute-image-sizing-expected.png:
        * platform/chromium-mac/fast/replaced/image-sizing-expected.png:
        * platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.png:
        * platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.png:
        * platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.png:
        * platform/chromium-mac/fast/speech/speech-bidi-rendering-expected.png:
        * platform/chromium-mac/fast/writing-mode/block-level-images-expected.png:
        * platform/chromium-mac/fullscreen/full-screen-stacking-context-expected.png:
        * platform/chromium-mac/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
        * platform/chromium-mac/http/tests/misc/slow-loading-image-in-pattern-expected.png:
        * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.png:
        * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png:
        * platform/chromium-mac/media/audio-controls-rendering-expected.png:
        * platform/chromium-mac/media/audio-repaint-expected.png:
        * platform/chromium-mac/media/controls-after-reload-expected.png:
        * platform/chromium-mac/media/controls-layout-direction-expected.png:
        * platform/chromium-mac/media/controls-strict-expected.png:
        * platform/chromium-mac/media/controls-styling-expected.png:
        * platform/chromium-mac/media/controls-styling-strict-expected.png:
        * platform/chromium-mac/media/controls-without-preload-expected.png:
        * platform/chromium-mac/media/media-controls-clone-expected.png:
        * platform/chromium-mac/media/media-document-audio-repaint-expected.png:
        * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.png:
        * platform/chromium-mac/media/track/track-cue-rendering-vertical-expected.png:
        * platform/chromium-mac/media/video-controls-rendering-expected.png:
        * platform/chromium-mac/media/video-display-toggle-expected.png:
        * platform/chromium-mac/media/video-empty-source-expected.png:
        * platform/chromium-mac/media/video-no-audio-expected.png:
        * platform/chromium-mac/media/video-playing-and-pause-expected.png:
        * platform/chromium-mac/media/video-zoom-controls-expected.png:
        * platform/chromium-mac/scrollbars/overflow-scrollbar-combinations-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-no-markup-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/tspan-direction-ltr-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/tspan-direction-rtl-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png:
        * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.png:
        * platform/chromium-mac/svg/carto.net/scrollbar-expected.png:
        * platform/chromium-mac/svg/custom/createImageElement-expected.png:
        * platform/chromium-mac/svg/custom/createImageElement2-expected.png:
        * platform/chromium-mac/svg/custom/image-parent-translation-expected.png:
        * platform/chromium-mac/svg/custom/image-rescale-clip-expected.png:
        * platform/chromium-mac/svg/custom/image-rescale-scroll-expected.png:
        * platform/chromium-mac/svg/custom/image-small-width-height-expected.png:
        * platform/chromium-mac/svg/custom/js-update-image-and-display-expected.png:
        * platform/chromium-mac/svg/custom/js-update-image-and-display2-expected.png:
        * platform/chromium-mac/svg/custom/js-update-image-and-display3-expected.png:
        * platform/chromium-mac/svg/custom/js-update-image-expected.png:
        * platform/chromium-mac/svg/custom/pointer-events-image-css-transform-expected.png:
        * platform/chromium-mac/svg/custom/pointer-events-image-expected.png:
        * platform/chromium-mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
        * platform/chromium-mac/svg/custom/text-image-opacity-expected.png:
        * platform/chromium-mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png:
        * platform/chromium-mac/svg/filters/feDisplacementMap-expected.png:
        * platform/chromium-mac/svg/filters/feImage-preserveAspectratio-expected.png:
        * platform/chromium-mac/svg/filters/filterRes-expected.png:
        * platform/chromium-mac/svg/wicd/test-rightsizing-b-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-background-images-expected.png:
        * 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-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug101674-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug11026-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug1296-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug1430-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug14929-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug15544-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug2981-2-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug4093-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug4284-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug4427-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug56563-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug625-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug6404-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug97383-expected.png:
        * platform/chromium-mac/tables/mozilla/core/bloomberg-expected.png:
        * platform/chromium-mac/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
        * platform/chromium-mac/tables/mozilla/core/misc-expected.png:
        * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
        * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
        * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_middle-expected.png:
        * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_top-expected.png:
        * platform/chromium-mac/tables/mozilla/marvin/td_valign_baseline-expected.png:
        * platform/chromium-mac/tables/mozilla/marvin/td_valign_bottom-expected.png:
        * platform/chromium-mac/tables/mozilla/marvin/td_valign_middle-expected.png:
        * platform/chromium-mac/tables/mozilla/marvin/td_valign_top-expected.png:
        * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
        * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
        * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
        * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_top-expected.png:
        * platform/chromium-mac/tables/mozilla/marvin/th_valign_baseline-expected.png:
        * platform/chromium-mac/tables/mozilla/marvin/th_valign_bottom-expected.png:
        * platform/chromium-mac/tables/mozilla/marvin/th_valign_middle-expected.png:
        * platform/chromium-mac/tables/mozilla/marvin/th_valign_top-expected.png:
        * platform/chromium-mac/tables/mozilla/marvin/thead_valign_baseline-expected.png:
        * platform/chromium-mac/tables/mozilla/marvin/thead_valign_bottom-expected.png:
        * platform/chromium-mac/tables/mozilla/marvin/thead_valign_middle-expected.png:
        * platform/chromium-mac/tables/mozilla/marvin/thead_valign_top-expected.png:
        * platform/chromium-mac/tables/mozilla/marvin/tr_valign_baseline-expected.png:
        * platform/chromium-mac/tables/mozilla/marvin/tr_valign_bottom-expected.png:
        * platform/chromium-mac/tables/mozilla/marvin/tr_valign_middle-expected.png:
        * platform/chromium-mac/tables/mozilla/marvin/tr_valign_top-expected.png:
        * platform/chromium-mac/tables/mozilla/other/cell_widths-expected.png:
        * platform/chromium-mac/tables/mozilla_expected_failures/bugs/97619-expected.png:
        * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
        * platform/chromium-mac/transitions/cross-fade-background-image-expected.png:
        * platform/chromium-win-xp/fast/backgrounds/size/backgroundSize20-expected.png:
        * platform/chromium-win-xp/fast/backgrounds/size/backgroundSize21-expected.png:
        * platform/chromium-win-xp/fast/backgrounds/size/backgroundSize22-expected.png:
        * platform/chromium-win-xp/fast/forms/search-styled-expected.png:
        * platform/chromium-win-xp/fast/reflections/reflection-with-zoom-expected.png:
        * platform/chromium-win-xp/media/track/track-cue-rendering-vertical-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-no-markup-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png: Removed.
        * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png: Removed.
        * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png: Removed.
        * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png: Removed.
        * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/tspan-direction-rtl-expected.png:
        * platform/chromium-win-xp/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png: Removed.
        * platform/chromium-win-xp/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png: Removed.
        * platform/chromium-win-xp/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png: Removed.
        * platform/chromium-win-xp/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png: Removed.
        * platform/chromium-win-xp/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png: Removed.
        * platform/chromium-win-xp/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png: Removed.
        * platform/chromium-win-xp/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png: Removed.
        * platform/chromium-win-xp/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png: Removed.
        * platform/chromium-win-xp/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png: Removed.
        * platform/chromium-win-xp/svg/filters/feDisplacementMap-expected.png:
        * platform/chromium-win-xp/svg/wicd/test-rightsizing-b-expected.png:
        * platform/chromium-win/compositing/color-matching/image-color-matching-expected.png:
        * platform/chromium-win/compositing/masks/multiple-masks-expected.png:
        * platform/chromium-win/compositing/masks/simple-composited-mask-expected.png:
        * platform/chromium-win/compositing/video/video-controls-layer-creation-expected.png:
        * platform/chromium-win/compositing/visibility/visibility-image-layers-expected.png:
        * platform/chromium-win/css2.1/20110323/replaced-min-max-001-expected.png:
        * platform/chromium-win/css2.1/t090501-c414-flt-03-b-g-expected.png:
        * platform/chromium-win/css2.1/t090501-c5525-flt-l-00-b-g-expected.png:
        * platform/chromium-win/css2.1/t090501-c5525-flt-r-00-b-g-expected.png:
        * platform/chromium-win/fast/backgrounds/background-position-parsing-expected.png:
        * platform/chromium-win/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
        * platform/chromium-win/fast/backgrounds/size/backgroundSize01-expected.png:
        * platform/chromium-win/fast/backgrounds/size/backgroundSize02-expected.png:
        * platform/chromium-win/fast/backgrounds/size/backgroundSize04-expected.png:
        * platform/chromium-win/fast/backgrounds/size/backgroundSize05-expected.png:
        * platform/chromium-win/fast/backgrounds/size/backgroundSize06-expected.png:
        * platform/chromium-win/fast/backgrounds/size/backgroundSize07-expected.png:
        * platform/chromium-win/fast/backgrounds/size/backgroundSize08-expected.png:
        * platform/chromium-win/fast/backgrounds/size/backgroundSize09-expected.png:
        * platform/chromium-win/fast/backgrounds/size/backgroundSize10-expected.png:
        * platform/chromium-win/fast/backgrounds/size/backgroundSize11-expected.png:
        * platform/chromium-win/fast/backgrounds/size/backgroundSize12-expected.png:
        * platform/chromium-win/fast/backgrounds/size/backgroundSize13-expected.png:
        * platform/chromium-win/fast/backgrounds/size/backgroundSize14-expected.png:
        * platform/chromium-win/fast/backgrounds/size/backgroundSize15-expected.png:
        * platform/chromium-win/fast/backgrounds/size/backgroundSize16-expected.png:
        * platform/chromium-win/fast/backgrounds/size/backgroundSize17-expected.png:
        * platform/chromium-win/fast/backgrounds/size/backgroundSize18-expected.png:
        * platform/chromium-win/fast/backgrounds/size/backgroundSize19-expected.png:
        * platform/chromium-win/fast/backgrounds/size/backgroundSize20-expected.png:
        * platform/chromium-win/fast/backgrounds/size/backgroundSize21-expected.png:
        * platform/chromium-win/fast/backgrounds/size/backgroundSize22-expected.png:
        * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.png:
        * platform/chromium-win/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
        * platform/chromium-win/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
        * platform/chromium-win/fast/borders/border-image-scale-transform-expected.png:
        * platform/chromium-win/fast/borders/border-image-scaled-expected.png:
        * platform/chromium-win/fast/borders/border-image-side-reduction-expected.png:
        * platform/chromium-win/fast/borders/border-image-slice-constrained-expected.png:
        * platform/chromium-win/fast/borders/inline-mask-overlay-image-outset-expected.png:
        * platform/chromium-win/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png:
        * platform/chromium-win/fast/borders/scaled-border-image-expected.png:
        * platform/chromium-win/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
        * platform/chromium-win/fast/css/input-search-padding-expected.png:
        * platform/chromium-win/fast/css/text-input-with-webkit-border-radius-expected.png:
        * platform/chromium-win/fast/css/text-overflow-input-expected.png:
        * platform/chromium-win/fast/css/value-list-out-of-bounds-crash-expected.png:
        * platform/chromium-win/fast/forms/box-shadow-override-expected.png:
        * platform/chromium-win/fast/forms/control-restrict-line-height-expected.png:
        * platform/chromium-win/fast/forms/placeholder-position-expected.png:
        * platform/chromium-win/fast/forms/search-cancel-button-style-sharing-expected.png:
        * platform/chromium-win/fast/forms/search-rtl-expected.png:
        * platform/chromium-win/fast/forms/search-styled-expected.png:
        * platform/chromium-win/fast/forms/search-vertical-alignment-expected.png:
        * platform/chromium-win/fast/forms/searchfield-heights-expected.png:
        * platform/chromium-win/fast/hidpi/video-controls-in-hidpi-expected.png:
        * platform/chromium-win/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
        * platform/chromium-win/fast/images/jpeg-with-color-profile-expected.png:
        * platform/chromium-win/fast/images/png-with-color-profile-expected.png:
        * platform/chromium-win/fast/images/rgb-png-with-cmyk-color-profile-expected.png: Added.
        * platform/chromium-win/fast/images/ycbcr-with-cmyk-color-profile-expected.png:
        * platform/chromium-win/fast/layers/video-layer-expected.png:
        * platform/chromium-win/fast/reflections/reflection-with-zoom-expected.png:
        * platform/chromium-win/fast/repaint/block-layout-inline-children-replaced-expected.png:
        * platform/chromium-win/fast/replaced/absolute-image-sizing-expected.png:
        * platform/chromium-win/fast/replaced/image-sizing-expected.png:
        * platform/chromium-win/fast/replaced/width100percent-searchfield-expected.png:
        * platform/chromium-win/fast/speech/input-appearance-numberandspeech-expected.png:
        * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.png:
        * platform/chromium-win/fast/speech/input-appearance-speechbutton-expected.png:
        * platform/chromium-win/fast/speech/speech-bidi-rendering-expected.png:
        * platform/chromium-win/fast/writing-mode/block-level-images-expected.png:
        * platform/chromium-win/fullscreen/full-screen-stacking-context-expected.png:
        * platform/chromium-win/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
        * platform/chromium-win/http/tests/misc/slow-loading-image-in-pattern-expected.png:
        * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.png:
        * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png:
        * platform/chromium-win/media/audio-controls-rendering-expected.png:
        * platform/chromium-win/media/audio-repaint-expected.png:
        * platform/chromium-win/media/controls-after-reload-expected.png:
        * platform/chromium-win/media/controls-layout-direction-expected.png:
        * platform/chromium-win/media/controls-strict-expected.png:
        * platform/chromium-win/media/controls-styling-expected.png:
        * platform/chromium-win/media/controls-styling-strict-expected.png:
        * platform/chromium-win/media/controls-without-preload-expected.png:
        * platform/chromium-win/media/media-controls-clone-expected.png:
        * platform/chromium-win/media/media-document-audio-repaint-expected.png:
        * platform/chromium-win/media/track/track-cue-rendering-horizontal-expected.png:
        * platform/chromium-win/media/track/track-cue-rendering-vertical-expected.png:
        * platform/chromium-win/media/video-controls-rendering-expected.png:
        * platform/chromium-win/media/video-display-toggle-expected.png:
        * platform/chromium-win/media/video-empty-source-expected.png:
        * platform/chromium-win/media/video-no-audio-expected.png:
        * platform/chromium-win/media/video-playing-and-pause-expected.png:
        * platform/chromium-win/media/video-zoom-controls-expected.png:
        * platform/chromium-win/scrollbars/overflow-scrollbar-combinations-expected.png:
        * platform/chromium-win/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
        * platform/chromium-win/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
        * platform/chromium-win/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
        * platform/chromium-win/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-no-markup-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
        * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
        * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
        * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
        * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
        * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
        * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
        * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
        * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
        * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
        * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
        * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
        * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
        * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
        * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
        * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
        * platform/chromium-win/svg/W3C-I18N/tspan-direction-ltr-expected.png:
        * platform/chromium-win/svg/W3C-I18N/tspan-direction-rtl-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/struct-image-06-t-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/struct-image-08-t-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/struct-image-10-t-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png:
        * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.png:
        * platform/chromium-win/svg/carto.net/scrollbar-expected.png:
        * platform/chromium-win/svg/custom/createImageElement-expected.png:
        * platform/chromium-win/svg/custom/createImageElement2-expected.png:
        * platform/chromium-win/svg/custom/image-parent-translation-expected.png:
        * platform/chromium-win/svg/custom/image-rescale-clip-expected.png:
        * platform/chromium-win/svg/custom/image-rescale-scroll-expected.png:
        * platform/chromium-win/svg/custom/image-small-width-height-expected.png:
        * platform/chromium-win/svg/custom/js-update-image-and-display-expected.png:
        * platform/chromium-win/svg/custom/js-update-image-and-display2-expected.png:
        * platform/chromium-win/svg/custom/js-update-image-and-display3-expected.png:
        * platform/chromium-win/svg/custom/js-update-image-expected.png:
        * platform/chromium-win/svg/custom/pointer-events-image-css-transform-expected.png:
        * platform/chromium-win/svg/custom/pointer-events-image-expected.png:
        * platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
        * platform/chromium-win/svg/custom/text-image-opacity-expected.png:
        * platform/chromium-win/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png:
        * platform/chromium-win/svg/filters/feDisplacementMap-expected.png:
        * platform/chromium-win/svg/filters/feImage-preserveAspectratio-expected.png:
        * platform/chromium-win/svg/filters/filterRes-expected.png:
        * platform/chromium-win/svg/wicd/test-rightsizing-b-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.png:
        * 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-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug101674-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug11026-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug1188-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug1296-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug1430-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug14929-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug15544-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug2981-2-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug4093-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug4284-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug4427-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug56563-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug625-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug6404-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug97383-expected.png:
        * platform/chromium-win/tables/mozilla/core/bloomberg-expected.png:
        * platform/chromium-win/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
        * platform/chromium-win/tables/mozilla/core/misc-expected.png:
        * platform/chromium-win/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
        * platform/chromium-win/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
        * platform/chromium-win/tables/mozilla/marvin/tbody_valign_middle-expected.png:
        * platform/chromium-win/tables/mozilla/marvin/tbody_valign_top-expected.png:
        * platform/chromium-win/tables/mozilla/marvin/td_valign_baseline-expected.png:
        * platform/chromium-win/tables/mozilla/marvin/td_valign_bottom-expected.png:
        * platform/chromium-win/tables/mozilla/marvin/td_valign_middle-expected.png:
        * platform/chromium-win/tables/mozilla/marvin/td_valign_top-expected.png:
        * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
        * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
        * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
        * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_top-expected.png:
        * platform/chromium-win/tables/mozilla/marvin/th_valign_baseline-expected.png:
        * platform/chromium-win/tables/mozilla/marvin/th_valign_bottom-expected.png:
        * platform/chromium-win/tables/mozilla/marvin/th_valign_middle-expected.png:
        * platform/chromium-win/tables/mozilla/marvin/th_valign_top-expected.png:
        * platform/chromium-win/tables/mozilla/marvin/thead_valign_baseline-expected.png:
        * platform/chromium-win/tables/mozilla/marvin/thead_valign_bottom-expected.png:
        * platform/chromium-win/tables/mozilla/marvin/thead_valign_middle-expected.png:
        * platform/chromium-win/tables/mozilla/marvin/thead_valign_top-expected.png:
        * platform/chromium-win/tables/mozilla/marvin/tr_valign_baseline-expected.png:
        * platform/chromium-win/tables/mozilla/marvin/tr_valign_bottom-expected.png:
        * platform/chromium-win/tables/mozilla/marvin/tr_valign_middle-expected.png:
        * platform/chromium-win/tables/mozilla/marvin/tr_valign_top-expected.png:
        * platform/chromium-win/tables/mozilla/other/cell_widths-expected.png:
        * platform/chromium-win/tables/mozilla_expected_failures/bugs/97619-expected.png:
        * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
        * platform/chromium-win/transitions/cross-fade-background-image-expected.png:

2012-09-25  Luke Macpherson   <macpherson@chromium.org>

        Ensure variables are resolved for specialized CSS primitive value types.
        https://bugs.webkit.org/show_bug.cgi?id=95930

        Reviewed by Tony Chang.

        Add tests that use specialized CSS values (eg. pairs, quads, rectangle, circle, ellipse etc.).

        * fast/css/variables/root-background-size-expected.html: Added.
        * fast/css/variables/root-background-size.html: Added.
        * fast/css/variables/var-inside-pair-expected.html: Added.
        * fast/css/variables/var-inside-pair.html: Added.
        * fast/css/variables/var-inside-quad-expected.html: Added.
        * fast/css/variables/var-inside-quad.html: Added.
        * fast/css/variables/var-inside-shape-expected.html: Added.
        * fast/css/variables/var-inside-shape.html: Added.

2012-09-25  Mike West  <mkwst@chromium.org>

        CSP logging: Be more developer-friendly when 'default-src' is violated.
        https://bugs.webkit.org/show_bug.cgi?id=97597

        Reviewed by Adam Barth.

        * http/tests/security/contentSecurityPolicy/block-mixed-content-hides-warning-expected.txt:
        * http/tests/security/contentSecurityPolicy/default-src-inline-blocked-expected.txt:
        * http/tests/security/contentSecurityPolicy/directive-parsing-multiple-headers-expected.txt:
            Rebaselining these tests with the new warning string.

2012-09-24  Jeffrey Pfau  <jpfau@apple.com>

        Add WebKit1 SPI for storage blocking preference
        https://bugs.webkit.org/show_bug.cgi?id=97356

        Reviewed by Brady Eidson.

        * http/tests/security/cross-origin-local-storage-wk1-expected.txt: Added.
        * http/tests/security/cross-origin-local-storage-wk1.html: Added.
        * platform/chromium/TestExpectations: Test currently fails on Chromium.
        * platform/mac-wk2/http/tests/security/cross-origin-local-storage-wk1-expected.txt: Added.
        * platform/mac/http/tests/security/cross-origin-local-storage-wk1-expected.txt: Added.

2012-09-25  Beth Dakin  <bdakin@apple.com>

        Moving this test which was added with
        http://trac.webkit.org/changeset/129535
        since it fails on the WK1 bots. Making it WK2-only for now.

        * http/tests/plugins/get-url-beforeunload-destroys-plugin-expected.txt: Removed.
        * http/tests/plugins/get-url-beforeunload-destroys-plugin.html: Removed.
        * http/tests/plugins/resources/notify-done.html: Removed.
        * platform/mac-wk2/http/tests/plugins: Added.
        * platform/mac-wk2/http/tests/plugins/get-url-beforeunload-destroys-plugin-expected.txt: Added.
        * platform/mac-wk2/http/tests/plugins/get-url-beforeunload-destroys-plugin.html: Added.
        * platform/mac-wk2/http/tests/plugins/resources: Added.
        * platform/mac-wk2/http/tests/plugins/resources/notify-done.html: Added.

2012-09-25  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, skip failing tests.

        * platform/qt-5.0-wk2/Skipped:

2012-09-25  Gavin Barraclough  <barraclough@apple.com>

        Regression: put beyond vector length prefers prototype setters to sparse properties
        https://bugs.webkit.org/show_bug.cgi?id=97593

        Reviewed by Geoff Garen & Filip Pizlo.

        * fast/js/script-tests/array-defineOwnProperty.js:
        (Object.defineProperty):
        (set Object.defineProperty):
            - Added test case.

2012-09-25  David Grogan  <dgrogan@chromium.org>

        Unreviewed. Change some more svn:eol-style properties from native to LF.

        * LayoutTests/fast/events/message-port-constructor-for-deleted-document-expected.txt
        * LayoutTests/fast/events/message-port-deleted-document-expected.txt
        * LayoutTests/fast/events/message-port-deleted-frame-expected.txt
        * LayoutTests/fast/events/message-port-expected.txt
        * LayoutTests/fast/events/message-port-inactive-document-expected.txt

2012-09-25  Levi Weintraub  <leviw@chromium.org>

        Unreviewed gardening. Updating expectations after r129529.

        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-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/bug1318-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug55527-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
        * 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/bug1318-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug55527-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug55527-expected.txt: Removed.
        * platform/efl/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Removed.
        * platform/efl/tables/mozilla/bugs/bug55527-expected.txt: Removed.
        * platform/gtk/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Removed.
        * svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Added.

2012-09-25  David Grogan  <dgrogan@chromium.org>

        Unreviewed. Change some svn:eol-style properties from native to LF.

        * fast/events/message-channel-gc-2-expected.txt
        * fast/events/message-channel-gc-3-expected.txt
        * fast/events/message-channel-gc-4-expected.txt
        * fast/events/message-channel-gc-expected.txt
        * fast/events/message-channel-listener-circular-ownership-expected.txt

2012-09-25  Peter Beverloo  <peter@chromium.org>

        [Chromium] Rebaseline css1/ tests for Android.
        https://bugs.webkit.org/show_bug.cgi?id=96398

        Unreviewed rebaselining.

        * platform/chromium-android/css1/: 136 new .txt and .png results.

2012-09-25  Benjamin Poulain  <bpoulain@apple.com>

        Add missing support for Geolocation tests on WebKit2
        https://bugs.webkit.org/show_bug.cgi?id=97518

        Reviewed by Sam Weinig.

        Unskip almost all the layout tests.

        * platform/wk2/Skipped:

2012-09-25  Akash Vaswani  <avaswani@apple.com>

        Crash after clicking in plugin at kauaiexplorer.com
        <rdar://problem/11525987/> and https://bugs.webkit.org/show_bug.cgi?id=90925

        Reviewed by Sam Weinig.

        * http/tests/plugins/get-url-beforeunload-destroys-plugin-expected.txt: Added.
        * http/tests/plugins/get-url-beforeunload-destroys-plugin.html: Added.
        * http/tests/plugins/resources/notify-done.html: Added.

2012-09-25  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: One transaction coordinator per database
        https://bugs.webkit.org/show_bug.cgi?id=97501

        Reviewed by Tony Chang.

        Test that transactions can be parallelized across databases, and ensure that
        read/write transactions with overlapping scopes are not parallelized within a
        database.

        * storage/indexeddb/resources/transaction-coordination-across-databases.js: Added.
        * storage/indexeddb/resources/transaction-readwrite-exclusive.js: Added.
        * storage/indexeddb/transaction-coordination-across-databases-expected.txt: Added.
        * storage/indexeddb/transaction-coordination-across-databases.html: Added.
        * storage/indexeddb/transaction-readwrite-exclusive-expected.txt: Added.
        * storage/indexeddb/transaction-readwrite-exclusive.html: Added.

2012-09-25  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r129517.
        http://trac.webkit.org/changeset/129517
        https://bugs.webkit.org/show_bug.cgi?id=97582

        Link errors in chromium (Requested by alecf on #webkit).

        * fast/mediastream/getusermedia-expected.txt:
        * fast/mediastream/getusermedia.html:

2012-09-25  Bear Travis  <betravis@adobe.com>

        [CSS Exclusions] Enable css exclusions for multiple blocks per element
        https://bugs.webkit.org/show_bug.cgi?id=89993

        Reviewed by Julien Chaffraix.

        Adding tests to cover the case where a shape-inside affects block children's
        inline content.

        * fast/exclusions/shape-inside/shape-inside-multiple-blocks-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-multiple-blocks-vertical-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-multiple-blocks-vertical.html: Added.
        * fast/exclusions/shape-inside/shape-inside-multiple-blocks.html: Added.

2012-09-24  Emil A Eklund  <eae@chromium.org>

        [chromium] REGRESSION: Incorrect preferred width calculation for table cells
        https://bugs.webkit.org/show_bug.cgi?id=97497

        Reviewed by Levi Weintraub.

        Added test for cell width calculation and reverted three svg tests to the results prior to r125694.

        * fast/sub-pixel/table-cells-have-stable-width-expected.txt: Added.
        * fast/sub-pixel/table-cells-have-stable-width.html: Added.
        * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
        * platform/chromium-linux/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:

2012-09-25  Dominic Mazzoni  <dmazzoni@google.com>

        AX: Chromium doesn't pass accessibility text range and line number tests
        https://bugs.webkit.org/show_bug.cgi?id=97246

        Reviewed by Chris Fleizach.

        Enables four tests on chromium:
        Tests: accessibility/textarea-insertion-point-line-number.html
               accessibility/textarea-line-for-index.html
               accessibility/textarea-selected-text-range.html
               accessibility/textbox-role-reports-selection.html

        * platform/chromium/TestExpectations:

2012-09-25  Mike West  <mkwst@google.com>

        CSP paths: Ignore invalid path components, rather than dropping the source completely.
        https://bugs.webkit.org/show_bug.cgi?id=97538

        Reviewed by Adam Barth.

        * http/tests/security/contentSecurityPolicy/source-list-parsing-05-expected.txt:
        * http/tests/security/contentSecurityPolicy/source-list-parsing-06-expected.txt:
            Updating to the new error message.
        * http/tests/security/contentSecurityPolicy/source-list-parsing-paths-02-expected.txt:
        * http/tests/security/contentSecurityPolicy/source-list-parsing-paths-02.html:
            Adding new tests to check that valid paths followed by '?' or '#'
            drop the invalid component, but remain valid sources.

2012-09-25  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Removing failure expectations for a few passing reftests and reclassifying
        one reftest as flaky.

        * platform/gtk/TestExpectations:

2012-09-25  Tommy Widenflycht  <tommyw@google.com>

        MediaStream API: Update getUserMedia to match the latest specification
        https://bugs.webkit.org/show_bug.cgi?id=97540

        Reviewed by Adam Barth.

        Expanding tests to cover the new getUserMedia behaviour.

        * fast/mediastream/getusermedia-expected.txt:
        * fast/mediastream/getusermedia.html:

2012-09-25  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Gardening.

        Use the right bug number related to
        fast/loader/display-image-unset-can-block-image-and-can-reload-in-place.html.

        * platform/efl/TestExpectations:

2012-09-25  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Gardening, skip test that has started showing some flakiness.

        * platform/efl-wk2/TestExpectations:

2012-09-25  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Skip another test after r129479.

        * platform/efl-wk2/TestExpectations:

2012-09-25  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Skip crashing test after r129479.

        * platform/efl-wk2/TestExpectations:

2012-09-25  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Mark some newly-skipped inspector tests as flaky.

        I thought they were just timing out, but it turns out they work
        after the first run, so they are just flaky like the others on the
        list.

        * platform/efl-wk2/TestExpectations:

2012-09-25  Keishi Hattori  <keishi@webkit.org>

        [Chromium] Enable datalist UI for input type=date
        https://bugs.webkit.org/show_bug.cgi?id=97541

        Reviewed by Kent Tamura.

        * platform/chromium/fast/forms/datalist/input-list-expected.txt:

2012-09-25  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Gardening after r129494.

        * platform/efl/TestExpectations: Skip a few tests which depend on
        V8-only features.

2012-09-25  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Generate results for test.

        * platform/efl-wk2/TestExpectations: Add a proper bug number for
        this test.
        * platform/efl/fast/history/visited-link-background-color-expected.png: Added.
        * platform/efl/fast/history/visited-link-background-color-expected.txt: Added.

2012-09-25  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Do not dump inspector output in DRT
        https://bugs.webkit.org/show_bug.cgi?id=97018

        Reviewed by Kenneth Rohde Christiansen.

        * platform/efl-wk2/TestExpectations: Skip some tests which still
        fail on WK2.
        * platform/efl/Skipped: Unskip a few inspector tests that now
        pass.

2012-09-25  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Partial Skipped file clean up
        https://bugs.webkit.org/show_bug.cgi?id=97554

        Unreviewed EFL rebaseline.

        Rebaseline several EFL test cases and unskip them.

        * platform/efl-wk1/TestExpectations:
        * platform/efl/Skipped:
        * platform/efl/TestExpectations:
        * platform/efl/fast/forms/basic-textareas-expected.png:
        * platform/efl/fast/forms/basic-textareas-expected.txt: Added.
        * platform/efl/fast/forms/basic-textareas-quirks-expected.png:
        * platform/efl/fast/forms/basic-textareas-quirks-expected.txt: Added.
        * platform/efl/fast/text/complex-text-opacity-expected.png: Added.
        * platform/efl/fast/text/complex-text-opacity-expected.txt: Added.
        * platform/efl/fast/text/international/bidi-AN-after-L-expected.png: Added.
        * platform/efl/fast/text/international/bidi-AN-after-L-expected.txt: Added.
        * platform/efl/fast/text/international/bidi-AN-after-empty-run-expected.png: Added.
        * platform/efl/fast/text/international/bidi-AN-after-empty-run-expected.txt: Added.
        * platform/efl/fast/text/international/bidi-CS-after-AN-expected.png: Added.
        * platform/efl/fast/text/international/bidi-CS-after-AN-expected.txt: Added.
        * platform/efl/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.png: Added.
        * platform/efl/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt: Added.
        * platform/efl/fast/text/international/bidi-listbox-atsui-expected.png: Added.
        * platform/efl/fast/text/international/bidi-listbox-atsui-expected.txt: Added.
        * platform/efl/fast/text/international/bidi-mirror-he-ar-expected.png: Added.
        * platform/efl/fast/text/international/bidi-mirror-he-ar-expected.txt: Added.
        * platform/efl/fast/text/international/bidi-neutral-run-expected.png: Added.
        * platform/efl/fast/text/international/bidi-neutral-run-expected.txt: Added.
        * platform/efl/fast/text/international/hebrew-vowels-expected.png: Added.
        * platform/efl/fast/text/international/hebrew-vowels-expected.txt: Added.
        * platform/efl/fast/text/international/text-combine-image-test-expected.png: Added.
        * platform/efl/fast/text/international/text-combine-image-test-expected.txt: Added.
        * platform/efl/fast/text/international/vertical-text-glyph-test-expected.png: Added.
        * platform/efl/fast/text/international/vertical-text-glyph-test-expected.txt: Added.
        * platform/efl/fast/text/justify-ideograph-complex-expected.png: Added.
        * platform/efl/fast/text/justify-ideograph-complex-expected.txt: Added.
        * platform/efl/fast/text/large-text-composed-char-expected.png: Added.
        * platform/efl/fast/text/large-text-composed-char-expected.txt: Added.
        * platform/efl/fast/writing-mode/japanese-rl-selection-expected.png: Added.
        * platform/efl/fast/writing-mode/japanese-rl-selection-expected.txt: Added.
        * platform/efl/fast/writing-mode/japanese-rl-text-expected.png: Added.
        * platform/efl/fast/writing-mode/japanese-rl-text-expected.txt: Added.
        * platform/efl/fast/writing-mode/japanese-rl-text-with-broken-font-expected.png: Added.
        * platform/efl/fast/writing-mode/japanese-rl-text-with-broken-font-expected.txt: Added.
        * platform/efl/fast/writing-mode/japanese-ruby-vertical-rl-expected.png: Added.
        * platform/efl/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt: Added.

2012-09-25  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Gardening.

        Move test that is only failing for WK1 to the specific
        TestExpectations file.

        * platform/efl-wk1/TestExpectations:
        * platform/efl/TestExpectations:

2012-09-25  Christophe Dumez  <christophe.dumez@intel.com>

        [WK2] Unskip several test cases that are now passing
        https://bugs.webkit.org/show_bug.cgi?id=97550

        Unreviewed gardening.

        Unskip several test cases that are now passing for
        WebKit2.

        * platform/wk2/Skipped:

2012-09-25  Jussi Kukkonen  <jussi.kukkonen@intel.com>

        [EFL] unskip toDataURL tests
        https://bugs.webkit.org/show_bug.cgi?id=97549

        Unreviewed EFL gardening.

        EFL port only supports "image/png" at the moment but only png is actually required
        by spec and not testing required support is bad.

        * platform/efl/Skipped:
        * platform/efl/fast/canvas/canvas-toDataURL-case-insensitive-mimetype-expected.txt: Added.
        * platform/efl/fast/canvas/toDataURL-supportedTypes-expected.txt: Added.

2012-09-25  Christophe Dumez  <christophe.dumez@intel.com>

        [WK2][WKTR] TestRunner needs support for setWillSendRequestReturnsNullOnRedirect
        https://bugs.webkit.org/show_bug.cgi?id=97542

        Reviewed by Kenneth Rohde Christiansen.

        Unskip http/tests/misc/will-send-request-returns-null-on-redirect.html
        for WebKit2 now that WebKitTestRunner supports
        setWillSendRequestReturnsNullOnRedirect.

        * platform/wk2/Skipped:

2012-09-25  Christophe Dumez  <christophe.dumez@intel.com>

        [WK2] Remove passing tests from Skipped list
        https://bugs.webkit.org/show_bug.cgi?id=97546

        Unreviewed gardening.

        Unskip several unclassified test cases as they appear
        to now pass for WebKit2. A few remaining failures
        were classified as well.

        * platform/efl/Skipped:
        * platform/wk2/Skipped:

2012-09-25  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: ResourceScriptMapping should no steal scripts from other mappings.
        https://bugs.webkit.org/show_bug.cgi?id=97453

        Reviewed by Pavel Feldman.

        * http/tests/inspector/compiler-script-mapping.html:

2012-09-25  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] More gardening.

        Skip inspector/styles/variables/css-variables.html on WK2, specify
        all CSS Sticky-related tests that are currently failing because
        some are passing regardless of whether ENABLE_CSS_STICKY_POSITION
        is enabled or not and update the way
        http/tests/loading/307-after-303-after-post.html is being flaky.

        * platform/efl-wk2/TestExpectations:
        * platform/efl/TestExpectations:

2012-09-25  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Daily gardening. Skip a few failing tests.

        * platform/efl/TestExpectations:

2012-09-25  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, skip a new failing test.

        * platform/qt/Skipped:

2012-09-25  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [WK2][WTR] WTR bundle client loads binary data as text
        https://bugs.webkit.org/show_bug.cgi?id=97532

        Reviewed by Kenneth Rohde Christiansen.

        Unskipped http/tests/loading/text-content-type-with-binary-extension.html for WK2.

        * platform/efl-wk1/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/wk2/Skipped:

2012-09-20  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: Relative URL Link Tooltips do not respect <base>
        https://bugs.webkit.org/show_bug.cgi?id=43434

        Reviewed by Pavel Feldman.

        Added an iframe containing the <base> tag to test DOMNode.prototype.resolveURL() with a non-trivial baseURL.

        * inspector/elements/elements-panel-rewrite-href.html:
        * inspector/elements/elements-panel-rewrite-href-expected.txt:
        * inspector/elements/resources/elements-panel-rewrite-href-iframe.html: Added.

2012-09-24  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: [Styles] For group selectors, transmit their segments with the "matches" flag
        https://bugs.webkit.org/show_bug.cgi?id=96999

        Reviewed by Pavel Feldman.

        * inspector/styles/get-set-stylesheet-text.html:
        * inspector/styles/styles-new-API.html:
        * inspector/styles/styles-source-offsets.html:

2012-09-25  MORITA Hajime  <morrita@google.com>

        adoptNode() shouldn't reset ownerDocument if the source node failed to remove itself
        https://bugs.webkit.org/show_bug.cgi?id=97527

        Reviewed by Ryosuke Niwa.

        * fast/dom/adopt-node-prevented-expected.txt: Added.
        * fast/dom/adopt-node-prevented.html: Added.

2012-09-25  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviwed gardening. Greening bots.

        * platform/qt/Skipped:

2012-09-25  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Partial Skipped file clean up
        https://bugs.webkit.org/show_bug.cgi?id=97531

        Unreviewed EFL gardening.

        Move part of the test cases from Skipped file
        to TestExpectations since we want to get rid
        of the Skipped list soon.

        * platform/efl-wk2/TestExpectations:
        * platform/efl/Skipped:
        * platform/efl/TestExpectations:

2012-09-24  Bo Liu  <boliu@chromium.org>

        Reland "Add in-place reload behavior to ImagesEnabled setting" with optimizations
        https://bugs.webkit.org/show_bug.cgi?id=97055

        Reviewed by Adam Barth.

        Relanding 128780, 128676, 128645. Was reverted in 128914 due to
        performance regression in Chromium.

        New changes in addition to previously reverted patches:

        Refactored CachedResource::requestResource, loadResource, and
        revalidateResource. Moved CachedResource::load method to end of
        requestResource so there is one place where load is called for all
        resources.

        Added a enum parameter for requestResource and
        determineRevalidationPolicy so that FrameLoaderClient::allowImage call
        do not need to be called multiple times.

        Removed CachedImage::load call in requestImage so it is not called
        twice.

        Removed unnecessary Frame.h includes in CachedResource and
        CachedImage.

        Removed dead load() method declaration in CachedImage.

        Updated text expectation for two image-permissions tests to reflect
        the removed calls to allowImage.

        * fast/loader/display-image-unset-allows-cached-image-load-expected.txt: Added.
        * fast/loader/display-image-unset-allows-cached-image-load.html: Added.
        * fast/loader/display-image-unset-can-block-image-and-can-reload-in-place-expected.txt: Added.
        * fast/loader/display-image-unset-can-block-image-and-can-reload-in-place.html: Added.
        * fast/loader/images-enabled-unset-can-block-image-and-can-reload-in-place-expected.txt: Added.
        * fast/loader/images-enabled-unset-can-block-image-and-can-reload-in-place.html: Added.
        * fast/loader/resources/image1.html: Added.
        * fast/loader/resources/image2.html: Added.
        * platform/chromium/permissionclient/image-permissions-expected.txt:
        * platform/chromium/permissionclient/image-permissions.html:
        * platform/chromium/permissionclient/resources/image.html:
        * platform/wk2/Skipped:

2012-09-24  Gavin Barraclough  <barraclough@apple.com>

        https://bugs.webkit.org/show_bug.cgi?id=97530
        Regression, freeze applied to numeric properties of non-array objects

        Reviewed by Filip Pizlo.

        Object.freeze has a fast implementation in JSObject, but this hasn't been updated to take into account numeric properties in butterflies.
        For now, just fall back to the generic implementation if the object has numeric properties.

        * fast/js/preventExtensions-expected.txt:
        * fast/js/script-tests/preventExtensions.js:
            - Added a test case for freezing an object with a numeric property.

2012-09-24  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding failure expectation for http/tests/security/xss-eval.html as the
        test started failing after r129456.

        * platform/gtk/TestExpectations:

2012-09-24  Zan Dobersek  <zandobersek@gmail.com>

        Unexpected reftest passes are only reported when pixel testing is enabled in results.html as well
        https://bugs.webkit.org/show_bug.cgi?id=97426

        Reviewed by Ojan Vafai.

        Report unexpectedly passing reftests as well. Test cases included.

        * fast/harness/resources/results-test.js:
        * fast/harness/results-expected.txt:
        * fast/harness/results.html:

2012-09-24  Filip Pizlo  <fpizlo@apple.com>

        SerializedScriptValue isn't aware of indexed storage, but should be
        https://bugs.webkit.org/show_bug.cgi?id=97515
        <rdar://problem/12361874>

        Reviewed by Sam Weinig.

        * fast/js/post-message-numeric-property-expected.txt: Added.
        * fast/js/post-message-numeric-property.html: Added.
        * fast/js/script-tests/post-message-numeric-property.js: Added.
        (window.onmessage):

2012-09-24  Yoshifumi Inoue  <yosin@chromium.org>

        Document::adoptNode for multiple fields time input UI should not crash
        https://bugs.webkit.org/show_bug.cgi?id=97428

        Reviewed by Dimitri Glazkov.

        This patch adds a test for checking removeChild() of shadow host
        dispatches blur event if focused node in shadow tree, a test for
        checking adoptNode() doesn't causes crash and dispatches blur event
        during document.adoptNode() and updates expectation for focus/blur event test.

        * fast/dom/shadow/shadow-removechild-and-blur-event-expectation.txt: Added.
        * fast/dom/shadow/shadow-removechild-and-blur-event.html: Added for checking removeChild of shadow host dispatchs blur event when focused node in shadow tree.
        * fast/forms/time-multiple-fields/time-multiple-fields-crash-after-adoptnode-expected.txt: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-crash-after-adoptnode.html: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-state-change-on-focus-or-blur-expected.txt: Updated to expectation to have output from blur event handler.

2012-09-24  Benjamin Poulain  <benjamin@webkit.org>

        We should not expect percent-escaped hostname for invalid URLs
        https://bugs.webkit.org/show_bug.cgi?id=97415

        Reviewed by Adam Barth.

        The URL layout tests encode some Chromium specific behavior.
        Chromium does a partial canonicalization of invalid URLs. Neither Safari, nor Firefox nor Opera
        do that.

        This patch fix the tests and expectations for the IP tests.

        * fast/url/invalid-urls-utf8-expected.txt:
        * fast/url/invalid-urls-utf8.html:
        Move the "empty authority" check from both IP tests to the invalid URLs test. An empty authority
        for a standard URL causes an invalid URL, it should be kept as is.

        * fast/url/ipv4-expected.txt:
        * fast/url/ipv6-expected.txt:
        * fast/url/script-tests/ipv4.js:
        * fast/url/script-tests/ipv6.js: Extend a comment to clarify the rule.
        Invalid URLs should not be escaped.

2012-09-24  Benjamin Poulain  <bpoulain@apple.com>

        Fix Geolocation error reporting in the test support
        https://bugs.webkit.org/show_bug.cgi?id=97386

        Reviewed by Sam Weinig.

        Update the tests to use setMockGeolocationPositionUnavailableError() instead
        of setMockGeolocationError().

        Only PositionError.POSITION_UNAVAILABLE was supported, so this not change
        anything for the test coverage.

        * fast/dom/Geolocation/error-clear-watch.html:
        * fast/dom/Geolocation/error-expected.txt:
        * fast/dom/Geolocation/maximum-age-expected.txt:
        * fast/dom/Geolocation/reentrant-error-expected.txt:
        * fast/dom/Geolocation/script-tests/error.js:
        * fast/dom/Geolocation/script-tests/maximum-age.js:
        (checkError):
        (testNonZeroMaximumAge):
        * fast/dom/Geolocation/script-tests/permission-denied-already-error.js:
        * fast/dom/Geolocation/script-tests/reentrant-error.js:
        * fast/dom/Geolocation/script-tests/watch.js:
        (checkError):
        * fast/dom/Geolocation/watch-expected.txt:

2012-09-24  Filip Pizlo  <fpizlo@apple.com>

        Nested try/finally should not confuse the finally unpopper in BytecodeGenerator::emitComplexJumpScopes
        https://bugs.webkit.org/show_bug.cgi?id=97508
        <rdar://problem/12361132>

        Reviewed by Sam Weinig.

        * fast/js/jsc-test-list:
        * fast/js/script-tests/try-try-return-finally-finally.js: Added.
        (foo):
        * fast/js/try-try-return-finally-finally-expected.txt: Added.
        * fast/js/try-try-return-finally-finally.html: Added.

2012-09-24  Nikhil Bansal  <n.bansal@samsung.com>

        [EFL][WK2] TestRunner needs touch events support.
        https://bugs.webkit.org/show_bug.cgi?id=96465

        Reviewed by Kenneth Rohde Christiansen.

        Touch events support added in WebKitTestRunner for layout tests.

        * platform/efl-wk2/TestExpectations:

2012-09-24  Filip Pizlo  <fpizlo@apple.com>

        ValueToInt32 bool case does bad things to registers
        https://bugs.webkit.org/show_bug.cgi?id=97505
        <rdar://problem/12356331>

        Reviewed by Mark Hahnenberg.

        * fast/js/dfg-bool-to-int32-reuse-expected.txt: Added.
        * fast/js/dfg-bool-to-int32-reuse.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/dfg-bool-to-int32-reuse.js: Added.
        (foo):

2012-09-24  Filip Pizlo  <fpizlo@apple.com>

        JSArray::putByIndex asserts with readonly property on prototype
        https://bugs.webkit.org/show_bug.cgi?id=97435
        <rdar://problem/12357084>

        Reviewed by Geoffrey Garen.

        * fast/js/concat-while-having-a-bad-time.html: Added.
        * fast/js/concat-while-having-a-bad-time-expected.txt: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/concat-while-having-a-bad-time.js: Added.

2012-09-24  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Skip flaky http/tests/security/cookies/xmlhttprequest.html test on Windows.
        https://bugs.webkit.org/show_bug.cgi?id=95803

        * platform/win/Skipped:

2012-09-24  Christophe Dumez  <christophe.dumez@intel.com>

        [WK2] TestRunner does not support overridePreference with value "0"
        https://bugs.webkit.org/show_bug.cgi?id=97457

        Reviewed by Alexey Proskuryakov.

        Unskip fast/regions/css-regions-disabled.html test case for
        WebKit2 now that WebKitTestRunner actually supports overriding
        a boolean preference with "0" value (to disable it).

        * platform/efl-wk2/TestExpectations:
        * platform/gtk-wk2/TestExpectations:
        * platform/mac-wk2/Skipped:
        * platform/qt-5.0-wk2/Skipped:

2012-09-24  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Mark http/tests/security/inactive-document-with-empty-security-origin.html while Geoff Garen
        investigates in https://bugs.webkit.org/show_bug.cgi?id=95530 in order to get the bots green.

        * platform/win/Skipped:

2012-09-24  Roger Fong  <roger_fong@apple.com>

        Unreviewed. http/tests/security/sandboxed-iframe-form-top.html fails on Windows.
        https://bugs.webkit.org/show_bug.cgi?id=97485

        This test actually "passes" but is producing wrong output in whichever test proceeds it, thus causing that test to fail.

        * platform/win/Skipped:

2012-09-24  Dirk Pranke  <dpranke@chromium.org>

        Narrow Chromium TestExpectations for some hidpi failures to be Linux-only.
        crbug.com/150682

        Unreviewed, expectations change.

        Also remove a no-longer-failing Mac expectation for
        compositing/overflow/overflow-scaled-descendant-overlapping.html

        * platform/chromium/TestExpectations:

2012-09-24  Tony Chang  <tony@chromium.org>

        flex-grow should be 1 when omitted from flex shorthand
        https://bugs.webkit.org/show_bug.cgi?id=97480

        Reviewed by Ojan Vafai.

        Update tests due to default CSS value changes.

        * css3/flexbox/flex-algorithm-expected.txt:
        * css3/flexbox/flex-algorithm.html: Add test case using -webkit-flex: auto.
        * css3/flexbox/flex-property-parsing-expected.txt:
        * css3/flexbox/flex-property-parsing.html:

2012-09-24  Hans Muller  <hmuller@adobe.com>

        [CSS Exclusions] ExclusionShape API should use logical coordinates for input/output
        https://bugs.webkit.org/show_bug.cgi?id=96156

        Reviewed by Dirk Schulze.

        Verify that shape-inside respects the writing-mode, notably the vertical writing-modes.

        * fast/exclusions/shape-inside/shape-inside-vertical-text-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-vertical-text.html: Added.

2012-09-24  Alec Flett  <alecflett@chromium.org>

        Rebaseline for r129389
        https://bugs.webkit.org/show_bug.cgi?id=97473

        Unreviewed.


        * platform/chromium-mac-snowleopard/fast/text/emphasis-expected.png:
        * platform/chromium-mac-snowleopard/fast/writing-mode/text-orientation-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/writing-mode/text-orientation-basic-expected.txt:
        * platform/chromium-mac/fast/text/emphasis-expected.png:
        * platform/chromium-mac/fast/writing-mode/text-orientation-basic-expected.png:
        * platform/chromium-mac/fast/writing-mode/text-orientation-basic-expected.txt:

2012-09-24  Dimitri Glazkov  <dglazkov@chromium.org>

        Remove unbaked support for :scope pseudo-class.
        https://bugs.webkit.org/show_bug.cgi?id=97467

        Reviewed by Antti Koivisto.

        It turns out, the Selectors 4 require ":scope" to match contextual reference element set, which would be the root node in querySelector:
        http://dev.w3.org/csswg/selectors4/#the-scope-pseudo

        Right now, we simply make ":scope" equivalent to ":root", which is not correct. Let's remove the partial implementation until we have
        time/energy to fully implement it.

        * fast/css/style-scoped/scope-pseudo-expected.txt: Removed.
        * fast/css/style-scoped/scope-pseudo.html: Removed.

2012-09-24  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r129388.
        http://trac.webkit.org/changeset/129388
        https://bugs.webkit.org/show_bug.cgi?id=97477

        Caused an assertion in a WebKit2 unit test (Requested by
        abarth on #webkit).

        * fast/loader/display-image-unset-allows-cached-image-load-expected.txt: Removed.
        * fast/loader/display-image-unset-allows-cached-image-load.html: Removed.
        * fast/loader/display-image-unset-can-block-image-and-can-reload-in-place-expected.txt: Removed.
        * fast/loader/display-image-unset-can-block-image-and-can-reload-in-place.html: Removed.
        * fast/loader/images-enabled-unset-can-block-image-and-can-reload-in-place-expected.txt: Removed.
        * fast/loader/images-enabled-unset-can-block-image-and-can-reload-in-place.html: Removed.
        * fast/loader/resources/image1.html: Removed.
        * fast/loader/resources/image2.html: Removed.
        * platform/chromium/permissionclient/image-permissions-expected.txt:
        * platform/chromium/permissionclient/image-permissions.html:
        * platform/chromium/permissionclient/resources/image.html:
        * platform/wk2/Skipped:

2012-09-24  Erik Arvidsson  <arv@chromium.org>

        DOM4 remove method
        https://bugs.webkit.org/show_bug.cgi?id=73885

        Reviewed by Ojan Vafai.

        This adds the DOM 4 remove method.
        
        http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#dom-childnode-remove
        
        The remove method removes the node from its parent if it has a parent.

        * fast/dom/Comment/remove-expected.txt: Added.
        * fast/dom/Comment/remove.html: Added.
        * fast/dom/DocumentType/remove-expected.txt: Added.
        * fast/dom/DocumentType/remove.html: Added.
        * fast/dom/Element/remove-expected.txt: Added.
        * fast/dom/Element/remove.html: Added.
        * fast/dom/Text/remove-expected.txt: Added.
        * fast/dom/Text/remove.html: Added.

2012-09-24  Roger Fong  <roger_fong@apple.com>

        Unreviewed. accessibility/svg-bounds.html crashes on Windows due to use of AX role which hasn't been properly implemented on Windows.

        * platform/win/Skipped:

2012-09-24  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Removing Windows specific results for fast/text/international/float-as-only-child-of-isolate-crash that were added in https://bugs.webkit.org/show_bug.cgi?id=87998.
        Test now passes properly.

        * platform/win/fast/text/international/float-as-only-child-of-isolate-crash-expected.png: Removed.
        * platform/win/fast/text/international/float-as-only-child-of-isolate-crash-expected.txt: Removed.

2012-09-24  Tommy Widenflycht  <tommyw@google.com>

        MediaStream API: Fix the incorrectly spelled RTCPeerConnection::onnegotiationneeded callback
        https://bugs.webkit.org/show_bug.cgi?id=97456

        Reviewed by Adam Barth.

        Renamed onnegotationneeded to onnegotiationneeded.

        * fast/mediastream/RTCPeerConnection-onnegotiationneeded-expected.txt:
        * fast/mediastream/RTCPeerConnection-onnegotiationneeded.html:

2012-09-24  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL][DRT] Enable Regions support
        https://bugs.webkit.org/show_bug.cgi?id=83897

        Reviewed by Kenneth Rohde Christiansen.

        New baselines for CSS regions, some CSS regions test still in TestExpectations.

        * platform/efl-wk2/TestExpectations: fast/regions/css-regions-disabled.html still failing on wk2.
        * platform/efl/TestExpectations: Some remaining CSS regions cases still skipped.
        * platform/efl/fast/regions/absolute-pos-elem-in-named-flow-expected.txt: Added.
        * platform/efl/fast/regions/autoheight-regions-mark-expected.png: Added.
        * platform/efl/fast/regions/autoheight-regions-mark-expected.txt: Added.
        * platform/efl/fast/regions/autowidth-attachedinvalidregion-expected.txt: Added.
        * platform/efl/fast/regions/bottom-overflow-out-of-first-region-expected.png: Added.
        * platform/efl/fast/regions/bottom-overflow-out-of-first-region-expected.txt: Added.
        * platform/efl/fast/regions/content-flowed-into-regions-no-scroll-expected.txt: Added.
        * platform/efl/fast/regions/content-webkit-from-flow-parsing-expected.txt: Added.
        * platform/efl/fast/regions/element-region-overset-state-expected.txt: Added.
        * platform/efl/fast/regions/element-region-overset-state-negative-letter-spacing-expected.txt: Added.
        * platform/efl/fast/regions/element-region-overset-state-vertical-rl-expected.txt: Added.
        * platform/efl/fast/regions/element-region-overset-state-vertical-rl-negative-letter-spacing-expected.txt: Added.
        * platform/efl/fast/regions/fixed-pos-elem-in-named-flow-expected.txt: Added.
        * platform/efl/fast/regions/fixed-pos-elem-in-named-flow2-expected.txt: Added.
        * platform/efl/fast/regions/flexbox-in-region-crash-expected.txt: Added.
        * platform/efl/fast/regions/flow-anonymous-children-expected.txt: Added.
        * platform/efl/fast/regions/flow-content-basic-expected.png: Added.
        * platform/efl/fast/regions/flow-content-basic-expected.txt: Added.
        * platform/efl/fast/regions/flow-content-basic-vertical-expected.png: Added.
        * platform/efl/fast/regions/flow-content-basic-vertical-expected.txt: Added.
        * platform/efl/fast/regions/flow-content-basic-vertical-rl-expected.png: Added.
        * platform/efl/fast/regions/flow-content-basic-vertical-rl-expected.txt: Added.
        * platform/efl/fast/regions/flow-region-into-itself-crash-expected.txt: Added.
        * platform/efl/fast/regions/flowed-content-bounding-client-rect-expected.txt: Added.
        * platform/efl/fast/regions/flowed-content-bounding-client-rect-horizontal-bt-expected.txt: Added.
        * platform/efl/fast/regions/flowed-content-bounding-client-rect-vertical-expected.txt: Added.
        * platform/efl/fast/regions/flowed-content-bounding-client-rect-vertical-rl-expected.txt: Added.
        * platform/efl/fast/regions/flowed-content-transform-bounding-client-rect-expected.txt: Added.
        * platform/efl/fast/regions/flows-dependency-dynamic-remove-expected.png: Added.
        * platform/efl/fast/regions/flows-dependency-dynamic-remove-expected.txt: Added.
        * platform/efl/fast/regions/flows-dependency-same-flow-expected.png: Added.
        * platform/efl/fast/regions/flows-dependency-same-flow-expected.txt: Added.
        * platform/efl/fast/regions/get-region-flow-ranges-absolute-pos-expected.txt: Added.
        * platform/efl/fast/regions/get-region-flow-ranges-content-nodes-expected.txt: Added.
        * platform/efl/fast/regions/get-region-flow-ranges-display-none-expected.txt: Added.
        * platform/efl/fast/regions/get-region-flow-ranges-empty-regions-expected.txt: Added.
        * platform/efl/fast/regions/get-region-flow-ranges-expected.txt: Added.
        * platform/efl/fast/regions/get-region-flow-ranges-fixed-pos-expected.txt: Added.
        * platform/efl/fast/regions/get-region-flow-ranges-horiz-bt-expected.txt: Added.
        * platform/efl/fast/regions/get-region-flow-ranges-inline-only-expected.txt: Added.
        * platform/efl/fast/regions/get-region-flow-ranges-text-expected.txt: Added.
        * platform/efl/fast/regions/get-region-flow-ranges-text-vert-lr-expected.txt: Added.
        * platform/efl/fast/regions/get-region-flow-ranges-vert-lr-expected.txt: Added.
        * platform/efl/fast/regions/get-region-flow-ranges-vert-rl-expected.txt: Added.
        * platform/efl/fast/regions/get-region-flow-ranges-writing-modes-rl-rb-lr-expected.txt: Added.
        * platform/efl/fast/regions/get-region-flow-ranges-writing-modes-tb-rl-lr-expected.txt: Added.
        * platform/efl/fast/regions/get-regions-by-content-expected.txt: Added.
        * platform/efl/fast/regions/get-regions-by-content-horiz-bt-expected.txt: Added.
        * platform/efl/fast/regions/get-regions-by-content-horiz-tb-expected.txt: Added.
        * platform/efl/fast/regions/get-regions-by-content-vert-lr-expected.txt: Added.
        * platform/efl/fast/regions/get-regions-by-content-vert-rl-expected.txt: Added.
        * platform/efl/fast/regions/get-regions-by-content2-expected.txt: Added.
        * platform/efl/fast/regions/hit-test-float-expected.txt: Added.
        * platform/efl/fast/regions/hit-test-region-expected.txt: Added.
        * platform/efl/fast/regions/imbricated-flow-threads-crash-expected.txt: Added.
        * platform/efl/fast/regions/move-anonymous-block-inside-named-flow-crash-expected.txt: Added.
        * platform/efl/fast/regions/moved-content-node-crash-expected.txt: Added.
        * platform/efl/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.png: Added.
        * platform/efl/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt: Added.
        * platform/efl/fast/regions/no-split-line-box-expected.txt: Added.
        * platform/efl/fast/regions/overflow-in-uniform-regions-dynamic-expected.png: Added.
        * platform/efl/fast/regions/overflow-in-uniform-regions-dynamic-expected.txt: Added.
        * platform/efl/fast/regions/overflow-in-variable-width-regions-expected.png: Added.
        * platform/efl/fast/regions/overflow-in-variable-width-regions-expected.txt: Added.
        * platform/efl/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png: Added.
        * platform/efl/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt: Added.
        * platform/efl/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.png: Added.
        * platform/efl/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.txt: Added.
        * platform/efl/fast/regions/overflow-rtl-in-variable-width-regions-expected.png: Added.
        * platform/efl/fast/regions/overflow-rtl-in-variable-width-regions-expected.txt: Added.
        * platform/efl/fast/regions/overflow-size-change-in-variable-width-regions-expected.png: Added.
        * platform/efl/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt: Added.
        * platform/efl/fast/regions/overflow-size-change-with-stacking-context-expected.png: Added.
        * platform/efl/fast/regions/overflow-size-change-with-stacking-context-expected.txt: Added.
        * platform/efl/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.png: Added.
        * platform/efl/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.txt: Added.
        * platform/efl/fast/regions/parse-incomplete-region-rule-expected.txt: Added.
        * platform/efl/fast/regions/parsing-region-style-rule-expected.txt: Added.
        * platform/efl/fast/regions/percentage-margins-mixed-ltr-dominant-regions-expected.png: Added.
        * platform/efl/fast/regions/percentage-margins-mixed-ltr-dominant-regions-expected.txt: Added.
        * platform/efl/fast/regions/percentage-margins-mixed-rtl-dominant-regions-expected.png: Added.
        * platform/efl/fast/regions/percentage-margins-mixed-rtl-dominant-regions-expected.txt: Added.
        * platform/efl/fast/regions/percentage-margins-rtl-variable-width-regions-expected.png: Added.
        * platform/efl/fast/regions/percentage-margins-rtl-variable-width-regions-expected.txt: Added.
        * platform/efl/fast/regions/percentage-margins-variable-width-regions-expected.png: Added.
        * platform/efl/fast/regions/percentage-margins-variable-width-regions-expected.txt: Added.
        * platform/efl/fast/regions/positioned-vrl-in-named-flow-expected.txt: Added.
        * platform/efl/fast/regions/positioned-vrl-in-parent-named-flow-expected.txt: Added.
        * platform/efl/fast/regions/positioned-with-vrl-parent-in-named-flow-expected.txt: Added.
        * platform/efl/fast/regions/region-attached-wrong-flow-crash-expected.txt: Added.
        * platform/efl/fast/regions/region-element-display-change-expected.txt: Added.
        * platform/efl/fast/regions/region-element-display-restriction-expected.txt: Added.
        * platform/efl/fast/regions/region-element-dynamic-attach-flow-expected.txt: Added.
        * platform/efl/fast/regions/region-element-dynamic-detach-flow-expected.txt: Added.
        * platform/efl/fast/regions/region-flow-reattach-crash-expected.txt: Added.
        * platform/efl/fast/regions/region-overflow-auto-overflow-hidden-expected.png: Added.
        * platform/efl/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Added.
        * platform/efl/fast/regions/region-overflow-auto-overflow-visible-expected.png: Added.
        * platform/efl/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Added.
        * platform/efl/fast/regions/region-range-for-box-crash-expected.txt: Added.
        * platform/efl/fast/regions/region-style-block-background-color-expected.png: Added.
        * platform/efl/fast/regions/region-style-block-background-color-expected.txt: Added.
        * platform/efl/fast/regions/region-style-block-background-color2-expected.png: Added.
        * platform/efl/fast/regions/region-style-block-background-color2-expected.txt: Added.
        * platform/efl/fast/regions/remove-flow-thread-crash-expected.txt: Added.
        * platform/efl/fast/regions/removed-element-style-in-region-crash-expected.txt: Added.
        * platform/efl/fast/regions/select-in-region-crash-expected.txt: Added.
        * platform/efl/fast/regions/set-box-style-in-region-crash-expected.txt: Added.
        * platform/efl/fast/regions/svg-root-element-collected-expected.txt: Added.
        * platform/efl/fast/regions/symbol-in-named-flow-crash-expected.txt: Added.
        * platform/efl/fast/regions/text-region-breaks-expected.txt: Added.
        * platform/efl/fast/regions/text-region-split-after-resize-expected.txt: Added.
        * platform/efl/fast/regions/text-region-split-expected.txt: Added.
        * platform/efl/fast/regions/text-region-split-horizontal-bt-expected.txt: Added.
        * platform/efl/fast/regions/text-region-split-small-pagination-expected.png: Added.
        * platform/efl/fast/regions/text-region-split-small-pagination-expected.txt: Added.
        * platform/efl/fast/regions/text-region-split-vertical-expected.txt: Added.
        * platform/efl/fast/regions/text-region-split-vertical-rl-expected.txt: Added.
        * platform/efl/fast/regions/top-overflow-out-of-second-region-expected.png: Added.
        * platform/efl/fast/regions/top-overflow-out-of-second-region-expected.txt: Added.
        * platform/efl/fast/regions/webkit-flow-double-pagination-float-push-expected.png: Added.
        * platform/efl/fast/regions/webkit-flow-double-pagination-float-push-expected.txt: Added.
        * platform/efl/fast/regions/webkit-flow-float-pushed-to-last-region-expected.png: Added.
        * platform/efl/fast/regions/webkit-flow-float-pushed-to-last-region-expected.txt: Added.
        * platform/efl/fast/regions/webkit-flow-float-unable-to-push-expected.png: Added.
        * platform/efl/fast/regions/webkit-flow-float-unable-to-push-expected.txt: Added.
        * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.png: Added.
        * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt: Added.
        * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.png: Added.
        * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.txt: Added.
        * platform/efl/fast/regions/webkit-flow-parsing-expected.txt: Added.
        * platform/efl/fast/regions/webkit-named-flow-collection-crash-expected.txt: Added.
        * platform/efl/fast/regions/webkit-named-flow-collection-expected.txt: Added.
        * platform/efl/fast/regions/webkit-named-flow-event-add-to-flow-expected.txt: Added.
        * platform/efl/fast/regions/webkit-named-flow-event-expected.txt: Added.
        * platform/efl/fast/regions/webkit-named-flow-event-no-regions-expected.txt: Added.
        * platform/efl/fast/regions/webkit-named-flow-event-remove-from-dom-expected.txt: Added.
        * platform/efl/fast/regions/webkit-named-flow-event-remove-from-flow-expected.txt: Added.
        * platform/efl/fast/regions/webkit-named-flow-event-target-expected.txt: Added.
        * platform/efl/fast/regions/webkit-named-flow-event-to-null-expected.txt: Added.
        * platform/efl/fast/regions/webkit-named-flow-existing-flow-expected.txt: Added.
        * platform/efl/fast/regions/webkit-named-flow-first-empty-region-index-expected.txt: Added.
        * platform/efl/fast/regions/webkit-named-flow-flow-added-expected.txt: Added.
        * platform/efl/fast/regions/webkit-named-flow-get-content-expected.txt: Added.
        * platform/efl/fast/regions/webkit-named-flow-get-regions-expected.txt: Added.
        * platform/efl/fast/regions/webkit-named-flow-invalid-name-expected.txt: Added.
        * platform/efl/fast/regions/webkit-named-flow-modified-flow-expected.txt: Added.
        * platform/efl/fast/regions/webkit-named-flow-name-expected.txt: Added.
        * platform/efl/fast/regions/webkit-named-flow-non-existing-flow-expected.txt: Added.
        * platform/efl/fast/regions/webkit-named-flow-overset-expected.txt: Added.
        * platform/efl/fast/regions/webkit-named-flow-removed-flow-expected.txt: Added.
        * platform/efl/fast/regions/webkit-named-flow-same-object-expected.txt: Added.
        * platform/efl/fast/regions/webkit-region-overflow-parsing-expected.txt: Added.
        * platform/efl/fast/regions/webkit-region-rule-expected.txt: Added.

2012-09-24  Roger Fong  <roger_fong@apple.com>

        Unreviewed. [Win] Failing test http/tests/inspector/network/network-xhr-replay.html
        https://bugs.webkit.org/show_bug.cgi?id=96942

        * platform/win/Skipped: Skipping a test for the newly added feature.

2012-09-24  Zan Dobersek  <zandobersek@gmail.com>

        [Gtk] Unskip the Shadow DOM layout tests
        https://bugs.webkit.org/show_bug.cgi?id=90776

        Reviewed by Ryosuke Niwa.

        Unskip Shadow DOM layout tests, adding two required baselines and failure
        expectations for tests that still fail.

        * platform/gtk/TestExpectations:
        * platform/gtk/fast/dom/shadow/form-in-shadow-expected.txt: Added.
        * platform/gtk/fast/dom/shadow/tab-order-iframe-and-shadow-expected.txt: Added.

2012-09-24  Joshua Bell  <jsbell@chromium.org>

        [Chromium] Unreviewed gardening - re-enable IDB test that's now passing.
        https://bugs.webkit.org/show_bug.cgi?id=92776

        * platform/chromium/TestExpectations:

2012-09-24  Dan Bernstein  <mitz@apple.com>

        Reveted r129176 and r129185.

        Rubber-stamped by Anders Carlsson.

        * platform/mac-lion/fast/writing-mode/text-orientation-basic-expected.txt:
        * platform/mac/fast/text/emphasis-expected.png:
        * platform/mac/fast/text/emphasis-expected.txt:
        * platform/mac/fast/text/sticky-typesetting-features-expected.png:
        * platform/mac/fast/text/sticky-typesetting-features-expected.txt:
        * platform/mac/fast/text/thai-combining-mark-positioning-expected.png:
        * platform/mac/fast/text/thai-combining-mark-positioning-expected.txt:
        * platform/mac/fast/writing-mode/text-orientation-basic-expected.png:
        * platform/mac/fast/writing-mode/text-orientation-basic-expected.txt:

2012-09-24  Bo Liu  <boliu@chromium.org>

        Reland "Add in-place reload behavior to ImagesEnabled setting" with optimizations
        https://bugs.webkit.org/show_bug.cgi?id=97055

        Reviewed by Adam Barth.

        Relanding 128780, 128676, 128645. Was reverted in 128914 due to
        performance regression in Chromium.

        New changes in addition to previously reverted patches:

        Refactored CachedResource::requestResource, loadResource, and
        revalidateResource. Moved CachedResource::load method to end of
        requestResource so there is one place where load is called for all
        resources.

        Added a enum parameter for requestResource and
        determineRevalidationPolicy so that FrameLoaderClient::allowImage call
        do not need to be called multiple times.

        Removed CachedImage::load call in requestImage so it is not called
        twice.

        Removed unnecessary Frame.h includes in CachedResource and
        CachedImage.

        Removed dead load() method declaration in CachedImage.

        Updated text expectation for two image-permissions tests to reflect
        the removed calls to allowImage.

        * fast/loader/display-image-unset-allows-cached-image-load-expected.txt: Added.
        * fast/loader/display-image-unset-allows-cached-image-load.html: Added.
        * fast/loader/display-image-unset-can-block-image-and-can-reload-in-place-expected.txt: Added.
        * fast/loader/display-image-unset-can-block-image-and-can-reload-in-place.html: Added.
        * fast/loader/images-enabled-unset-can-block-image-and-can-reload-in-place-expected.txt: Added.
        * fast/loader/images-enabled-unset-can-block-image-and-can-reload-in-place.html: Added.
        * fast/loader/resources/image1.html: Added.
        * fast/loader/resources/image2.html: Added.
        * platform/chromium/permissionclient/image-permissions-expected.txt:
        * platform/chromium/permissionclient/image-permissions.html:
        * platform/chromium/permissionclient/resources/image.html:
        * platform/wk2/Skipped:

2012-09-24  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium linux/windows rebaseline for r129370.

        * platform/chromium-linux/media/video-zoom-controls-expected.txt: Removed.
        * platform/chromium-win/media/video-zoom-controls-expected.txt:

2012-09-24  David Grogan  <dgrogan@chromium.org>

        Unprefix IndexedDB
        https://bugs.webkit.org/show_bug.cgi?id=96548

        Reviewed by Adam Barth.

        * storage/indexeddb/resources/unprefix.js: Added.
        (test):
        * storage/indexeddb/unprefix-expected.txt: Added.
        * storage/indexeddb/unprefix-workers-expected.txt: Added.
        * storage/indexeddb/unprefix-workers.html: Added.
        * storage/indexeddb/unprefix.html: Added.

2012-09-24  W. James MacLean  <wjmaclean@chromium.org>

        [chromium] Rebaseline gesture highlight test expectation images.
        https://bugs.webkit.org/show_bug.cgi?id=97248

        Reviewed by Yuta Kitamura.

        Updating image baselines for gesture highlight tests. There are subtle changes in the rendering of
        text in the target links, impercetable to the eye but ImageDiff picks them up.

        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-expected.png:
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-expected.png:
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-late-composite-expected.png:
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-late-noncomposite-expected.png:
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-expected.png:
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-scrolled-expected.png:
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-composited-expected.png:
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-composited-scrolled-expected.png:
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-expected.png:
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-layout-change-2-expected.png:
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-layout-change-expected.png:
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-scrolled-expected.png:
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-scrolled-late-composite-expected.png:
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-scrolled-late-noncomposite-expected.png:
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-composited-inner-expected.png:
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-composited-outer-expected.png:
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-expected.png:
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-inner-expected.png:
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-inner-late-composite-expected.png:
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-outer-expected.png:
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-outer-late-composite-expected.png:
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-inner-expected.png:
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-inner-scroll-inner-expected.png:
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-inner-scroll-outer-expected.png:
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-outer-expected.png:
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-outer-scroll-inner-expected.png:
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-outer-scroll-outer-expected.png:
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-expected.png:
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-scrolled-inner-expected.png:
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-scrolled-outer-expected.png:
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-cancel-expected.png:
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-expected.png:
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-window-scroll-expected.png:

2012-09-24  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Unreviewed gardening.

        Skip a few tests unskipped in r129372 and r129375 that still fail
        on the bots.

        * platform/efl/TestExpectations:

2012-09-24  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: Modernize some esoteric tests
        https://bugs.webkit.org/show_bug.cgi?id=97368

        Reviewed by Tony Chang.

        Change the logging - but not the flow or assertions - of some of our
        more complex tests, to take advantage of our newer helper functions.

        * storage/indexeddb/factory-deletedatabase-interactions-expected.txt:
        * storage/indexeddb/open-close-version-expected.txt:
        * storage/indexeddb/resources/factory-deletedatabase-interactions.js:
        * storage/indexeddb/resources/open-close-version.js:

2012-09-24  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium rebaseline for video-zoom-controls for r129370.

        * platform/chromium-linux/media/video-zoom-controls-expected.txt: Added.
        * platform/chromium-mac/media/video-zoom-controls-expected.txt:

2012-09-24  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Unreviewed gardening.

        Move some inspector tests from Skipped to TestExpectations with a
        proper explanation and related bug report.

        * platform/efl/Skipped:
        * platform/efl/TestExpectations:

2012-09-24  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Unreviewed gardening.

        Move a test that is failing on both WK1 and WK2 to the common
        TestExpectations file.

        * platform/efl-wk1/TestExpectations:
        * platform/efl-wk2/TestExpectations:
        * platform/efl/TestExpectations:

2012-09-24  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Unreviewed gardening.

        * platform/efl/TestExpectations: Unskip passing inspector test.

2012-09-24  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Unreviewed gardening.

        * platform/efl/Skipped: Unskip a few inspector-related tests which
        are currently passing.

2012-09-20  Emil A Eklund  <eae@chromium.org>

        snapToSize rounds the incorrectly for negative locations
        https://bugs.webkit.org/show_bug.cgi?id=97265

        Reviewed by Eric Seidel.

        Add test for snapSizeToPixel handling of negative locations.
        Skipped on platforms that do not enable subpixel layout.

        * fast/sub-pixel/snap-negative-location-expected.html: Added.
        * fast/sub-pixel/snap-negative-location.html: Added.
        * platform/mac-lion/Skipped:
        * platform/mac-snowleopard/Skipped:
        * platform/mac-wk2/Skipped:
        * platform/mac/Skipped:
        * platform/qt-4.8/Skipped:
        * platform/qt/Skipped:
        * platform/win-wk2/Skipped:
        * platform/win-xp/Skipped:
        * platform/win/Skipped:
        * platform/wincairo/Skipped:
        * platform/wk2/Skipped:

2012-09-24  Zan Dobersek  <zandobersek@gmail.com>

        REGRESSION (r129211-r129218): http/tests/loading/redirect-with-no-location-crash.html failing on GTK Linux 64-bit Release WK2 (Tests)
        https://bugs.webkit.org/show_bug.cgi?id=97404

        Reviewed by Philippe Normand.

        Remove WebKit2-specific failure expectation and GTK-specific baseline for the test in title.

        * platform/gtk-wk2/TestExpectations:
        * platform/gtk/http/tests/loading/redirect-with-no-location-crash-expected.txt: Removed.

2012-09-24  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Rebaseline several test cases in Skipped list
        https://bugs.webkit.org/show_bug.cgi?id=97452

        Unreviewed EFL rebaseline.

        Rebaseline several test cases in the EFL Skipped file
        and unskip them.

        * platform/efl/Skipped:
        * platform/efl/fast/table/prepend-in-anonymous-table-expected.png:
        * platform/efl/fast/table/prepend-in-anonymous-table-expected.txt:
        * platform/efl/fast/text/basic/011-expected.png:
        * platform/efl/fast/text/basic/011-expected.txt:
        * platform/efl/fast/text/basic/013-expected.png:
        * platform/efl/fast/text/basic/013-expected.txt:
        * platform/efl/fast/text/bidi-embedding-pop-and-push-same-expected.png:
        * platform/efl/fast/text/capitalize-boundaries-expected.png:
        * platform/efl/fast/text/capitalize-boundaries-expected.txt:
        * platform/efl/fast/text/cg-fallback-bolding-expected.png:
        * platform/efl/fast/text/drawBidiText-expected.png:
        * platform/efl/fast/text/emphasis-vertical-expected.png:
        * platform/efl/fast/text/emphasis-vertical-expected.txt:
        * platform/efl/fast/text/fallback-traits-fixup-expected.png:
        * platform/efl/fast/text/fallback-traits-fixup-expected.txt:
        * platform/efl/fast/text/firstline/001-expected.png:
        * platform/efl/fast/text/firstline/001-expected.txt:
        * platform/efl/fast/text/firstline/002-expected.png:
        * platform/efl/fast/text/firstline/003-expected.png:
        * platform/efl/fast/text/format-control-expected.png:
        * platform/efl/fast/text/format-control-expected.txt:
        * platform/efl/fast/text/hyphens-expected.png:
        * platform/efl/fast/text/hyphens-expected.txt:
        * platform/efl/fast/text/in-rendered-text-rtl-expected.png:
        * platform/efl/fast/text/international/001-expected.png:
        * platform/efl/fast/text/international/001-expected.txt:
        * platform/efl/fast/text/international/002-expected.png:
        * platform/efl/fast/text/international/002-expected.txt:
        * platform/efl/fast/text/international/003-expected.png:
        * platform/efl/fast/text/international/003-expected.txt:
        * platform/efl/fast/text/international/bidi-L2-run-reordering-expected.png:
        * platform/efl/fast/text/international/bidi-LDB-2-CSS-expected.png:
        * platform/efl/fast/text/international/bidi-LDB-2-CSS-expected.txt:
        * platform/efl/fast/text/international/bidi-LDB-2-HTML-expected.png:
        * platform/efl/fast/text/international/bidi-LDB-2-HTML-expected.txt:
        * platform/efl/fast/text/international/bidi-LDB-2-formatting-characters-expected.png:
        * platform/efl/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt:
        * platform/efl/fast/text/international/bidi-european-terminators-expected.png:
        * platform/efl/fast/text/international/bidi-explicit-embedding-expected.png:
        * platform/efl/fast/text/international/bidi-ignored-for-first-child-inline-expected.png:
        * platform/efl/fast/text/international/bidi-innertext-expected.png:
        * platform/efl/fast/text/international/bidi-layout-across-linebreak-expected.png:
        * platform/efl/fast/text/international/bidi-layout-across-linebreak-expected.txt: Added.
        * platform/efl/fast/text/international/bidi-listbox-expected.png:
        * platform/efl/fast/text/international/bidi-listbox-expected.txt: Added.
        * platform/efl/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.png:
        * platform/efl/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt: Added.
        * platform/efl/fast/text/international/bidi-override-expected.png:
        * platform/efl/fast/text/international/bidi-override-expected.txt: Added.
        * platform/efl/fast/text/international/rtl-caret-expected.png:
        * platform/efl/fast/text/international/rtl-white-space-pre-wrap-expected.png:
        * platform/efl/fast/text/international/rtl-white-space-pre-wrap-expected.txt:
        * platform/efl/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
        * platform/efl/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt:
        * platform/efl/fast/text/international/wrap-CJK-001-expected.png:
        * platform/efl/fast/text/international/wrap-CJK-001-expected.txt:
        * platform/efl/fast/text/midword-break-hang-expected.png:
        * platform/efl/fast/text/midword-break-hang-expected.txt:
        * platform/efl/fast/text/trailing-white-space-2-expected.png:
        * platform/efl/fast/text/trailing-white-space-expected.png:
        * platform/efl/fast/text/whitespace/024-expected.png:
        * platform/efl/fast/text/whitespace/024-expected.txt:
        * platform/efl/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
        * platform/efl/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
        * platform/efl/fast/writing-mode/border-vertical-lr-expected.png:
        * platform/efl/fast/writing-mode/border-vertical-lr-expected.txt:
        * platform/efl/fast/writing-mode/fallback-orientation-expected.png:
        * platform/efl/fast/writing-mode/fallback-orientation-expected.txt:
        * platform/efl/svg/as-border-image/svg-as-border-image-2-expected.png: Added.
        * platform/efl/svg/as-border-image/svg-as-border-image-2-expected.txt:
        * platform/efl/svg/as-border-image/svg-as-border-image-expected.png: Added.
        * platform/efl/svg/as-border-image/svg-as-border-image-expected.txt:

2012-09-24  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviwed gardening. Skip new failing test.
        https://bugs.webkit.org/show_bug.cgi?id=97451

        * platform/qt/Skipped: Skip inspector-protocol/css-getSupportedCSSProperties.html.

2012-09-24  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL][WK2] Mark fast/forms/select/select-state-restore.html as flaky
        https://bugs.webkit.org/show_bug.cgi?id=97449

        Unreviewed EFL gardening.

        fast/forms/select/select-state-restore.html sometimes times out on
        the WebKit2 EFL debug build bot. Add it to TestExpectations.

        * platform/efl-wk2/TestExpectations:

2012-09-24  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Open resource dialog has too many false positive matches.
        https://bugs.webkit.org/show_bug.cgi?id=97332

        Reviewed by Alexander Pavlov.

        * inspector/filtered-item-selection-dialog-filtering-expected.txt:
        * inspector/filtered-item-selection-dialog-filtering.html:

2012-09-24  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Rebaseline several test cases in Skipped list
        https://bugs.webkit.org/show_bug.cgi?id=97448

        Unreviewed EFL rebaseline.

        Rebaseline several test cases in the Skipped file and unskip
        them.

        * platform/efl/Skipped:
        * platform/efl/svg/as-image/animated-svg-as-image-expected.png: Added.
        * platform/efl/svg/as-image/animated-svg-as-image-expected.txt:
        * platform/efl/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png: Added.
        * platform/efl/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.txt:
        * platform/efl/svg/as-image/animated-svg-as-image-same-image-expected.png: Added.
        * platform/efl/svg/as-image/animated-svg-as-image-same-image-expected.txt:
        * platform/efl/svg/as-image/img-preserveAspectRatio-support-1-expected.png: Added.
        * platform/efl/svg/as-image/img-preserveAspectRatio-support-1-expected.txt:
        * platform/efl/svg/as-image/img-preserveAspectRatio-support-2-expected.png: Added.
        * platform/efl/svg/as-image/img-preserveAspectRatio-support-2-expected.txt:
        * platform/efl/svg/as-image/same-image-two-instances-expected.png: Added.
        * platform/efl/svg/as-image/same-image-two-instances-expected.txt:
        * platform/efl/svg/as-image/svg-image-change-content-size-expected.png: Added.
        * platform/efl/svg/as-image/svg-image-change-content-size-expected.txt:
        * platform/efl/svg/batik/masking/maskRegions-expected.png: Added.
        * platform/efl/svg/batik/masking/maskRegions-expected.txt:
        * platform/efl/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.png: Added.
        * platform/efl/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt:
        * platform/efl/svg/css/path-gradient-stroke-shadow-expected.png: Added.
        * platform/efl/svg/css/path-gradient-stroke-shadow-expected.txt:
        * platform/efl/svg/dom/css-transforms-expected.png: Added.
        * platform/efl/svg/dom/css-transforms-expected.txt: Added.
        * platform/efl/svg/hixie/error/012-expected.png: Added.
        * platform/efl/svg/hixie/error/012-expected.txt:
        * platform/efl/svg/hixie/error/013-expected.png: Added.
        * platform/efl/svg/hixie/error/013-expected.txt:
        * platform/efl/svg/hixie/mixed/003-expected.png: Added.
        * platform/efl/svg/hixie/mixed/003-expected.txt:
        * platform/efl/svg/hixie/mixed/004-expected.png: Added.
        * platform/efl/svg/hixie/mixed/004-expected.txt:
        * platform/efl/svg/hixie/mixed/005-expected.png: Added.
        * platform/efl/svg/hixie/mixed/005-expected.txt:
        * platform/efl/svg/hixie/mixed/006-expected.png: Added.
        * platform/efl/svg/hixie/mixed/006-expected.txt:
        * platform/efl/svg/hixie/mixed/007-expected.png: Added.
        * platform/efl/svg/hixie/mixed/007-expected.txt:
        * platform/efl/svg/hixie/mixed/008-expected.png: Added.
        * platform/efl/svg/hixie/mixed/008-expected.txt:
        * platform/efl/svg/hixie/mixed/009-expected.png: Added.
        * platform/efl/svg/hixie/mixed/009-expected.txt:
        * platform/efl/svg/hixie/mixed/010-expected.png: Added.
        * platform/efl/svg/hixie/mixed/010-expected.txt:
        * platform/efl/svg/hixie/mixed/011-expected.png: Added.
        * platform/efl/svg/hixie/mixed/011-expected.txt:
        * platform/efl/svg/hixie/perf/007-expected.png: Added.
        * platform/efl/svg/hixie/perf/007-expected.txt:
        * platform/efl/svg/hixie/processing-model/003-expected.png: Added.
        * platform/efl/svg/hixie/processing-model/003-expected.txt:
        * platform/efl/svg/hixie/processing-model/004-expected.png: Added.
        * platform/efl/svg/hixie/processing-model/004-expected.txt:
        * platform/efl/svg/hixie/rendering-model/003-expected.png: Added.
        * platform/efl/svg/hixie/rendering-model/003-expected.txt:
        * platform/efl/svg/hixie/rendering-model/004-expected.png: Added.
        * platform/efl/svg/hixie/rendering-model/004-expected.txt:
        * platform/efl/svg/hixie/text/003-expected.png: Added.
        * platform/efl/svg/hixie/text/003-expected.txt:
        * platform/efl/svg/in-html/by-reference-expected.png: Added.
        * platform/efl/svg/in-html/by-reference-expected.txt:
        * platform/efl/svg/in-html/circle-expected.png: Added.
        * platform/efl/svg/in-html/circle-expected.txt:
        * platform/efl/svg/overflow/overflow-on-inner-svg-element-expected.png: Added.
        * platform/efl/svg/overflow/overflow-on-inner-svg-element-expected.txt:
        * platform/efl/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-auto-expected.png: Added.
        * platform/efl/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-auto-expected.txt:
        * platform/efl/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png: Added.
        * platform/efl/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.txt:
        * platform/efl/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-hidden-expected.png: Added.
        * platform/efl/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-hidden-expected.txt:
        * platform/efl/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-scroll-expected.png: Added.
        * platform/efl/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-scroll-expected.txt:
        * platform/efl/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-visible-expected.png: Added.
        * platform/efl/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-visible-expected.txt:
        * platform/efl/svg/repaint/inner-svg-change-viewPort-relative-expected.png: Added.
        * platform/efl/svg/repaint/inner-svg-change-viewPort-relative-expected.txt: Added.
        * platform/efl/svg/transforms/animated-path-inside-transformed-html-expected.png: Added.
        * platform/efl/svg/transforms/animated-path-inside-transformed-html-expected.txt:
        * platform/efl/svg/transforms/svg-css-transforms-clip-path-expected.png: Added.
        * platform/efl/svg/transforms/svg-css-transforms-clip-path-expected.txt:
        * platform/efl/svg/transforms/svg-css-transforms-expected.png: Added.
        * platform/efl/svg/transforms/svg-css-transforms-expected.txt:
        * platform/efl/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Added.
        * platform/efl/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
        * platform/efl/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Added.
        * platform/efl/svg/transforms/text-with-pattern-with-svg-transform-expected.txt:
        * platform/efl/svg/wicd/rightsizing-grid-expected.png: Added.
        * platform/efl/svg/wicd/rightsizing-grid-expected.txt:
        * platform/efl/svg/wicd/test-rightsizing-a-expected.png: Added.
        * platform/efl/svg/wicd/test-rightsizing-a-expected.txt:
        * platform/efl/svg/wicd/test-rightsizing-b-expected.png: Added.
        * platform/efl/svg/wicd/test-rightsizing-b-expected.txt:
        * platform/efl/svg/wicd/test-scalable-background-image1-expected.png: Added.
        * platform/efl/svg/wicd/test-scalable-background-image1-expected.txt:
        * platform/efl/svg/wicd/test-scalable-background-image2-expected.png: Added.
        * platform/efl/svg/wicd/test-scalable-background-image2-expected.txt:

2012-09-24  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Unskip proper shadow dom test case
        https://bugs.webkit.org/show_bug.cgi?id=97445

        Unreviewed EFL gardening.

        Skip again fast/dom/shadow/shadowdom-for-object-without-shadow.html
        and unskip fast/dom/shadow/shadowdom-for-object-only-shadow.html
        instead.

        * platform/efl/TestExpectations:

2012-09-24  Vivek Galatage  <vivekgalatage@gmail.com>

        Web Inspector: implement testing harness for pure protocol tests.
        https://bugs.webkit.org/show_bug.cgi?id=90675

        Reviewed by Yury Semikhatsky.

        Adding the resources required for the dummy frontend page to load minimal 
        frontend. These resources provide the mechanism to talk to the Inspector Backend.
        
        Adding the inspector-protocol folder to host the relevant test cases
        utilizing the inspector protocol test harness. Added an example test
        case for getting all supported CSS properties using the inspector
        protocol and searching for a particular property being supported.

        * http/tests/inspector-protocol: Added.
        * http/tests/inspector-protocol/resources: Added.
        * http/tests/inspector-protocol/resources/InspectorTest.js: Added.
        (InspectorTest.sendCommand):
        (WebInspector.dispatchMessageFromBackend):
        (InspectorTest.log):
        (InspectorTest.completeTest):
        * http/tests/inspector-protocol/resources/protocol-test.html: Added.
        * http/tests/inspector-protocol/resources/protocol-test.js: Added.
        (log):
        (closeTest):
        (runTest):
        * inspector-protocol: Added.
        * inspector-protocol/css-getSupportedCSSProperties-expected.txt: Added.
        * inspector-protocol/css-getSupportedCSSProperties.html: Added.

2012-09-24  Keishi Hattori  <keishi@webkit.org>

        REGRESSION(r127727): Calendar picker focus doesn't loop in calendar-picker.html
        https://bugs.webkit.org/show_bug.cgi?id=97183

        Reviewed by Kent Tamura.

        * fast/forms/date/calendar-picker-key-operations-expected.txt:
        * fast/forms/date/calendar-picker-key-operations.html:

2012-09-24  Yury Semikhatsky  <yurys@chromium.org>

        Unreviewed. Update pixel results for 18 tests on Win.

        * platform/chromium-win-xp/fast/css/shadow-multiple-expected.png: Removed.
        * platform/chromium-win-xp/fast/invalid/residual-style-expected.txt: Removed.
        * platform/chromium-win-xp/fast/multicol/shadow-breaking-expected.png: Removed.
        * platform/chromium-win-xp/fast/repaint/shadow-multiple-vertical-expected.png: Removed.
        * platform/chromium-win-xp/fast/text/shadow-translucent-fill-expected.png: Removed.
        * platform/chromium-win-xp/fast/transforms/shadows-expected.png: Removed.
        * platform/chromium-win-xp/ietestcenter/css3/text/textshadow-002-expected.png: Removed.
        * platform/chromium-win-xp/ietestcenter/css3/text/textshadow-010-expected.png: Removed.
        * platform/chromium-win-xp/svg/css/text-gradient-shadow-expected.png: Removed.
        * platform/chromium-win-xp/svg/css/text-shadow-multiple-expected.png: Removed.
        * platform/chromium-win-xp/tables/mozilla/bugs/bug56563-expected.png: Removed.
        * platform/chromium-win-xp/transitions/svg-text-shadow-transition-expected.png: Removed.
        * platform/chromium-win/compositing/shadows/shadow-drawing-expected.png:
        * platform/chromium-win/fast/css/shadow-multiple-expected.png:
        * platform/chromium-win/fast/invalid/residual-style-expected.txt:
        * platform/chromium-win/fast/multicol/shadow-breaking-expected.png:
        * platform/chromium-win/fast/repaint/shadow-multiple-vertical-expected.png:
        * platform/chromium-win/fast/text/shadow-translucent-fill-expected.png:
        * platform/chromium-win/fast/text/stroking-decorations-expected.png:
        * platform/chromium-win/fast/text/stroking-expected.png:
        * platform/chromium-win/fast/transforms/shadows-expected.png:
        * platform/chromium-win/fast/writing-mode/english-lr-text-expected.png:
        * platform/chromium-win/ietestcenter/css3/text/textshadow-002-expected.png:
        * platform/chromium-win/ietestcenter/css3/text/textshadow-010-expected.png:
        * platform/chromium-win/svg/css/composite-shadow-text-expected.png:
        * platform/chromium-win/svg/css/shadow-changes-expected.png:
        * platform/chromium-win/svg/css/text-gradient-shadow-expected.png:
        * platform/chromium-win/svg/css/text-shadow-multiple-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug56563-expected.png:
        * platform/chromium-win/transitions/svg-text-shadow-transition-expected.png:

2012-09-21  Andrey Kosyakov  <caseq@chromium.org>

        Web Inspector: support saving HAR with resources content
        https://bugs.webkit.org/show_bug.cgi?id=97341

        Reviewed by Vsevolod Vlasov.

        - moved StringOutputStream to inspector-test.js for reuse;
        - added test for HARWriter and response content in HAR.

        * http/tests/inspector/inspector-test.js:
        (initialize_InspectorTest):
        (initialize_InspectorTest.):
        * http/tests/inspector/network/har-content-expected.txt: Added.
        * http/tests/inspector/network/har-content.html: Added.
        * inspector/timeline/timeline-test.js:
        (initialize_Timeline):

2012-09-24  Yury Semikhatsky  <yurys@chromium.org>

        Unreviewed. Updated test expectations for webaudio/biquad-getFrequencyResponse.html

        * platform/chromium/TestExpectations:

2012-09-24  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Rebaseline several test cases in Skipped list
        https://bugs.webkit.org/show_bug.cgi?id=97437

        Unreviewed EFL rebaseline.

        Rebaseline several test cases from EFL Skipped list
        and unskip them.

        * platform/efl/Skipped:
        * platform/efl/svg/W3C-I18N/g-dirRTL-ubNone-expected.png: Added.
        * platform/efl/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
        * platform/efl/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png: Added.
        * platform/efl/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
        * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png: Added.
        * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
        * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png: Added.
        * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
        * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png: Added.
        * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
        * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png: Added.
        * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
        * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png: Added.
        * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
        * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png: Added.
        * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
        * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png: Added.
        * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
        * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png: Added.
        * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
        * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png: Added.
        * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png: Added.
        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png: Added.
        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png: Added.
        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png: Added.
        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png: Added.
        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png: Added.
        * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
        * platform/efl/svg/W3C-I18N/text-anchor-no-markup-expected.png: Added.
        * platform/efl/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
        * platform/efl/svg/batik/text/textOnPath-expected.png: Added.
        * platform/efl/svg/batik/text/textOnPath-expected.txt:
        * platform/efl/svg/batik/text/textProperties2-expected.png: Added.
        * platform/efl/svg/batik/text/textProperties2-expected.txt:
        * platform/efl/svg/hixie/perf/004-expected.png: Added.
        * platform/efl/svg/hixie/perf/005-expected.png: Added.
        * platform/efl/svg/hixie/perf/006-expected.png: Added.
        * platform/efl/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Added.
        * platform/efl/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
        * platform/efl/svg/zoom/page/zoom-mask-with-percentages-expected.png: Added.
        * platform/efl/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
        * platform/efl/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Added.
        * platform/efl/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
        * platform/efl/svg/zoom/text/zoom-coords-viewattr-01-b-expected.png: Added.
        * platform/efl/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt:
        * platform/efl/svg/zoom/text/zoom-hixie-mixed-008-expected.png: Added.
        * platform/efl/svg/zoom/text/zoom-hixie-mixed-008-expected.txt:
        * platform/efl/svg/zoom/text/zoom-hixie-rendering-model-004-expected.png: Added.
        * platform/efl/svg/zoom/text/zoom-hixie-rendering-model-004-expected.txt:
        * platform/efl/svg/zoom/text/zoom-svg-float-border-padding-expected.png: Added.
        * platform/efl/svg/zoom/text/zoom-svg-float-border-padding-expected.txt:

2012-09-24  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Unskip test cases that started passing after r129303
        https://bugs.webkit.org/show_bug.cgi?id=97433

        Unreviewed EFL gardening.

        Unskip several ref tests that are marked as unexpected
        passes after r129303. r129303 fixed detection of ref
        tests that are passing unexpectedly.

        * platform/efl/TestExpectations:

2012-09-24  Matt Falkenhagen  <falken@chromium.org>

        Skeleton implementation of dialog.showModal()
        https://bugs.webkit.org/show_bug.cgi?id=97425

        Reviewed by Kent Tamura.

        Add a test that showModal() opens the dialog or throws an error in the cases specified in the spec.

        * fast/dom/HTMLDialogElement/dialog-show-modal-expected.txt: Added.
        * fast/dom/HTMLDialogElement/dialog-show-modal.html: Added.

2012-09-23  Gavin Barraclough  <barraclough@apple.com>

        Sorting a non-array creates propreties (spec-violation)
        https://bugs.webkit.org/show_bug.cgi?id=25477

        Reviewed by Oliver Hunt.

        Added test cases.

        * fast/js/array-sort-sparse-expected.txt: Added.
        * fast/js/array-sort-sparse.html: Added.
        * fast/js/script-tests/array-sort-sparse.js: Added.
        (testSort):

2012-09-22  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding a failure expectation for http/tests/loading/redirect-with-no-location-crash.html,
        the test started failing on the WebKit2 builder after it was unskipped in r129213.

        * platform/gtk-wk2/TestExpectations:

2012-09-22  Dominic Mazzoni  <dmazzoni@google.com>

        AX: Layout tests would be easier to write if AccessibilityController could find an element by id
        https://bugs.webkit.org/show_bug.cgi?id=97301

        Reviewed by Chris Fleizach.

        Modifies an existing test to use the new accessibleElementById
        method of AccessibilityController, enabling the test to pass on
        both Mac and Chromium.

        * accessibility/aria-hidden-with-elements.html:
        * platform/chromium/TestExpectations:

2012-09-22  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed weekend gardening, unskip now passing tests.

        * platform/qt/TestExpectations:

2012-09-22  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Garden IETestCenter Bugs
        https://bugs.webkit.org/show_bug.cgi?id=97392

        Unreviewed EFL gardening.

        Unskip a couple of IETestCenter bugs now that they pass.

        * platform/efl/TestExpectations:

2012-09-22  Mihnea Ovidenie  <mihnea@adobe.com>

        [CSSRegions]Add test for accelerating compositing of elements in RenderFlowThread
        https://bugs.webkit.org/show_bug.cgi?id=97387

        Reviewed by Dirk Schulze.

        At this moment, accelerated compositing is disabled for elements inside a RenderFlowThread. This patch adds
        a specific test in compositing/regions that is expected to fail until https://bugs.webkit.org/show_bug.cgi?id=84900
        is fixed. The code for the new test is taken out of the existing fast/regions/webkit-flow-renderer-layer.html.

        * compositing/regions/webkit-flow-renderer-layer-compositing-expected.html: Added.
        * compositing/regions/webkit-flow-renderer-layer-compositing.html: Added.
        * fast/regions/webkit-flow-renderer-layer-expected.html:
        * fast/regions/webkit-flow-renderer-layer.html:
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/Skipped:

2012-09-22  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Marking mathml/presentation/subsup.xhtml as flaky, the flakiness
        being observable after r128837.

        Adding image failure expectation for fast/text/word-space-with-kerning-2.html,
        introduced in r129233.

        * platform/gtk/TestExpectations:

2012-09-22  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed weekend gardening, unskip now passing tests.

        * platform/qt-5.0-wk1/Skipped:
        * platform/qt/Skipped:

2012-09-21  Dan Bernstein  <mitz@apple.com>

        [Qt] New fast/text/kerning-with-TextLayout.html fails
        https://bugs.webkit.org/show_bug.cgi?id=97388

        Moved this test into platform/mac, as it is not platform-independent, and TextLayout is currently
        used only on OS X.

        * fast/text/kerning-with-TextLayout-expected.html: Removed.
        * fast/text/kerning-with-TextLayout.html: Removed.
        * platform/mac/fast/text/kerning-with-TextLayout-expected.html: Copied from LayoutTests/fast/text/kerning-with-TextLayout-expected.html.
        * platform/mac/fast/text/kerning-with-TextLayout.html: Copied from LayoutTests/fast/text/kerning-with-TextLayout.html.

2012-09-21  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed weekend gardening, skip new failing tests.

        * platform/qt-5.0-wk2/Skipped:
        * platform/qt/Skipped:

2012-09-21  Geoffrey Garen  <ggaren@apple.com>

        Optimized closures that capture arguments
        https://bugs.webkit.org/show_bug.cgi?id=97358

        Reviewed by Oliver Hunt.

        * fast/js/dfg-arguments-alias-activation-expected.txt:
        * fast/js/dfg-arguments-alias-activation.html:

2012-09-21  Adam Klein  <adamk@chromium.org>

        Remove bogus assertions from ChildListMutationScope
        https://bugs.webkit.org/show_bug.cgi?id=97372

        Reviewed by Ryosuke Niwa.

        * fast/mutation/added-out-of-order-expected.txt: Added.
        * fast/mutation/added-out-of-order.html: Added.
        * fast/mutation/removed-out-of-order-expected.txt: Added.
        * fast/mutation/removed-out-of-order.html: Added.

2012-09-21  Dan Bernstein  <mitz@apple.com>

        REGRESSION (r129176): Incorrect line breaking when kerning occurs between a space and the following character
        https://bugs.webkit.org/show_bug.cgi?id=97377

        Reviewed by Enrica Casucci.

        * fast/text/kerning-with-TextLayout-expected.html: Added.
        * fast/text/kerning-with-TextLayout.html: Added.

2012-09-21  Gavin Barraclough  <barraclough@apple.com>

        instanceof should not get the prototype for non-default HasInstance
        https://bugs.webkit.org/show_bug.cgi?id=68656

        Reviewed by Oliver Hunt.

        * fast/js/function-bind-expected.txt:
            - check in passing result.

2012-09-21  Benjamin Poulain  <bpoulain@apple.com>

        fast/dom/Geolocation/disconnected-frame.html test asserts
        https://bugs.webkit.org/show_bug.cgi?id=97376

        Reviewed by Alexey Proskuryakov.

        * platform/wk2/Skipped:

2012-09-21  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Skip this test because it relies on sandboxed-iframe-origin-add.html which was removed in http://trac.webkit.org/changeset/129262.

        * platform/win/Skipped:

2012-09-21  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Fix Windows specific accessibility test results. 
        Missed some new lines in http://trac.webkit.org/changeset/129255.

        * platform/win/accessibility/aria-toggle-button-with-title-expected.txt:
        * platform/win/accessibility/canvas-fallback-content-2-expected.txt:
        * platform/win/accessibility/img-fallsback-to-title-expected.txt:
        * platform/win/accessibility/svg-image-expected.txt:

2012-09-21  Brandon Jones  <bajones@google.com>

        Add support for OES_vertex_array_object in chromium
        https://bugs.webkit.org/show_bug.cgi?id=96578

        Reviewed by Kenneth Russell.

        Brought over KHRONOS conformance test for OES_vertex_array_object

        * fast/canvas/webgl/oes-vertex-array-object-expected.txt: Added.
        * fast/canvas/webgl/oes-vertex-array-object.html: Added.
        * platform/efl/Skipped:
        * platform/gtk-wk2/Skipped:
        * platform/mac/Skipped:
        * platform/wk2/Skipped:

2012-09-21  Kenichi Ishibashi  <bashi@chromium.org>

        [Chromium] Use OpenTypeVerticalData on Linux
        https://bugs.webkit.org/show_bug.cgi?id=97277

        Reviewed by Tony Chang.

        Rebaselined vertical writing test expectations.

        * platform/chromium-linux/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png:
        * platform/chromium-linux/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png:
        * platform/chromium-linux/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png:
        * platform/chromium-linux/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png:
        * platform/chromium-linux/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
        * platform/chromium-linux/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png:
        * platform/chromium-linux/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png:
        * platform/chromium-linux/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
        * platform/chromium-linux/fast/dynamic/text-combine-expected.png:
        * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-expected.png:
        * platform/chromium-linux/fast/text/international/text-spliced-font-expected.png:
        * platform/chromium-linux/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
        * platform/chromium-linux/fast/writing-mode/border-vertical-lr-expected.png:
        * platform/chromium-linux/fast/writing-mode/japanese-lr-selection-expected.png:
        * platform/chromium-linux/fast/writing-mode/japanese-lr-text-expected.png:
        * platform/chromium-linux/fast/writing-mode/japanese-rl-selection-expected.png:
        * platform/chromium-linux/fast/writing-mode/japanese-rl-text-expected.png:
        * platform/chromium-linux/fast/writing-mode/japanese-rl-text-with-broken-font-expected.png:

2012-09-21  Benjamin Poulain  <bpoulain@apple.com>

        Skip fast/dom/Geolocation/disconnected-frame.html until the assertion is fixed

        Unreviewed. The test assert in Debug, skip it until this has been fixed.

        * platform/wk2/Skipped:

2012-09-21  Filip Pizlo  <fpizlo@apple.com>

        DFG CSE assumes that a holy PutByVal does not interfere with GetArrayLength, when it clearly does
        https://bugs.webkit.org/show_bug.cgi?id=97373

        Reviewed by Mark Hahnenberg.

        * fast/js/dfg-holy-put-by-val-interferes-with-get-array-length-expected.txt: Added.
        * fast/js/dfg-holy-put-by-val-interferes-with-get-array-length.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/dfg-holy-put-by-val-interferes-with-get-array-length.js: Added.
        (foo):

2012-09-21  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Skipping http/tests/security/sandboxed-iframe-origin-add.html.
        https://bugs.webkit.org/show_bug.cgi?id=97271

        * platform/win/Skipped:

2012-09-21  Chris Rogers  <crogers@google.com>

        Add Web Audio support for deprecated/legacy APIs
        https://bugs.webkit.org/show_bug.cgi?id=97050

        Reviewed by Eric Carlson.

        * webaudio/audiobuffersource-playbackrate.html:
        * webaudio/audiobuffersource.html:
        * webaudio/resources/note-grain-on-testing.js:
        (playGrain):
        * webaudio/resources/oscillator-testing.js:
        (generateExponentialOscillatorSweep):

2012-09-21  Roger Fong  <roger_fong@apple.com>

        Unreviewed. As in https://bugs.webkit.org/show_bug.cgi?id=92916, Windows specific results need to be added for various accessibility tests.

        * platform/win/accessibility/aria-toggle-button-with-title-expected.txt: Added.
        * platform/win/accessibility/canvas-fallback-content-2-expected.txt: Added.
        * platform/win/accessibility/img-fallsback-to-title-expected.txt: Added.
        * platform/win/accessibility/svg-image-expected.txt: Added.

2012-09-21  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Creating some Windows specific tests.
        http://trac.webkit.org/changeset/128652 changed results for these tests on Mac but Windows results should stay the same.

        * platform/win/fast/block/positioning: Added.
        * platform/win/fast/block/positioning/016-expected.txt: Added.
        * platform/win/fast/block/positioning/025-expected.txt: Added.
        * platform/win/fast/block/positioning/fixed-position-stacking-context-expected.txt: Added.

2012-09-21  Chris Fleizach  <cfleizach@apple.com>

        WebKit exposes incorrect bounds for embedded SVG in HTML
        https://bugs.webkit.org/show_bug.cgi?id=96168

        Reviewed by Eric Seidel.

        * accessibility/svg-bounds.html: Added.
        * platform/chromium/TestExpectations:
        * platform/mac/accessibility/svg-bounds-expected.txt: Added.

2012-09-21  Benjamin Poulain  <bpoulain@apple.com>

        [WK2] Add basic testing support for Geolocation
        https://bugs.webkit.org/show_bug.cgi?id=97278

        Reviewed by Kenneth Rohde Christiansen.

        * platform/wk2/Skipped: Unskip the passing tests.

2012-09-21  Joanmarie Diggs  <jdiggs@igalia.com>

        REGRESSION (r127882): accessibility/spinbutton-value.html failing on GTK
        https://bugs.webkit.org/show_bug.cgi?id=96196

        Reviewed by Martin Robinson.

        The "regression" is that a new test was added but the support was missing
        in the Gtk port for spin buttons.

        * platform/gtk/TestExpectations: Unskip the new test.
        * platform/gtk/accessibility/spinbutton-value-expected.txt: Added.

2012-09-21  Joanmarie Diggs  <jdiggs@igalia.com>

        [GTK] [Stable] Infinite recursion in WebCore::AXObjectCache::getOrCreate
        https://bugs.webkit.org/show_bug.cgi?id=96932

        Reviewed by Martin Robinson.

        Added a new test which replicates the recursion and crash.

        * platform/gtk/accessibility/remapped-aria-crash-expected.txt: Added.
        * platform/gtk/accessibility/remapped-aria-crash.html: Added.

2012-09-21  Gavin Barraclough  <barraclough@apple.com>

        Global Math object should be configurable but isn't
        https://bugs.webkit.org/show_bug.cgi?id=55343

        Reviewed by Oliver Hunt.

        Added test case.

        * fast/js/math-expected.txt:
        * fast/js/script-tests/math.js:
            - Added test case.

2012-09-21  Marcelo Lira  <marcelo.lira@openbossa.org>

        [Qt] REGRESSION: 5 tests started to fail with newer Qt5
        https://bugs.webkit.org/show_bug.cgi?id=90687

        Reviewed by Luiz Agostini.

        When sending null data via POST method in  XMLHttpRequest the
        expected Content-Type "application/x-www-form-urlencoded",
        instead of "application/octet-stream". In fact that was the previously
        expected value for Qt, but was changed to conform to Qt 4.8 results.

        The cookie test result was updated to follow RFC 6265 behavior, as
        already does chromium, gtk, and efl.

        * platform/qt-5.0/Skipped:
        * platform/qt/http/tests/cookies/double-quoted-value-with-semi-colon-expected.txt: Added.
        * platform/qt/http/tests/xmlhttprequest/methods-expected.txt:
        * platform/qt/http/tests/xmlhttprequest/workers/methods-async-expected.txt:
        * platform/qt/http/tests/xmlhttprequest/workers/methods-expected.txt:
        * platform/qt/http/tests/xmlhttprequest/workers/shared-worker-methods-async-expected.txt:

2012-09-21  Dan Bernstein  <mitz@apple.com>

        REGRESSION (r126763): Incorrect line breaking when both kerning and word spacing are enabled
        https://bugs.webkit.org/show_bug.cgi?id=97280

        Reviewed by Adele Peterson.

        * fast/text/word-space-with-kerning-2-expected.html: Added.
        * fast/text/word-space-with-kerning-2.html: Added.

2012-09-21  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>

        [EFL] Skip flaky tests to make the bots green
        https://bugs.webkit.org/show_bug.cgi?id=97340

        Unreviewed EFL gardening. Skip flaky tests
        in order to make the bots green.

        * platform/efl-wk1/TestExpectations:
        * platform/efl-wk2/TestExpectations:

2012-09-21  Zoltan Herczeg  <zherczeg@webkit.org>

        [Qt] Unreviewed gardening.

        Skip a test because layoutTestController.setBackingScaleFactor() is missing
        on Qt. This test timeouts at the moment, which considerably increase the testing time.

        * platform/qt/Skipped:

2012-09-21  Christophe Dumez  <christophe.dumez@intel.com>

        [WK2][WKTR] EventSender needs to implement scheduleAsynchronousClick
        https://bugs.webkit.org/show_bug.cgi?id=97326

        Reviewed by Kenneth Rohde Christiansen.

        Unskip fast/events/popup-blocking-click-in-iframe.html for
        WebKit2 now that WKTR's EventSender implements
        scheduleAsynchronousClick.

        * platform/efl-wk2/TestExpectations:
        * platform/gtk-wk2/TestExpectations:
        * platform/mac-wk2/Skipped:
        * platform/qt-5.0-wk2/Skipped:

2012-09-20  Andrey Kosyakov  <caseq@chromium.org>

        Web Inspector: [refactoring] simplify interface to FileOutputStream
        https://bugs.webkit.org/show_bug.cgi?id=97226

        Reviewed by Yury Semikhatsky.

        - adjust tests to new FileOutputStream interface;

        * inspector/profiler/heap-snapshot-loader.html:
        * inspector/timeline/timeline-load.html:
        * inspector/timeline/timeline-test.js:
        (initialize_Timeline.InspectorTest.FakeFileReader.prototype.start):
        (initialize_Timeline.InspectorTest.StringOutputStream):
        (initialize_Timeline.InspectorTest.StringOutputStream.prototype.write):
        (initialize_Timeline.InspectorTest.StringOutputStream.prototype.close):
        (initialize_Timeline):

2012-09-21  Alexandru Chiculita  <achicu@adobe.com>

        -webkit-clip-path is applied on elements that are not descendant of the container
        https://bugs.webkit.org/show_bug.cgi?id=97217

        Reviewed by Dirk Schulze.

        Added a test to check that the clip-path is removed from the GraphicsContext in the second paint call.
        clip-path-circle-relative-overflow had incorrect result before, so I've udpated the results on Mac
        and added test expectations for the others.

        * css3/masking/clip-path-restore-expected.html: Added.
        * css3/masking/clip-path-restore.html: Added.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/css3/masking/clip-path-circle-relative-overflow-expected.png:
        * platform/qt/TestExpectations:
        * platform/win/Skipped:

2012-09-21  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        WebKitTestRunner needs to print frame load delegate information
        https://bugs.webkit.org/show_bug.cgi?id=42705

        Reviewed by Kenneth Rohde Christiansen.

        Unskipped corresponding test cases from wk2/Skipped, put those which still fail to an appropriate
        group in wk2/Skipped.
        Moved couple of http/tests/loading tests from platform/efl-wk1/TestExpectations to
        platform/efl/TestExpectations as they actually fail for both WK1 EFL and WK2 EFL.

        * platform/efl-wk1/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/wk2/Skipped:

2012-09-21  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] EventSender should mimic CTRL+o emacs shortcut
        https://bugs.webkit.org/show_bug.cgi?id=97224

        Reviewed by Kenneth Rohde Christiansen.

        Rebaseline editing/input/emacs-ctrl-o.html test now
        that EFL's EventSender supports mimicking CTRL+o
        emacs keyboard shortcut and unskip the test for
        EFL WK2 now that the output matches the one for
        EFL WK1.

        * platform/efl-wk2/TestExpectations:
        * platform/efl/editing/input/emacs-ctrl-o-expected.png:
        * platform/efl/editing/input/emacs-ctrl-o-expected.txt:

2012-09-21  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>

        [EFL] Gardening of failing tests
        https://bugs.webkit.org/show_bug.cgi?id=97317

        Unreviewed EFL gardening.

        * platform/efl/TestExpectations:
        * platform/efl/fast/text/atsui-rtl-override-selection-expected.png:
        * platform/efl/fast/text/atsui-rtl-override-selection-expected.txt:

2012-09-21  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Move frame flattening tests to WK1 specific TestExpectations
        https://bugs.webkit.org/show_bug.cgi?id=97315

        Unreviewed EFL gardening.

        Generate baselines for frame flattening tests using WK2 since the tests
        are passing with it, and move the tests to WebKit1-specific
        TestExpectations.

        * platform/efl-wk1/TestExpectations:
        * platform/efl/Skipped:
        * platform/efl/fast/frames/flattening/frameset-flattening-advanced-expected.png: Added.
        * platform/efl/fast/frames/flattening/frameset-flattening-advanced-expected.txt: Added.
        * platform/efl/fast/frames/flattening/frameset-flattening-grid-expected.png: Added.
        * platform/efl/fast/frames/flattening/frameset-flattening-grid-expected.txt: Added.
        * platform/efl/fast/frames/flattening/frameset-flattening-simple-expected.png: Added.
        * platform/efl/fast/frames/flattening/frameset-flattening-simple-expected.txt: Added.
        * platform/efl/fast/frames/flattening/frameset-flattening-subframesets-expected.png: Added.
        * platform/efl/fast/frames/flattening/frameset-flattening-subframesets-expected.txt: Added.
        * platform/efl/fast/frames/flattening/iframe-flattening-fixed-height-expected.png: Added.
        * platform/efl/fast/frames/flattening/iframe-flattening-fixed-height-expected.txt: Added.
        * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.png: Added.
        * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.txt: Added.
        * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-expected.png: Added.
        * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-expected.txt: Added.
        * platform/efl/fast/frames/flattening/iframe-flattening-offscreen-expected.png: Added.
        * platform/efl/fast/frames/flattening/iframe-flattening-offscreen-expected.txt: Added.
        * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.png: Added.
        * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.txt: Added.
        * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-expected.png: Added.
        * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-expected.txt: Added.
        * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.png: Added.
        * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.txt: Added.
        * platform/efl/fast/frames/flattening/iframe-flattening-simple-expected.png: Added.
        * platform/efl/fast/frames/flattening/iframe-flattening-simple-expected.txt: Added.

2012-09-21  Yury Semikhatsky  <yurys@chromium.org>

        Unreviewed. Changed fast/text/international/hebrew-selection.html expectation
        from Failure to ImageOnlyFailure to match the actual results.

        * platform/chromium/TestExpectations:

2012-09-21  Yury Semikhatsky  <yurys@chromium.org>

        Unreviewed. Mark accessibility/loading-iframe-updates-axtree.html as crashing
        intermittently on Linux in addition to Win and Mac.

        * platform/chromium/TestExpectations:

2012-09-21  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Rebaselining MathML tests after r129146.

        * platform/gtk/mathml/presentation/attributes-expected.png:
        * platform/gtk/mathml/presentation/attributes-expected.txt:
        * platform/gtk/mathml/presentation/fenced-expected.png:
        * platform/gtk/mathml/presentation/fenced-expected.txt:
        * platform/gtk/mathml/presentation/fenced-mi-expected.png:
        * platform/gtk/mathml/presentation/fenced-mi-expected.txt:
        * platform/gtk/mathml/presentation/fractions-expected.png:
        * platform/gtk/mathml/presentation/fractions-expected.txt:
        * platform/gtk/mathml/presentation/fractions-vertical-alignment-expected.png:
        * platform/gtk/mathml/presentation/fractions-vertical-alignment-expected.txt:
        * platform/gtk/mathml/presentation/mo-expected.png:
        * platform/gtk/mathml/presentation/mo-expected.txt:
        * platform/gtk/mathml/presentation/mo-stretch-expected.png:
        * platform/gtk/mathml/presentation/mo-stretch-expected.txt:
        * platform/gtk/mathml/presentation/mroot-pref-width-expected.png:
        * platform/gtk/mathml/presentation/mroot-pref-width-expected.txt:
        * platform/gtk/mathml/presentation/over-expected.png:
        * platform/gtk/mathml/presentation/over-expected.txt:
        * platform/gtk/mathml/presentation/roots-expected.png:
        * platform/gtk/mathml/presentation/roots-expected.txt:
        * platform/gtk/mathml/presentation/row-alignment-expected.png:
        * platform/gtk/mathml/presentation/row-alignment-expected.txt:
        * platform/gtk/mathml/presentation/row-expected.png:
        * platform/gtk/mathml/presentation/row-expected.txt:
        * platform/gtk/mathml/presentation/style-expected.png:
        * platform/gtk/mathml/presentation/style-expected.txt:
        * platform/gtk/mathml/presentation/sub-expected.txt:
        * platform/gtk/mathml/presentation/subsup-expected.png:
        * platform/gtk/mathml/presentation/subsup-expected.txt:
        * platform/gtk/mathml/presentation/sup-expected.png:
        * platform/gtk/mathml/presentation/sup-expected.txt:
        * platform/gtk/mathml/presentation/tokenElements-expected.png:
        * platform/gtk/mathml/presentation/tokenElements-expected.txt:
        * platform/gtk/mathml/presentation/under-expected.txt:
        * platform/gtk/mathml/presentation/underover-expected.png:
        * platform/gtk/mathml/presentation/underover-expected.txt:
        * platform/gtk/mathml/xHeight-expected.png:
        * platform/gtk/mathml/xHeight-expected.txt:

2012-09-20  Kenichi Ishibashi  <bashi@chromium.org>

        [Chromium] Unreviewed test expectation update.

        * platform/chromium/TestExpectations: Assigned new bug entry for
        fast/text/international/hebrew-selection.html

2012-09-20  John Mellor  <johnme@chromium.org>

        Text Autosizing: Cluster text at flow roots, for consistency and to avoid autosizing headers/footers.
        https://bugs.webkit.org/show_bug.cgi?id=97025

        Reviewed by Julien Chaffraix.

        Added 6 tests (cluster*.html). Updated various other tests to have
        enough text so that they continue to pass, or that if they fail, it's
        for the reason that was being tested, not just because clustering
        decided they had insufficient text.

        * fast/text-autosizing/cluster-narrow-in-wide-expected.html: Added.
        * fast/text-autosizing/cluster-narrow-in-wide.html: Copied from LayoutTests/fast/text-autosizing/em-margin-border-padding.html.
        * fast/text-autosizing/cluster-wide-in-narrow-expected.html: Added.
        * fast/text-autosizing/cluster-wide-in-narrow.html: Added.
        * fast/text-autosizing/clusters-insufficient-text-expected.html: Added.
        * fast/text-autosizing/clusters-insufficient-text.html: Added.
        * fast/text-autosizing/clusters-insufficient-width-expected.html: Added.
        * fast/text-autosizing/clusters-insufficient-width.html: Added.
        * fast/text-autosizing/clusters-sufficient-text-except-in-root-expected.html: Added.
        * fast/text-autosizing/clusters-sufficient-text-except-in-root.html: Added.
        * fast/text-autosizing/clusters-sufficient-width-expected.html: Added.
        * fast/text-autosizing/clusters-sufficient-width.html: Added.
        * fast/text-autosizing/constrained-and-overflow-auto-ancestor-expected.html:
        * fast/text-autosizing/constrained-and-overflow-auto-ancestor.html:
        * fast/text-autosizing/constrained-and-overflow-hidden-ancestor-expected.html:
        * fast/text-autosizing/constrained-and-overflow-hidden-ancestor.html:
        * fast/text-autosizing/constrained-and-overflow-paged-x-ancestor-expected.html:
        * fast/text-autosizing/constrained-and-overflow-paged-x-ancestor.html:
        * fast/text-autosizing/constrained-and-overflow-scroll-ancestor-expected.html:
        * fast/text-autosizing/constrained-and-overflow-scroll-ancestor.html:
        * fast/text-autosizing/constrained-height-ancestor-expected.html:
        * fast/text-autosizing/constrained-height-ancestor.html:
        * fast/text-autosizing/constrained-maxheight-ancestor-expected.html:
        * fast/text-autosizing/constrained-maxheight-ancestor.html:
        * fast/text-autosizing/constrained-maxheight-expected.html:
        * fast/text-autosizing/constrained-maxheight.html:
        * fast/text-autosizing/constrained-percent-maxheight-expected.html:
        * fast/text-autosizing/constrained-percent-maxheight.html:
        * fast/text-autosizing/constrained-percent-of-viewport-maxheight-expected.html:
        * fast/text-autosizing/constrained-percent-of-viewport-maxheight.html:
        * fast/text-autosizing/constrained-then-overflow-ancestors-expected.html:
        * fast/text-autosizing/constrained-then-overflow-ancestors.html:
        * fast/text-autosizing/constrained-then-overflow-then-positioned-ancestors-expected.html:
        * fast/text-autosizing/constrained-then-overflow-then-positioned-ancestors.html:
        * fast/text-autosizing/constrained-then-position-absolute-ancestors-expected.html:
        * fast/text-autosizing/constrained-then-position-absolute-ancestors.html:
        * fast/text-autosizing/constrained-then-position-fixed-ancestors-expected.html:
        * fast/text-autosizing/constrained-then-position-fixed-ancestors.html:
        * fast/text-autosizing/constrained-within-overflow-ancestor-expected.html:
        * fast/text-autosizing/constrained-within-overflow-ancestor.html:
        * fast/text-autosizing/em-margin-border-padding-expected.html:
        * fast/text-autosizing/em-margin-border-padding.html:
        * fast/text-autosizing/narrow-child-expected.html:
        * fast/text-autosizing/narrow-child.html:
        * fast/text-autosizing/wide-child-expected.html:
        * fast/text-autosizing/wide-child.html:
        * fast/text-autosizing/wide-iframe-expected.html:
        * fast/text-autosizing/wide-iframe.html:

2012-09-20  Yury Semikhatsky  <yurys@chromium.org>

        Unreviewed. Mark fast/text/international/hebrew-selection.html as failing
        on Windows in addition to Linux. The test was introduced in r129175 and
        marked as failing on Linux from the very beginning.

        * platform/chromium/TestExpectations:

2012-09-20  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Several MathML tests need rebaseline after r129146
        https://bugs.webkit.org/show_bug.cgi?id=97293

        Unreviewed EFL gardening.

        Rebaseline several MathML tests due to r129146.

        * platform/efl/mathml/presentation/attributes-expected.png:
        * platform/efl/mathml/presentation/attributes-expected.txt:
        * platform/efl/mathml/presentation/fenced-expected.png:
        * platform/efl/mathml/presentation/fenced-expected.txt:
        * platform/efl/mathml/presentation/fenced-mi-expected.png:
        * platform/efl/mathml/presentation/fenced-mi-expected.txt:
        * platform/efl/mathml/presentation/fractions-expected.png:
        * platform/efl/mathml/presentation/fractions-expected.txt:
        * platform/efl/mathml/presentation/fractions-vertical-alignment-expected.png:
        * platform/efl/mathml/presentation/fractions-vertical-alignment-expected.txt:
        * platform/efl/mathml/presentation/mo-stretch-expected.png:
        * platform/efl/mathml/presentation/mo-stretch-expected.txt:
        * platform/efl/mathml/presentation/mroot-pref-width-expected.png:
        * platform/efl/mathml/presentation/mroot-pref-width-expected.txt:
        * platform/efl/mathml/presentation/roots-expected.png:
        * platform/efl/mathml/presentation/roots-expected.txt:
        * platform/efl/mathml/presentation/row-alignment-expected.png:
        * platform/efl/mathml/presentation/row-alignment-expected.txt:
        * platform/efl/mathml/presentation/style-expected.png:
        * platform/efl/mathml/presentation/style-expected.txt:
        * platform/efl/mathml/presentation/sub-expected.png:
        * platform/efl/mathml/presentation/sub-expected.txt:
        * platform/efl/mathml/presentation/subsup-expected.png:
        * platform/efl/mathml/presentation/subsup-expected.txt:
        * platform/efl/mathml/presentation/sup-expected.png:
        * platform/efl/mathml/presentation/sup-expected.txt:
        * platform/efl/mathml/presentation/tokenElements-expected.png:
        * platform/efl/mathml/presentation/tokenElements-expected.txt:
        * platform/efl/mathml/presentation/under-expected.png:
        * platform/efl/mathml/presentation/under-expected.txt:
        * platform/efl/mathml/presentation/underover-expected.png:
        * platform/efl/mathml/presentation/underover-expected.txt:
        * platform/efl/mathml/xHeight-expected.png:
        * platform/efl/mathml/xHeight-expected.txt:

2012-09-20  Yury Semikhatsky  <yurys@chromium.org>

        Unreviewed. Provided Chromium-specific test expectations after r129176.

        * platform/chromium-mac-snowleopard/fast/text/emphasis-expected.png:
        * platform/chromium-mac-snowleopard/fast/writing-mode/text-orientation-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/writing-mode/text-orientation-basic-expected.txt:
        * platform/chromium-mac/fast/text/emphasis-expected.png:
        * platform/chromium-mac/fast/writing-mode/text-orientation-basic-expected.png:
        * platform/chromium-mac/fast/writing-mode/text-orientation-basic-expected.txt:

2012-09-20  Luke Macpherson   <macpherson@chromium.org>

        Fix bug when using a variable to specify a -webkit-filter.
        https://bugs.webkit.org/show_bug.cgi?id=97153

        Reviewed by Abhishek Arya.

        Use a variable in a -webkit-filter css property.

        * fast/css/variables/var-filter-expected.txt: Added.
        * fast/css/variables/var-filter.html: Added.

2012-09-20  Noel Gordon  <noel.gordon@gmail.com>

        Unreviewed test expectations edit.

        * platform/mac/TestExpectations: Expectations format change. 

2012-09-20  Dan Bernstein  <mitz@apple.com>

        Updated Lion-specific results after r129176.

        * platform/mac-lion/fast/writing-mode/text-orientation-basic-expected.txt:

2012-09-20  Kent Tamura  <tkent@chromium.org>

        [Win] Update test expectation
        https://bugs.webkit.org/show_bug.cgi?id=97274

        * platform/win/Skipped:
        Add fast/forms/number/number-spinbutton-click-in-iframe.html because
        Apple Win port doesn't have spin button in testing.

2012-09-20  Dan Bernstein  <mitz@apple.com>

        Kerning never occurs between a space and the following glyph
        https://bugs.webkit.org/show_bug.cgi?id=97269

        Reviewed by Tim Horton.

        * platform/mac/fast/text/emphasis-expected.png:
        * platform/mac/fast/text/emphasis-expected.txt:
        * platform/mac/fast/text/sticky-typesetting-features-expected.png:
        * platform/mac/fast/text/sticky-typesetting-features-expected.txt:
        * platform/mac/fast/text/thai-combining-mark-positioning-expected.png:
        * platform/mac/fast/text/thai-combining-mark-positioning-expected.txt:
        * platform/mac/fast/writing-mode/text-orientation-basic-expected.png:
        * platform/mac/fast/writing-mode/text-orientation-basic-expected.txt:

2012-09-20  Kenichi Ishibashi  <bashi@chromium.org>

        [Chromium] Improve glyph selection of HarfBuzzShaper
        https://bugs.webkit.org/show_bug.cgi?id=97164

        Reviewed by Tony Chang.

        Added a test for complex text selection.

        * fast/text/international/hebrew-selection-expected.html: Added.
        * fast/text/international/hebrew-selection.html: Added.

2012-09-20  Dirk Pranke  <dpranke@chromium.org>

        make Skip, WontFix be the only expectations on a line
        https://bugs.webkit.org/show_bug.cgi?id=97225

        Unreviewed, expectations change.

        This change updates all of the expectations files, but doesn't
        actually change the code to issue warnings in this case (that
        will come in a subsequent patch).

        * platform/chromium-android/TestExpectations:
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk-wk2/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt-4.8/TestExpectations:
        * platform/qt-arm/TestExpectations:
        * platform/qt-mac/TestExpectations:
        * platform/qt/TestExpectations:

2012-09-20  Marcelo Lira  <marcelo.lira@openbossa.org>

        [Qt] Remove entries for deleted tests from Skipped list
        https://bugs.webkit.org/show_bug.cgi?id=97213

        Reviewed by Simon Hausmann.

        * platform/qt/Skipped:

2012-09-20  Mike West  <mkwst@chromium.org>

        CSP reports should send an empty "blocked-uri" rather than nothing.
        https://bugs.webkit.org/show_bug.cgi?id=97256

        Reviewed by Adam Barth.

        * http/tests/security/contentSecurityPolicy/report-and-enforce-expected.txt:
        * http/tests/security/contentSecurityPolicy/report-only-expected.txt:
        * http/tests/security/contentSecurityPolicy/report-only-from-header-expected.txt:
        * http/tests/security/contentSecurityPolicy/report-uri-expected.txt:
        * http/tests/security/contentSecurityPolicy/report-uri-from-child-frame-expected.txt:
            Updating test expectations to include an explicitly empty
            "blocked-uri" as opposed to leaving it off entirely.

2012-09-20  Simon Fraser  <simon.fraser@apple.com>

        media/track/track-cue-rendering-inner-timestamps.html times out.
        https://bugs.webkit.org/show_bug.cgi?id=97259

        * platform/mac/TestExpectations:

2012-09-20  Simon Fraser  <simon.fraser@apple.com>

        Mark plugins/netscape-dom-access-and-reload.html as flakey
        https://bugs.webkit.org/show_bug.cgi?id=82752

        * platform/mac/TestExpectations:

2012-09-20  Ryosuke Niwa  <rniwa@webkit.org>

        run-perf-tests should record individual value instead of statistics
        https://bugs.webkit.org/show_bug.cgi?id=97155

        Reviewed by Hajime Morita.

        The expected result now contains individual value.

        * fast/harness/perftests/runs-per-second-log-expected.txt:

2012-09-20  Geoffrey Garen  <ggaren@apple.com>

        Refactored the interpreter and JIT so they don't dictate closure layout
        https://bugs.webkit.org/show_bug.cgi?id=97221

        Reviewed by Oliver Hunt.

        * fast/js/dfg-arguments-alias-activation-expected.txt: Added.
        * fast/js/dfg-arguments-alias-activation.html: Added.

2012-09-20  Tony Chang  <tony@chromium.org>

        Implement absolutely positioned flex items
        https://bugs.webkit.org/show_bug.cgi?id=93798

        Reviewed by Ojan Vafai.

        Fix position of absolute flex items and add some additional tests.

        * css3/flexbox/align-absolute-child-expected.txt:
        * css3/flexbox/align-absolute-child.html: New test cases and update expectations.
        * css3/flexbox/position-absolute-child.html: Update expectations.
        * css3/flexbox/position-absolute-children-expected.txt: Added.
        * css3/flexbox/position-absolute-children.html: Added. Tests having only absolutely positioned children.

2012-09-20  Ojan Vafai  <ojan@chromium.org>

        Remove now passing test.
        * platform/chromium/TestExpectations:

2012-09-20  Simon Fraser  <simon.fraser@apple.com>

        Marking http/tests/media/video-referer.html as flakey in TestExpectations
        https://bugs.webkit.org/show_bug.cgi?id=34331

        * platform/mac/TestExpectations:

2012-09-20  Mike West  <mkwst@chromium.org>

        CSP reports should send an empty 'referrer' rather than nothing.
        https://bugs.webkit.org/show_bug.cgi?id=97233

        Reviewed by Adam Barth.

        * http/tests/security/contentSecurityPolicy/report-and-enforce-expected.txt:
        * http/tests/security/contentSecurityPolicy/report-blocked-uri-cross-origin-expected.txt:
        * http/tests/security/contentSecurityPolicy/report-blocked-uri-expected.txt:
        * http/tests/security/contentSecurityPolicy/report-only-expected.txt:
        * http/tests/security/contentSecurityPolicy/report-only-from-header-expected.txt:
        * http/tests/security/contentSecurityPolicy/report-uri-expected.txt:
            Adding the empty 'referrer' attribute to the expectations.

2012-09-20  Simon Fraser  <simon.fraser@apple.com>

        Add WK2-specific result for this frame-flattening test (seems to be a scrollbars difference).
        Tracked by https://bugs.webkit.org/show_bug.cgi?id=97240.

        * platform/mac-wk2/fast/frames/flattening/frameset-flattening-simple-expected.txt: Added.

2012-09-20  David Barton  <dbarton@mathscribe.com>

        [MathML] Increase visual space around fraction parts, italic variables, and operators
        https://bugs.webkit.org/show_bug.cgi?id=97228

        Reviewed by Eric Seidel.

        * platform/mac/mathml/presentation/attributes-expected.png:
        * platform/mac/mathml/presentation/attributes-expected.txt:
        * platform/mac/mathml/presentation/fenced-expected.png:
        * platform/mac/mathml/presentation/fenced-expected.txt:
        * platform/mac/mathml/presentation/fenced-mi-expected.png:
        * platform/mac/mathml/presentation/fenced-mi-expected.txt:
        * platform/mac/mathml/presentation/fractions-expected.png:
        * platform/mac/mathml/presentation/fractions-expected.txt:
        * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.png:
        * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.txt:
        * platform/mac/mathml/presentation/mo-expected.png:
        * platform/mac/mathml/presentation/mo-expected.txt:
        * platform/mac/mathml/presentation/mo-stretch-expected.png:
        * platform/mac/mathml/presentation/mo-stretch-expected.txt:
        * platform/mac/mathml/presentation/mroot-pref-width-expected.png:
        * platform/mac/mathml/presentation/mroot-pref-width-expected.txt:
        * platform/mac/mathml/presentation/over-expected.png:
        * platform/mac/mathml/presentation/over-expected.txt:
        * platform/mac/mathml/presentation/roots-expected.png:
        * platform/mac/mathml/presentation/roots-expected.txt:
        * platform/mac/mathml/presentation/row-alignment-expected.png:
        * platform/mac/mathml/presentation/row-alignment-expected.txt:
        * platform/mac/mathml/presentation/row-expected.png:
        * platform/mac/mathml/presentation/row-expected.txt:
        * platform/mac/mathml/presentation/style-expected.png:
        * platform/mac/mathml/presentation/style-expected.txt:
        * platform/mac/mathml/presentation/sub-expected.txt:
        * platform/mac/mathml/presentation/subsup-expected.png:
        * platform/mac/mathml/presentation/subsup-expected.txt:
        * platform/mac/mathml/presentation/sup-expected.png:
        * platform/mac/mathml/presentation/sup-expected.txt:
        * platform/mac/mathml/presentation/tokenElements-expected.png:
        * platform/mac/mathml/presentation/tokenElements-expected.txt:
        * platform/mac/mathml/presentation/under-expected.txt:
        * platform/mac/mathml/presentation/underover-expected.png:
        * platform/mac/mathml/presentation/underover-expected.txt:
        * platform/mac/mathml/xHeight-expected.png:
        * platform/mac/mathml/xHeight-expected.txt:

2012-09-20  Mike West  <mkwst@chromium.org>

        Support paths in Content Security Policy directives.
        https://bugs.webkit.org/show_bug.cgi?id=89750

        Reviewed by Adam Barth.

        * http/tests/security/contentSecurityPolicy/source-list-parsing-05-expected.txt:
        * http/tests/security/contentSecurityPolicy/source-list-parsing-05.html:
        * http/tests/security/contentSecurityPolicy/source-list-parsing-06-expected.txt:
        * http/tests/security/contentSecurityPolicy/source-list-parsing-06.html:
            The behavior of these tests changes based on the new functionality.
        * http/tests/security/contentSecurityPolicy/source-list-parsing-paths-01-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/source-list-parsing-paths-01.html: Added.
        * http/tests/security/contentSecurityPolicy/source-list-parsing-paths-02-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/source-list-parsing-paths-02.html: Added.
            New tests for various path cases.

2012-09-20  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: Rewrite confusing call sequence layout tests
        https://bugs.webkit.org/show_bug.cgi?id=97051

        Reviewed by Tony Chang.

        Rewrite some convoluted and hard to understand/maintain tests in a more idiomatic fashion.
        This patch maintains the bulk of the non-standard output to verify that the tests have not
        changed in behavior; follow-ups will make the output more standard and split the tests
        into separate files.

        * storage/indexeddb/factory-deletedatabase-interactions-expected.txt:
        * storage/indexeddb/open-close-version-expected.txt:
        * storage/indexeddb/resources/factory-deletedatabase-interactions.js:
        * storage/indexeddb/resources/open-close-version.js:

2012-09-20  Joanmarie Diggs  <jdiggs@igalia.com>

        [GTK] ControlsPanel string is not localized in LocalizedStringsGtk
        https://bugs.webkit.org/show_bug.cgi?id=96502

        Reviewed by Chris Fleizach.

        Added a new test to verify that the accessible object associated with the
        MediaControlsPanel has the expected accessible name.

        * platform/gtk/accessibility/media-controls-panel-title-expected.txt: Added.
        * platform/gtk/accessibility/media-controls-panel-title.html: Added.

2012-09-17  Jon Lee  <jonlee@apple.com>

        Safari 6 notifications' onclick handlers can't call window.open()
        https://bugs.webkit.org/show_bug.cgi?id=96959
        <rdar://problem/12132427>

        Reviewed by Darin Adler.

        The test shows and clicks a platform notification. The onclick handler calls window.open(),
        which in turn calls a function on the main page to confirm that a window was opened.

        * http/tests/notifications/legacy/window-show-on-click-expected.txt: Added.
        * http/tests/notifications/legacy/window-show-on-click.html: Added.
        * http/tests/notifications/resources/window-show-on-click.html: Added.
        * http/tests/notifications/window-show-on-click-expected.txt: Added.
        * http/tests/notifications/window-show-on-click.html: Added.

2012-09-20  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening. Unskip fast/exclusions tests, because they pass now.

        * platform/qt/Skipped:

2012-09-20  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt][WK2] Unreviwed gardening. Skip test failing with timeout.
        https://bugs.webkit.org/show_bug.cgi?id=96397

        * platform/qt-5.0-wk2/Skipped: skip fast/spatial-navigation/snav-media-elements.html.

2012-09-20  Ryuan Choi  <ryuan.choi@samsung.com>

        [EFL] Rebase and move compositing/geometry/fixed-position.html
        https://bugs.webkit.org/show_bug.cgi?id=97207

        Unreviewed EFL gardening.

        Rebase and move fixed-position.html to efl-wk1 TestExpectations
        since it does not fail on the WebKit2 bots with rebased.

        * platform/efl-wk1/TestExpectations:
        * platform/efl/Skipped:
        * platform/efl/compositing/geometry/fixed-position-expected.png: Added.
        * platform/efl/compositing/geometry/fixed-position-expected.txt: Rebased.

2012-09-20  Mike West  <mkwst@google.com>

        [chromium] Skip tests that will be broken by an upcoming V8 roll.
        https://bugs.webkit.org/show_bug.cgi?id=97206

        Unreviewed preemptive gardening.

        These three tests will be broken by an upcoming V8 roll. I plan on
        rebaselining them along with webkit.org/b/94332.

        * platform/chromium/TestExpectations:

2012-09-20  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Enable CSS regions by default
        https://bugs.webkit.org/show_bug.cgi?id=97196

        Add Qt specific expected results for non-reftests,
        results are compared to Mac results manually.

        Reviewed by Dirk Schulze.

        * platform/qt/Skipped: Unskip passing fast/regions tests, skip 3 failing reftest.
        * platform/qt/fast/regions/autoheight-regions-mark-expected.png: Added.
        * platform/qt/fast/regions/autoheight-regions-mark-expected.txt: Added.
        * platform/qt/fast/regions/bottom-overflow-out-of-first-region-expected.png: Added.
        * platform/qt/fast/regions/bottom-overflow-out-of-first-region-expected.txt: Added.
        * platform/qt/fast/regions/flow-content-basic-expected.png: Added.
        * platform/qt/fast/regions/flow-content-basic-expected.txt: Added.
        * platform/qt/fast/regions/flow-content-basic-vertical-expected.png: Added.
        * platform/qt/fast/regions/flow-content-basic-vertical-expected.txt: Added.
        * platform/qt/fast/regions/flow-content-basic-vertical-rl-expected.png: Added.
        * platform/qt/fast/regions/flow-content-basic-vertical-rl-expected.txt: Added.
        * platform/qt/fast/regions/flows-dependency-dynamic-remove-expected.png: Added.
        * platform/qt/fast/regions/flows-dependency-dynamic-remove-expected.txt: Added.
        * platform/qt/fast/regions/flows-dependency-same-flow-expected.png: Added.
        * platform/qt/fast/regions/flows-dependency-same-flow-expected.txt: Added.
        * platform/qt/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.png: Added.
        * platform/qt/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt: Added.
        * platform/qt/fast/regions/overflow-in-uniform-regions-dynamic-expected.png: Added.
        * platform/qt/fast/regions/overflow-in-uniform-regions-dynamic-expected.txt: Added.
        * platform/qt/fast/regions/overflow-in-variable-width-regions-expected.png: Added.
        * platform/qt/fast/regions/overflow-in-variable-width-regions-expected.txt: Added.
        * platform/qt/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png: Added.
        * platform/qt/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt: Added.
        * platform/qt/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.png: Added.
        * platform/qt/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.txt: Added.
        * platform/qt/fast/regions/overflow-rtl-in-variable-width-regions-expected.png: Added.
        * platform/qt/fast/regions/overflow-rtl-in-variable-width-regions-expected.txt: Added.
        * platform/qt/fast/regions/overflow-size-change-in-variable-width-regions-expected.png: Added.
        * platform/qt/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt: Added.
        * platform/qt/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.png: Added.
        * platform/qt/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.txt: Added.
        * platform/qt/fast/regions/percentage-margins-mixed-ltr-dominant-regions-expected.png: Added.
        * platform/qt/fast/regions/percentage-margins-mixed-ltr-dominant-regions-expected.txt: Added.
        * platform/qt/fast/regions/percentage-margins-mixed-rtl-dominant-regions-expected.png: Added.
        * platform/qt/fast/regions/percentage-margins-mixed-rtl-dominant-regions-expected.txt: Added.
        * platform/qt/fast/regions/percentage-margins-rtl-variable-width-regions-expected.png: Added.
        * platform/qt/fast/regions/percentage-margins-rtl-variable-width-regions-expected.txt: Added.
        * platform/qt/fast/regions/percentage-margins-variable-width-regions-expected.png: Added.
        * platform/qt/fast/regions/percentage-margins-variable-width-regions-expected.txt: Added.
        * platform/qt/fast/regions/region-overflow-auto-overflow-hidden-expected.png: Added.
        * platform/qt/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Added.
        * platform/qt/fast/regions/region-overflow-auto-overflow-visible-expected.png: Added.
        * platform/qt/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Added.
        * platform/qt/fast/regions/region-style-block-background-color-expected.png: Added.
        * platform/qt/fast/regions/region-style-block-background-color-expected.txt: Added.
        * platform/qt/fast/regions/region-style-block-background-color2-expected.png: Added.
        * platform/qt/fast/regions/region-style-block-background-color2-expected.txt: Added.
        * platform/qt/fast/regions/text-region-split-small-pagination-expected.png: Added.
        * platform/qt/fast/regions/text-region-split-small-pagination-expected.txt: Added.
        * platform/qt/fast/regions/top-overflow-out-of-second-region-expected.png: Added.
        * platform/qt/fast/regions/top-overflow-out-of-second-region-expected.txt: Added.
        * platform/qt/fast/regions/webkit-flow-double-pagination-float-push-expected.png: Added.
        * platform/qt/fast/regions/webkit-flow-double-pagination-float-push-expected.txt: Added.
        * platform/qt/fast/regions/webkit-flow-float-pushed-to-last-region-expected.png: Added.
        * platform/qt/fast/regions/webkit-flow-float-pushed-to-last-region-expected.txt: Added.
        * platform/qt/fast/regions/webkit-flow-float-unable-to-push-expected.png: Added.
        * platform/qt/fast/regions/webkit-flow-float-unable-to-push-expected.txt: Added.
        * platform/qt/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.png: Added.
        * platform/qt/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.txt: Added.
        * platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.png: Added.
        * platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt: Added.
        * platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.png: Added.
        * platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.txt: Added.
        * platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Added.
        * platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt: Added.

2012-09-20  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r129091.
        http://trac.webkit.org/changeset/129091
        https://bugs.webkit.org/show_bug.cgi?id=97205

        It broke perf tests everywhere (Requested by Ossy on #webkit).

        * fast/harness/perftests/runs-per-second-log-expected.txt:

2012-09-20  Andrey Adaikin  <aandrey@chromium.org>

        Web Inspector: setPropertyValue does not work for non-finite numbers
        https://bugs.webkit.org/show_bug.cgi?id=97016

        Reviewed by Vsevolod Vlasov.

        Expands the test with non-finite numbers case.

        * inspector/runtime/runtime-setPropertyValue-expected.txt:
        * inspector/runtime/runtime-setPropertyValue.html:

2012-09-20  Marcelo Lira  <marcelo.lira@openbossa.org>

        [Qt] [WK1] Spaces missing in output of fast/forms/mailto/advanced-{get,put}.html
        https://bugs.webkit.org/show_bug.cgi?id=92551

        Reviewed by Adam Barth.

        The problem here is that the text input boxes are rendered differently
        in chromium and qt/gtk/efl, causing the text dump to also differ.

        There are 4 adjacent input boxes in a page 800 pixel wide, the width
        of these inputs is unspecified, as it should since this is unrelated
        to purpose of the test, and left for the port to decide. Chromium puts
        the four in the same line, qt/gtk/efl breaks the line before the fourth
        input, causing an extra space to appear in the text dump.

        The test was corrected by defining a fixed width for the input
        elements, ensuring the text dumps will be identical in all platforms,
        eliminating the need for special expected files.

        * fast/forms/mailto/advanced-get.html:
        * fast/forms/mailto/advanced-put.html:
        * platform/efl/fast/forms/mailto/advanced-get-expected.txt: Removed.
        * platform/efl/fast/forms/mailto/advanced-put-expected.txt: Removed.
        * platform/gtk/fast/forms/mailto/advanced-get-expected.txt: Removed.
        * platform/gtk/fast/forms/mailto/advanced-put-expected.txt: Removed.
        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0-wk2/fast/forms/mailto/advanced-get-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/mailto/advanced-put-expected.txt: Removed.
        * platform/qt-mac/Skipped:

2012-09-20  Otto Derek Cheung  <otcheung@rim.com>

        Web Inspector: Cookie info in Network Resources Cookies tab are incorrect
        https://bugs.webkit.org/show_bug.cgi?id=95491

        Reviewed by Vsevolod Vlasov.

        Changed test expectation. If a cookie has an expired value, session should
        return false.

        * inspector/cookie-parser-expected.txt:

2012-09-20  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [EFL][WK2] Unskip fast/frames/flattening/iframe-tiny.html
        https://bugs.webkit.org/show_bug.cgi?id=97191

        Unreviewed gardening.

        Test fast/frames/flattening/iframe-tiny.html shall be unskipped as it was fixed in r129046.

        * platform/efl-wk2/TestExpectations:

2012-09-20  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding failure expectations for tests added in r129068 and r129106.

        Removing flaky crasher expectations for tests that were fixed in
        r129065.

        * platform/gtk/TestExpectations:

2012-09-20  Michał Pakuła vel Rutka  <m.pakula@samsung.com>

        [EFL][DRT]DumpRenderTree needs to reset focus state when test starts.
        https://bugs.webkit.org/show_bug.cgi?id=97087

        Reviewed by Gyuyoung Kim.

        Remove two flaky tests from TestExpectations as they pass after setting focus
        on settings reset.

        * platform/efl-wk1/TestExpectations:

2012-09-20  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [EFL] Rebaseline after r129074
        https://bugs.webkit.org/show_bug.cgi?id=97181

        Unreviewed rebaseline.

        Following tests are rebased after r129074
        svg/W3C-I18N/text-dirRTL-ubNone.svg
        svg/W3C-I18N/tspan-direction-rtl.svg

        * platform/efl/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-direction-rtl-expected.txt:

2012-09-20  Keishi Hattori  <keishi@webkit.org>

        REGRESSION(r127727): Can't navigate between months with arrow keys in calendar picker
        https://bugs.webkit.org/show_bug.cgi?id=97166

        Reviewed by Kent Tamura.

        * fast/forms/date/calendar-picker-key-operations-expected.txt: Added.
        * fast/forms/date/calendar-picker-key-operations.html: Added.

2012-09-20  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [EFL] Rebaseline after r129050
        https://bugs.webkit.org/show_bug.cgi?id=97180

        Unreviewed rebaseline.

        Rebase of following tests after r129050
        fast/text/atsui-multiple-renderers.html
        fast/text/atsui-spacing-features.html
        fast/text/wide-zero-width-space.html

        * platform/efl/fast/text/atsui-multiple-renderers-expected.txt:
        * platform/efl/fast/text/atsui-spacing-features-expected.txt:
        * platform/efl/fast/text/wide-zero-width-space-expected.txt:

2012-09-20  Allan Sandfeld Jensen  <allan.jensen@nokia.com>

        [Qt][WK2] fast/spatial-navigation/snav-media-elements.html timeouts
        https://bugs.webkit.org/show_bug.cgi?id=96397

        Reviewed by Antonio Gomes.

        Use the js-test-post.js as intended to protect against race-conditions.

        * fast/spatial-navigation/snav-media-elements.html:
        * platform/qt-5.0-wk2/Skipped:

2012-09-20  Allan Sandfeld Jensen  <allan.jensen@digia.com>

        [Qt] Add eventSender.gestureTap
        https://bugs.webkit.org/show_bug.cgi?id=66173

        Reviewed by Kenneth Rohde Christiansen.

        Change test to only being skipped in Qt WebKit2.

        * platform/qt-5.0-wk2/Skipped:
        * platform/qt/Skipped:

2012-09-20  Yury Semikhatsky  <yurys@chromium.org>

        Unreviewed. Mark http/tests/css/link-css-disabled-value-with-slow-loading-sheet.html
        as flaky.

        * platform/chromium/TestExpectations:

2012-09-19  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Unskip JS tests that are no longer crashing after r129065
        https://bugs.webkit.org/show_bug.cgi?id=97174

        Unreviewed EFL gardening.

        Unskip several JS tests that are no longer crashing now that
        the fix has landed.

        * platform/efl/TestExpectations:

2012-09-19  Noel Gordon  <noel.gordon@gmail.com>

        Unreviewed test expectations update.

        * platform/mac/TestExpectations: Change bug number reference.

2012-09-19  Ryosuke Niwa  <rniwa@webkit.org>

        run-perf-tests should record indivisual value instead of statistics
        https://bugs.webkit.org/show_bug.cgi?id=97155

        Reviewed by Hajime Morita.

        The expected result now contains indivisual value.

        * fast/harness/perftests/runs-per-second-log-expected.txt:

2012-09-19  David Grogan  <dgrogan@chromium.org>

        IndexedDB: Print console warning about setVersion
        https://bugs.webkit.org/show_bug.cgi?id=96575

        Reviewed by Tony Chang.

        * http/tests/inspector/indexeddb/database-data-expected.txt:
        * http/tests/inspector/indexeddb/database-structure-expected.txt:
        * http/tests/inspector/indexeddb/resources-panel-expected.txt:
        * storage/indexeddb/create-and-remove-object-store-expected.txt:
        * storage/indexeddb/create-object-store-options-expected.txt:
        * storage/indexeddb/createObjectStore-name-argument-required-expected.txt:
        * storage/indexeddb/createObjectStore-null-name-expected.txt:
        * storage/indexeddb/cursor-added-bug-expected.txt:
        * storage/indexeddb/cursor-advance-expected.txt:
        * storage/indexeddb/cursor-continue-dir-expected.txt:
        * storage/indexeddb/cursor-continue-expected.txt:
        * storage/indexeddb/cursor-continue-validity-expected.txt:
        * storage/indexeddb/cursor-delete-expected.txt:
        * storage/indexeddb/cursor-inconsistency-expected.txt:
        * storage/indexeddb/cursor-index-delete-expected.txt:
        * storage/indexeddb/cursor-key-order-expected.txt:
        * storage/indexeddb/cursor-overloads-expected.txt:
        * storage/indexeddb/cursor-prev-no-duplicate-expected.txt:
        * storage/indexeddb/cursor-primary-key-order-expected.txt:
        * storage/indexeddb/cursor-reverse-bug-expected.txt:
        * storage/indexeddb/cursor-skip-deleted-expected.txt:
        * storage/indexeddb/cursor-update-expected.txt:
        * storage/indexeddb/cursor-update-value-argument-required-expected.txt:
        * storage/indexeddb/cursor-value-expected.txt:
        * storage/indexeddb/data-corruption-expected.txt:
        * storage/indexeddb/database-basics-expected.txt:
        * storage/indexeddb/database-close-expected.txt:
        * storage/indexeddb/database-closepending-flag-expected.txt:
        * storage/indexeddb/database-deletepending-flag-expected.txt:
        * storage/indexeddb/delete-closed-database-object-expected.txt:
        * storage/indexeddb/delete-range-expected.txt:
        * storage/indexeddb/deleteIndex-expected.txt:
        * storage/indexeddb/deleteObjectStore-name-argument-required-expected.txt:
        * storage/indexeddb/deleteObjectStore-null-name-expected.txt:
        * storage/indexeddb/deleted-objects-expected.txt:
        * storage/indexeddb/deletedatabase-transaction-expected.txt:
        * storage/indexeddb/duplicates-expected.txt:
        * storage/indexeddb/error-causes-abort-by-default-expected.txt:
        * storage/indexeddb/exception-in-event-aborts-expected.txt:
        * storage/indexeddb/exceptions-expected.txt:
        * storage/indexeddb/factory-deletedatabase-expected.txt:
        * storage/indexeddb/factory-deletedatabase-interactions-expected.txt:
        * storage/indexeddb/get-keyrange-expected.txt:
        * storage/indexeddb/index-basics-expected.txt:
        * storage/indexeddb/index-basics-workers-expected.txt:
        * storage/indexeddb/index-count-expected.txt:
        * storage/indexeddb/index-cursor-expected.txt:
        * storage/indexeddb/index-duplicate-keypaths-expected.txt:
        * storage/indexeddb/index-get-key-argument-required-expected.txt:
        * storage/indexeddb/index-multientry-expected.txt:
        * storage/indexeddb/index-population-expected.txt:
        * storage/indexeddb/index-unique-expected.txt:
        * storage/indexeddb/intversion-and-setversion-expected.txt:
        * storage/indexeddb/intversion-invalid-setversion-has-no-side-effects-expected.txt:
        * storage/indexeddb/intversion-long-queue-expected.txt:
        * storage/indexeddb/invalid-keys-expected.txt:
        * storage/indexeddb/key-generator-expected.txt:
        * storage/indexeddb/key-sort-order-across-types-expected.txt:
        * storage/indexeddb/key-sort-order-date-expected.txt:
        * storage/indexeddb/key-type-array-expected.txt:
        * storage/indexeddb/key-type-infinity-expected.txt:
        * storage/indexeddb/keypath-arrays-expected.txt:
        * storage/indexeddb/keypath-basics-expected.txt:
        * storage/indexeddb/keypath-edges-expected.txt:
        * storage/indexeddb/keypath-fetch-key-expected.txt:
        * storage/indexeddb/keypath-intrinsic-properties-expected.txt:
        * storage/indexeddb/lazy-index-population-expected.txt:
        * storage/indexeddb/legacy-constants-expected.txt:
        * storage/indexeddb/list-ordering-expected.txt:
        * storage/indexeddb/metadata-expected.txt:
        * storage/indexeddb/mozilla/add-twice-failure-expected.txt:
        * storage/indexeddb/mozilla/autoincrement-indexes-expected.txt:
        * storage/indexeddb/mozilla/bad-keypath-expected.txt:
        * storage/indexeddb/mozilla/clear-expected.txt:
        * storage/indexeddb/mozilla/create-index-unique-expected.txt:
        * storage/indexeddb/mozilla/create-index-with-integer-keys-expected.txt:
        * storage/indexeddb/mozilla/create-objectstore-basics-expected.txt:
        * storage/indexeddb/mozilla/create-objectstore-null-name-expected.txt:
        * storage/indexeddb/mozilla/cursor-mutation-expected.txt:
        * storage/indexeddb/mozilla/cursor-mutation-objectstore-only-expected.txt:
        * storage/indexeddb/mozilla/cursor-update-updates-indexes-expected.txt:
        * storage/indexeddb/mozilla/cursors-expected.txt:
        * storage/indexeddb/mozilla/delete-result-expected.txt:
        * storage/indexeddb/mozilla/event-source-expected.txt:
        * storage/indexeddb/mozilla/global-data-expected.txt:
        * storage/indexeddb/mozilla/index-prev-no-duplicate-expected.txt:
        * storage/indexeddb/mozilla/indexes-expected.txt:
        * storage/indexeddb/mozilla/key-requirements-delete-null-key-expected.txt:
        * storage/indexeddb/mozilla/key-requirements-expected.txt:
        * storage/indexeddb/mozilla/key-requirements-inline-and-passed-expected.txt:
        * storage/indexeddb/mozilla/key-requirements-put-no-key-expected.txt:
        * storage/indexeddb/mozilla/key-requirements-put-null-key-expected.txt:
        * storage/indexeddb/mozilla/object-cursors-expected.txt:
        * storage/indexeddb/mozilla/object-identity-expected.txt:
        * storage/indexeddb/mozilla/object-store-inline-autoincrement-key-added-on-put-expected.txt:
        * storage/indexeddb/mozilla/object-store-remove-values-expected.txt:
        * storage/indexeddb/mozilla/objectstorenames-expected.txt:
        * storage/indexeddb/mozilla/odd-result-order-expected.txt:
        * storage/indexeddb/mozilla/put-get-values-expected.txt:
        * storage/indexeddb/mozilla/readonly-transactions-expected.txt:
        * storage/indexeddb/mozilla/readwrite-transactions-expected.txt:
        * storage/indexeddb/mozilla/readyState-expected.txt:
        * storage/indexeddb/mozilla/remove-index-expected.txt:
        * storage/indexeddb/mozilla/remove-objectstore-expected.txt:
        * storage/indexeddb/mozilla/versionchange-abort-expected.txt:
        * storage/indexeddb/mozilla/versionchange-expected.txt:
        * storage/indexeddb/mutating-cursor-expected.txt:
        * storage/indexeddb/noblobs-expected.txt:
        * storage/indexeddb/objectStore-required-arguments-expected.txt:
        * storage/indexeddb/objectstore-autoincrement-expected.txt:
        * storage/indexeddb/objectstore-basics-expected.txt:
        * storage/indexeddb/objectstore-basics-workers-expected.txt:
        * storage/indexeddb/objectstore-clear-expected.txt:
        * storage/indexeddb/objectstore-count-expected.txt:
        * storage/indexeddb/objectstore-cursor-expected.txt:
        * storage/indexeddb/objectstore-removeobjectstore-expected.txt:
        * storage/indexeddb/odd-strings-expected.txt:
        * storage/indexeddb/open-close-version-expected.txt:
        * storage/indexeddb/open-cursor-expected.txt:
        * storage/indexeddb/open-during-transaction-expected.txt:
        * storage/indexeddb/opencursor-key-expected.txt:
        * storage/indexeddb/pending-activity-expected.txt:
        * storage/indexeddb/pending-activity-workers-expected.txt:
        * storage/indexeddb/pending-version-change-on-exit-expected.txt:
        * storage/indexeddb/persistence-expected.txt:
        * storage/indexeddb/prefetch-bugfix-108071-expected.txt:
        * storage/indexeddb/queued-commands-expected.txt:
        * storage/indexeddb/readonly-expected.txt:
        * storage/indexeddb/readonly-properties-expected.txt:
        * storage/indexeddb/request-continue-abort-expected.txt:
        * storage/indexeddb/request-event-propagation-expected.txt:
        * storage/indexeddb/setVersion-null-expected.txt:
        * storage/indexeddb/set_version_blocked-expected.txt:
        * storage/indexeddb/set_version_queue-expected.txt:
        * storage/indexeddb/structured-clone-expected.txt:
        * storage/indexeddb/three-setversion-calls-expected.txt:
        * storage/indexeddb/transaction-abort-expected.txt:
        * storage/indexeddb/transaction-active-flag-expected.txt:
        * storage/indexeddb/transaction-after-close-expected.txt:
        * storage/indexeddb/transaction-and-objectstore-calls-expected.txt:
        * storage/indexeddb/transaction-basics-expected.txt:
        * storage/indexeddb/transaction-complete-with-js-recursion-cross-frame-expected.txt:
        * storage/indexeddb/transaction-complete-with-js-recursion-expected.txt:
        * storage/indexeddb/transaction-complete-workers-expected.txt:
        * storage/indexeddb/transaction-crash-on-abort-expected.txt:
        * storage/indexeddb/transaction-error-expected.txt:
        * storage/indexeddb/transaction-event-propagation-expected.txt:
        * storage/indexeddb/transaction-read-only-expected.txt:
        * storage/indexeddb/transaction-rollback-expected.txt:
        * storage/indexeddb/transaction-storeNames-required-expected.txt:
        * storage/indexeddb/tutorial-expected.txt:
        * storage/indexeddb/two-version-changes-expected.txt:
        * storage/indexeddb/value-undefined-expected.txt:
        * storage/indexeddb/values-odd-types-expected.txt:
        * storage/indexeddb/version-change-abort-expected.txt:
        * storage/indexeddb/version-change-exclusive-expected.txt:
        * storage/indexeddb/versionchangerequest-activedomobject-expected.txt:

2012-09-19  Noel Gordon  <noel.gordon@gmail.com>

        Add partial load test for PNG images with no alpha
        https://bugs.webkit.org/show_bug.cgi?id=96064

        Reviewed by Simon Fraser.

        Partial load test for a PNG image with no alpha: receive a partial number of image
        bytes and stall forever. The partial image should be decoded and drawn and the green
        <img> background should be visible.

        * fast/images/resources/lenna.png: Added: this PNG image has no alpha.
        * http/tests/images/png-partial-load-no-alpha-expected.png: Added.
        * http/tests/images/png-partial-load-no-alpha-expected.txt: Added.
        * http/tests/images/png-partial-load-no-alpha.html: Added.
        * platform/chromium/http/tests/images/png-partial-load-no-alpha-expected.png: Added.
        * platform/mac/TestExpectations: Add an IMAGE failure for the mac port.

2012-09-19  Simon Fraser  <simon.fraser@apple.com>

        Attempt to unskip some tests by removing them from the Skipped list.
        
        Added new baselines for those that need them.

        * platform/mac/Skipped:
        * platform/mac/fast/block/float/float-in-float-hit-testing-expected.txt:
        * platform/mac/fast/frames/flattening/frameset-flattening-advanced-expected.txt:
        * platform/mac/fast/frames/flattening/frameset-flattening-simple-expected.txt:
        * platform/mac/fast/frames/flattening/frameset-flattening-subframesets-expected.txt:
        * platform/mac/fast/layers/video-layer-expected.txt:
        * platform/mac/fast/table/cell-pref-width-invalidation-expected.txt:
        * platform/mac/fast/table/colspanMinWidth-vertical-expected.txt:
        * platform/mac/fast/writing-mode/broken-ideograph-small-caps-expected.txt:
        * platform/mac/media/video-empty-source-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug2123-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug2509-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug34176-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug44505-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug59252-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug7243-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:

2012-09-19  Dirk Pranke  <dpranke@chromium.org>

        [chromium] Fix expectation conflict on fast/hidpi/video-controls-in-hidpi.html

        Unreviewed, exepectations change.

        * platform/chromium/TestExpectations:

2012-09-19  Dirk Pranke  <dpranke@chromium.org>

        Fix v8 bug urls after syntax conversion

        Unreviewed, expectations change.

        * platform/chromium/TestExpectations:

2012-09-19  James Simonsen  <simonjam@chromium.org>

        [Chromium] Disable resource load scheduling
        https://bugs.webkit.org/show_bug.cgi?id=97131

        Reviewed by Nate Chapin.

        The preload scanner loads resources sooner and these tests are affected.

        * platform/chromium/http/tests/css/link-css-disabled-value-with-slow-loading-sheet-in-error-expected.txt: Added.
        * platform/chromium/http/tests/inspector/network/network-initiator-expected.txt: Added.

2012-09-19  Dirk Pranke  <dpranke@chromium.org>

        fix MISSING after TestExpectations conversion
        https://bugs.webkit.org/show_bug.cgi?id=97148

        Unreviewed, expectations change.

        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt-4.8/TestExpectations:
        * platform/qt-mac/TestExpectations:

2012-09-19  Dan Bernstein  <mitz@apple.com>

        When kerning is enabled, word spacing is doubly accounted for in RenderText::computePreferredLogicalWidths
        https://bugs.webkit.org/show_bug.cgi?id=97146

        Reviewed by Anders Carlsson.

        * fast/text/word-space-with-kerning-expected.html: Added.
        * fast/text/word-space-with-kerning.html: Added.

2012-09-19  Dirk Pranke  <dpranke@chromium.org>

        Fix lines missed (??) in mac-wk2/TestExpectations
        https://bugs.webkit.org/show_bug.cgi?id=97143

        Unreviewed, expectations change.

        * platform/mac-wk2/TestExpectations:

2012-09-19  Dirk Pranke  <dpranke@chromium.org>

        convert chromium android TestExpectations to the new syntax
        https://bugs.webkit.org/show_bug.cgi?id=97145

        Unreviewed, expectations change.

        Files converted with Tools/Scripts/convert-test-expectations.

        * platform/chromium-android/TestExpectations:

2012-09-19  Dirk Pranke  <dpranke@chromium.org>

        nrwt: convert chromium TestExpectations to the new syntax
        https://bugs.webkit.org/show_bug.cgi?id=97139

        Reviewed by Ryosuke Niwa.

        Actually land the file supposedly landed below :).

        * platform/chromium/TestExpectations:

2012-09-19  Dirk Pranke  <dpranke@chromium.org>

        convert apple win TestExpectations files to the new syntax
        https://bugs.webkit.org/show_bug.cgi?id=97144

        Unreviewed, expectations change.

        Files converted with Tools/Scripts/convert-test-expectations.

        * platform/win-wk2/TestExpectations:
        * platform/win-xp/TestExpectations:
        * platform/win/TestExpectations:

2012-09-19  Dirk Pranke  <dpranke@chromium.org>

        convert apple mac TestExpectations files to the new syntax
        https://bugs.webkit.org/show_bug.cgi?id=97143

        Unreviewed, expectations change.

        Files converted with Tools/Scripts/convert-test-expectations.

        * platform/mac-lion/TestExpectations:
        * platform/mac-snowleopard/TestExpectations:
        * platform/mac-wk2/TestExpectations:
        * platform/mac/TestExpectations:

2012-09-19  Dirk Pranke  <dpranke@chromium.org>

        convert Efl TestExpectations to the new syntax
        https://bugs.webkit.org/show_bug.cgi?id=97142

        Unreviewed, expectations change.

        Files converted with Tools/Scripts/convert-test-expectations.

        * platform/efl-wk1/TestExpectations:
        * platform/efl-wk2/TestExpectations:
        * platform/efl/TestExpectations:

2012-09-19  Dirk Pranke  <dpranke@chromium.org>

        convert Gtk TestExpectations files to the new syntax
        https://bugs.webkit.org/show_bug.cgi?id=97141

        Unreviewed, expectations change.

        Files converted with Tools/Scripts/convert-test-expectations.

        * platform/gtk-wk2/TestExpectations:
        * platform/gtk/TestExpectations:

2012-09-19  Dirk Pranke  <dpranke@chromium.org>

        nrwt: convert Qt TestExpectations to the new format
        https://bugs.webkit.org/show_bug.cgi?id=97140

        Unreviewed, expectations change.

        Files were converted using Tools/Scripts/convert-test-expectations.

        * platform/qt-4.8/TestExpectations:
        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt-arm/TestExpectations:
        * platform/qt-mac/TestExpectations:
        * platform/qt/TestExpectations:

2012-09-19  Dirk Pranke  <dpranke@chromium.org>

        nrwt: convert chromium TestExpectations to the new syntax
        https://bugs.webkit.org/show_bug.cgi?id=97139

        Reviewed by Ryosuke Niwa.

        This does a wholesale change of the file from

          BUGS MODIFIERS : test = EXPECTATIONS

        to

          Bugs [ Modifiers] test [ Expectations ]

        as per the new syntax.

        * platform/chromium/TestExpectations:

2012-09-19  Joshua Bell  <jsbell@chromium.org>

        Unreviewed - remove debugging code from a pair of tests.

        During development these tests had their own timers to terminate early
        rather than timing out, so partial script output could be seen. Removing,
        as it could cause the tests to flake under load.

        * storage/indexeddb/lazy-index-population.html:
        * storage/indexeddb/resources/cursor-finished.js:

2012-09-19  Terry Anderson  <tdanderson@chromium.org>

        [chromium] Store the contents scale factor in PlatformContextSkia on initialization
        https://bugs.webkit.org/show_bug.cgi?id=96137

        Reviewed by Stephen White.

        These tests will fail due to a font hinting/rasterization issue with
        chromium DRT pixel tests having a page/device scale factor of 2.
        See crbug.com/150682.

        * platform/chromium/TestExpectations:

2012-09-19  Dirk Pranke  <dpranke@chromium.org>

        nrwt: replace TEXT, AUDIO, and IMAGE+TEXT with FAIL
        https://bugs.webkit.org/show_bug.cgi?id=96845

        Reviewed by Ojan Vafai.

        In preparation for the new TestExpectations syntax, we replace
        all TEXT, IMAGE+TEXT, and AUDIO failures with FAIL. This will
        make switching to the new syntax lossless (i.e., we lose
        information now, not then).

        * platform/chromium-android/TestExpectations:
        * platform/chromium/TestExpectations:
        * platform/efl-wk1/TestExpectations:
        * platform/efl-wk2/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac-wk2/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt-4.8/TestExpectations:
        * platform/qt-arm/TestExpectations:
        * platform/qt-mac/TestExpectations:
        * platform/qt/TestExpectations:

2012-09-19  Robert Flack  <flackr@chromium.org>

        [chromium] compositing/geometry/fixed-position-iframe-composited-page-scale-down test needs rebaseline for r129023.
        https://bugs.webkit.org/show_bug.cgi?id=97130

        Reviewed by Nate Chapin.

        Rebaseline compositing/geometry/fixed-position-iframe-composited-page-scale-down.html.

        * platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
        * platform/chromium-mac/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:

2012-09-19  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: Free up resources used by completed cursors earlier
        https://bugs.webkit.org/show_bug.cgi?id=97023

        Reviewed by Tony Chang.

        Test to exercise cursor methods after the cursor has been run to the end.

        * storage/indexeddb/cursor-finished-expected.txt: Added.
        * storage/indexeddb/cursor-finished.html: Added.
        * storage/indexeddb/resources/cursor-finished.js: Added.
        (test):
        (prepareDatabase):
        (onDeleteSuccess):
        (onUpgradeNeeded):
        (onOpenSuccess):
        (onCursorSuccess):

2012-09-19  David Grogan  <dgrogan@chromium.org>

        IndexedDB: fire upgradeneeded even without an explicit integer version
        https://bugs.webkit.org/show_bug.cgi?id=96444

        Reviewed by Tony Chang.

        Mostly updating expectations about getting an upgradeneeded on a new
        database and the default version being 1 instead of "".

        * http/tests/inspector/indexeddb/database-structure-expected.txt:
        * storage/indexeddb/cursor-overloads-expected.txt:
        * storage/indexeddb/cursor-overloads.html:
        * storage/indexeddb/dont-commit-on-blocked-expected.txt:
        * storage/indexeddb/dont-commit-on-blocked.html:
        * storage/indexeddb/factory-deletedatabase-interactions-expected.txt:
        * storage/indexeddb/intversion-and-setversion-expected.txt:
        Remove test that setVersion fires an error if an int version is set.
        Change it to testing that an int version can replace a string version
        that replaced an int version.

        * storage/indexeddb/intversion-bad-parameters-expected.txt:
        * storage/indexeddb/intversion-invalid-setversion-has-no-side-effects-expected.txt: Removed.
        setVersion is no longer invalid so this test can be deleted.

        * storage/indexeddb/intversion-omit-parameter-expected.txt:
        We now fully pass this test.

        * storage/indexeddb/intversion-two-opens-no-versions-expected.txt: Added.
        * storage/indexeddb/intversion-two-opens-no-versions.html: Renamed from LayoutTests/storage/indexeddb/intversion-invalid-setversion-has-no-side-effects.html.
        * storage/indexeddb/list-ordering-expected.txt:
        * storage/indexeddb/noblobs-expected.txt:
        * storage/indexeddb/noblobs.html:
        * storage/indexeddb/open-during-transaction-expected.txt:
        This test had a bug in it AND its behavior is changed. It was trying
        to open one database twice and another once but was actually opening
        three different databases. The behavior change is that now the
        transaction finishes while the last call to open is firing
        upgradeneeded.

        * storage/indexeddb/pending-activity-expected.txt:
        * storage/indexeddb/pending-activity-workers-expected.txt:
        * storage/indexeddb/resources/intversion-and-setversion.js:
        (deleteSuccess):
        (initialUpgradeNeeded):
        (openSuccess):
        (firstUpgradeNeeded):
        (transactionCompleted):
        (firstOpenWithVersion):
        (secondSetVersionCallback):
        (setIntVersion2):
        (versionChangeGoingFromStringToInt):
        (version2ConnectionBlocked):
        (version2ConnectionSuccess):
        (errorWhenTryingLowVersion):
        * storage/indexeddb/resources/intversion-invalid-setversion-has-no-side-effects.js: Removed.
        * storage/indexeddb/resources/intversion-two-opens-no-versions.js: Added.
        (test):
        (deleteSuccess):
        (connection1UpgradeNeeded):
        (connection1OpenSuccess):
        (connection2UpgradeNeeded):
        (connection2OpenSuccess):
        * storage/indexeddb/resources/list-ordering.js:
        * storage/indexeddb/resources/open-during-transaction.js:
        (startTransaction.trans.oncomplete):
        (startTransaction):
        (tryOpens.openreq3.onsuccess):
        (tryOpens):
        * storage/indexeddb/resources/pending-activity.js:
        * storage/indexeddb/structured-clone-expected.txt:
        * storage/indexeddb/structured-clone.html:

2012-09-19  Dominic Mazzoni  <dmazzoni@google.com>

        AX: A few control types are returning the wrong answer for isReadOnly
        https://bugs.webkit.org/show_bug.cgi?id=96735

        Reviewed by Chris Fleizach.

        Adds a new test to make sure that readonly is exposed correctly on
        all elements.

        * platform/chromium/accessibility/readonly-expected.txt: Added.
        * platform/chromium/accessibility/readonly.html: Added.
        * platform/mac/accessibility/form-control-value-settable-expected.txt: Added.
        * platform/mac/accessibility/form-control-value-settable.html: Added.

2012-09-19  Nate Chapin  <japhet@chromium.org>

        Chromium gardening.

        A test is mistakenly marked as both SLOW and TIMEOUT.

        * platform/chromium/TestExpectations:

2012-09-19  Brent Fulgham  <bfulgham@webkit.org>

        [WinCairo] Unreviewed build correction to update Skipped list
        to match current Windows list.

        * platform/wincairo/Skipped: Updated to match Apple build.

2012-09-19  Nate Chapin  <japhet@chromium.org>

        Chromium gardening.
        Mark a consistently passing test as such, tweak flakiness
        of several tests based on recent build results.

        * platform/chromium/TestExpectations:

2012-09-19  Nate Chapin  <japhet@chromium.org>

        Chromium gardening, remove flaky tests that don't appear to
        actually be flaky.
        https://bugs.webkit.org/show_bug.cgi?id=78725

        * platform/chromium/TestExpectations:

2012-09-19  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL][WK2] fast/forms/select-writing-direction-natural.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=97082

        Reviewed by Kenneth Rohde Christiansen.

        Rebaseline fast/forms/select-writing-direction-natural.html and
        unskip it for efl-wk2.

        * platform/efl-wk2/TestExpectations:
        * platform/efl/fast/forms/select-writing-direction-natural-expected.png:

2012-09-18  Dirk Schulze  <krit@webkit.org>

        Implement 'mask-type' for <mask>
        https://bugs.webkit.org/show_bug.cgi?id=97011

        Reviewed by Andreas Kling.

        Added new tests for switching the masking mode on <mask> element with 'mask-type'.

        * svg/css/mask-type-expected.txt: Added.
        * svg/css/mask-type.html: Added.
        * svg/masking/mask-type-alpha-expected.svg: Added.
        * svg/masking/mask-type-alpha.svg: Added.
        * svg/masking/mask-type-luminance-expected.svg: Added.
        * svg/masking/mask-type-luminance.svg: Added.
        * svg/masking/mask-type-not-set-expected.svg: Added.
        * svg/masking/mask-type-not-set.svg: Added.

2012-09-19  Nate Chapin  <japhet@chromium.org>

        Chromium gardening.
        fast/filesystem/workers/detached-frame-crash.html does not appear to be
        flakily crashing anymore.

        * platform/chromium/TestExpectations:

2012-09-19  Nate Chapin  <japhet@chromium.org>

        chromium TestExpectations update.
        fast/filesystem/file-writer-write-overlapped.html and
        fast/filesystem/workers/file-writer-write-overlapped.html
        are flaky in WIN DEBUG only.

        * platform/chromium/TestExpectations:

2012-09-19  Nate Chapin  <japhet@chromium.org>

        TextExpectations update, remove entries for consistently passing tests.
        https://bugs.webkit.org/show_bug.cgi?id=74746

        * platform/chromium/TestExpectations:

2012-09-19  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding another flaky crasher expectation after r128802.

        * platform/gtk/TestExpectations:

2012-09-19  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding another flaky crasher expectation after r128802.

        Adding platform-specific baselines after r128861.

        * platform/gtk/TestExpectations:
        * platform/gtk/fast/regions/autoheight-regions-mark-expected.png: Added.
        * platform/gtk/fast/regions/autoheight-regions-mark-expected.txt: Added.

2012-09-19  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Rebaseline a few mozilla/table/bugs tests that were missed
        https://bugs.webkit.org/show_bug.cgi?id=97107

        Unreviewed EFL rebaseline.

        Rebaseline a few tables/mozilla/bugs tests that
        were forgotten during my massive tables/mozilla
        rebaseline.

        * platform/efl/TestExpectations:
        * platform/efl/tables/mozilla/bugs/45621-expected.png:
        * platform/efl/tables/mozilla/bugs/bug9072-expected.png:
        * platform/efl/tables/mozilla/bugs/bug9123-1-expected.png:
        * platform/efl/tables/mozilla/bugs/bug9123-2-expected.png:
        * platform/efl/tables/mozilla/bugs/bug92143-expected.png:
        * platform/efl/tables/mozilla/bugs/bug92647-2-expected.png:
        * platform/efl/tables/mozilla/bugs/bug9271-1-expected.png:
        * platform/efl/tables/mozilla/bugs/bug9271-2-expected.png:
        * platform/efl/tables/mozilla/bugs/bug92868-expected.png:
        * platform/efl/tables/mozilla/bugs/bug93363-expected.png:
        * platform/efl/tables/mozilla/bugs/bug963-expected.png:
        * platform/efl/tables/mozilla/bugs/bug96334-expected.png:
        * platform/efl/tables/mozilla/bugs/bug96343-expected.png:
        * platform/efl/tables/mozilla/bugs/bug965-expected.png:
        * platform/efl/tables/mozilla/bugs/bug97138-expected.png:
        * platform/efl/tables/mozilla/bugs/bug98196-expected.png:
        * platform/efl/tables/mozilla/bugs/bug9879-1-expected.png:
        * platform/efl/tables/mozilla/bugs/bug99923-expected.png:
        * platform/efl/tables/mozilla/bugs/bug99948-expected.png:

2012-09-19  Jochen Eisinger  <jochen@chromium.org>

        [chromium] Update test expectation for indexeddb test that is currently only run using content_browsertests

        Unreviewed gardening.

        * storage/indexeddb/intversion-delete-in-upgradeneeded-expected.txt:

2012-09-19  Rick Byers  <rbyers@chromium.org>

        Do touch adjustment on GestureTapDown
        https://bugs.webkit.org/show_bug.cgi?id=96677

        Reviewed by Antonio Gomes.

        Make a few tweaks to the touchadjustment.js infrastructure to make it
        simpler and easier to use.  Add a test for touch-adjustment of
        GestureTapDown events (based on touch-links-longpress).

        * touchadjustment/resources/touchadjustment.js:
        (touchPoint.return.left.x.radiusX.top.y.radiusY.width.radiusX.2.height.radiusY.2.get x):
        (touchPoint.return.get y):
        (touchPoint):
        (offsetTouchPoint):
        * touchadjustment/touch-links-active-expected.txt: Added.
        * touchadjustment/touch-links-active.html: Added.

2012-09-19  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Skip fast/dom/message-port-deleted-by-accessor.html
        https://bugs.webkit.org/show_bug.cgi?id=97105

        Unreviewed EFL gardening.

        Add fast/dom/message-port-deleted-by-accessor.html to
        TestExpectations because it sometimes crashes on debug
        build bots after r128802.

        * platform/efl/TestExpectations:

2012-09-19  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] EFL's DRT does not support overriding 'WebKitCSSRegionsEnabled' preference
        https://bugs.webkit.org/show_bug.cgi?id=97100

        Reviewed by Gyuyoung Kim.

        Rebaseline and unskip several test cases now that EFL's DRT
        supports overriding 'WebKitCSSRegionsEnabled' preference.

        * platform/efl/Skipped:
        * platform/efl/TestExpectations:
        * platform/efl/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
        * platform/efl/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt:
        * platform/efl/fast/repaint/line-flow-with-floats-in-regions-expected.png:
        * platform/efl/fast/repaint/line-flow-with-floats-in-regions-expected.txt:
        * platform/efl/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.txt:
        * platform/efl/fast/repaint/region-painting-invalidation-expected.png: Added.
        * platform/efl/fast/repaint/region-painting-invalidation-expected.txt: Added.
        * platform/efl/fast/repaint/region-painting-via-layout-expected.txt:

2012-09-19  Andrey Adaikin  <aandrey@chromium.org>

        Web Inspector: [WebGL] -> [Canvas] Rename WebGLAgent to CanvasAgent
        https://bugs.webkit.org/show_bug.cgi?id=96917

        Reviewed by Vsevolod Vlasov.

        * inspector/profiler/webgl/webgl-profiler-get-error.html:
        * inspector/profiler/webgl/webgl-profiler-test.js:
        (initialize_CanvasWebGLProfilerTest.InspectorTest.enableCanvasAgent):
        (initialize_CanvasWebGLProfilerTest):

2012-09-19  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] tables/mozilla tests need rebaseline (Part 6)
        https://bugs.webkit.org/show_bug.cgi?id=97098

        Unreviewed EFL rebaseline.

        Rebaseline remaining tables/mozilla tests.

        * platform/efl/tables/mozilla/bugs/bug40828-expected.png:
        * platform/efl/tables/mozilla/bugs/bug4093-expected.png:
        * platform/efl/tables/mozilla/bugs/bug41890-expected.png:
        * platform/efl/tables/mozilla/bugs/bug42187-expected.png:
        * platform/efl/tables/mozilla/bugs/bug42443-expected.png:
        * platform/efl/tables/mozilla/bugs/bug4284-expected.png:
        * platform/efl/tables/mozilla/bugs/bug43039-expected.png:
        * platform/efl/tables/mozilla/bugs/bug43204-expected.png:
        * platform/efl/tables/mozilla/bugs/bug4382-expected.png:
        * platform/efl/tables/mozilla/bugs/bug4385-expected.png:
        * platform/efl/tables/mozilla/bugs/bug43854-1-expected.png:
        * platform/efl/tables/mozilla/bugs/bug43854-2-expected.png:
        * platform/efl/tables/mozilla/bugs/bug4427-expected.png:
        * platform/efl/tables/mozilla/bugs/bug4429-expected.png:
        * platform/efl/tables/mozilla/bugs/bug44505-expected.png:
        * platform/efl/tables/mozilla/bugs/bug44523-expected.png:
        * platform/efl/tables/mozilla/bugs/bug4501-expected.png:
        * platform/efl/tables/mozilla/bugs/bug45055-2-expected.png:
        * platform/efl/tables/mozilla/bugs/bug45055-expected.png:
        * platform/efl/tables/mozilla/bugs/bug4520-expected.png:
        * platform/efl/tables/mozilla/bugs/bug4523-expected.png:
        * platform/efl/tables/mozilla/bugs/bug4527-expected.png:
        * platform/efl/tables/mozilla/bugs/bug45350-expected.png:
        * platform/efl/tables/mozilla/bugs/bug45486-expected.png:
        * platform/efl/tables/mozilla/bugs/bug4576-expected.png:
        * platform/efl/tables/mozilla/bugs/bug46268-1-expected.png:
        * platform/efl/tables/mozilla/bugs/bug46268-2-expected.png:
        * platform/efl/tables/mozilla/bugs/bug46268-3-expected.png:
        * platform/efl/tables/mozilla/bugs/bug46268-5-expected.png:
        * platform/efl/tables/mozilla/bugs/bug46268-expected.png:
        * platform/efl/tables/mozilla/bugs/bug46368-1-expected.png:
        * platform/efl/tables/mozilla/bugs/bug46368-2-expected.png:
        * platform/efl/tables/mozilla/bugs/bug46480-1-expected.png:
        * platform/efl/tables/mozilla/bugs/bug46480-2-expected.png:
        * platform/efl/tables/mozilla/bugs/bug46623-1-expected.png:
        * platform/efl/tables/mozilla/bugs/bug46623-2-expected.png:
        * platform/efl/tables/mozilla/bugs/bug46924-expected.png:
        * platform/efl/tables/mozilla/bugs/bug46944-expected.png:
        * platform/efl/tables/mozilla/bugs/bug4739-expected.png:
        * platform/efl/tables/mozilla/bugs/bug47432-expected.png:
        * platform/efl/tables/mozilla/bugs/bug48028-1-expected.png:
        * platform/efl/tables/mozilla/bugs/bug48028-2-expected.png:
        * platform/efl/tables/mozilla/bugs/bug4803-expected.png:
        * platform/efl/tables/mozilla/bugs/bug4849-2-expected.png:
        * platform/efl/tables/mozilla/bugs/bug4849-expected.png:
        * platform/efl/tables/mozilla/bugs/bug48827-expected.png:
        * platform/efl/tables/mozilla/bugs/bug50695-1-expected.png:
        * platform/efl/tables/mozilla/bugs/bug51037-expected.png:
        * platform/efl/tables/mozilla/bugs/bug51140-expected.png:
        * platform/efl/tables/mozilla/bugs/bug51727-expected.png:
        * platform/efl/tables/mozilla/bugs/bug5188-expected.png:
        * platform/efl/tables/mozilla/bugs/bug52505-expected.png:
        * platform/efl/tables/mozilla/bugs/bug52506-expected.png:
        * platform/efl/tables/mozilla/bugs/bug53690-2-expected.png:
        * platform/efl/tables/mozilla/bugs/bug53891-expected.png:
        * platform/efl/tables/mozilla/bugs/bug54450-expected.png:
        * platform/efl/tables/mozilla/bugs/bug5538-expected.png:
        * platform/efl/tables/mozilla/bugs/bug55527-expected.png:
        * platform/efl/tables/mozilla/bugs/bug55545-expected.png:
        * platform/efl/tables/mozilla/bugs/bug55694-expected.png:
        * platform/efl/tables/mozilla/bugs/bug55789-expected.png:
        * platform/efl/tables/mozilla/bugs/bug56201-expected.png:
        * platform/efl/tables/mozilla/bugs/bug56405-expected.png:
        * platform/efl/tables/mozilla/bugs/bug56563-expected.png:
        * platform/efl/tables/mozilla/bugs/bug57300-expected.png:
        * platform/efl/tables/mozilla/bugs/bug57378-expected.png:
        * platform/efl/tables/mozilla/bugs/bug57828-2-expected.png:
        * platform/efl/tables/mozilla/bugs/bug57828-expected.png:
        * platform/efl/tables/mozilla/bugs/bug5797-expected.png:
        * platform/efl/tables/mozilla/bugs/bug5798-expected.png:
        * platform/efl/tables/mozilla/bugs/bug5799-expected.png:
        * platform/efl/tables/mozilla/bugs/bug5835-expected.png:
        * platform/efl/tables/mozilla/bugs/bug5838-expected.png:
        * platform/efl/tables/mozilla/bugs/bug58402-1-expected.png:
        * platform/efl/tables/mozilla/bugs/bug59354-expected.png:
        * platform/efl/tables/mozilla/bugs/bug60013-expected.png:
        * platform/efl/tables/mozilla/bugs/bug60749-expected.png:
        * platform/efl/tables/mozilla/bugs/bug60804-expected.png:
        * platform/efl/tables/mozilla/bugs/bug60807-expected.png:
        * platform/efl/tables/mozilla/bugs/bug60992-expected.png:
        * platform/efl/tables/mozilla/bugs/bug6184-expected.png:
        * platform/efl/tables/mozilla/bugs/bug625-expected.png:
        * platform/efl/tables/mozilla/bugs/bug6304-expected.png:
        * platform/efl/tables/mozilla/bugs/bug63785-expected.png:
        * platform/efl/tables/mozilla/bugs/bug6404-expected.png:
        * platform/efl/tables/mozilla/bugs/bug641-1-expected.png:
        * platform/efl/tables/mozilla/bugs/bug641-2-expected.png:
        * platform/efl/tables/mozilla/bugs/bug650-expected.png:
        * platform/efl/tables/mozilla/bugs/bug6674-expected.png:
        * platform/efl/tables/mozilla/bugs/bug67864-expected.png:
        * platform/efl/tables/mozilla/bugs/bug67915-1-expected.png:
        * platform/efl/tables/mozilla/bugs/bug68912-expected.png:
        * platform/efl/tables/mozilla/bugs/bug68998-expected.png:
        * platform/efl/tables/mozilla/bugs/bug69187-expected.png:
        * platform/efl/tables/mozilla/bugs/bug69382-1-expected.png:
        * platform/efl/tables/mozilla/bugs/bug69382-2-expected.png:
        * platform/efl/tables/mozilla/bugs/bug709-expected.png:
        * platform/efl/tables/mozilla/bugs/bug7112-1-expected.png:
        * platform/efl/tables/mozilla/bugs/bug7112-2-expected.png:
        * platform/efl/tables/mozilla/bugs/bug7121-1-expected.png:
        * platform/efl/tables/mozilla/bugs/bug72359-expected.png:
        * platform/efl/tables/mozilla/bugs/bug727-expected.png:
        * platform/efl/tables/mozilla/bugs/bug73321-expected.png:
        * platform/efl/tables/mozilla/bugs/bug7342-expected.png:
        * platform/efl/tables/mozilla/bugs/bug7471-expected.png:
        * platform/efl/tables/mozilla/bugs/bug75250-expected.png:
        * platform/efl/tables/mozilla/bugs/bug7714-expected.png:
        * platform/efl/tables/mozilla/bugs/bug78162-expected.png:
        * platform/efl/tables/mozilla/bugs/bug8032-1-expected.png:
        * platform/efl/tables/mozilla/bugs/bug80762-1-expected.png:
        * platform/efl/tables/mozilla/bugs/bug81934-expected.png:
        * platform/efl/tables/mozilla/bugs/bug82946-1-expected.png:
        * platform/efl/tables/mozilla/bugs/bug82946-2-expected.png:
        * platform/efl/tables/mozilla/bugs/bug8361-expected.png:
        * platform/efl/tables/mozilla/bugs/bug83786-expected.png:
        * platform/efl/tables/mozilla/bugs/bug8381-expected.png:
        * platform/efl/tables/mozilla/bugs/bug8411-expected.png:
        * platform/efl/tables/mozilla/bugs/bug86220-expected.png:
        * platform/efl/tables/mozilla/bugs/bug86708-expected.png:
        * platform/efl/tables/mozilla/bugs/bug88035-1-expected.png:
        * platform/efl/tables/mozilla/bugs/bug88035-2-expected.png:
        * platform/efl/tables/mozilla/bugs/bug88524-expected.png:
        * platform/efl/tables/mozilla/bugs/bug8858-expected.png:
        * platform/efl/tables/mozilla/bugs/bug8950-expected.png:
        * platform/efl/tables/mozilla/other/body_col-expected.png:
        * platform/efl/tables/mozilla/other/cell_widths-expected.png:
        * platform/efl/tables/mozilla/other/cellspacing-expected.png:
        * platform/efl/tables/mozilla/other/move_row-expected.png:
        * platform/efl/tables/mozilla/other/ms-expected.png:
        * platform/efl/tables/mozilla/other/nested2-expected.png:
        * platform/efl/tables/mozilla/other/nestedTables-expected.png:
        * platform/efl/tables/mozilla/other/padding-expected.png:
        * platform/efl/tables/mozilla/other/test3-expected.png:
        * platform/efl/tables/mozilla/other/test6-expected.png:
        * platform/efl/tables/mozilla/other/wa_table_thtd_rowspan-expected.png:

2012-09-19  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] tables/mozilla tests need rebaseline (Part 5)
        https://bugs.webkit.org/show_bug.cgi?id=97096

        Unreviewed EFL rebaseline.

        Rebaseline part of tables/mozilla/bugs/ test cases
        for EFL port.

        * platform/efl/tables/mozilla/bugs/bug10009-expected.png:
        * platform/efl/tables/mozilla/bugs/bug100334-expected.png:
        * platform/efl/tables/mozilla/bugs/bug10036-expected.png:
        * platform/efl/tables/mozilla/bugs/bug10039-expected.png:
        * platform/efl/tables/mozilla/bugs/bug101201-expected.png:
        * platform/efl/tables/mozilla/bugs/bug101674-expected.png:
        * platform/efl/tables/mozilla/bugs/bug102145-1-expected.png:
        * platform/efl/tables/mozilla/bugs/bug102145-2-expected.png:
        * platform/efl/tables/mozilla/bugs/bug102145-3-expected.png:
        * platform/efl/tables/mozilla/bugs/bug102145-4-expected.png:
        * platform/efl/tables/mozilla/bugs/bug10269-1-expected.png:
        * platform/efl/tables/mozilla/bugs/bug10269-2-expected.png:
        * platform/efl/tables/mozilla/bugs/bug10296-1-expected.png:
        * platform/efl/tables/mozilla/bugs/bug10296-2-expected.png:
        * platform/efl/tables/mozilla/bugs/bug1055-1-expected.png:
        * platform/efl/tables/mozilla/bugs/bug10565-expected.png:
        * platform/efl/tables/mozilla/bugs/bug106158-1-expected.png:
        * platform/efl/tables/mozilla/bugs/bug106158-2-expected.png:
        * platform/efl/tables/mozilla/bugs/bug10633-expected.png:
        * platform/efl/tables/mozilla/bugs/bug1067-1-expected.png:
        * platform/efl/tables/mozilla/bugs/bug1067-2-expected.png:
        * platform/efl/tables/mozilla/bugs/bug106816-expected.png:
        * platform/efl/tables/mozilla/bugs/bug108340-expected.png:
        * platform/efl/tables/mozilla/bugs/bug109043-expected.png:
        * platform/efl/tables/mozilla/bugs/bug11026-expected.png:
        * platform/efl/tables/mozilla/bugs/bug110566-expected.png:
        * platform/efl/tables/mozilla/bugs/bug11321-expected.png:
        * platform/efl/tables/mozilla/bugs/bug113235-1-expected.png:
        * platform/efl/tables/mozilla/bugs/bug113235-2-expected.png:
        * platform/efl/tables/mozilla/bugs/bug113235-3-expected.png:
        * platform/efl/tables/mozilla/bugs/bug113424-expected.png:
        * platform/efl/tables/mozilla/bugs/bug11384q-expected.png:
        * platform/efl/tables/mozilla/bugs/bug11384s-expected.png:
        * platform/efl/tables/mozilla/bugs/bug1163-1-expected.png:
        * platform/efl/tables/mozilla/bugs/bug1188-expected.png:
        * platform/efl/tables/mozilla/bugs/bug11944-expected.png:
        * platform/efl/tables/mozilla/bugs/bug119786-expected.png:
        * platform/efl/tables/mozilla/bugs/bug12008-expected.png:
        * platform/efl/tables/mozilla/bugs/bug120364-expected.png:
        * platform/efl/tables/mozilla/bugs/bug1220-expected.png:
        * platform/efl/tables/mozilla/bugs/bug1224-expected.png:
        * platform/efl/tables/mozilla/bugs/bug12268-expected.png:
        * platform/efl/tables/mozilla/bugs/bug12384-expected.png:
        * platform/efl/tables/mozilla/bugs/bug123862-expected.png:
        * platform/efl/tables/mozilla/bugs/bug1261-expected.png:
        * platform/efl/tables/mozilla/bugs/bug126742-expected.png:
        * platform/efl/tables/mozilla/bugs/bug12709-expected.png:
        * platform/efl/tables/mozilla/bugs/bug127267-expected.png:
        * platform/efl/tables/mozilla/bugs/bug128229-expected.png:
        * platform/efl/tables/mozilla/bugs/bug12908-1-expected.png:
        * platform/efl/tables/mozilla/bugs/bug12910-expected.png:
        * platform/efl/tables/mozilla/bugs/bug1296-expected.png:
        * platform/efl/tables/mozilla/bugs/bug1302-expected.png:
        * platform/efl/tables/mozilla/bugs/bug131020-expected.png:
        * platform/efl/tables/mozilla/bugs/bug131020_iframe-expected.png:
        * platform/efl/tables/mozilla/bugs/bug13105-expected.png:
        * platform/efl/tables/mozilla/bugs/bug13118-expected.png:
        * platform/efl/tables/mozilla/bugs/bug1318-expected.png:
        * platform/efl/tables/mozilla/bugs/bug13196-expected.png:
        * platform/efl/tables/mozilla/bugs/bug133756-1-expected.png:
        * platform/efl/tables/mozilla/bugs/bug133756-2-expected.png:
        * platform/efl/tables/mozilla/bugs/bug13484-expected.png:
        * platform/efl/tables/mozilla/bugs/bug13526-expected.png:
        * platform/efl/tables/mozilla/bugs/bug137388-2-expected.png:
        * platform/efl/tables/mozilla/bugs/bug138725-expected.png:
        * platform/efl/tables/mozilla/bugs/bug139524-1-expected.png:
        * platform/efl/tables/mozilla/bugs/bug139524-2-expected.png:
        * platform/efl/tables/mozilla/bugs/bug139524-3-expected.png:
        * platform/efl/tables/mozilla/bugs/bug139524-4-expected.png:
        * platform/efl/tables/mozilla/bugs/bug14159-1-expected.png:
        * platform/efl/tables/mozilla/bugs/bug14159-3-expected.png:
        * platform/efl/tables/mozilla/bugs/bug1430-expected.png:
        * platform/efl/tables/mozilla/bugs/bug14323-expected.png:
        * platform/efl/tables/mozilla/bugs/bug145572-expected.png:
        * platform/efl/tables/mozilla/bugs/bug1474-expected.png:
        * platform/efl/tables/mozilla/bugs/bug149275-1-expected.png:
        * platform/efl/tables/mozilla/bugs/bug149275-2-expected.png:
        * platform/efl/tables/mozilla/bugs/bug14929-expected.png:
        * platform/efl/tables/mozilla/bugs/bug15247-expected.png:
        * platform/efl/tables/mozilla/bugs/bug154780-expected.png:
        * platform/efl/tables/mozilla/bugs/bug15544-expected.png:
        * platform/efl/tables/mozilla/bugs/bug157890-expected.png:
        * platform/efl/tables/mozilla/bugs/bug159108-expected.png:
        * platform/efl/tables/mozilla/bugs/bug15933-expected.png:
        * platform/efl/tables/mozilla/bugs/bug16012-expected.png:
        * platform/efl/tables/mozilla/bugs/bug16252-expected.png:
        * platform/efl/tables/mozilla/bugs/bug17130-1-expected.png:
        * platform/efl/tables/mozilla/bugs/bug17130-2-expected.png:
        * platform/efl/tables/mozilla/bugs/bug17138-expected.png:
        * platform/efl/tables/mozilla/bugs/bug17168-expected.png:
        * platform/efl/tables/mozilla/bugs/bug175455-4-expected.png:
        * platform/efl/tables/mozilla/bugs/bug17548-expected.png:
        * platform/efl/tables/mozilla/bugs/bug17587-expected.png:
        * platform/efl/tables/mozilla/bugs/bug1800-expected.png:
        * platform/efl/tables/mozilla/bugs/bug1802-expected.png:
        * platform/efl/tables/mozilla/bugs/bug1802s-expected.png:
        * platform/efl/tables/mozilla/bugs/bug1809-expected.png:
        * platform/efl/tables/mozilla/bugs/bug1818-5-expected.png:
        * platform/efl/tables/mozilla/bugs/bug1828-expected.png:
        * platform/efl/tables/mozilla/bugs/bug18359-expected.png:
        * platform/efl/tables/mozilla/bugs/bug18558-expected.png:
        * platform/efl/tables/mozilla/bugs/bug18664-expected.png:
        * platform/efl/tables/mozilla/bugs/bug18955-expected.png:
        * platform/efl/tables/mozilla/bugs/bug19061-1-expected.png:
        * platform/efl/tables/mozilla/bugs/bug19061-2-expected.png:
        * platform/efl/tables/mozilla/bugs/bug19356-expected.png:
        * platform/efl/tables/mozilla/bugs/bug194024-expected.png:
        * platform/efl/tables/mozilla/bugs/bug19599-expected.png:
        * platform/efl/tables/mozilla/bugs/bug2050-expected.png:
        * platform/efl/tables/mozilla/bugs/bug20579-expected.png:
        * platform/efl/tables/mozilla/bugs/bug2065-expected.png:
        * platform/efl/tables/mozilla/bugs/bug20804-expected.png:
        * platform/efl/tables/mozilla/bugs/bug2123-expected.png:
        * platform/efl/tables/mozilla/bugs/bug21299-expected.png:
        * platform/efl/tables/mozilla/bugs/bug215629-expected.png:
        * platform/efl/tables/mozilla/bugs/bug21918-expected.png:
        * platform/efl/tables/mozilla/bugs/bug22019-expected.png:
        * platform/efl/tables/mozilla/bugs/bug220536-expected.png:
        * platform/efl/tables/mozilla/bugs/bug221784-1-expected.png:
        * platform/efl/tables/mozilla/bugs/bug221784-2-expected.png:
        * platform/efl/tables/mozilla/bugs/bug22246-2-expected.png:
        * platform/efl/tables/mozilla/bugs/bug22246-2a-expected.png:
        * platform/efl/tables/mozilla/bugs/bug22246-3-expected.png:
        * platform/efl/tables/mozilla/bugs/bug22246-3a-expected.png:
        * platform/efl/tables/mozilla/bugs/bug222846-expected.png:
        * platform/efl/tables/mozilla/bugs/bug22513-expected.png:
        * platform/efl/tables/mozilla/bugs/bug2267-expected.png:
        * platform/efl/tables/mozilla/bugs/bug227123-expected.png:
        * platform/efl/tables/mozilla/bugs/bug2296-expected.png:
        * platform/efl/tables/mozilla/bugs/bug23072-expected.png:
        * platform/efl/tables/mozilla/bugs/bug23151-expected.png:
        * platform/efl/tables/mozilla/bugs/bug23235-expected.png:
        * platform/efl/tables/mozilla/bugs/bug23299-expected.png:
        * platform/efl/tables/mozilla/bugs/bug24200-expected.png:
        * platform/efl/tables/mozilla/bugs/bug24503-expected.png:
        * platform/efl/tables/mozilla/bugs/bug24627-expected.png:
        * platform/efl/tables/mozilla/bugs/bug24661-expected.png:
        * platform/efl/tables/mozilla/bugs/bug2469-expected.png:
        * platform/efl/tables/mozilla/bugs/bug2479-1-expected.png:
        * platform/efl/tables/mozilla/bugs/bug2479-2-expected.png:
        * platform/efl/tables/mozilla/bugs/bug2479-3-expected.png:
        * platform/efl/tables/mozilla/bugs/bug2479-4-expected.png:
        * platform/efl/tables/mozilla/bugs/bug24880-expected.png:
        * platform/efl/tables/mozilla/bugs/bug25004-expected.png:
        * platform/efl/tables/mozilla/bugs/bug25074-expected.png:
        * platform/efl/tables/mozilla/bugs/bug25086-expected.png:
        * platform/efl/tables/mozilla/bugs/bug2509-expected.png:
        * platform/efl/tables/mozilla/bugs/bug2516-expected.png:
        * platform/efl/tables/mozilla/bugs/bug25367-expected.png:
        * platform/efl/tables/mozilla/bugs/bug25663-expected.png:
        * platform/efl/tables/mozilla/bugs/bug2585-expected.png:
        * platform/efl/tables/mozilla/bugs/bug26178-expected.png:
        * platform/efl/tables/mozilla/bugs/bug26553-expected.png: Added.
        * platform/efl/tables/mozilla/bugs/bug2684-expected.png:
        * platform/efl/tables/mozilla/bugs/bug27038-1-expected.png:
        * platform/efl/tables/mozilla/bugs/bug27038-2-expected.png:
        * platform/efl/tables/mozilla/bugs/bug27038-3-expected.png:
        * platform/efl/tables/mozilla/bugs/bug275625-expected.png:
        * platform/efl/tables/mozilla/bugs/bug2757-expected.png:
        * platform/efl/tables/mozilla/bugs/bug2763-expected.png:
        * platform/efl/tables/mozilla/bugs/bug2773-expected.png:
        * platform/efl/tables/mozilla/bugs/bug278266-expected.png:
        * platform/efl/tables/mozilla/bugs/bug278385-expected.png:
        * platform/efl/tables/mozilla/bugs/bug27993-1-expected.png:
        * platform/efl/tables/mozilla/bugs/bug28341-expected.png:
        * platform/efl/tables/mozilla/bugs/bug2886-2-expected.png:
        * platform/efl/tables/mozilla/bugs/bug2886-expected.png:
        * platform/efl/tables/mozilla/bugs/bug28928-expected.png:
        * platform/efl/tables/mozilla/bugs/bug29058-1-expected.png:
        * platform/efl/tables/mozilla/bugs/bug29058-3-expected.png:
        * platform/efl/tables/mozilla/bugs/bug29157-expected.png:
        * platform/efl/tables/mozilla/bugs/bug29314-expected.png:
        * platform/efl/tables/mozilla/bugs/bug29326-expected.png:
        * platform/efl/tables/mozilla/bugs/bug29429-expected.png:
        * platform/efl/tables/mozilla/bugs/bug2947-expected.png:
        * platform/efl/tables/mozilla/bugs/bug2962-expected.png:
        * platform/efl/tables/mozilla/bugs/bug2973-expected.png:
        * platform/efl/tables/mozilla/bugs/bug2981-1-expected.png:
        * platform/efl/tables/mozilla/bugs/bug2981-2-expected.png:
        * platform/efl/tables/mozilla/bugs/bug2997-expected.png:
        * platform/efl/tables/mozilla/bugs/bug30273-expected.png:
        * platform/efl/tables/mozilla/bugs/bug30332-1-expected.png:
        * platform/efl/tables/mozilla/bugs/bug30332-2-expected.png:
        * platform/efl/tables/mozilla/bugs/bug3037-1-expected.png:
        * platform/efl/tables/mozilla/bugs/bug3037-2-expected.png:
        * platform/efl/tables/mozilla/bugs/bug30418-expected.png:
        * platform/efl/tables/mozilla/bugs/bug30559-expected.png:
        * platform/efl/tables/mozilla/bugs/bug30692-expected.png:
        * platform/efl/tables/mozilla/bugs/bug30985-expected.png:
        * platform/efl/tables/mozilla/bugs/bug3103-expected.png:
        * platform/efl/tables/mozilla/bugs/bug3191-expected.png:
        * platform/efl/tables/mozilla/bugs/bug32205-2-expected.png:
        * platform/efl/tables/mozilla/bugs/bug32205-3-expected.png:
        * platform/efl/tables/mozilla/bugs/bug32205-5-expected.png:
        * platform/efl/tables/mozilla/bugs/bug32447-expected.png:
        * platform/efl/tables/mozilla/bugs/bug3260-expected.png:
        * platform/efl/tables/mozilla/bugs/bug3263-expected.png:
        * platform/efl/tables/mozilla/bugs/bug32841-expected.png:
        * platform/efl/tables/mozilla/bugs/bug3309-1-expected.png:
        * platform/efl/tables/mozilla/bugs/bug3309-2-expected.png:
        * platform/efl/tables/mozilla/bugs/bug33137-expected.png:
        * platform/efl/tables/mozilla/bugs/bug33855-expected.png:
        * platform/efl/tables/mozilla/bugs/bug34176-expected.png:
        * platform/efl/tables/mozilla/bugs/bug34538-expected.png:
        * platform/efl/tables/mozilla/bugs/bug3454-expected.png:
        * platform/efl/tables/mozilla/bugs/bug35662-expected.png:
        * platform/efl/tables/mozilla/bugs/bug3681-1-expected.png:
        * platform/efl/tables/mozilla/bugs/bug3681-2-expected.png:
        * platform/efl/tables/mozilla/bugs/bug3718-expected.png:
        * platform/efl/tables/mozilla/bugs/bug38916-expected.png:
        * platform/efl/tables/mozilla/bugs/bug39209-expected.png:
        * platform/efl/tables/mozilla/bugs/bug3977-expected.png:

2012-09-19  Sergio Villar Senin  <svillar@igalia.com>

        Unreviewed GTK gardening.

        Updated expectations for the WK2 GTK bot.

        * platform/gtk-wk2/TestExpectations:

2012-09-19  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] tables/mozilla tests need rebaseline (Part 3)
        https://bugs.webkit.org/show_bug.cgi?id=97090

        Unreviewed EFL gardening.

        Rebaseline pixel tests expectations for tables/mozilla/marvin/x_*
        tests.

        * platform/efl/tables/mozilla/marvin/x_caption_align_bottom-expected.png:
        * platform/efl/tables/mozilla/marvin/x_caption_align_top-expected.png:
        * platform/efl/tables/mozilla/marvin/x_caption_class-expected.png:
        * platform/efl/tables/mozilla/marvin/x_caption_id-expected.png:
        * platform/efl/tables/mozilla/marvin/x_caption_style-expected.png:
        * platform/efl/tables/mozilla/marvin/x_col_align_center-expected.png:
        * platform/efl/tables/mozilla/marvin/x_col_align_char-expected.png:
        * platform/efl/tables/mozilla/marvin/x_col_align_justify-expected.png:
        * platform/efl/tables/mozilla/marvin/x_col_align_left-expected.png:
        * platform/efl/tables/mozilla/marvin/x_col_align_right-expected.png:
        * platform/efl/tables/mozilla/marvin/x_col_span-expected.png:
        * platform/efl/tables/mozilla/marvin/x_col_valign_baseline-expected.png:
        * platform/efl/tables/mozilla/marvin/x_col_valign_bottom-expected.png:
        * platform/efl/tables/mozilla/marvin/x_col_valign_middle-expected.png:
        * platform/efl/tables/mozilla/marvin/x_col_valign_top-expected.png:
        * platform/efl/tables/mozilla/marvin/x_col_width_pct-expected.png:
        * platform/efl/tables/mozilla/marvin/x_col_width_px-expected.png:
        * platform/efl/tables/mozilla/marvin/x_col_width_rel-expected.png:
        * platform/efl/tables/mozilla/marvin/x_colgroup_align_center-expected.png:
        * platform/efl/tables/mozilla/marvin/x_colgroup_align_char-expected.png:
        * platform/efl/tables/mozilla/marvin/x_colgroup_align_justify-expected.png:
        * platform/efl/tables/mozilla/marvin/x_colgroup_align_left-expected.png:
        * platform/efl/tables/mozilla/marvin/x_colgroup_align_right-expected.png:
        * platform/efl/tables/mozilla/marvin/x_colgroup_span-expected.png:
        * platform/efl/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.png:
        * platform/efl/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.png:
        * platform/efl/tables/mozilla/marvin/x_colgroup_valign_middle-expected.png:
        * platform/efl/tables/mozilla/marvin/x_colgroup_valign_top-expected.png:
        * platform/efl/tables/mozilla/marvin/x_colgroup_width_pct-expected.png:
        * platform/efl/tables/mozilla/marvin/x_colgroup_width_rel-expected.png:
        * platform/efl/tables/mozilla/marvin/x_table-expected.png:
        * platform/efl/tables/mozilla/marvin/x_table_align_center-expected.png:
        * platform/efl/tables/mozilla/marvin/x_table_align_left-expected.png:
        * platform/efl/tables/mozilla/marvin/x_table_align_right-expected.png:
        * platform/efl/tables/mozilla/marvin/x_table_bgcolor_name-expected.png:
        * platform/efl/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.png:
        * platform/efl/tables/mozilla/marvin/x_table_border-expected.png:
        * platform/efl/tables/mozilla/marvin/x_table_border_none-expected.png:
        * platform/efl/tables/mozilla/marvin/x_table_border_px-expected.png:
        * platform/efl/tables/mozilla/marvin/x_table_cellpadding-expected.png:
        * platform/efl/tables/mozilla/marvin/x_table_cellpadding_pct-expected.png:
        * platform/efl/tables/mozilla/marvin/x_table_cellspacing-expected.png:
        * platform/efl/tables/mozilla/marvin/x_table_cellspacing_pct-expected.png:
        * platform/efl/tables/mozilla/marvin/x_table_class-expected.png:
        * platform/efl/tables/mozilla/marvin/x_table_frame_void-expected.png:
        * platform/efl/tables/mozilla/marvin/x_table_id-expected.png:
        * platform/efl/tables/mozilla/marvin/x_table_rules_groups-expected.png:
        * platform/efl/tables/mozilla/marvin/x_table_rules_none-expected.png:
        * platform/efl/tables/mozilla/marvin/x_table_style-expected.png:
        * platform/efl/tables/mozilla/marvin/x_table_width_pct-expected.png:
        * platform/efl/tables/mozilla/marvin/x_table_width_px-expected.png:
        * platform/efl/tables/mozilla/marvin/x_tbody_align_center-expected.png:
        * platform/efl/tables/mozilla/marvin/x_tbody_align_char-expected.png:
        * platform/efl/tables/mozilla/marvin/x_tbody_align_justify-expected.png:
        * platform/efl/tables/mozilla/marvin/x_tbody_align_left-expected.png:
        * platform/efl/tables/mozilla/marvin/x_tbody_align_right-expected.png:
        * platform/efl/tables/mozilla/marvin/x_tbody_class-expected.png:
        * platform/efl/tables/mozilla/marvin/x_tbody_id-expected.png:
        * platform/efl/tables/mozilla/marvin/x_tbody_style-expected.png:
        * platform/efl/tables/mozilla/marvin/x_tbody_valign_baseline-expected.png:
        * platform/efl/tables/mozilla/marvin/x_tbody_valign_bottom-expected.png:
        * platform/efl/tables/mozilla/marvin/x_tbody_valign_middle-expected.png:
        * platform/efl/tables/mozilla/marvin/x_tbody_valign_top-expected.png:
        * platform/efl/tables/mozilla/marvin/x_td_align_center-expected.png:
        * platform/efl/tables/mozilla/marvin/x_td_align_char-expected.png:
        * platform/efl/tables/mozilla/marvin/x_td_align_justify-expected.png:
        * platform/efl/tables/mozilla/marvin/x_td_align_left-expected.png:
        * platform/efl/tables/mozilla/marvin/x_td_align_right-expected.png:
        * platform/efl/tables/mozilla/marvin/x_td_bgcolor_name-expected.png:
        * platform/efl/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.png:
        * platform/efl/tables/mozilla/marvin/x_td_class-expected.png:
        * platform/efl/tables/mozilla/marvin/x_td_colspan-expected.png:
        * platform/efl/tables/mozilla/marvin/x_td_height-expected.png:
        * platform/efl/tables/mozilla/marvin/x_td_id-expected.png:
        * platform/efl/tables/mozilla/marvin/x_td_nowrap-expected.png:
        * platform/efl/tables/mozilla/marvin/x_td_rowspan-expected.png:
        * platform/efl/tables/mozilla/marvin/x_td_style-expected.png:
        * platform/efl/tables/mozilla/marvin/x_td_valign_baseline-expected.png:
        * platform/efl/tables/mozilla/marvin/x_td_valign_bottom-expected.png:
        * platform/efl/tables/mozilla/marvin/x_td_valign_middle-expected.png:
        * platform/efl/tables/mozilla/marvin/x_td_valign_top-expected.png:
        * platform/efl/tables/mozilla/marvin/x_td_width-expected.png:
        * platform/efl/tables/mozilla/marvin/x_tfoot_align_center-expected.png:
        * platform/efl/tables/mozilla/marvin/x_tfoot_align_char-expected.png:
        * platform/efl/tables/mozilla/marvin/x_tfoot_align_justify-expected.png:
        * platform/efl/tables/mozilla/marvin/x_tfoot_align_left-expected.png:
        * platform/efl/tables/mozilla/marvin/x_tfoot_align_right-expected.png:
        * platform/efl/tables/mozilla/marvin/x_tfoot_class-expected.png:
        * platform/efl/tables/mozilla/marvin/x_tfoot_id-expected.png:
        * platform/efl/tables/mozilla/marvin/x_tfoot_style-expected.png:
        * platform/efl/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.png:
        * platform/efl/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.png:
        * platform/efl/tables/mozilla/marvin/x_tfoot_valign_middle-expected.png:
        * platform/efl/tables/mozilla/marvin/x_tfoot_valign_top-expected.png:
        * platform/efl/tables/mozilla/marvin/x_th_align_center-expected.png:
        * platform/efl/tables/mozilla/marvin/x_th_align_char-expected.png:
        * platform/efl/tables/mozilla/marvin/x_th_align_justify-expected.png:
        * platform/efl/tables/mozilla/marvin/x_th_align_left-expected.png:
        * platform/efl/tables/mozilla/marvin/x_th_align_right-expected.png:
        * platform/efl/tables/mozilla/marvin/x_th_bgcolor_name-expected.png:
        * platform/efl/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.png:
        * platform/efl/tables/mozilla/marvin/x_th_class-expected.png:
        * platform/efl/tables/mozilla/marvin/x_th_colspan-expected.png:
        * platform/efl/tables/mozilla/marvin/x_th_height-expected.png:
        * platform/efl/tables/mozilla/marvin/x_th_id-expected.png:
        * platform/efl/tables/mozilla/marvin/x_th_nowrap-expected.png:
        * platform/efl/tables/mozilla/marvin/x_th_rowspan-expected.png:
        * platform/efl/tables/mozilla/marvin/x_th_style-expected.png:
        * platform/efl/tables/mozilla/marvin/x_th_valign_baseline-expected.png:
        * platform/efl/tables/mozilla/marvin/x_th_valign_bottom-expected.png:
        * platform/efl/tables/mozilla/marvin/x_th_valign_middle-expected.png:
        * platform/efl/tables/mozilla/marvin/x_th_valign_top-expected.png:
        * platform/efl/tables/mozilla/marvin/x_th_width-expected.png:
        * platform/efl/tables/mozilla/marvin/x_thead_align_center-expected.png:
        * platform/efl/tables/mozilla/marvin/x_thead_align_char-expected.png:
        * platform/efl/tables/mozilla/marvin/x_thead_align_justify-expected.png:
        * platform/efl/tables/mozilla/marvin/x_thead_align_left-expected.png:
        * platform/efl/tables/mozilla/marvin/x_thead_align_right-expected.png:
        * platform/efl/tables/mozilla/marvin/x_thead_class-expected.png:
        * platform/efl/tables/mozilla/marvin/x_thead_id-expected.png:
        * platform/efl/tables/mozilla/marvin/x_thead_style-expected.png:
        * platform/efl/tables/mozilla/marvin/x_thead_valign_baseline-expected.png:
        * platform/efl/tables/mozilla/marvin/x_thead_valign_bottom-expected.png:
        * platform/efl/tables/mozilla/marvin/x_thead_valign_middle-expected.png:
        * platform/efl/tables/mozilla/marvin/x_thead_valign_top-expected.png:
        * platform/efl/tables/mozilla/marvin/x_tr_align_center-expected.png:
        * platform/efl/tables/mozilla/marvin/x_tr_align_char-expected.png:
        * platform/efl/tables/mozilla/marvin/x_tr_align_justify-expected.png:
        * platform/efl/tables/mozilla/marvin/x_tr_align_left-expected.png:
        * platform/efl/tables/mozilla/marvin/x_tr_align_right-expected.png:
        * platform/efl/tables/mozilla/marvin/x_tr_bgcolor_name-expected.png:
        * platform/efl/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.png:
        * platform/efl/tables/mozilla/marvin/x_tr_class-expected.png:
        * platform/efl/tables/mozilla/marvin/x_tr_id-expected.png:
        * platform/efl/tables/mozilla/marvin/x_tr_style-expected.png:
        * platform/efl/tables/mozilla/marvin/x_tr_valign_baseline-expected.png:
        * platform/efl/tables/mozilla/marvin/x_tr_valign_bottom-expected.png:
        * platform/efl/tables/mozilla/marvin/x_tr_valign_middle-expected.png:
        * platform/efl/tables/mozilla/marvin/x_tr_valign_top-expected.png:

2012-09-19  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] tables/mozilla tests need rebaseline (Part 4)
        https://bugs.webkit.org/show_bug.cgi?id=97091

        Unreviewed EFL gardening.

        Rebaseline remaining pixel test expectations for
        tables/mozilla/marvin/ tests.

        * platform/efl/tables/mozilla/marvin/backgr_index-expected.png:
        * platform/efl/tables/mozilla/marvin/backgr_layers-opacity-expected.png:
        * platform/efl/tables/mozilla/marvin/backgr_position-table-expected.png:
        * platform/efl/tables/mozilla/marvin/backgr_simple-table-cell-expected.png:
        * platform/efl/tables/mozilla/marvin/backgr_simple-table-column-expected.png:
        * platform/efl/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png:
        * platform/efl/tables/mozilla/marvin/backgr_simple-table-expected.png:
        * platform/efl/tables/mozilla/marvin/backgr_simple-table-row-expected.png:
        * platform/efl/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
        * platform/efl/tables/mozilla/marvin/body_col-expected.png:
        * platform/efl/tables/mozilla/marvin/body_tbody-expected.png:
        * platform/efl/tables/mozilla/marvin/body_tfoot-expected.png:
        * platform/efl/tables/mozilla/marvin/body_thead-expected.png:
        * platform/efl/tables/mozilla/marvin/col_span-expected.png:
        * platform/efl/tables/mozilla/marvin/colgroup_align_center-expected.png:
        * platform/efl/tables/mozilla/marvin/colgroup_align_justify-expected.png:
        * platform/efl/tables/mozilla/marvin/colgroup_align_left-expected.png:
        * platform/efl/tables/mozilla/marvin/colgroup_align_right-expected.png:
        * platform/efl/tables/mozilla/marvin/colgroup_span-expected.png:
        * platform/efl/tables/mozilla/marvin/colgroup_valign_baseline-expected.png:
        * platform/efl/tables/mozilla/marvin/colgroup_valign_bottom-expected.png:
        * platform/efl/tables/mozilla/marvin/colgroup_valign_middle-expected.png:
        * platform/efl/tables/mozilla/marvin/colgroup_valign_top-expected.png:
        * platform/efl/tables/mozilla/marvin/colgroup_width_pct-expected.png:
        * platform/efl/tables/mozilla/marvin/colgroup_width_px-expected.png:
        * platform/efl/tables/mozilla/marvin/table_frame_border-expected.png:
        * platform/efl/tables/mozilla/marvin/table_frame_box-expected.png:
        * platform/efl/tables/mozilla/marvin/table_overflow_hidden_td-expected.png:
        * platform/efl/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.png:
        * platform/efl/tables/mozilla/marvin/table_row_align_center-expected.png:
        * platform/efl/tables/mozilla/marvin/table_row_align_left-expected.png:
        * platform/efl/tables/mozilla/marvin/table_row_align_right-expected.png:
        * platform/efl/tables/mozilla/marvin/table_rules_all-expected.png:
        * platform/efl/tables/mozilla/marvin/table_rules_groups-expected.png:
        * platform/efl/tables/mozilla/marvin/table_rules_none-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_align_center-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_align_left-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_align_right-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_bgcolor_aqua-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_bgcolor_black-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_bgcolor_blue-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_bgcolor_gray-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_bgcolor_green-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_bgcolor_lime-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_bgcolor_maroon-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_bgcolor_navy-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_bgcolor_olive-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_bgcolor_purple-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_bgcolor_red-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_bgcolor_silver-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_bgcolor_teal-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_bgcolor_white-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_bgcolor_yellow-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_border_0-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_border_1-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_border_2-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_border_3-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_caption_align_bot-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_caption_align_top-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_cellpadding-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_cellpadding_pct-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_cellspacing-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_class-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_default-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_id-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_row_th_nowrap-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_style-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_td_align_center-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_td_align_left-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_td_align_right-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_td_colspan-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_td_height-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_td_nowrap-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_td_rowspan-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_td_width-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_th_align_center-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_th_align_left-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_th_align_right-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_th_colspan-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_th_height-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_th_rowspan-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_th_width-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_width_percent-expected.png:
        * platform/efl/tables/mozilla/marvin/tables_width_px-expected.png:
        * platform/efl/tables/mozilla/marvin/tbody_align_center-expected.png:
        * platform/efl/tables/mozilla/marvin/tbody_align_char-expected.png:
        * platform/efl/tables/mozilla/marvin/tbody_align_justify-expected.png:
        * platform/efl/tables/mozilla/marvin/tbody_align_left-expected.png:
        * platform/efl/tables/mozilla/marvin/tbody_align_right-expected.png:
        * platform/efl/tables/mozilla/marvin/tbody_char-expected.png:
        * platform/efl/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
        * platform/efl/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
        * platform/efl/tables/mozilla/marvin/tbody_valign_middle-expected.png:
        * platform/efl/tables/mozilla/marvin/tbody_valign_top-expected.png:
        * platform/efl/tables/mozilla/marvin/td_valign_baseline-expected.png:
        * platform/efl/tables/mozilla/marvin/td_valign_bottom-expected.png:
        * platform/efl/tables/mozilla/marvin/td_valign_middle-expected.png:
        * platform/efl/tables/mozilla/marvin/td_valign_top-expected.png:
        * platform/efl/tables/mozilla/marvin/tfoot_align_center-expected.png:
        * platform/efl/tables/mozilla/marvin/tfoot_align_char-expected.png:
        * platform/efl/tables/mozilla/marvin/tfoot_align_justify-expected.png:
        * platform/efl/tables/mozilla/marvin/tfoot_align_left-expected.png:
        * platform/efl/tables/mozilla/marvin/tfoot_align_right-expected.png:
        * platform/efl/tables/mozilla/marvin/tfoot_char-expected.png:
        * platform/efl/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
        * platform/efl/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
        * platform/efl/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
        * platform/efl/tables/mozilla/marvin/tfoot_valign_top-expected.png:
        * platform/efl/tables/mozilla/marvin/th_valign_baseline-expected.png:
        * platform/efl/tables/mozilla/marvin/th_valign_bottom-expected.png:
        * platform/efl/tables/mozilla/marvin/th_valign_middle-expected.png:
        * platform/efl/tables/mozilla/marvin/th_valign_top-expected.png:
        * platform/efl/tables/mozilla/marvin/thead_align_center-expected.png:
        * platform/efl/tables/mozilla/marvin/thead_align_char-expected.png:
        * platform/efl/tables/mozilla/marvin/thead_align_justify-expected.png:
        * platform/efl/tables/mozilla/marvin/thead_align_left-expected.png:
        * platform/efl/tables/mozilla/marvin/thead_align_right-expected.png:
        * platform/efl/tables/mozilla/marvin/thead_char-expected.png:
        * platform/efl/tables/mozilla/marvin/thead_valign_baseline-expected.png:
        * platform/efl/tables/mozilla/marvin/thead_valign_bottom-expected.png:
        * platform/efl/tables/mozilla/marvin/thead_valign_middle-expected.png:
        * platform/efl/tables/mozilla/marvin/thead_valign_top-expected.png:
        * platform/efl/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.png:
        * platform/efl/tables/mozilla/marvin/tr_bgcolor_black-expected.png:
        * platform/efl/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.png:
        * platform/efl/tables/mozilla/marvin/tr_bgcolor_blue-expected.png:
        * platform/efl/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.png:
        * platform/efl/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.png:
        * platform/efl/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.png:
        * platform/efl/tables/mozilla/marvin/tr_bgcolor_gray-expected.png:
        * platform/efl/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.png:
        * platform/efl/tables/mozilla/marvin/tr_bgcolor_green-expected.png:
        * platform/efl/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.png:
        * platform/efl/tables/mozilla/marvin/tr_bgcolor_lime-expected.png:
        * platform/efl/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.png:
        * platform/efl/tables/mozilla/marvin/tr_bgcolor_maroon-expected.png:
        * platform/efl/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.png:
        * platform/efl/tables/mozilla/marvin/tr_bgcolor_navy-expected.png:
        * platform/efl/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.png:
        * platform/efl/tables/mozilla/marvin/tr_bgcolor_olive-expected.png:
        * platform/efl/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.png:
        * platform/efl/tables/mozilla/marvin/tr_bgcolor_purple-expected.png:
        * platform/efl/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.png:
        * platform/efl/tables/mozilla/marvin/tr_bgcolor_red-expected.png:
        * platform/efl/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.png:
        * platform/efl/tables/mozilla/marvin/tr_bgcolor_silver-expected.png:
        * platform/efl/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.png:
        * platform/efl/tables/mozilla/marvin/tr_bgcolor_teal-expected.png:
        * platform/efl/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.png:
        * platform/efl/tables/mozilla/marvin/tr_bgcolor_white-expected.png:
        * platform/efl/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.png:
        * platform/efl/tables/mozilla/marvin/tr_bgcolor_yellow-expected.png:
        * platform/efl/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.png:
        * platform/efl/tables/mozilla/marvin/tr_valign_baseline-expected.png:
        * platform/efl/tables/mozilla/marvin/tr_valign_bottom-expected.png:
        * platform/efl/tables/mozilla/marvin/tr_valign_middle-expected.png:
        * platform/efl/tables/mozilla/marvin/tr_valign_top-expected.png:

2012-09-19  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] tables/mozilla tests need rebaseline (Part 2)
        https://bugs.webkit.org/show_bug.cgi?id=97089

        Unreviewed EFL gardening.

        Rebaseline remaining tables/mozilla/ tests and unskip
        them.

        * platform/efl/Skipped:
        * platform/efl/tables/mozilla/bugs/45621-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug101674-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug10269-2-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug1055-1-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug10565-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug10633-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug106816-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug11026-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug113235-1-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug113235-2-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug113424-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug11384q-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug11384s-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug1163-1-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug1188-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug119786-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug120107-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug12384-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug126742-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug1271-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug12908-1-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug12908-2-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug1296-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug1302-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug131020-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug13118-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug13169-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug1318-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug138725-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug139524-2-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug1430-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug14929-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug154780-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug15544-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug159108-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug17130-1-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug17130-2-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug17138-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug18359-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug19061-1-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug19061-2-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug194024-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug196870-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug2123-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug215629-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug222846-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug24200-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug2479-1-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug2479-2-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug2479-3-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug2479-4-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug2509-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug26178-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug26553-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug27038-1-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug27038-2-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug2886-2-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug28928-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug29058-3-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug29157-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug29314-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug29326-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug2947-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug2981-2-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug30559-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug30692-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug3309-1-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug3309-2-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug33137-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug33855-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug34176-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug38916-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug39209-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug4093-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug42187-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug4284-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug4382-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug43854-2-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug4427-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug4429-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug4527-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug46368-1-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug46368-2-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug46480-1-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug46480-2-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug48028-1-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug48028-2-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug50695-2-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug51037-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug51727-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug52505-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug52506-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug5538-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug55527-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug55545-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug56563-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug5797-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug5838-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug59354-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug60749-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug625-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug6304-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug6404-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug67915-1-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug69187-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug7112-1-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug7112-2-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug73321-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug7342-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug8032-1-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug82946-2-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug83786-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug8381-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug86708-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug9024-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug92647-2-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug9271-1-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug9271-2-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug96334-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug99948-expected.txt: Added.
        * platform/efl/tables/mozilla/marvin/backgr_index-expected.txt: Added.
        * platform/efl/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
        * platform/efl/tables/mozilla/marvin/backgr_position-table-expected.txt:
        * platform/efl/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
        * platform/efl/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
        * platform/efl/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
        * platform/efl/tables/mozilla/marvin/backgr_simple-table-expected.txt:
        * platform/efl/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
        * platform/efl/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
        * platform/efl/tables/mozilla/marvin/table_frame_border-expected.txt:
        * platform/efl/tables/mozilla/marvin/table_frame_box-expected.txt:
        * platform/efl/tables/mozilla/marvin/table_rules_all-expected.txt:
        * platform/efl/tables/mozilla/marvin/table_rules_none-expected.txt:
        * platform/efl/tables/mozilla/marvin/tables_caption_align_bot-expected.txt:
        * platform/efl/tables/mozilla/marvin/tables_caption_align_top-expected.txt:
        * platform/efl/tables/mozilla/marvin/tbody_valign_baseline-expected.txt: Added.
        * platform/efl/tables/mozilla/marvin/tbody_valign_bottom-expected.txt: Added.
        * platform/efl/tables/mozilla/marvin/tbody_valign_middle-expected.txt: Added.
        * platform/efl/tables/mozilla/marvin/tbody_valign_top-expected.txt: Added.
        * platform/efl/tables/mozilla/marvin/td_valign_baseline-expected.txt: Added.
        * platform/efl/tables/mozilla/marvin/td_valign_bottom-expected.txt: Added.
        * platform/efl/tables/mozilla/marvin/td_valign_middle-expected.txt: Added.
        * platform/efl/tables/mozilla/marvin/td_valign_top-expected.txt: Added.
        * platform/efl/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt: Added.
        * platform/efl/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt: Added.
        * platform/efl/tables/mozilla/marvin/tfoot_valign_middle-expected.txt: Added.
        * platform/efl/tables/mozilla/marvin/tfoot_valign_top-expected.txt: Added.
        * platform/efl/tables/mozilla/marvin/th_valign_baseline-expected.txt: Added.
        * platform/efl/tables/mozilla/marvin/th_valign_bottom-expected.txt: Added.
        * platform/efl/tables/mozilla/marvin/th_valign_middle-expected.txt: Added.
        * platform/efl/tables/mozilla/marvin/th_valign_top-expected.txt: Added.
        * platform/efl/tables/mozilla/marvin/thead_valign_baseline-expected.txt: Added.
        * platform/efl/tables/mozilla/marvin/thead_valign_bottom-expected.txt: Added.
        * platform/efl/tables/mozilla/marvin/thead_valign_middle-expected.txt: Added.
        * platform/efl/tables/mozilla/marvin/thead_valign_top-expected.txt: Added.
        * platform/efl/tables/mozilla/marvin/tr_valign_baseline-expected.txt: Added.
        * platform/efl/tables/mozilla/marvin/tr_valign_bottom-expected.txt: Added.
        * platform/efl/tables/mozilla/marvin/tr_valign_middle-expected.txt: Added.
        * platform/efl/tables/mozilla/marvin/tr_valign_top-expected.txt: Added.
        * platform/efl/tables/mozilla/marvin/x_caption_align_bottom-expected.txt:
        * platform/efl/tables/mozilla/marvin/x_caption_class-expected.txt:
        * platform/efl/tables/mozilla/marvin/x_caption_id-expected.txt:
        * platform/efl/tables/mozilla/marvin/x_caption_style-expected.txt:
        * platform/efl/tables/mozilla/marvin/x_col_valign_baseline-expected.txt:
        * platform/efl/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.txt:
        * platform/efl/tables/mozilla/marvin/x_table_align_center-expected.txt: Added.
        * platform/efl/tables/mozilla/marvin/x_table_rules_groups-expected.txt:
        * platform/efl/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt:
        * platform/efl/tables/mozilla/marvin/x_td_valign_baseline-expected.txt:
        * platform/efl/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt:
        * platform/efl/tables/mozilla/marvin/x_th_valign_baseline-expected.txt:
        * platform/efl/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt:
        * platform/efl/tables/mozilla/marvin/x_tr_valign_baseline-expected.txt:
        * platform/efl/tables/mozilla/other/cell_widths-expected.txt: Added.
        * platform/efl/tables/mozilla/other/move_row-expected.txt:
        * platform/efl/tables/mozilla/other/test3-expected.txt:
        * platform/efl/tables/mozilla/other/test6-expected.txt:
        * platform/efl/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:

2012-09-19  Tommy Widenflycht  <tommyw@google.com>

        MediaStream API: Rename the RTCIceServer uri parameter to url.
        https://bugs.webkit.org/show_bug.cgi?id=97086

        Reviewed by Hajime Morita.

        * fast/mediastream/RTCPeerConnection-expected.txt:
        * fast/mediastream/RTCPeerConnection.html:
        * fast/mediastream/constructors-expected.txt:
        * fast/mediastream/constructors.html:

2012-09-19  Balazs Ankes  <bank@inf.u-szeged.hu>

        [Qt] REGRESSION(r128910): inspector/extensions/extensions-panel.html fails
        https://bugs.webkit.org/show_bug.cgi?id=97084

        Unreviewed gardeing.

        * platform/qt/Skipped:

2012-09-19  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r128976.
        http://trac.webkit.org/changeset/128976
        https://bugs.webkit.org/show_bug.cgi?id=97083

        Breaks compilation on QT, Apple WIn (Requested by vsevik on
        #webkit).

        * inspector/profiler/webgl/webgl-profiler-get-error.html:
        * inspector/profiler/webgl/webgl-profiler-test.js:
        (initialize_WebGLProfilerTest.InspectorTest.enableWebGLAgent):
        (initialize_WebGLProfilerTest):

2012-09-19  Sergio Villar Senin  <svillar@igalia.com>

        Unreviewed GTK gardening.

        Updated the recently added TestExpectations file for WK2 with the
        actual failures from the bot.

        * platform/gtk-wk2/TestExpectations:

2012-09-19  Andrey Adaikin  <aandrey@chromium.org>

        Web Inspector: [WebGL] -> [Canvas] Rename WebGLAgent to CanvasAgent
        https://bugs.webkit.org/show_bug.cgi?id=96917

        Reviewed by Vsevolod Vlasov.

        * inspector/profiler/webgl/webgl-profiler-get-error.html:
        * inspector/profiler/webgl/webgl-profiler-test.js:
        (initialize_CanvasWebGLProfilerTest.InspectorTest.enableCanvasAgent):
        (initialize_CanvasWebGLProfilerTest):

2012-09-19  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] tables/mozilla tests need rebaseline (Part 1)
        https://bugs.webkit.org/show_bug.cgi?id=97079

        Unreviewed EFL gardening.

        Rebaseline a first part of the tables/mozilla tests
        and unskip them.

        * platform/efl/Skipped:
        * platform/efl/tables/mozilla/collapsing_borders/bug127040-expected.png:
        * platform/efl/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
        * platform/efl/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
        * platform/efl/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
        * platform/efl/tables/mozilla/core/bloomberg-expected.png:
        * platform/efl/tables/mozilla/core/bloomberg-expected.txt: Added.
        * platform/efl/tables/mozilla/core/borders-expected.png:
        * platform/efl/tables/mozilla/core/box_sizing-expected.png:
        * platform/efl/tables/mozilla/core/captions-expected.png:
        * platform/efl/tables/mozilla/core/captions-expected.txt:
        * platform/efl/tables/mozilla/core/cell_heights-expected.png:
        * platform/efl/tables/mozilla/core/cell_heights-expected.txt:
        * platform/efl/tables/mozilla/core/col_span-expected.png:
        * platform/efl/tables/mozilla/core/col_widths_auto_auto-expected.png:
        * platform/efl/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
        * platform/efl/tables/mozilla/core/col_widths_auto_autoFix-expected.txt: Added.
        * platform/efl/tables/mozilla/core/col_widths_auto_autoFixPer-expected.png:
        * platform/efl/tables/mozilla/core/col_widths_auto_autoPer-expected.png:
        * platform/efl/tables/mozilla/core/col_widths_auto_fix-expected.png:
        * platform/efl/tables/mozilla/core/col_widths_auto_fixPer-expected.png:
        * platform/efl/tables/mozilla/core/col_widths_auto_per-expected.png:
        * platform/efl/tables/mozilla/core/col_widths_fix_auto-expected.png:
        * platform/efl/tables/mozilla/core/col_widths_fix_autoFix-expected.png:
        * platform/efl/tables/mozilla/core/col_widths_fix_autoPer-expected.png:
        * platform/efl/tables/mozilla/core/col_widths_fix_fix-expected.png:
        * platform/efl/tables/mozilla/core/col_widths_fix_fixPer-expected.png:
        * platform/efl/tables/mozilla/core/col_widths_fix_per-expected.png:
        * platform/efl/tables/mozilla/core/margins-expected.png:
        * platform/efl/tables/mozilla/core/margins-expected.txt:
        * platform/efl/tables/mozilla/core/misc-expected.png:
        * platform/efl/tables/mozilla/core/misc-expected.txt: Added.
        * platform/efl/tables/mozilla/core/nested1-expected.png:
        * platform/efl/tables/mozilla/core/one_row-expected.png:
        * platform/efl/tables/mozilla/core/row_span-expected.png:
        * platform/efl/tables/mozilla/core/row_span-expected.txt: Added.
        * platform/efl/tables/mozilla/core/table_frame-expected.png:
        * platform/efl/tables/mozilla/core/table_heights-expected.png:
        * platform/efl/tables/mozilla/core/table_rules-expected.png:
        * platform/efl/tables/mozilla/core/table_rules-expected.txt:
        * platform/efl/tables/mozilla/core/table_widths-expected.png:
        * platform/efl/tables/mozilla/dom/appendCol2-expected.png:
        * platform/efl/tables/mozilla/dom/appendRowsExpand1-expected.png:
        * platform/efl/tables/mozilla/dom/appendTbodyExpand1-expected.png:
        * platform/efl/tables/mozilla/dom/deleteCellsRebuild1-expected.png:
        * platform/efl/tables/mozilla/dom/deleteCellsShrink1-expected.png:
        * platform/efl/tables/mozilla/dom/deleteCellsShrink2-expected.png:
        * platform/efl/tables/mozilla/dom/deleteCol1-expected.png:
        * platform/efl/tables/mozilla/dom/deleteCol2-expected.png:
        * platform/efl/tables/mozilla/dom/deleteCol3-expected.png:
        * platform/efl/tables/mozilla/dom/deleteColGroup1-expected.png:
        * platform/efl/tables/mozilla/dom/deleteColGroup2-expected.png:
        * platform/efl/tables/mozilla/dom/deleteRowsRebuild1-expected.png:
        * platform/efl/tables/mozilla/dom/deleteRowsShrink1-expected.png:
        * platform/efl/tables/mozilla/dom/deleteTbodyExpand1-expected.png:
        * platform/efl/tables/mozilla/dom/deleteTbodyRebuild1-expected.png:
        * platform/efl/tables/mozilla/dom/insertCellsExpand1-expected.png:
        * platform/efl/tables/mozilla/dom/insertCellsExpand2-expected.png:
        * platform/efl/tables/mozilla/dom/insertCellsRebuild1-expected.png:
        * platform/efl/tables/mozilla/dom/insertCellsRebuild2-expected.png:
        * platform/efl/tables/mozilla/dom/insertColGroups1-expected.png:
        * platform/efl/tables/mozilla/dom/insertColGroups2-expected.png:
        * platform/efl/tables/mozilla/dom/insertCols1-expected.png:
        * platform/efl/tables/mozilla/dom/insertCols2-expected.png:
        * platform/efl/tables/mozilla/dom/insertCols3-expected.png:
        * platform/efl/tables/mozilla/dom/insertCols4-expected.png:
        * platform/efl/tables/mozilla/dom/insertCols5-expected.png:
        * platform/efl/tables/mozilla/dom/insertRowsExpand1-expected.png:
        * platform/efl/tables/mozilla/dom/insertRowsRebuild1-expected.png:
        * platform/efl/tables/mozilla/dom/tableDom-expected.png:
        * platform/efl/tables/mozilla/dom/tableDom-expected.txt:

2012-09-19  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Skip inspector/extensions/extensions-panel.html
        https://bugs.webkit.org/show_bug.cgi?id=97078

        Unreviewed EFL gardening.

        Skip inspector/extensions/extensions-panel.html for
        EFL port since it started failing after r128910.

        * platform/efl-wk1/TestExpectations:

2012-09-18  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Skip several JS tests that crash after r128802
        https://bugs.webkit.org/show_bug.cgi?id=97074

        Unreviewed EFL gardening.

        Move several JS test cases to TestExpectations because
        they are consistently crashing on our debug bots
        after r128802.

        * platform/efl/TestExpectations:

2012-09-18  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Generate baseline for media/video-controls-visible-audio-only.html
        https://bugs.webkit.org/show_bug.cgi?id=97073

        Unreviewed EFL gardening.

        Generate missing baseline for media/video-controls-visible-audio-only.html
        on EFL port.

        * platform/efl/media/video-controls-visible-audio-only-expected.txt: Added.

2012-09-18  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Move several test cases to efl-wk1 TestExpectations
        https://bugs.webkit.org/show_bug.cgi?id=97072

        Unreviewed EFL gardening.

        Move several test cases to efl-wk1 TestExpectations
        since they don't fail on the WebKit2 bots.

        * platform/efl-wk1/TestExpectations:
        * platform/efl/TestExpectations:

2012-09-18  Sailesh Agrawal  <sail@chromium.org>

        Chromium: Scrollbar with tickmarks doesn't respond to clicks
        https://bugs.webkit.org/show_bug.cgi?id=96049

        Reviewed by Beth Dakin.

        * fast/scrolling/scrollbar-tickmarks-hittest-expected.txt: Added.
        * fast/scrolling/scrollbar-tickmarks-hittest.html: Added.

2012-09-18  Noel Gordon  <noel.gordon@gmail.com>

        Add partial load tests for PNG images
        https://bugs.webkit.org/show_bug.cgi?id=95707

        Reviewed by Adam Barth.

        Partial load test: receive a partial number of image bytes and stall forever. The
        partial image should be decoded and drawn and the blue <img> background should be
        visible.

        Progressive load test: receive a partial number of image bytes, stall for 1 second
        and then continue to receive all the image bytes. The entire test image should be
        decoded and drawn and the blue <img> background should be visible.

        * fast/images/resources/dice.png: Added: test image has alpha transparency.
        * http/tests/images/png-partial-load-expected.png: Added.
        * http/tests/images/png-partial-load-expected.txt: Added.
        * http/tests/images/png-partial-load.html: Added.
        * http/tests/images/png-progressive-load-expected.png: Added.
        * http/tests/images/png-progressive-load-expected.txt: Added.
        * http/tests/images/png-progressive-load.html: Added.
        * platform/chromium/http/tests/images/png-partial-load-expected.png: Added.
        * platform/mac/http/tests/images/png-partial-load-expected.png: Added.

2012-09-18  Kentaro Hara  <haraken@chromium.org>

        [V8] Notification.requestPermission(function() {alert();}) crashes
        https://bugs.webkit.org/show_bug.cgi?id=94462

        Reviewed by Adam Barth.

        The added test checks if Notification.requestPermission() does not crash.

        * http/tests/notifications/notification-request-permission-expected.txt: Added.
        * http/tests/notifications/notification-request-permission.html: Added.

2012-09-18  Dirk Pranke  <dpranke@chromium.org>

        Adjust expectation for fast/workers/storage/interrupt-database.html
        https://bugs.webkit.org/show_bug.cgi?id=84696

        Unreviewed, expectations change.

        It looks like this test is just kinda slow and probably won't timeout if we mark it SLOW.

        * platform/chromium/TestExpectations:

2012-09-18  Dirk Pranke  <dpranke@chromium.org>

        [chromium] word-spacing-characters{,-complex} no longer fail on Mac.
        https://bugs.webkit.org/show_bug.cgi?id=94008
        https://bugs.webkit.org/show_bug.cgi?id=94003

        Unreviewed, expectations change.

        * platform/chromium/TestExpectations:

2012-09-18  Dirk Pranke  <dpranke@chromium.org>

        [chromium] gradient-with-scaled-ancestor passes on mac lion gpu
        http://bugs.webkit.org/show_bug.cgi?id=96441

        Unreviewed, expectations change.

        * platform/chromium/TestExpectations:

2012-09-18  Dirk Pranke  <dpranke@chromium.org>

        [chromium] Adjust expectation for fast/css/sticky/sticky-left-percentage.html
        http://webkit.org/b/95136

        Unreviewed, expectations change.

        The test is only failing on win and linux now.

        * platform/chromium/TestExpectations:

2012-09-18  Dirk Pranke  <dpranke@chromium.org>

        [chromium] overflow-auto-with-touch-toggle is no longer failing.
        https://bugs.webkit.org/show_bug.cgi?id=94353

        Unreviewed, expectations change.

        * platform/chromium/TestExpectations:

2012-09-18  Dirk Pranke  <dpranke@chromium.org>

        [chromium] fast/css/nested-rounded-corners.html is no longer failing.
        https://bugs.webkit.org/show_bug.cgi?id=94063

        Unreviewed, expectations change.

        * platform/chromium/TestExpectations:

2012-09-18  Dirk Pranke  <dpranke@chromium.org>

        [chromium] font-scale-factor.html and simple-paragraph.html are no longer failing.
        https://bugs.webkit.org/show_bug.cgi?id=90741

        Unreviewed, expectations change.

        * platform/chromium/TestExpectations:

2012-09-18  Dirk Pranke  <dpranke@chromium.org>

        [chromium] fast/table/border-collapsing/cached-69296.html is no longer failing.
        https://bugs.webkit.org/show_bug.cgi?id=70298

        Unreviewed, expectations change.

        * platform/chromium/TestExpectations:

2012-09-18  Dirk Pranke  <dpranke@chromium.org>

        [chromium] fast/js/kde/GlobalObject.html is no longer failing.
        https://bugs.webkit.org/show_bug.cgi?id=75468

        Unreviewed, expectations change.

        * platform/chromium/TestExpectations:

2012-09-18  Dirk Pranke  <dpranke@chromium.org>

        [chromium] Mark LayoutTests/fullscreen/exit-full-screen-iframe.html as flaky.
        https://bugs.webkit.org/show_bug.cgi?id=90704

        Unreviewed, expectations change.

        * platform/chromium/TestExpectations:

2012-09-18  Dirk Pranke  <dpranke@chromium.org>

        [chromium] 2d.imageData.object.round and canvas-ImageData-behavior are no longer failing
        https://bugs.webkit.org/show_bug.cgi?id=94246

        Unreviewed, expectations change.
        
        [chromium] The following suppressions appear to be no longer needed
        (the tests are passing), so I'm removing them:
        
        BUGWK94246 : canvas/philip/tests/2d.imageData.object.round.html = TEXT
        BUGWK94246 : platform/chromium/virtual/gpu/canvas/philip/tests/2d.imageData.object.round.html = TEXT
        BUGWK94246 : fast/canvas/canvas-ImageData-behaviour.html = TEXT
        BUGWK94246 : platform/chromium/virtual/gpu/fast/canvas/canvas-ImageData-behaviour.html = TEXT

        * platform/chromium/TestExpectations:

2012-09-18  Dirk Pranke  <dpranke@chromium.org>

        fast/dom/Window/anonymous-slot-with-changes.html is no longer failing.
        http://code.google.com/p/chromium/issues/detail?id=33538

        Unreviewed, expectations change.

        * platform/chromium/TestExpectations:

2012-09-18  Byungwoo Lee  <bw80.lee@samsung.com>

        Title string should be changed when document.title is set to ''.
        https://bugs.webkit.org/show_bug.cgi?id=96793

        Reviewed by Kenneth Rohde Christiansen.

        Added layout tests for assigning empty string to title text.
        And modified expected results according to the change of
        dumpTitleChanges.

        * fast/dom/title-text-property-2-expected.txt: Modified expected result.
        * fast/dom/title-text-property-assigning-empty-string-expected.txt: Added.
        * fast/dom/title-text-property-assigning-empty-string.html: Added.
        * fast/dom/title-text-property-expected.txt: Modified expected result.
        * fast/dom/title-text-property.html: Apply modified dumpTitleChanges.

2012-09-18  Julien Chaffraix  <jchaffraix@webkit.org>

        More unreviewed rebaseline after r128906.

        * platform/chromium-mac/fast/invalid/residual-style-expected.txt:
        * platform/chromium-win-xp/fast/invalid/residual-style-expected.txt: Added.
        * platform/chromium-win-xp/tables/mozilla/bugs/bug56563-expected.png: Added.

2012-09-18  Ojan Vafai  <ojan@chromium.org>

        http://trac.webkit.org/changeset/128912 caused these tests to start failing.
        Looks like a garden-o-matic/webkit-patch bug.

        * platform/chromium-linux/css3/filters/filter-change-repaint-composited-expected.png: Added.
        * platform/chromium-linux/css3/filters/filter-change-repaint-expected.png: Added.
        * platform/chromium-linux/css3/filters/filter-repaint-child-layers-expected.png: Added.
        * platform/chromium-linux/css3/filters/filter-repaint-composited-fallback-crash-expected.png: Added.
        * platform/chromium-linux/css3/filters/filter-repaint-composited-fallback-expected.png: Added.

2012-09-18  Filip Pizlo  <fpizlo@apple.com>

        Unreviewed gardening after http://trac.webkit.org/changeset/128928

        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/qt/Skipped:

2012-09-18  John Mellor  <johnme@chromium.org>

        Text Autosizing: Ignore constrained heights in certain circumstances.
        https://bugs.webkit.org/show_bug.cgi?id=96848

        Reviewed by Julien Chaffraix.

        Added 3 tests, updated 2, and removed 1. See below.

        * fast/text-autosizing/constrained-height-body-expected.html: Added.
        * fast/text-autosizing/constrained-height-body.html: Added.

            Checks that constrained height html & body are ignored.

        * fast/text-autosizing/constrained-then-overflow-then-positioned-ancestors-expected.html: Removed.
        * fast/text-autosizing/constrained-then-overflow-then-positioned-ancestors.html: Removed.

            Removed because this situation is no longer possible now that
            heightless position:absolute elements are always unconstrained.

        * fast/text-autosizing/constrained-out-of-flow-expected.html: Added.
        * fast/text-autosizing/constrained-out-of-flow.html: Added.

            Checks that floats and out-of-flow positioned elements do not ignore
            constraints on themselves.

        * fast/text-autosizing/constrained-then-float-ancestors-expected.html: Added.
        * fast/text-autosizing/constrained-then-float-ancestors.html: Added.

            Checks that floats ignore constraints on ancestors.

        * fast/text-autosizing/constrained-then-position-absolute-ancestors-expected.html:
        * fast/text-autosizing/constrained-then-position-absolute-ancestors.html:

            Added position:relative to emphasize that the ancestor's constrained
            height is actually being ignored, not just skipped over; and updated
            explanation.

        * fast/text-autosizing/constrained-then-position-fixed-ancestors-expected.html:
        * fast/text-autosizing/constrained-then-position-fixed-ancestors.html:

            Updated explanation (since the test still passes, but for a
            different reason).

2012-09-18  Alexey Proskuryakov  <ap@apple.com>

        Layout Test svg/dom/SVGScriptElement/script-change-externalResourcesRequired-while-loading.svg is failing
        https://bugs.webkit.org/show_bug.cgi?id=93589

        * platform/mac/Skipped: Skipping the test on Mac.

2012-09-18  Joshua Bell  <jsbell@chromium.org>

        [Chromium] Unreviewed, add missing newline to expectation for test only run
        as part of chromium's content_browsertests.

        * storage/indexeddb/basics-shared-workers-expected.txt:

2012-09-18  Ojan Vafai  <ojan@chromium.org>

        Remove lines for tests that haven't failed on any Chromium bot for the last 500 runs.
        * platform/chromium/TestExpectations:

2012-09-18  Julien Chaffraix  <jchaffraix@webkit.org>

        Rebaseline after r128906. All the differences were expected.

        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug56563-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug56563-expected.png:
        * platform/gtk/fast/invalid/residual-style-expected.txt:
        * platform/mac/fast/invalid/residual-style-expected.txt:

2012-09-18  Ojan Vafai  <ojan@chromium.org>

        Complete some forgotten rebaselines. The new results match other ports/platforms.

        * fast/block/float/024-expected.txt: Renamed from LayoutTests/platform/efl/fast/block/float/024-expected.txt.
        * fast/block/margin-collapse/025-expected.txt: Renamed from LayoutTests/platform/efl/fast/block/margin-collapse/025-expected.txt.
        * fast/block/margin-collapse/block-inside-inline/025-expected.txt: Renamed from LayoutTests/platform/efl/fast/block/margin-collapse/block-inside-inline/025-expected.txt.
        * fast/block/margin-collapse/empty-clear-blocks-expected.txt: Renamed from LayoutTests/platform/efl/fast/block/margin-collapse/empty-clear-blocks-expected.txt.
        * platform/chromium-mac-snowleopard/fast/block/float/024-expected.png:
        * platform/chromium-mac-snowleopard/fast/block/margin-collapse/empty-clear-blocks-expected.png:
        * platform/chromium-mac/fast/block/float/024-expected.png:
        * platform/chromium-mac/fast/block/float/024-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/024-expected.txt.
        * platform/chromium-mac/fast/block/margin-collapse/025-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/025-expected.txt.
        * platform/chromium-mac/fast/block/margin-collapse/block-inside-inline/025-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/025-expected.txt.
        * platform/chromium-mac/fast/block/margin-collapse/empty-clear-blocks-expected.png:
        * platform/chromium-mac/fast/block/margin-collapse/empty-clear-blocks-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/empty-clear-blocks-expected.txt.
        * platform/chromium/TestExpectations:

2012-09-18  Bo Liu  <boliu@chromium.org>

        Revert 128780, 128676, 128645
        https://bugs.webkit.org/show_bug.cgi?id=97022

        Reviewed by Adam Barth.

        I made these revisions to add in-place reload behavior to ImagesEnabled setting.
        Reverting this for now due to them causing performance regression in
        chromium, possibly caused by increased calls to
        PermissionClient::imageAllowed.

        * fast/loader/display-image-unset-allows-cached-image-load-expected.txt: Removed.
        * fast/loader/display-image-unset-allows-cached-image-load.html: Removed.
        * fast/loader/display-image-unset-can-block-image-and-can-reload-in-place-expected.txt: Removed.
        * fast/loader/display-image-unset-can-block-image-and-can-reload-in-place.html: Removed.
        * fast/loader/images-enabled-unset-can-block-image-and-can-reload-in-place-expected.txt: Removed.
        * fast/loader/images-enabled-unset-can-block-image-and-can-reload-in-place.html: Removed.
        * fast/loader/resources/image1.html: Removed.
        * fast/loader/resources/image2.html: Removed.
        * platform/chromium/http/tests/permissionclient/image-permissions-expected.txt:
        * platform/chromium/permissionclient/image-permissions-expected.txt:
        * platform/chromium/permissionclient/image-permissions.html:
        * platform/chromium/permissionclient/resources/image.html:
        * platform/wk2/Skipped:

2012-09-18  Sergio Villar Senin  <svillar@igalia.com>

        [GTK] [WK2] Replace Skipped with TestExpectations
        https://bugs.webkit.org/show_bug.cgi?id=97029

        Reviewed by Martin Robinson.

        Replace the Skipped file with a TestExpectations file which adds
        lots of semantics.

        * platform/gtk-wk2/Skipped: Removed.
        * platform/gtk-wk2/TestExpectations: Added.

2012-09-18  Ojan Vafai  <ojan@chromium.org>

        Rebaseline tests. Mostly failing due to slight pixel differences.
        * platform/chromium-win/css3/filters/crash-hw-sw-switch-expected.png:
        * platform/chromium-win/css3/filters/effect-brightness-clamping-expected.png:
        * platform/chromium-win/css3/filters/effect-brightness-expected.png:
        These two results are darker now, but this matches the mac/linux results.

        * platform/chromium-win/css3/filters/filter-change-repaint-composited-expected.png: Added.
        * platform/chromium-win/css3/filters/filter-change-repaint-expected.png: Added.
        * platform/chromium-win/css3/filters/filter-repaint-child-layers-expected.png: Added.
        * platform/chromium-win/css3/filters/filter-repaint-composited-fallback-crash-expected.png: Added.
        * platform/chromium-win/css3/filters/filter-repaint-composited-fallback-expected.png: Added.
        * platform/chromium/TestExpectations:

2012-09-18  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Skipping large number of tests that have been failing on Windows.
        https://bugs.webkit.org/show_bug.cgi?id=97026

        Due to the state of the windows bots a large number of tests have been failing for quite some time and it is difficult to tell when the failure started. 
        For now I'm adding these tests to the skip list to get the bots greener and will come back to them later.

        * platform/win/Skipped:

2012-09-18  John J. Barton  <johnjbarton@chromium.org>

        Web Inspector: Set focus on the ExtensionPanel's iframe when it is selected
        https://bugs.webkit.org/show_bug.cgi?id=96148

        Reviewed by Vsevolod Vlasov.

        Add one line to verify that the panel's document has focus after show

        * inspector/extensions/extensions-panel-expected.txt:
        * inspector/extensions/extensions-panel.html:

2012-09-18  Ojan Vafai  <ojan@chromium.org>

        Rebaseline tests failing due to expected slight pixel differences.

        * platform/chromium-linux/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
        * platform/chromium-linux/svg/custom/feComponentTransfer-Discrete-expected.png:
        * platform/chromium-linux/svg/custom/feComponentTransfer-Gamma-expected.png:
        * platform/chromium-linux/svg/custom/feComponentTransfer-Linear-expected.png:
        * platform/chromium-linux/svg/custom/feComponentTransfer-Table-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Discrete-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Gamma-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Linear-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Table-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
        * platform/chromium-mac/css3/filters/effect-combined-expected.png:
        * platform/chromium-mac/css3/filters/effect-opacity-expected.png:
        * platform/chromium-mac/css3/filters/effect-reference-ordering-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
        * platform/chromium-mac/svg/custom/feComponentTransfer-Discrete-expected.png:
        * platform/chromium-mac/svg/custom/feComponentTransfer-Gamma-expected.png:
        * platform/chromium-mac/svg/custom/feComponentTransfer-Linear-expected.png:
        * platform/chromium-mac/svg/custom/feComponentTransfer-Table-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
        * platform/chromium-win/css3/filters/effect-combined-expected.png:
        * platform/chromium-win/css3/filters/effect-opacity-expected.png:
        * platform/chromium-win/css3/filters/effect-reference-ordering-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
        * platform/chromium-win/svg/custom/feComponentTransfer-Discrete-expected.png:
        * platform/chromium-win/svg/custom/feComponentTransfer-Gamma-expected.png:
        * platform/chromium-win/svg/custom/feComponentTransfer-Linear-expected.png:
        * platform/chromium-win/svg/custom/feComponentTransfer-Table-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
        * platform/chromium/TestExpectations:

2012-09-18  Julien Chaffraix  <jchaffraix@webkit.org>

        Tables without any descendant and auto logical width should have a 0px logical width
        https://bugs.webkit.org/show_bug.cgi?id=95521

        Reviewed by Abhishek Arya.

        * fast/table/empty-table-should-take-no-space-expected.html: Added.
        * fast/table/empty-table-should-take-no-space.html: Added.
        * fast/table/fixed-table-layout/empty-table-should-take-no-space-fixed-layout-expected.html: Added.
        * fast/table/fixed-table-layout/empty-table-should-take-no-space-fixed-layout.html: Added.
        2 new tests to check that empty tables have 0px logical width.

        * platform/chromium-linux/tables/mozilla/bugs/bug56563-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug56563-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug56563-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug56563-expected.txt:
        * tables/mozilla/bugs/bug56563-expected.txt:
        Progression. The table now is 2px wide as it has a 1px right & left border.

        * platform/chromium-linux/fast/invalid/residual-style-expected.txt:
        Progression. The changes are due to the tables shrinking which is expected.

        * platform/chromium-linux/fast/forms/file/file-input-disabled-expected.txt:
        * platform/chromium-mac/fast/forms/file/file-input-disabled-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug113235-2-expected.txt:
        * platform/chromium-win-xp/fast/forms/file-input-disabled-expected.txt:
        * platform/chromium-win/fast/forms/file/file-input-disabled-expected.txt:
        * platform/chromium-win/fast/invalid/017-expected.txt:
        * platform/chromium-win/fast/invalid/018-expected.txt:
        * platform/chromium-win/fast/invalid/020-expected.txt:
        * platform/chromium-win/fast/invalid/table-inside-stray-table-content-expected.txt:
        * platform/chromium-win/tables/mozilla/bugs/bug113235-2-expected.txt:
        * platform/chromium-win/tables/mozilla/bugs/bug23994-expected.txt:
        * platform/chromium-win/tables/mozilla/bugs/bug56405-expected.txt:
        * platform/efl/fast/forms/file/file-input-disabled-expected.txt:
        * platform/efl/fast/invalid/017-expected.txt:
        * platform/efl/fast/invalid/018-expected.txt:
        * platform/efl/fast/invalid/020-expected.txt:
        * platform/efl/fast/invalid/table-inside-stray-table-content-expected.txt:
        * platform/efl/fast/invalid/table-residual-style-crash-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug23994-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug56405-expected.txt:
        * platform/gtk/fast/forms/file/file-input-disabled-expected.txt:
        * platform/gtk/fast/invalid/017-expected.txt:
        * platform/gtk/fast/invalid/018-expected.txt:
        * platform/gtk/fast/invalid/020-expected.txt:
        * platform/gtk/fast/invalid/table-inside-stray-table-content-expected.txt:
        * platform/gtk/fast/invalid/table-residual-style-crash-expected.txt:
        * platform/gtk/tables/mozilla/bugs/bug23994-expected.txt:
        * platform/gtk/tables/mozilla/bugs/bug56405-expected.txt:
        * platform/mac/fast/forms/file/file-input-disabled-expected.txt:
        * platform/mac/fast/invalid/017-expected.txt:
        * platform/mac/fast/invalid/018-expected.txt:
        * platform/mac/fast/invalid/020-expected.txt:
        * platform/mac/fast/invalid/table-inside-stray-table-content-expected.txt:
        * platform/mac/fast/invalid/table-residual-style-crash-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug113235-2-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug23994-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug56405-expected.txt:
        * platform/qt/fast/forms/file/file-input-disabled-expected.txt:
        * platform/qt/fast/invalid/017-expected.txt:
        * platform/qt/fast/invalid/018-expected.txt:
        * platform/qt/fast/invalid/020-expected.txt:
        * platform/qt/fast/invalid/table-inside-stray-table-content-expected.txt:
        * platform/qt/fast/invalid/table-residual-style-crash-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug113235-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug23994-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug56405-expected.txt:
        * platform/win/fast/forms/file-input-disabled-expected.txt:
        * platform/win/fast/forms/file/file-input-disabled-expected.txt:
        * tables/mozilla/bugs/bug113235-2-expected.txt:
        Progression. The tables now have a 0px logical width. In some cases, we add the border-spacing in the
        block-flow direction if we have a row. This is not consistently handled by browsers and not very well
        defined in CSS.

2012-09-18  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding expectations for flakily-crashing tests, these failures
        are a regression from r128802.

        * platform/gtk/TestExpectations:

2012-09-18  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Gardening.

        Move fast/events/dont-loose-last-event.html from Skipped to
        TestExpectations now that it has a proper bug tracking the
        failure.

        * platform/efl/Skipped:
        * platform/efl/TestExpectations:

2012-09-18  Andrey Kosyakov  <caseq@chromium.org>

        Unreviewed. Avoid using a deprecated extension API parameter in test to avoid console warning,
        that break expectations on EFL due to EFL's DRT logging inspector console output to test
        expectations.

        * inspector/extensions/extensions-audits-api.html:
        * platform/efl/TestExpectations:

2012-09-18  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Gardening.

        * platform/efl/TestExpectations: Skip
        inspector/extensions/extensions-audits-api.html while we do not
        solve the associated bug.

2012-09-18  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Unreviewed daily gardening.

        Re-skip a few tests which were unskipped in r128880 and r128882
        and still fail both on my machine and on the bots.

        * platform/efl/Skipped:
        * platform/efl/TestExpectations:

2012-09-18  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Unskip the right ietestcenter tests after r128802.

        * platform/efl/TestExpectations:

2012-09-18  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Rebaseline several test cases in Skipped list
        https://bugs.webkit.org/show_bug.cgi?id=97000

        Unreviewed EFL gardening.

        Rebaseline several test cases an unskip them.

        * platform/efl/Skipped:
        * platform/efl/TestExpectations:
        * platform/efl/animations/additive-transform-animations-expected.txt: Added.
        * platform/efl/animations/cross-fade-webkit-mask-box-image-expected.png: Added.
        * platform/efl/animations/cross-fade-webkit-mask-box-image-expected.txt: Added.
        * platform/efl/fast/events/offsetX-offsetY-expected.txt: Removed.
        * platform/efl/fast/events/pointer-events-2-expected.png:
        * platform/efl/fast/events/pointer-events-2-expected.txt:
        * platform/efl/fast/forms/001-expected.png:
        * platform/efl/fast/forms/001-expected.txt:
        * platform/efl/fast/forms/float-before-fieldset-expected.png:
        * platform/efl/fast/forms/float-before-fieldset-expected.txt:
        * platform/efl/fast/forms/form-element-geometry-expected.png:
        * platform/efl/fast/forms/form-element-geometry-expected.txt:
        * platform/efl/fast/forms/input-baseline-expected.png:
        * platform/efl/fast/forms/input-baseline-expected.txt:
        * platform/efl/fast/forms/input-placeholder-visibility-1-expected.png:
        * platform/efl/fast/forms/input-placeholder-visibility-1-expected.txt:
        * platform/efl/fast/forms/input-text-scroll-left-on-blur-expected.png:
        * platform/efl/fast/forms/input-text-scroll-left-on-blur-expected.txt:
        * platform/efl/fast/forms/mailto/advanced-get-expected.txt: Added.
        * platform/efl/fast/forms/mailto/advanced-put-expected.txt: Added.
        * platform/efl/fast/forms/placeholder-position-expected.png:
        * platform/efl/fast/forms/placeholder-position-expected.txt:
        * platform/efl/fast/forms/placeholder-pseudo-style-expected.png:
        * platform/efl/fast/forms/placeholder-pseudo-style-expected.txt:
        * platform/efl/fast/forms/textarea-placeholder-pseudo-style-expected.png:
        * platform/efl/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
        * platform/efl/fast/gradients/generated-gradients-expected.png:
        * platform/efl/fast/gradients/generated-gradients-expected.txt:
        * platform/efl/fast/gradients/radial-centered-expected.png:
        * platform/efl/fast/gradients/radial-centered-expected.txt:
        * platform/efl/fast/inline-block/contenteditable-baseline-expected.png:
        * platform/efl/fast/inline-block/contenteditable-baseline-expected.txt:
        * platform/efl/fast/inline/continuation-outlines-with-layers-2-expected.png:
        * platform/efl/fast/inline/continuation-outlines-with-layers-2-expected.txt:
        * platform/efl/fast/inline/inline-box-background-expected.png:
        * platform/efl/fast/inline/inline-box-background-expected.txt:
        * platform/efl/fast/inline/inline-box-background-long-image-expected.png:
        * platform/efl/fast/inline/inline-box-background-long-image-expected.txt:
        * platform/efl/fast/inline/inline-box-background-repeat-x-expected.png:
        * platform/efl/fast/inline/inline-box-background-repeat-x-expected.txt:
        * platform/efl/fast/inline/inline-box-background-repeat-y-expected.png:
        * platform/efl/fast/inline/inline-box-background-repeat-y-expected.txt:
        * platform/efl/fast/invalid/nestedh3s-expected.png:
        * platform/efl/fast/invalid/nestedh3s-expected.txt:
        * platform/efl/fast/overflow/overflow-float-stacking-expected.png:
        * platform/efl/fast/overflow/overflow-float-stacking-expected.txt:
        * platform/efl/fast/overflow/overflow-stacking-expected.png:
        * platform/efl/fast/overflow/overflow-stacking-expected.txt:
        * platform/efl/fast/repaint/block-layout-inline-children-replaced-expected.png:
        * platform/efl/fast/repaint/block-layout-inline-children-replaced-expected.txt:
        * platform/efl/fast/repaint/japanese-rl-selection-clear-expected.png:
        * platform/efl/fast/repaint/japanese-rl-selection-clear-expected.txt:
        * platform/efl/fast/repaint/japanese-rl-selection-repaint-expected.png:
        * platform/efl/fast/repaint/japanese-rl-selection-repaint-expected.txt:
        * platform/efl/fast/repaint/line-flow-with-floats-in-regions-expected.png:
        * platform/efl/fast/repaint/line-flow-with-floats-in-regions-expected.txt:
        * platform/efl/fast/repaint/moving-shadow-on-path-expected.png:
        * platform/efl/fast/repaint/moving-shadow-on-path-expected.txt:
        * platform/efl/fast/repaint/repaint-svg-after-style-change-expected.png: Added.
        * platform/efl/fast/repaint/repaint-svg-after-style-change-expected.txt: Added.
        * platform/efl/fast/repaint/table-section-repaint-expected.txt:
        * platform/efl/fast/repaint/transform-absolute-in-positioned-container-expected.png:
        * platform/efl/fast/repaint/transform-absolute-in-positioned-container-expected.txt:
        * platform/efl/fast/replaced/width100percent-searchfield-expected.png:
        * platform/efl/fast/replaced/width100percent-searchfield-expected.txt:
        * platform/efl/fast/table/027-expected.png:
        * platform/efl/fast/table/027-expected.txt:
        * platform/efl/fast/table/027-vertical-expected.png:
        * platform/efl/fast/table/027-vertical-expected.txt:
        * platform/efl/fast/table/032-expected.png:
        * platform/efl/fast/table/032-expected.txt:
        * platform/efl/fast/table/040-expected.png:
        * platform/efl/fast/table/040-expected.txt:
        * platform/efl/fast/table/040-vertical-expected.png:
        * platform/efl/fast/table/040-vertical-expected.txt:
        * platform/efl/fast/table/absolute-table-at-bottom-expected.png:
        * platform/efl/fast/table/absolute-table-at-bottom-expected.txt:
        * platform/efl/fast/table/border-collapsing/004-expected.png:
        * platform/efl/fast/table/border-collapsing/004-expected.txt:
        * platform/efl/fast/table/border-collapsing/004-vertical-expected.png:
        * platform/efl/fast/table/border-collapsing/004-vertical-expected.txt:
        * platform/efl/fast/table/dynamic-caption-add-before-child-expected.png:
        * platform/efl/fast/table/dynamic-caption-add-before-child-expected.txt:
        * platform/efl/fast/table/frame-and-rules-expected.png:
        * platform/efl/fast/table/frame-and-rules-expected.txt:
        * platform/efl/fast/table/multiple-captions-display-expected.png: Added.
        * platform/efl/fast/table/multiple-captions-display-expected.txt:
        * platform/efl/media/video-colorspace-yuv420-expected.png: Added.
        * platform/efl/media/video-colorspace-yuv420-expected.txt: Added.
        * platform/efl/media/video-colorspace-yuv422-expected.png: Added.
        * platform/efl/media/video-colorspace-yuv422-expected.txt: Added.
        * platform/efl/perf/nested-combined-selectors-expected.txt: Added.
        * platform/efl/userscripts/script-run-at-end-expected.txt: Added.

2012-09-18  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Gardening after r128802.

        * platform/efl/TestExpectations: Temporarily skip a few JS tests
        which are crashing after r128802.

2012-09-18  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] min-device-width failures in media tests
        https://bugs.webkit.org/show_bug.cgi?id=96920

        Reviewed by Kenneth Rohde Christiansen.

        Unskip several test cases which should pass on the
        build bots now that we return a realistic screen
        resolution whenever it cannot be detected.

        * platform/efl/TestExpectations:

2012-09-18  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL][WK2] Clarify TestExpectations file
        https://bugs.webkit.org/show_bug.cgi?id=97003

        Unreviewed EFL gardening.

        Slight reorganization and bug numbers updating
        in EFL WK2 TestExpectations for clarity.

        * platform/efl-wk2/TestExpectations:

2012-09-18  Csaba Osztrogonác  <ossy@webkit.org>

        REGRESSION(r128802): It made some JS tests crash
        https://bugs.webkit.org/show_bug.cgi?id=97001

        Unreviewed gardening, skip the new _crashing_ tests to paint the bots green.

        * platform/qt/Skipped:

2012-09-14  Andrey Kosyakov  <caseq@chromium.org>

        Web Inspector: [Extensions API] explicitly manage extension audit progress
        https://bugs.webkit.org/show_bug.cgi?id=96803

        Reviewed by Alexander Pavlov.

        * inspector/extensions/extensions-audits-api-expected.txt: Added AuditResults.updateProgress()
        * inspector/extensions/extensions-audits.html: Added a call to updateProgress()

2012-09-18  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Unreviewed gardening.

        Update some pixel expectations after a long time.
        japanese-lr-selection-expected.png now actually shows a selection
        background, some shadows are displayed properly and some fonts
        have had rendering adjustments.

        * platform/efl/fast/writing-mode/basic-vertical-line-expected.png:
        * platform/efl/fast/writing-mode/border-radius-clipping-vertical-lr-expected.png:
        * platform/efl/fast/writing-mode/box-shadow-horizontal-bt-expected.png:
        * platform/efl/fast/writing-mode/box-shadow-vertical-lr-expected.png:
        * platform/efl/fast/writing-mode/box-shadow-vertical-rl-expected.png:
        * platform/efl/fast/writing-mode/english-bt-text-expected.png:
        * platform/efl/fast/writing-mode/english-rl-text-expected.png:
        * platform/efl/fast/writing-mode/fieldsets-expected.png:
        * platform/efl/fast/writing-mode/japanese-lr-selection-expected.png:

2012-09-18  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Gardening after r128802.

        * platform/efl/TestExpectations: Unskip test that is now passing.

2012-09-18  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>

        [EFL] Unreviewed gardening.

        Update MathML expectations after r128837.

        * platform/efl/mathml/presentation/attributes-expected.txt:
        * platform/efl/mathml/presentation/fenced-expected.txt:
        * platform/efl/mathml/presentation/fenced-mi-expected.png:
        * platform/efl/mathml/presentation/fenced-mi-expected.txt:
        * platform/efl/mathml/presentation/fractions-expected.txt:
        * platform/efl/mathml/presentation/fractions-vertical-alignment-expected.txt:
        * platform/efl/mathml/presentation/mo-stretch-expected.png:
        * platform/efl/mathml/presentation/mo-stretch-expected.txt:
        * platform/efl/mathml/presentation/mroot-pref-width-expected.txt:
        * platform/efl/mathml/presentation/roots-expected.txt:
        * platform/efl/mathml/presentation/row-alignment-expected.png:
        * platform/efl/mathml/presentation/row-alignment-expected.txt:
        * platform/efl/mathml/presentation/style-expected.txt:
        * platform/efl/mathml/presentation/sub-expected.txt:
        * platform/efl/mathml/presentation/subsup-expected.png:
        * platform/efl/mathml/presentation/subsup-expected.txt:
        * platform/efl/mathml/presentation/sup-expected.txt:
        * platform/efl/mathml/presentation/tables-expected.png:
        * platform/efl/mathml/presentation/tables-expected.txt:
        * platform/efl/mathml/presentation/tokenElements-expected.txt:
        * platform/efl/mathml/presentation/under-expected.txt:
        * platform/efl/mathml/presentation/underover-expected.txt:
        * platform/efl/mathml/xHeight-expected.txt:

2012-09-18  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Unskip fast/js/global-constructors.html
        https://bugs.webkit.org/show_bug.cgi?id=96984

        Unreviewed EFL gardening.

        Generate baseline for fast/js/global-constructors.html
        and unskip test. The only differences in the expected
        output are due to webkit prefix.

        * fast/js/global-constructors-expected.txt: Added.
        * platform/efl/Skipped:

2012-09-18  Szilard Ledan  <szledan@inf.u-szeged.hu>

        [Qt] Skipped failing tests because eventSender.gestureTap
        is not implemented on Qt, ENABLE(SHADOW_DOM) is disabled and
        WebKitDisplayImagesKey is not supported.

        Reviewed by Csaba Osztrogonác.

        * platform/qt/Skipped:

2012-09-18  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Rebaselining MathML tests' baselines after r128837.

        * platform/gtk/mathml/presentation/attributes-expected.png:
        * platform/gtk/mathml/presentation/attributes-expected.txt:
        * platform/gtk/mathml/presentation/fenced-expected.txt:
        * platform/gtk/mathml/presentation/fenced-mi-expected.png:
        * platform/gtk/mathml/presentation/fenced-mi-expected.txt:
        * platform/gtk/mathml/presentation/fractions-expected.png:
        * platform/gtk/mathml/presentation/fractions-expected.txt:
        * platform/gtk/mathml/presentation/fractions-vertical-alignment-expected.png:
        * platform/gtk/mathml/presentation/fractions-vertical-alignment-expected.txt:
        * platform/gtk/mathml/presentation/mo-expected.png:
        * platform/gtk/mathml/presentation/mo-expected.txt:
        * platform/gtk/mathml/presentation/mo-stretch-expected.png:
        * platform/gtk/mathml/presentation/mo-stretch-expected.txt:
        * platform/gtk/mathml/presentation/mroot-pref-width-expected.txt:
        * platform/gtk/mathml/presentation/over-expected.png:
        * platform/gtk/mathml/presentation/over-expected.txt:
        * platform/gtk/mathml/presentation/roots-expected.png:
        * platform/gtk/mathml/presentation/roots-expected.txt:
        * platform/gtk/mathml/presentation/row-alignment-expected.png:
        * platform/gtk/mathml/presentation/row-alignment-expected.txt:
        * platform/gtk/mathml/presentation/row-expected.png:
        * platform/gtk/mathml/presentation/row-expected.txt:
        * platform/gtk/mathml/presentation/style-expected.png:
        * platform/gtk/mathml/presentation/style-expected.txt:
        * platform/gtk/mathml/presentation/sub-expected.png:
        * platform/gtk/mathml/presentation/sub-expected.txt:
        * platform/gtk/mathml/presentation/subsup-expected.png:
        * platform/gtk/mathml/presentation/subsup-expected.txt:
        * platform/gtk/mathml/presentation/sup-expected.png:
        * platform/gtk/mathml/presentation/sup-expected.txt:
        * platform/gtk/mathml/presentation/tables-expected.png:
        * platform/gtk/mathml/presentation/tables-expected.txt:
        * platform/gtk/mathml/presentation/tokenElements-expected.txt:
        * platform/gtk/mathml/presentation/under-expected.png:
        * platform/gtk/mathml/presentation/under-expected.txt:
        * platform/gtk/mathml/presentation/underover-expected.png:
        * platform/gtk/mathml/presentation/underover-expected.txt:
        * platform/gtk/mathml/xHeight-expected.png: Added.
        * platform/gtk/mathml/xHeight-expected.txt:

2012-09-18  Mihnea Ovidenie  <mihnea@adobe.com>

        [CSSRegions]Flag auto-height regions
        https://bugs.webkit.org/show_bug.cgi?id=96267

        Reviewed by Julien Chaffraix.

        The regions having auto logical height should be flagged so that their height will computed as part of a 2 pass-layout mechanism.
        Added a test that checks whether a region in several situations is marked properly.

        * fast/regions/autoheight-regions-mark.html: Added.
        * platform/mac/fast/regions/autoheight-regions-mark-expected.png: Added.
        * platform/mac/fast/regions/autoheight-regions-mark-expected.txt: Added.
        * platform/chromium/TestExpectations:

2012-09-18  Shinya Kawanaka  <shinyak@chromium.org>

        Disable adding an AuthorShadowRoot to replaced elements.
        https://bugs.webkit.org/show_bug.cgi?id=96978

        Reviewed by Hajime Morita.

        Since we don't support AuthorShadowRoot for replaced elements for now, we enable a flat to
        support AuthorShadowRoot in these tests.

        Also, we have a test to check to reject adding ShadowRoot to repalced elements.

        * fast/dom/shadow/select-image-with-shadow.html:
        * fast/dom/shadow/shadow-disable-expected.txt:
        * fast/dom/shadow/shadow-disable.html: Checks WebKit rejects adding ShadowRoot to repalced elements.
        * fast/dom/shadow/shadowdom-for-fieldset-only-shadow.html:
        * fast/dom/shadow/shadowdom-for-image-alt-update.html:
        * fast/dom/shadow/shadowdom-for-image-alt.html:
        * fast/dom/shadow/shadowdom-for-image-content.html:
        * fast/dom/shadow/shadowdom-for-image-dynamic.html:
        * fast/dom/shadow/shadowdom-for-image-event-click.html:
        * fast/dom/shadow/shadowdom-for-image-event.html:
        * fast/dom/shadow/shadowdom-for-image-in-shadowdom.html:
        * fast/dom/shadow/shadowdom-for-image-map.html:
        * fast/dom/shadow/shadowdom-for-image-style.html:
        * fast/dom/shadow/shadowdom-for-image-with-multiple-shadow.html:
        * fast/dom/shadow/shadowdom-for-image-with-pseudo-id.html:
        * fast/dom/shadow/shadowdom-for-image-with-width-and-height.html:
        * fast/dom/shadow/shadowdom-for-image.html:
        * fast/dom/shadow/shadowdom-for-keygen-complex-shadow.html:
        * fast/dom/shadow/shadowdom-for-keygen-without-shadow.html:
        * fast/dom/shadow/shadowdom-for-meter-dynamic.html:
        * fast/dom/shadow/shadowdom-for-meter-multiple.html:
        * fast/dom/shadow/shadowdom-for-meter-with-style.html:
        * fast/dom/shadow/shadowdom-for-meter-without-appearance.html:
        * fast/dom/shadow/shadowdom-for-meter-without-shadow-element.html:
        * fast/dom/shadow/shadowdom-for-meter.html:
        * fast/dom/shadow/shadowdom-for-object-only-shadow.html:
        * fast/dom/shadow/shadowdom-for-progress-dynamic.html:
        * fast/dom/shadow/shadowdom-for-progress-multiple.html:
        * fast/dom/shadow/shadowdom-for-progress-with-style.html:
        * fast/dom/shadow/shadowdom-for-progress-without-appearance.html:
        * fast/dom/shadow/shadowdom-for-progress-without-shadow-element.html:
        * fast/dom/shadow/shadowdom-for-progress.html:
        * fast/dom/shadow/shadowdom-for-textarea-complex-shadow.html:
        * fast/dom/shadow/shadowdom-for-textarea-with-placeholder.html:
        * fast/dom/shadow/shadowdom-for-textarea-without-shadow.html:
        * fast/dom/shadow/shadowdom-for-textarea.html:

2012-09-17  Zan Dobersek  <zandobersek@gmail.com>

        [GTK] fast/loader/display-image-unset-can-block-image-and-can-reload-in-place.html failing after r128645
        https://bugs.webkit.org/show_bug.cgi?id=96899

        Reviewed by Martin Robinson.

        Remove failure expectation for the test in title.

        * platform/gtk/TestExpectations:

2012-09-17  Shinya Kawanaka  <shinyak@chromium.org>

        [Chromium] Unreviewed gardening, mark perf/nested-combined-selectors.html is flaky

        perf/nested-combined-selectors.html is flaky on Chromium Mac 10.6

        * platform/chromium/TestExpectations:

2012-09-17  Stephanie Lewis  <slewis@apple.com>

        Rebaseline after http://trac.webkit.org/projects/webkit/changeset/128837.

        Unreviewed.

        * http/tests/xmlviewer/dumpAsText/mathml-expected.txt:
        * platform/mac/accessibility/math-alttext-expected.txt:

2012-09-17  Shinya Kawanaka  <shinyak@chromium.org> 

        Unreviewed gardening, more rebaseline after r128811

        * platform/chromium-win-xp/compositing/shadows/shadow-drawing-expected.png:
        * platform/chromium-win-xp/fast/css/shadow-multiple-expected.png: Added.

2012-09-17  Shinya Kawanaka  <shinyak@chromium.org>

        Unreviewed gardening, rebaseline after r128811

        * platform/chromium-linux-x86/fast/writing-mode/english-lr-text-expected.png: Removed.
        * platform/chromium-linux-x86/transitions/svg-text-shadow-transition-expected.png: Removed.
        * platform/chromium-linux/platform/chromium-linux/fast/text/chromium-linux-fontconfig-renderstyle-expected.png:
        * platform/chromium-win-xp/fast/multicol/shadow-breaking-expected.png: Added.
        * platform/chromium-win-xp/fast/repaint/shadow-multiple-vertical-expected.png: Added.
        * platform/chromium-win-xp/fast/text/shadow-translucent-fill-expected.png:
        * platform/chromium-win-xp/fast/text/stroking-decorations-expected.png:
        * platform/chromium-win-xp/fast/text/stroking-expected.png:
        * platform/chromium-win-xp/fast/transforms/shadows-expected.png: Added.
        * platform/chromium-win-xp/fast/writing-mode/english-lr-text-expected.png:
        * platform/chromium-win-xp/ietestcenter/css3/text/textshadow-002-expected.png: Added.
        * platform/chromium-win-xp/ietestcenter/css3/text/textshadow-010-expected.png: Added.
        * platform/chromium-win-xp/svg/css/composite-shadow-text-expected.png:
        * platform/chromium-win-xp/svg/css/shadow-changes-expected.png:
        * platform/chromium-win-xp/svg/css/text-gradient-shadow-expected.png:
        * platform/chromium-win-xp/svg/css/text-shadow-multiple-expected.png: Added.
        * platform/chromium-win-xp/transitions/svg-text-shadow-transition-expected.png:
        * platform/gtk/transitions/svg-text-shadow-transition-expected.png: Removed.
        * transitions/svg-text-shadow-transition-expected.png: Renamed from LayoutTests/platform/efl/transitions/svg-text-shadow-transition-expected.png.

2012-09-17  David Barton  <dbarton@mathscribe.com>

        Convert MathML to use flexboxes
        https://bugs.webkit.org/show_bug.cgi?id=96843

        Reviewed by Eric Seidel.

        * mathml/EmptyMFracCrash-expected.txt:
        * mathml/EmptyMunderOverCrash-expected.txt:
        * mathml/empty-mroot-crash-expected.txt:
        * mathml/fenced-whitespace-separators-crash-expected.txt:
        * mathml/msub-anonymous-child-render-crash-expected.txt:
        * mathml/msubsup-no-grandchild-expected.txt:
        * mathml/msubsup-remove-children-expected.txt:
        * mathml/munderover-remove-children-expected.txt:
        
        * mathml/presentation/fenced.xhtml:
        * mathml/presentation/mo.xhtml:
        * mathml/presentation/row.xhtml:
        * mathml/xHeight.xhtml:
            - The <div>s are wrapped in <mtext> elements to make them valid in MathML, with the intended layout.
        
        * platform/mac/mathml/presentation/attributes-expected.png:
        * platform/mac/mathml/presentation/attributes-expected.txt:
        * platform/mac/mathml/presentation/fenced-expected.txt:
        * platform/mac/mathml/presentation/fenced-mi-expected.png:
        * platform/mac/mathml/presentation/fenced-mi-expected.txt:
        * platform/mac/mathml/presentation/fractions-expected.txt:
        * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.txt:
        * platform/mac/mathml/presentation/mo-expected.png:
        * platform/mac/mathml/presentation/mo-expected.txt:
        * platform/mac/mathml/presentation/mo-stretch-expected.png:
        * platform/mac/mathml/presentation/mo-stretch-expected.txt:
        * platform/mac/mathml/presentation/mroot-pref-width-expected.txt:
        * platform/mac/mathml/presentation/over-expected.png:
        * platform/mac/mathml/presentation/over-expected.txt:
        * platform/mac/mathml/presentation/roots-expected.png:
        * platform/mac/mathml/presentation/roots-expected.txt:
        * platform/mac/mathml/presentation/row-alignment-expected.png:
        * platform/mac/mathml/presentation/row-alignment-expected.txt:
        * platform/mac/mathml/presentation/row-expected.png:
        * platform/mac/mathml/presentation/row-expected.txt:
        * platform/mac/mathml/presentation/style-expected.png:
        * platform/mac/mathml/presentation/style-expected.txt:
        * platform/mac/mathml/presentation/sub-expected.png:
        * platform/mac/mathml/presentation/sub-expected.txt:
        * platform/mac/mathml/presentation/subsup-expected.png:
        * platform/mac/mathml/presentation/subsup-expected.txt:
        * platform/mac/mathml/presentation/sup-expected.txt:
        * platform/mac/mathml/presentation/tables-expected.png:
        * platform/mac/mathml/presentation/tables-expected.txt:
        * platform/mac/mathml/presentation/tokenElements-expected.txt:
        * platform/mac/mathml/presentation/under-expected.txt:
        * platform/mac/mathml/presentation/underover-expected.png:
        * platform/mac/mathml/presentation/underover-expected.txt:
        * platform/mac/mathml/xHeight-expected.txt:

2012-09-17  Shinya Kawanaka  <shinyak@chromium.org>

        [Chromium] Unreviewed gardening, test expectations update.

        fast/js/cross-frame-really-bad-time-with-__proto__.html is failing from the beginning (r128816)

        * platform/chromium/TestExpectations:

2012-09-17  Shinya Kawanaka  <shinyak@chromium.org> 

        [Chromium] Unreviewed gardening, test expectations update.

        fast/js/cross-frame-really-bad-time.html is failing from the beginning (r128816)

        * platform/chromium/TestExpectations:

2012-09-17  Shinya Kawanaka  <shinyak@chromium.org>

        [Chromium] Unreviewed, test expectations update.

        These tests are failing from the beginning (r128802)
        fast/js/array-bad-time.html
        fast/js/array-slow-put.html
        fast/js/cross-frame-bad-time.html
        fast/js/object-bad-time.html
        fast/js/object-slow-put.html

        * platform/chromium/TestExpectations:

2012-09-17  Beth Dakin  <bdakin@apple.com>

        https://bugs.webkit.org/show_bug.cgi?id=96688

        Rubber-stamped by Alexey Proskuryakov.

        These platform-specific results are not necessary. They are identical to the 
        cross-platform results.
        * platform/mac/compositing/rtl: Removed.
        * platform/mac/compositing/rtl/rtl-fixed-expected.txt: Removed.
        * platform/mac/compositing/rtl/rtl-fixed-overflow-expected.txt: Removed.

2012-09-17  Filip Pizlo  <fpizlo@apple.com>

        We don't have a bad enough time if an object's prototype chain crosses global objects
        https://bugs.webkit.org/show_bug.cgi?id=96962

        Reviewed by Geoffrey Garen.

        * fast/js/cross-frame-really-bad-time-expected.txt: Added.
        * fast/js/cross-frame-really-bad-time-with-__proto__-expected.txt: Added.
        * fast/js/cross-frame-really-bad-time-with-__proto__.html: Added.
        * fast/js/cross-frame-really-bad-time.html: Added.
        * fast/js/script-tests/cross-frame-really-bad-time-with-__proto__.js: Added.
        (foo):
        (evil):
        (bar):
        (done):
        * fast/js/script-tests/cross-frame-really-bad-time.js: Added.
        (Cons):
        (foo):
        (evil):
        (bar):
        (done):

2012-09-17  Beth Dakin  <bdakin@apple.com>

        https://bugs.webkit.org/show_bug.cgi?id=96945
        REGRESSION (r128678): Several tests fail on WK2 bots 
        (compositing/rtl/rtl-fixed-overflow.html, 
        compositing/rtl/rtl-fixed.html, 
        fast/regions/float-pushed-width-change.html, 
        fast/repaint/fixed-move-after-keyboard-scroll.html)

        Reviewed by Tim Horton.

        These tests are failing after 
        https://bugs.webkit.org/show_bug.cgi?id=96688 They are failing on WK2 
        only because that change only forces compositing mode for fixed 
        position elements in WK2, not WK1. 

        This one is a ref test where the expectation used fixed positioning. 
        We can avoid using fixed pos and avoid that fact that that creates a 
        layer in WK2 and use absolute pos instead.
        * fast/regions/float-pushed-width-change-expected.html:

        These tests just need updated results in the mac-wk2 directory.
        * platform/mac-wk2/compositing/rtl: Added.
        * platform/mac-wk2/compositing/rtl/rtl-fixed-expected.txt: Added.
        * platform/mac-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt: Added.
        * platform/mac-wk2/fast/repaint: Added.
        * platform/mac-wk2/fast/repaint/fixed-move-after-keyboard-scroll-expected.png: Added.
        * platform/mac-wk2/fast/repaint/fixed-move-after-keyboard-scroll-expected.txt: Added.

2012-09-17  Nate Chapin  <japhet@chromium.org>

        Unreviewed, test expectations update.

        * platform/chromium/TestExpectations: Mark http/tests/inspector/network/network-xhr-replay.html as timing out on chromium win.

2012-09-17  Filip Pizlo  <fpizlo@apple.com>

        If a prototype has indexed setters and its instances have indexed storage, then all put_by_val's should have a bad time
        https://bugs.webkit.org/show_bug.cgi?id=96596

        Reviewed by Gavin Barraclough.

        Removed failing expectation for primitive-property-access-edge-cases, and
        added more tests to cover the numerical-setter-on-prototype cases.

        * fast/js/array-bad-time-expected.txt: Added.
        * fast/js/array-bad-time.html: Added.
        * fast/js/array-slow-put-expected.txt: Added.
        * fast/js/array-slow-put.html: Added.
        * fast/js/cross-frame-bad-time-expected.txt: Added.
        * fast/js/cross-frame-bad-time.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/object-bad-time-expected.txt: Added.
        * fast/js/object-bad-time.html: Added.
        * fast/js/object-slow-put-expected.txt: Added.
        * fast/js/object-slow-put.html: Added.
        * fast/js/script-tests/array-bad-time.js: Added.
        * fast/js/script-tests/array-slow-put.js: Added.
        (foo):
        * fast/js/script-tests/cross-frame-bad-time.js: Added.
        (foo):
        * fast/js/script-tests/object-bad-time.js: Added.
        (Cons):
        * fast/js/script-tests/object-slow-put.js: Added.
        (Cons):
        (foo):
        * platform/mac/fast/js/primitive-property-access-edge-cases-expected.txt: Removed.

2012-09-17  Tony Chang  <tony@chromium.org>

        [chromium] Unreviewed, updating some bug numbers in TestExpectations.

        * platform/chromium/TestExpectations:

2012-09-17  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: Result of IDBFactory.deleteDatabase() should be undefined, not null
        https://bugs.webkit.org/show_bug.cgi?id=96538

        Reviewed by Tony Chang.

        Check result of IDBFactory.deleteDatabase() - one updated assertion, one added assertion.

        * storage/indexeddb/factory-deletedatabase-expected.txt:
        * storage/indexeddb/intversion-long-queue-expected.txt:
        * storage/indexeddb/resources/factory-deletedatabase.js: Add new assertion.
        (reopenDatabase):
        * storage/indexeddb/resources/intversion-long-queue.js: Update existing assertion.
        (deleteDatabaseSuccessCallback):

2012-09-17  Alexey Proskuryakov  <ap@apple.com>

        https://bugs.webkit.org/show_bug.cgi?id=96942
        [Mac] Failing test http/tests/inspector/network/network-xhr-replay.html

        * platform/mac/Skipped: Skipping a test for the newly added feature.

2012-09-17  Bear Travis  <betravis@adobe.com>

        [CSS Exclusions] Enable shape-inside for percentage lengths based on logical height
        https://bugs.webkit.org/show_bug.cgi?id=93547

        Reviewed by Levi Weintraub.

        Test that shape percentage-based measurements resolve correctly. Some testing is
        already covered by shape-inside-percentage-auto.html.

        * fast/exclusions/shape-inside/shape-inside-percentage-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-percentage.html: Added.

2012-09-17  Ojan Vafai  <ojan@chromium.org>

        Cleanup the final instance of BUGUSERNAME.

        * platform/chromium/TestExpectations:

2012-09-17  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, skip one more crashy test to paint the bot green.

        * platform/qt/Skipped:

2012-09-17  Bo Liu  <boliu@chromium.org>

        Fix LoadImagesAutomatically cache behavior
        https://bugs.webkit.org/show_bug.cgi?id=96829

        Reviewed by Adam Barth.

        I broke the caching behavior of LoadImagesAutomatically in
        http://trac.webkit.org/changeset/128645

        This restores the original behavior that AutoLoadImage does not block
        loads from memory cache.

        * fast/loader/display-image-unset-allows-cached-image-load-expected.txt: Added.
        * fast/loader/display-image-unset-allows-cached-image-load.html: Added.
        * fast/loader/resources/image1.html: Added.
        * fast/loader/resources/image2.html: Added.
        * platform/wk2/Skipped:

2012-09-17  János Badics  <jbadics@inf.u-szeged.hu>

        [Qt]REGRESSION(r128699): It made 2 fast/js/dfg tests assert
        https://bugs.webkit.org/show_bug.cgi?id=96907

        Reviewed by Csaba Osztrogonác.

        * platform/qt/Skipped: Skip new crashing tests.

2012-09-17  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Skip again tests that were unskipped recently
        https://bugs.webkit.org/show_bug.cgi?id=96923

        Unreviewed EFL gardening.

        Skip again several test cases that were unskipped in
        r128753 but don't seem to pass on the bots for some
        reason.

        * platform/efl-wk1/TestExpectations:
        * platform/efl/TestExpectations:

2012-09-17  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Clean up Skipped list
        https://bugs.webkit.org/show_bug.cgi?id=96918

        Unreviewed EFL gardening.

        Unskip several test cases that are now passing for
        EFL port.

        * platform/efl/Skipped:
        * platform/efl/editing/input/caret-at-the-edge-of-input-expected.png: Added.
        * platform/efl/editing/input/caret-at-the-edge-of-input-expected.txt: Added.
        * platform/efl/editing/unsupported-content/list-delete-001-expected.png:
        * platform/efl/editing/unsupported-content/list-type-after-expected.png:
        * platform/efl/fast/block/basic/fieldset-stretch-to-legend-expected.png:
        * platform/efl/fast/block/basic/fieldset-stretch-to-legend-expected.txt:

2012-09-17  Allan Sandfeld Jensen  <allan.jensen@nokia.com>

        [TouchAdjustment] Adjusted point outside bounds for non-rectilinear targets
        https://bugs.webkit.org/show_bug.cgi?id=96098

        Reviewed by Antonio Gomes.

        Expands the test of rotated nodes to also perform checks of the validity of the adjusted points.

        * touchadjustment/resources/touchadjustment.js:
        (adjustTouchPoint):
        * touchadjustment/rotated-node-expected.txt:
        * touchadjustment/rotated-node.html:

2012-09-17  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Clean up Skipped list
        https://bugs.webkit.org/show_bug.cgi?id=96914

        Unreviewed EFL gardening.

        Clean up the EFL Skipped list. Unskip several test cases that
        are now passing and provide baselines for some of them.

        * platform/efl-wk1/TestExpectations:
        * platform/efl/Skipped:
        * platform/efl/TestExpectations:
        * platform/efl/fast/text/emphasis-expected.png: Added.
        * platform/efl/fast/text/emphasis-expected.txt: Added.
        * platform/efl/fast/text/international/vertical-text-metrics-test-expected.txt: Added.
        * platform/efl/fast/writing-mode/text-orientation-basic-expected.png: Added.
        * platform/efl/fast/writing-mode/text-orientation-basic-expected.txt: Added.
        * platform/efl/mathml/presentation/style-expected.png: Added.
        * platform/efl/mathml/presentation/style-expected.txt: Added.

2012-09-17  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] autoscroll-in-textarea.html fails on EFL
        https://bugs.webkit.org/show_bug.cgi?id=94150

        Reviewed by Kenneth Rohde Christiansen.

        Unskip several test cases that are passing now that textareas
        are rendered correctly.

        Rebaseline several test cases due to the textarea rendering
        change.

        * platform/efl/TestExpectations:
        * platform/efl/editing/input/reveal-caret-of-multiline-input-expected.png:
        * platform/efl/editing/input/reveal-caret-of-multiline-input-expected.txt:
        * platform/efl/fast/block/margin-collapse/103-expected.png:
        * platform/efl/fast/block/margin-collapse/103-expected.txt:
        * platform/efl/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
        * platform/efl/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
        * platform/efl/fast/dynamic/008-expected.png:
        * platform/efl/fast/dynamic/008-expected.txt:
        * platform/efl/fast/forms/text-control-intrinsic-widths-expected.txt:
        * platform/efl/fast/forms/textAreaLineHeight-expected.png:
        * platform/efl/fast/forms/textAreaLineHeight-expected.txt:
        * platform/efl/fast/forms/textarea-align-expected.png:
        * platform/efl/fast/forms/textarea-align-expected.txt:
        * platform/efl/fast/forms/textarea-placeholder-visibility-1-expected.png:
        * platform/efl/fast/forms/textarea-placeholder-visibility-1-expected.txt:
        * platform/efl/fast/forms/textarea-placeholder-visibility-2-expected.png:
        * platform/efl/fast/forms/textarea-placeholder-visibility-2-expected.txt:
        * platform/efl/fast/forms/textarea-scroll-height-expected.png: Added.
        * platform/efl/fast/forms/textarea-scroll-height-expected.txt: Added.
        * platform/efl/fast/forms/textarea-scrollbar-expected.png:
        * platform/efl/fast/forms/textarea-scrollbar-expected.txt:
        * platform/efl/fast/forms/textarea-scrolled-type-expected.png: Added.
        * platform/efl/fast/forms/textarea-scrolled-type-expected.txt: Added.
        * platform/efl/fast/forms/textarea-setinnerhtml-expected.png:
        * platform/efl/fast/forms/textarea-setinnerhtml-expected.txt:
        * platform/efl/fast/forms/textarea-width-expected.png:
        * platform/efl/fast/forms/textarea-width-expected.txt:
        * platform/efl/fast/overflow/overflow-x-y-expected.png:
        * platform/efl/fast/overflow/overflow-x-y-expected.txt:
        * platform/efl/fast/parser/entity-comment-in-textarea-expected.png:
        * platform/efl/fast/parser/entity-comment-in-textarea-expected.txt:
        * platform/efl/fast/parser/open-comment-in-textarea-expected.png:
        * platform/efl/fast/parser/open-comment-in-textarea-expected.txt:
        * platform/efl/fast/replaced/width100percent-textarea-expected.png:
        * platform/efl/fast/replaced/width100percent-textarea-expected.txt:
        * platform/efl/fast/table/003-expected.png:
        * platform/efl/fast/table/003-expected.txt:
        * platform/efl/http/tests/navigation/javascriptlink-frames-expected.png:
        * platform/efl/http/tests/navigation/javascriptlink-frames-expected.txt:

2012-09-17  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: XHR replay fixes: should remove replayed xhr from memory cache, should not assert.
        https://bugs.webkit.org/show_bug.cgi?id=96904

        Reviewed by Yury Semikhatsky.

        Re-enabled http/tests/inspector/network/network-xhr-replay.html test.

        * http/tests/inspector/network/network-xhr-replay.html: Renamed from LayoutTests/http/tests/inspector/network/network-xhr-replay.html_disabled.

2012-09-17  Alejandro Piñeiro  <apinheiro@igalia.com>

        AX: Regression (r126369) - toggle buttons no longer return accessible titles
        https://bugs.webkit.org/show_bug.cgi?id=94858

        Reviewed by Chris Fleizach.

        Added a test to verify that a toggle button exposes the title.

        * accessibility/aria-toggle-button-with-title.html: Added.
        * platform/chromium/accessibility/aria-toggle-button-with-title-expected.txt: Added.
        * platform/gtk/accessibility/aria-toggle-button-with-title-expected.txt: Added.
        * platform/mac/accessibility/aria-toggle-button-with-title-expected.txt: Added.

2012-09-17  Christophe Dumez  <christophe.dumez@intel.com>

        [JSC] http/tests/security/cross-frame-access-put.html failing after r123145
        https://bugs.webkit.org/show_bug.cgi?id=91843

        Reviewed by Adam Barth.

        Since r123145, window.top is not longer replaceable in JSC, to bring it
        in line with other browsers. The http/tests/security/cross-frame-access-put.html
        now needs to be updated because it is still testing the window.top setter.

        Thanks to this fix, we can now get rid of the platform-specific results for
        ports using JSC.

        * http/tests/security/cross-frame-access-put-expected.txt:
        * http/tests/security/cross-frame-access-put.html:
        * platform/chromium/http/tests/security/cross-frame-access-put-expected.txt:
        * platform/efl/TestExpectations: Unskip test case.
        * platform/gtk/http/tests/security/cross-frame-access-put-expected.txt: Removed.
        * platform/mac/Skipped: Unskip test case.
        * platform/qt/http/tests/security/cross-frame-access-put-expected.txt: Removed.

2012-09-14  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: Group selectors to highlight matched selector in the Styles pane of Elements Panel
        https://bugs.webkit.org/show_bug.cgi?id=96626

        Reviewed by Vsevolod Vlasov.

        * http/tests/inspector/elements-test.js:
        (initialize_ElementTest.InspectorTest.dumpSelectedElementStyles.buildMarkedSelectors):
        (initialize_ElementTest.InspectorTest.dumpSelectedElementStyles): Let tests get matched selector markings in dumped data
        * inspector/styles/styles-add-new-rule-expected.txt:
        * inspector/styles/styles-add-new-rule.html:

2012-09-17  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Unskip css3/flexbox/anonymous-block.html test case
        https://bugs.webkit.org/show_bug.cgi?id=96909

        Unreviewed EFL gardening.

        Unskip css3/flexbox/anonymous-block.html for EFL port
        now that it has been fixed in r121687.

        * platform/efl/TestExpectations:

2012-09-17  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding a platform-specific baseline required after r128376.

        * platform/gtk/accessibility/svg-image-expected.txt: Added.

2012-09-17  Mike West  <mkwst@chromium.org>

        Don't GC img elements blocked by CSP until error events fire.
        https://bugs.webkit.org/show_bug.cgi?id=94677

        Reviewed by Jochen Eisinger.

        * fast/events/onerror-img-after-gc.html:
        * fast/events/onerror-img-after-gc-expected.txt:
        * http/tests/security/contentSecurityPolicy/img-blocked-no-gc-crash.html:
        * http/tests/security/contentSecurityPolicy/img-blocked-no-gc-crash-expected.txt:
            Explicitly triggering GC before the error in the hopes of proving
            that we don't crash anymore.
        * platform/gtk/TestExpectations:
        * platform/qt/Skipped:
            Unskipping no-longer-crashing test.

2012-09-17  Philip Rogers  <pdr@google.com>

        Make SVGPathSegList.append O(1) instead of O(n)
        https://bugs.webkit.org/show_bug.cgi?id=94048

        Reviewed by Nikolas Zimmermann.

        Add performance test to prove this patch works. The rest of SVGPathSegList.append should be covered
        in existing tests.

        * perf/svg-path-appenditem-expected.txt: Added.
        * perf/svg-path-appenditem.html: Added.

2012-09-17  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Add baseline for text/shaping tests
        https://bugs.webkit.org/show_bug.cgi?id=96902

        Unreviewed EFL gardening.

        Add baseline for text/shaping test cases and unskip
        them for EFL port now that the issue has been fixed
        in r122562.

        * platform/efl/TestExpectations:
        * platform/efl/fast/text/shaping/shaping-script-order-expected.png: Added.
        * platform/efl/fast/text/shaping/shaping-script-order-expected.txt: Added.
        * platform/efl/fast/text/shaping/shaping-selection-rect-expected.png: Added.
        * platform/efl/fast/text/shaping/shaping-selection-rect-expected.txt: Added.

2012-09-17  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] fast/multicol/span/generated-child-split-flow-crash.html fails
        https://bugs.webkit.org/show_bug.cgi?id=88031

        Unreviewed EFL gardening.

        Add platform specific expectation for fast/multicol/span/generated-child-split-flow-crash.html.
        Several other ports are doing the same already and the pixel test
        already passes anyway.

        * platform/efl/TestExpectations:
        * platform/efl/fast/multicol/span/generated-child-split-flow-crash-expected.txt: Added.

2012-09-17  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Removing stale expectations for already fixed regressions.

        Adding two failure expectations for tests added in r128645 and r128713.

        Rebaselining fast/css/word-space-extra.html after r128692.

        * platform/gtk/TestExpectations:
        * platform/gtk/fast/css/word-space-extra-expected.txt:

2012-09-17  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Several CSS tests need rebaseline after r126911
        https://bugs.webkit.org/show_bug.cgi?id=96898

        Unreviewed EFL gardening.

        Rebaseline 3 CSS tests due to r126911.

        * platform/efl/TestExpectations:
        * platform/efl/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
        * platform/efl/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt: Added.
        * platform/efl/fast/inline/absolute-positioned-inline-in-centred-block-expected.png:
        * platform/efl/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt: Added.
        * platform/efl/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.png:
        * platform/efl/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt: Added.

2012-09-16  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Skip http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body.html
        https://bugs.webkit.org/show_bug.cgi?id=96895

        Unreviewed EFL gardening.

        Skip http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body.html for
        EFL port since it sometimes asserts in MessagePort::contextDestroyed.

        * platform/efl/TestExpectations:

2012-09-16  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL][WK2] Mark inspector/elements/delete-from-document.html as flaky
        https://bugs.webkit.org/show_bug.cgi?id=96897

        Unreviewed EFL gardening.

        Mark inspector/elements/delete-from-document.html as flaky.
        It sometimes times out of the WK2-EFL bot.

        * platform/efl-wk2/TestExpectations:

2012-09-16  Shinya Kawanaka  <shinyak@chromium.org>

        Unreviewed gardening. Rebaseline after r128691
        https://bugs.webkit.org/show_bug.cgi?id=96892

        Rebaseline fast/css/word-space-extra.html for chromium.

        * platform/chromium-linux/fast/css/word-space-extra-expected.txt: Added.

2012-09-16  Dan Bernstein  <mitz@apple.com>

        REGRESSION (r126763): css1/pseudo/firstline.html fails when using the complex text code path
        https://bugs.webkit.org/show_bug.cgi?id=96890

        Reviewed by Sam Weinig.

        * fast/text/stale-TextLayout-from-first-line-expected.html: Added.
        * fast/text/stale-TextLayout-from-first-line.html: Added.

2012-09-16  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Skip fast/loader/display-image-unset-can-block-image-and-can-reload-in-place.html
        https://bugs.webkit.org/show_bug.cgi?id=96884

        Unreviewed EFL gardening.

        Skip fast/loader/display-image-unset-can-block-image-and-can-reload-in-place.html
        because EFL's DRT does not support overriding 'WebKitDisplayImagesKey'
        preference yet.

        * platform/efl-wk1/TestExpectations:

2012-09-16  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Update TestExpectations for tests requiring plugins support
        https://bugs.webkit.org/show_bug.cgi?id=96882

        Unreviewed EFL gardening.

        Regroup all test requiring plugins support in TestExpectation file
        and update their bug number.

        * platform/efl/Skipped:
        * platform/efl/TestExpectations:

2012-09-16  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Mark inspector/debugger/dynamic-script-tag.html as flaky
        https://bugs.webkit.org/show_bug.cgi?id=96887

        Unreviewed EFL gardening.

        Mark inspector/debugger/dynamic-script-tag.html as flaky
        in EFL's TestExpectations.

        * platform/efl/TestExpectations:

2012-09-16  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] 3 spatial navigation tests can be unskipped after r128644
        https://bugs.webkit.org/show_bug.cgi?id=96880

        Unreviewed EFL gardening.

        Unskip 3 spatial navigation tests that have been fixed in r128644.

        * platform/efl/TestExpectations:

2012-09-16  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Skip fast/events/message-port-constructor-for-deleted-document.html
        https://bugs.webkit.org/show_bug.cgi?id=96885

        Unreviewed EFL gardening.

        Causes assertion failure in MessagePort::contextDestroyed in
        http/tests/security/MessagePort/event-listener-context.html, usually
        attributed to later tests. We need to skip the test for now.

        * platform/efl/TestExpectations:

2012-09-15  Mike West  <mkwst@chromium.org>

        Break on inline scripts blocked by CSP.
        https://bugs.webkit.org/show_bug.cgi?id=93865

        Reviewed by Pavel Feldman.

        * inspector/debugger/debugger-pause-on-blocked-event-handler-expected.txt: Added.
        * inspector/debugger/debugger-pause-on-blocked-event-handler.html: Added.
        * inspector/debugger/debugger-pause-on-blocked-script-injection-expected.txt: Added.
        * inspector/debugger/debugger-pause-on-blocked-script-injection.html: Added.
        * inspector/debugger/debugger-pause-on-blocked-script-url-expected.txt: Added.
        * inspector/debugger/debugger-pause-on-blocked-script-url.html: Added.
        * inspector/debugger/resources/pause-on-blocked-by-csp.js: Added.
        (test.setStatus):
        (test.step1):
        (test.step2):
        (test):
        * inspector/debugger/resources/pause-on-blocked-event-handler.js: Added.
        (testAction):
        * inspector/debugger/resources/pause-on-blocked-script-injection.js: Added.
        (testAction):
        * inspector/debugger/resources/pause-on-blocked-script-url.js: Added.
        (testAction):

2012-09-15  Florin Malita  <fmalita@chromium.org>

        <use> not working when the SVG doc is embedded as <object> data
        https://bugs.webkit.org/show_bug.cgi?id=96816

        Reviewed by Dirk Schulze.

        * svg/custom/object-data-href-expected.html: Added.
        * svg/custom/object-data-href.html: Added.

2012-09-15  Andreas Kling  <kling@webkit.org>

        REGRESSION(r127438): Google Docs to renders text too small.
        <http://webkit.org/b/96554>

        Reviewed by Antti Koivisto.

        Add a test that an element that shared its inline style with another element works as expected
        after the other element is destroyed.

        * fast/dom/shared-inline-style-after-node-removal-expected.txt: Added.
        * fast/dom/shared-inline-style-after-node-removal.html: Added.

2012-09-15  Dan Bernstein  <mitz@apple.com>

        REGRESSION (r125578): The monospace code path in RenderText::widthFromCache disagrees with Font::width on word spacing
        https://bugs.webkit.org/show_bug.cgi?id=96869

        Reviewed by Eric Seidel.

        * fast/text/word-space-monospace-expected.html: Added.
        * fast/text/word-space-monospace.html: Added.
        * platform/mac/TestExpectations: Removed fast/css/word-spacing-characters.html.
        * platform/mac/fast/css/word-space-extra-expected.png: Updated.
        * platform/mac/fast/css/word-space-extra-expected.txt: Updated.

2012-09-15  Dan Bernstein  <mitz@apple.com>

        REGRESSION (r125578): Word spacing not applied to newline and tab characters that are treated as spaces
        https://bugs.webkit.org/show_bug.cgi?id=96865

        Reviewed by Sam Weinig.

        * fast/text/atsui-negative-spacing-features.html: Reverted changes made in r128691, now that
        both code paths handle newlines correctly.
        * fast/text/atsui-spacing-features.html: Ditto.
        * platform/mac/TestExpectations: Removed fast/css/word-space-extra.html.

2012-09-15  Dan Bernstein  <mitz@apple.com>

        REGRESSION (r125578): The Mac complex text code path disagrees with the fast path on word spacing
        https://bugs.webkit.org/show_bug.cgi?id=96857

        Reviewed by Anders Carlsson.

        * fast/text/atsui-negative-spacing-features.html: Removed some newlines from this test,
        because now that the complex text code path matches the fast path, it too suffers from a bug
        where word spacing is not added at a newline.
        * fast/text/atsui-spacing-features.html: Ditto.
        * platform/mac/TestExpectations: Removed fast/css/word-spacing-characters-complex-text.html.

2012-09-15  Kent Tamura  <tkent@chromium.org>

        [Chromium] Update test expectation

        * platform/chromium/TestExpectations:
        Don't run an inspector test on Mac.

2012-09-15  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt][WK2] Unreviewed weekend gardening. Skip 4 new failing tests to paint the bot green.

        * platform/qt-5.0-wk2/Skipped:

2012-09-15  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed weekend gardening. Skip 2 new tests, because 
        TestRunner::overridePreference() does not support the 'WebKitDisplayImagesKey' preference

        * platform/qt/Skipped:

2012-09-14  James Robinson  <jamesr@chromium.org>

        Unreviewed gardening - more position:fixed stacking context rebaselines.

        * fast/block/positioning/016-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/fast/block/positioning/016-expected.txt.
        * fast/block/positioning/025-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/fast/block/positioning/025-expected.txt.
        * platform/chromium-linux/compositing/geometry/fixed-position-composited-switch-expected.txt: Removed.
        * platform/chromium-linux/fast/block/positioning/fixed-position-stacking-context-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-composited-switch-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/fast/block/positioning/016-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/fast/block/positioning/025-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/fast/block/positioning/fixed-position-stacking-context-expected.txt: Removed.
        * platform/chromium-mac/compositing/geometry/fixed-position-composited-switch-expected.txt: Removed.
        * platform/chromium-mac/fast/block/positioning/016-expected.txt: Removed.
        * platform/chromium-mac/fast/block/positioning/025-expected.txt: Removed.
        * platform/chromium-mac/fast/block/positioning/fixed-position-stacking-context-expected.txt: Removed.
        * platform/chromium-win/fast/block/positioning/016-expected.png: Renamed from LayoutTests/platform/chromium-linux/fast/block/positioning/016-expected.png.
        * platform/chromium-win/fast/block/positioning/025-expected.png: Renamed from LayoutTests/platform/chromium-linux/fast/block/positioning/025-expected.png.
        * platform/chromium-win/fast/block/positioning/fixed-position-stacking-context-expected.png: Renamed from LayoutTests/platform/chromium-linux/fast/block/positioning/fixed-position-stacking-context-expected.png.
        * platform/chromium/compositing/geometry/fixed-position-composited-switch-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/compositing/geometry/fixed-position-composited-switch-expected.txt.
        * platform/chromium/fast/block/positioning/016-expected.txt: Renamed from LayoutTests/platform/chromium-linux/fast/block/positioning/016-expected.txt.
        * platform/chromium/fast/block/positioning/025-expected.txt: Renamed from LayoutTests/platform/chromium-linux/fast/block/positioning/025-expected.txt.
        * platform/chromium/fast/block/positioning/fixed-position-stacking-context-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/fast/block/positioning/fixed-position-stacking-context-expected.txt.
        * platform/efl/fast/block/positioning/016-expected.txt: Removed.
        * platform/efl/fast/block/positioning/025-expected.txt: Removed.
        * platform/gtk/fast/block/positioning/016-expected.txt: Removed.
        * platform/gtk/fast/block/positioning/025-expected.txt: Removed.
        * platform/qt/fast/block/positioning/016-expected.txt: Removed.
        * platform/qt/fast/block/positioning/025-expected.txt: Removed.

2012-09-14  Julien Chaffraix  <jchaffraix@webkit.org>

        Revert r127457 and following fixes due to several hit-testing regressions
        https://bugs.webkit.org/show_bug.cgi?id=96830

        Reviewed by Antonio Gomes.

        This change reverts r127457, r127863 and r128505. As the tests relies on the extended API
        after r127457, we cannot keep them.

        * fast/dom/nodesFromRect/nodesFromRect-child-frame-content-expected.txt: Removed.
        * fast/dom/nodesFromRect/nodesFromRect-child-frame-content.html: Removed.
        * fast/dom/nodesFromRect/resources/child-frame.html: Removed.
        * fast/dom/nodesFromRect/resources/nodesFromRect.js:
        (check):
        (checkShadowContent):
        * touchadjustment/iframe-boundary-expected.txt: Removed.
        * touchadjustment/iframe-boundary.html: Removed.
        * touchadjustment/resources/inner-content-page.html: Removed.
        * touchadjustment/resources/inner-navigation-frame.html: Removed.

2012-09-14  Bo Liu  <boliu@chromium.org>

        Skip image load tests that requires queueReload in WebKit2
        https://bugs.webkit.org/show_bug.cgi?id=96832

        Tests added in reivison 128645.

        Reviewed by Adam Barth.

        * platform/wk2/Skipped:

2012-09-14  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: Calling close() during upgradeneeded handler should fire error at open request
        https://bugs.webkit.org/show_bug.cgi?id=96807

        Reviewed by Tony Chang.

        Update the test to match the spec behavior.

        * storage/indexeddb/intversion-close-in-upgradeneeded-expected.txt:
        * storage/indexeddb/resources/intversion-close-in-upgradeneeded.js:
        (deleteSuccess):
        (upgradeNeeded.transaction.oncomplete):
        (upgradeNeeded):
        (openError):

2012-09-14  Ojan Vafai  <ojan@chromium.org>

        Mark svg/carto.net/selectionlist.svg as flaky because it depends on svg/carto.net/button.svg
        running first in order to pass.
        * platform/chromium/TestExpectations:

2012-09-14  Ojan Vafai  <ojan@chromium.org>

        The cr-linux-ews thinks http/tests/cache/post-redirect-get.php and http/tests/cache/post-with-cached-subresources.php are MISSING results
        https://bugs.webkit.org/show_bug.cgi?id=95215

        Reviewed by Adam Barth.

        Apparently, marking these as missing did not fix the EWS problem,
        so remove them from TestExpectations.

        * platform/chromium/TestExpectations:

2012-09-14  Mike West  <mkwst@chromium.org>

        JSC should throw a more descriptive exception when blocking 'eval' via CSP.
        https://bugs.webkit.org/show_bug.cgi?id=94331

        Reviewed by Geoffrey Garen.

        * http/tests/security/contentSecurityPolicy/eval-blocked-expected.txt:
        * http/tests/security/contentSecurityPolicy/eval-blocked-in-about-blank-iframe-expected.txt:
        * http/tests/security/contentSecurityPolicy/function-constructor-blocked-expected.txt:

2012-09-14  Ojan Vafai  <ojan@chromium.org>

        Mark compositing/geometry/fixed-position-transform-composited-page-scale.html flaky
        as it's flaky on all the Chromium bots.
        * platform/chromium/TestExpectations:

2012-09-14  Ojan Vafai  <ojan@chromium.org>

        Add expectations for tests that depend on other tests running before them.
        Filed a bug for each with information on which test it depends on.

        * platform/chromium/TestExpectations:

2012-09-14  Michelangelo De Simone  <michelangelo@webkit.org>

        [CSS Shaders] u_textureSize uniform should be set to the size of the texture.
        https://bugs.webkit.org/show_bug.cgi?id=95914

        Reviewed by Dean Jackson.

        Tests for the following uniform variables:
            uniform vec2 u_textureSize
            uniform vec4 u_meshBox
            uniform vec2 u_tileSize
            uniform vec2 u_meshSize

        The relevant section of the specification is:
        http://dvcs.w3.org/hg/FXTF/raw-file/tip/filters/index.html#shader-uniform-variables

        * css3/filters/custom/custom-filter-u-mesh-box-expected.html: Added.
        * css3/filters/custom/custom-filter-u-mesh-box.html: Added.
        * css3/filters/custom/custom-filter-u-mesh-size-expected.html: Added.
        * css3/filters/custom/custom-filter-u-mesh-size.html: Added.
        * css3/filters/custom/custom-filter-u-texture-size-expected.html: Added.
        * css3/filters/custom/custom-filter-u-texture-size.html: Added.
        * css3/filters/custom/custom-filter-u-tile-size-expected.html: Added.
        * css3/filters/custom/custom-filter-u-tile-size.html: Added.
        * css3/filters/resources/u-mesh-box-is-unit-square.fs: Added.
        * css3/filters/resources/u-mesh-size.fs: Added.
        * css3/filters/resources/u-texture-size.fs: Added.
        * css3/filters/resources/u-tile-size.fs: Added.

2012-09-14  Alexey Proskuryakov  <ap@apple.com>

        Unreviewed.
        
        A small improvement to this flaky test: use a correct URL, so that the test fails
        quickly and understandably instead of timing out. This code path didn't use to be
        taken before, so the URL was always wrong.

        * fast/loader/resources/submit-form-while-parsing-subframe.html:

2012-09-14  Stephanie Lewis  <slewis@apple.com>

        new fast/loader tests from r128645 fail on Mac-wk2.
        https://bugs.webkit.org/show_bug.cgi?id=96832.

        Unreviewed.

        Update TestExpectations

        * platform/mac-wk2/TestExpectations:

2012-09-14  Ojan Vafai  <ojan@chromium.org>

        Add expectations for tests that depend on other tests running before them.
        Filed a bug for each with information on which test it depends on.

        * platform/chromium/TestExpectations:

2012-09-14  James Robinson  <jamesr@chromium.org>

        Unreviewed gardening.

        Update fixpos layout test results. Chromium currently doesn't set the fixpos-forms-stacking-context setting in
        DumpRenderTree.

        * fast/block/positioning/016-expected.png: Copied from LayoutTests/platform/efl/fast/block/positioning/016-expected.png.
        * fast/block/positioning/025-expected.png: Renamed from LayoutTests/platform/efl/fast/block/positioning/025-expected.png.
        * platform/chromium-linux-x86/compositing/geometry/fixed-position-composited-switch-expected.txt: Added.
        * platform/chromium-linux-x86/fast/block/positioning/016-expected.txt: Added.
        * platform/chromium-linux-x86/fast/block/positioning/025-expected.txt: Added.
        * platform/chromium-linux-x86/fast/block/positioning/fixed-position-stacking-context-expected.txt: Added.
        * platform/chromium-linux/compositing/geometry/fixed-position-composited-switch-expected.txt: Added.
        * platform/chromium-linux/fast/block/positioning/016-expected.png: Renamed from LayoutTests/platform/gtk/fast/block/positioning/016-expected.png.
        * platform/chromium-linux/fast/block/positioning/016-expected.txt: Added.
        * platform/chromium-linux/fast/block/positioning/025-expected.png: Renamed from LayoutTests/platform/gtk/fast/block/positioning/025-expected.png.
        * platform/chromium-linux/fast/block/positioning/025-expected.txt: Added.
        * platform/chromium-linux/fast/block/positioning/fixed-position-stacking-context-expected.png: Renamed from LayoutTests/platform/efl/fast/block/positioning/016-expected.png.
        * platform/chromium-linux/fast/block/positioning/fixed-position-stacking-context-expected.txt: Added.
        * platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-composited-switch-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/block/positioning/016-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/block/positioning/025-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/block/positioning/fixed-position-stacking-context-expected.txt: Added.
        * platform/chromium-mac/compositing/geometry/fixed-position-composited-switch-expected.txt: Added.
        * platform/chromium-mac/fast/block/positioning/016-expected.png: Added.
        * platform/chromium-mac/fast/block/positioning/016-expected.txt: Added.
        * platform/chromium-mac/fast/block/positioning/025-expected.png: Added.
        * platform/chromium-mac/fast/block/positioning/025-expected.txt: Added.
        * platform/chromium-mac/fast/block/positioning/fixed-position-stacking-context-expected.png: Added.
        * platform/chromium-mac/fast/block/positioning/fixed-position-stacking-context-expected.txt: Added.

2012-09-14  Adam Barth  <abarth@webkit.org>

        Remove webkitPostMessage
        https://bugs.webkit.org/show_bug.cgi?id=96577

        Reviewed by Ojan Vafai.

        Update tests to rely only upon the unprefixed API.

        * fast/canvas/webgl/script-tests/arraybuffer-transfer-of-control.js:
        (wrapSend):
        (wrapFailSend):
        * fast/dom/Window/post-message-crash.html:
        * fast/dom/Window/window-postmessage-args-expected.txt:
        * fast/dom/Window/window-postmessage-args.html:
        * fast/events/message-port.html:
        * fast/events/resources/message-port-multi.js:
        * fast/workers/resources/worker-call.js:
        * fast/workers/worker-call-expected.txt:

2012-09-14  Simon Fraser  <simon.fraser@apple.com>

        REGRESSION: transition doesn’t always override transition-property
        https://bugs.webkit.org/show_bug.cgi?id=96658

        Reviewed by Dean Jackson.

        Test with longhand transition-property rule, followed by shorthand
        with missing property value. This test should pass, and not assert.

        * transitions/longhand-vs-shorthand-initial-expected.txt: Added.
        * transitions/longhand-vs-shorthand-initial.html: Added.

2012-09-14  Tom Sepez  <tsepez@chromium.org>

        ImageLoader can't be cleared when video element poster attribute removed.
        https://bugs.webkit.org/show_bug.cgi?id=96301

        Reviewed by Abhishek Arya.

        Added test case.

        * fast/dom/beforeload/clear-video-poster-in-beforeload-listener-expected.txt: Added.
        * fast/dom/beforeload/clear-video-poster-in-beforeload-listener.html: Added.

2012-09-14  Jeffrey Pfau  <jpfau@apple.com>

        Allow third-party storage blocking setting to change while a page is loaded
        https://bugs.webkit.org/show_bug.cgi?id=95790

        Reviewed by Brady Eidson.

        Tested combinations of loosening and strengthening the storage blocking policy on various types of storage.

        * http/tests/security/resources/iframe-for-storage-blocking-changed-local-storage.html: Added.
        * http/tests/security/resources/iframe-for-storage-blocking-changed-shared-worker.html: Added.
        * http/tests/security/resources/iframe-for-storage-blocking-changed-websql.html: Added.
        * http/tests/security/storage-blocking-loosened-local-storage-expected.txt: Added.
        * http/tests/security/storage-blocking-loosened-local-storage.html: Added.
        * http/tests/security/storage-blocking-loosened-plugin-expected.txt: Added.
        * http/tests/security/storage-blocking-loosened-plugin.html: Added.
        * http/tests/security/storage-blocking-loosened-private-browsing-plugin-expected.txt: Added.
        * http/tests/security/storage-blocking-loosened-private-browsing-plugin.html: Added.
        * http/tests/security/storage-blocking-loosened-shared-worker-expected.txt: Added.
        * http/tests/security/storage-blocking-loosened-shared-worker.html: Added.
        * http/tests/security/storage-blocking-loosened-websql-expected.txt: Added.
        * http/tests/security/storage-blocking-loosened-websql.html: Added.
        * http/tests/security/storage-blocking-strengthened-local-storage-expected.txt: Added.
        * http/tests/security/storage-blocking-strengthened-local-storage.html: Added.
        * http/tests/security/storage-blocking-strengthened-plugin-expected.txt: Added.
        * http/tests/security/storage-blocking-strengthened-plugin.html: Added.
        * http/tests/security/storage-blocking-strengthened-private-browsing-plugin-expected.txt: Added.
        * http/tests/security/storage-blocking-strengthened-private-browsing-plugin.html: Added.
        * http/tests/security/storage-blocking-strengthened-shared-worker-expected.txt: Added.
        * http/tests/security/storage-blocking-strengthened-shared-worker.html: Added.
        * http/tests/security/storage-blocking-strengthened-websql-expected.txt: Added.
        * http/tests/security/storage-blocking-strengthened-websql.html: Added.
        * platform/chromium/TestExpectations: Skip shared worker and plugin tests.
        * platform/mac-wk2/http/tests/security/storage-blocking-strengthened-plugin-expected.txt: Added.
        * platform/mac-wk2/http/tests/security/storage-blocking-strengthened-private-browsing-plugin-expected.txt: Added.

2012-09-14  Beth Dakin  <bdakin@apple.com>

        https://bugs.webkit.org/show_bug.cgi?id=96688
        Put position:fixed elements in their own layers and allow them to 
        create a stacking context
        -and corresponding-
        <rdar://problem/11467961>

        Reviewed by Simon Fraser.

        A few test result differences. These first three tests actually
        render differently now.
        * platform/mac/fast/block/positioning/016-expected.png:
        * platform/mac/fast/block/positioning/016-expected.txt:
        * platform/mac/fast/block/positioning/025-expected.png:
        * platform/mac/fast/block/positioning/025-expected.txt:
        * platform/mac/fast/block/positioning/fixed-position-stacking-context-expected.png: Added.
        * platform/mac/fast/block/positioning/fixed-position-stacking-context-expected.txt: Added.

        These tests just have different layer trees. 
        * platform/mac/compositing/geometry/fixed-position-composited-switch-expected.txt: Added.
        * platform/mac/compositing/rtl: Added.
        * platform/mac/compositing/rtl/rtl-fixed-expected.txt: Added.
        * platform/mac/compositing/rtl/rtl-fixed-overflow-expected.txt: Added.

2012-09-14  Bo Liu  <boliu@chromium.org>

        Add in-place reload behavior to ImagesEnabled setting
        https://bugs.webkit.org/show_bug.cgi?id=95478

        Add tests to check autoLoadImages and imagesEnabled can block
        images and can reload them in place when setting is set to unblock.

        image-permissions tests are updated to reflect that onerror will no
        longer be called when images are blocked.

        Reviewed by Adam Barth.

        * fast/loader/display-image-unset-can-block-image-and-can-reload-in-place-expected.txt: Added.
        * fast/loader/display-image-unset-can-block-image-and-can-reload-in-place.html: Added.
        * fast/loader/images-enabled-unset-can-block-image-and-can-reload-in-place-expected.txt: Added.
        * fast/loader/images-enabled-unset-can-block-image-and-can-reload-in-place.html: Added.
        * platform/chromium/http/tests/permissionclient/image-permissions-expected.txt:
        * platform/chromium/permissionclient/image-permissions-expected.txt:
        * platform/chromium/permissionclient/image-permissions.html:
        * platform/chromium/permissionclient/resources/image.html:

2012-09-14  Emil A Eklund  <eae@chromium.org>

        https://bugs.webkit.org/show_bug.cgi?id=96226
        REGRESSION (r128006): Three spatial navigation tests are failing

        Reviewed by Ryosuke Niwa.

        Remove spatial navigation tests from Skipped list.

        * platform/mac/Skipped:

2012-09-14  James Robinson  <jamesr@chromium.org>

        Unreviewed, rolling out r128627.
        http://trac.webkit.org/changeset/128627
        https://bugs.webkit.org/show_bug.cgi?id=96575

        Breaks indexeddb content_browsertests in chromium

        * http/tests/inspector/indexeddb/database-data-expected.txt:
        * http/tests/inspector/indexeddb/database-structure-expected.txt:
        * http/tests/inspector/indexeddb/resources-panel-expected.txt:
        * storage/indexeddb/create-and-remove-object-store-expected.txt:
        * storage/indexeddb/create-object-store-options-expected.txt:
        * storage/indexeddb/createObjectStore-name-argument-required-expected.txt:
        * storage/indexeddb/createObjectStore-null-name-expected.txt:
        * storage/indexeddb/cursor-added-bug-expected.txt:
        * storage/indexeddb/cursor-advance-expected.txt:
        * storage/indexeddb/cursor-continue-dir-expected.txt:
        * storage/indexeddb/cursor-continue-expected.txt:
        * storage/indexeddb/cursor-continue-validity-expected.txt:
        * storage/indexeddb/cursor-delete-expected.txt:
        * storage/indexeddb/cursor-inconsistency-expected.txt:
        * storage/indexeddb/cursor-index-delete-expected.txt:
        * storage/indexeddb/cursor-key-order-expected.txt:
        * storage/indexeddb/cursor-overloads-expected.txt:
        * storage/indexeddb/cursor-prev-no-duplicate-expected.txt:
        * storage/indexeddb/cursor-primary-key-order-expected.txt:
        * storage/indexeddb/cursor-reverse-bug-expected.txt:
        * storage/indexeddb/cursor-skip-deleted-expected.txt:
        * storage/indexeddb/cursor-update-expected.txt:
        * storage/indexeddb/cursor-update-value-argument-required-expected.txt:
        * storage/indexeddb/cursor-value-expected.txt:
        * storage/indexeddb/data-corruption-expected.txt:
        * storage/indexeddb/database-basics-expected.txt:
        * storage/indexeddb/database-close-expected.txt:
        * storage/indexeddb/database-closepending-flag-expected.txt:
        * storage/indexeddb/database-deletepending-flag-expected.txt:
        * storage/indexeddb/delete-closed-database-object-expected.txt:
        * storage/indexeddb/delete-range-expected.txt:
        * storage/indexeddb/deleteIndex-expected.txt:
        * storage/indexeddb/deleteObjectStore-name-argument-required-expected.txt:
        * storage/indexeddb/deleteObjectStore-null-name-expected.txt:
        * storage/indexeddb/deleted-objects-expected.txt:
        * storage/indexeddb/deletedatabase-transaction-expected.txt:
        * storage/indexeddb/duplicates-expected.txt:
        * storage/indexeddb/error-causes-abort-by-default-expected.txt:
        * storage/indexeddb/exception-in-event-aborts-expected.txt:
        * storage/indexeddb/exceptions-expected.txt:
        * storage/indexeddb/factory-deletedatabase-expected.txt:
        * storage/indexeddb/factory-deletedatabase-interactions-expected.txt:
        * storage/indexeddb/get-keyrange-expected.txt:
        * storage/indexeddb/index-basics-expected.txt:
        * storage/indexeddb/index-basics-workers-expected.txt:
        * storage/indexeddb/index-count-expected.txt:
        * storage/indexeddb/index-cursor-expected.txt:
        * storage/indexeddb/index-duplicate-keypaths-expected.txt:
        * storage/indexeddb/index-get-key-argument-required-expected.txt:
        * storage/indexeddb/index-multientry-expected.txt:
        * storage/indexeddb/index-population-expected.txt:
        * storage/indexeddb/index-unique-expected.txt:
        * storage/indexeddb/intversion-and-setversion-expected.txt:
        * storage/indexeddb/intversion-invalid-setversion-has-no-side-effects-expected.txt:
        * storage/indexeddb/intversion-long-queue-expected.txt:
        * storage/indexeddb/invalid-keys-expected.txt:
        * storage/indexeddb/key-generator-expected.txt:
        * storage/indexeddb/key-sort-order-across-types-expected.txt:
        * storage/indexeddb/key-sort-order-date-expected.txt:
        * storage/indexeddb/key-type-array-expected.txt:
        * storage/indexeddb/key-type-infinity-expected.txt:
        * storage/indexeddb/keypath-arrays-expected.txt:
        * storage/indexeddb/keypath-basics-expected.txt:
        * storage/indexeddb/keypath-edges-expected.txt:
        * storage/indexeddb/keypath-fetch-key-expected.txt:
        * storage/indexeddb/keypath-intrinsic-properties-expected.txt:
        * storage/indexeddb/lazy-index-population-expected.txt:
        * storage/indexeddb/legacy-constants-expected.txt:
        * storage/indexeddb/list-ordering-expected.txt:
        * storage/indexeddb/metadata-expected.txt:
        * storage/indexeddb/mozilla/add-twice-failure-expected.txt:
        * storage/indexeddb/mozilla/autoincrement-indexes-expected.txt:
        * storage/indexeddb/mozilla/bad-keypath-expected.txt:
        * storage/indexeddb/mozilla/clear-expected.txt:
        * storage/indexeddb/mozilla/create-index-unique-expected.txt:
        * storage/indexeddb/mozilla/create-index-with-integer-keys-expected.txt:
        * storage/indexeddb/mozilla/create-objectstore-basics-expected.txt:
        * storage/indexeddb/mozilla/create-objectstore-null-name-expected.txt:
        * storage/indexeddb/mozilla/cursor-mutation-expected.txt:
        * storage/indexeddb/mozilla/cursor-mutation-objectstore-only-expected.txt:
        * storage/indexeddb/mozilla/cursor-update-updates-indexes-expected.txt:
        * storage/indexeddb/mozilla/cursors-expected.txt:
        * storage/indexeddb/mozilla/delete-result-expected.txt:
        * storage/indexeddb/mozilla/event-source-expected.txt:
        * storage/indexeddb/mozilla/global-data-expected.txt:
        * storage/indexeddb/mozilla/index-prev-no-duplicate-expected.txt:
        * storage/indexeddb/mozilla/indexes-expected.txt:
        * storage/indexeddb/mozilla/key-requirements-delete-null-key-expected.txt:
        * storage/indexeddb/mozilla/key-requirements-expected.txt:
        * storage/indexeddb/mozilla/key-requirements-inline-and-passed-expected.txt:
        * storage/indexeddb/mozilla/key-requirements-put-no-key-expected.txt:
        * storage/indexeddb/mozilla/key-requirements-put-null-key-expected.txt:
        * storage/indexeddb/mozilla/object-cursors-expected.txt:
        * storage/indexeddb/mozilla/object-identity-expected.txt:
        * storage/indexeddb/mozilla/object-store-inline-autoincrement-key-added-on-put-expected.txt:
        * storage/indexeddb/mozilla/object-store-remove-values-expected.txt:
        * storage/indexeddb/mozilla/objectstorenames-expected.txt:
        * storage/indexeddb/mozilla/odd-result-order-expected.txt:
        * storage/indexeddb/mozilla/put-get-values-expected.txt:
        * storage/indexeddb/mozilla/readonly-transactions-expected.txt:
        * storage/indexeddb/mozilla/readwrite-transactions-expected.txt:
        * storage/indexeddb/mozilla/readyState-expected.txt:
        * storage/indexeddb/mozilla/remove-index-expected.txt:
        * storage/indexeddb/mozilla/remove-objectstore-expected.txt:
        * storage/indexeddb/mozilla/versionchange-abort-expected.txt:
        * storage/indexeddb/mozilla/versionchange-expected.txt:
        * storage/indexeddb/mutating-cursor-expected.txt:
        * storage/indexeddb/noblobs-expected.txt:
        * storage/indexeddb/objectStore-required-arguments-expected.txt:
        * storage/indexeddb/objectstore-autoincrement-expected.txt:
        * storage/indexeddb/objectstore-basics-expected.txt:
        * storage/indexeddb/objectstore-basics-workers-expected.txt:
        * storage/indexeddb/objectstore-clear-expected.txt:
        * storage/indexeddb/objectstore-count-expected.txt:
        * storage/indexeddb/objectstore-cursor-expected.txt:
        * storage/indexeddb/objectstore-removeobjectstore-expected.txt:
        * storage/indexeddb/odd-strings-expected.txt:
        * storage/indexeddb/open-close-version-expected.txt:
        * storage/indexeddb/open-cursor-expected.txt:
        * storage/indexeddb/open-during-transaction-expected.txt:
        * storage/indexeddb/opencursor-key-expected.txt:
        * storage/indexeddb/pending-activity-expected.txt:
        * storage/indexeddb/pending-activity-workers-expected.txt:
        * storage/indexeddb/pending-version-change-on-exit-expected.txt:
        * storage/indexeddb/persistence-expected.txt:
        * storage/indexeddb/prefetch-bugfix-108071-expected.txt:
        * storage/indexeddb/queued-commands-expected.txt:
        * storage/indexeddb/readonly-expected.txt:
        * storage/indexeddb/readonly-properties-expected.txt:
        * storage/indexeddb/request-continue-abort-expected.txt:
        * storage/indexeddb/request-event-propagation-expected.txt:
        * storage/indexeddb/setVersion-null-expected.txt:
        * storage/indexeddb/set_version_blocked-expected.txt:
        * storage/indexeddb/set_version_queue-expected.txt:
        * storage/indexeddb/structured-clone-expected.txt:
        * storage/indexeddb/three-setversion-calls-expected.txt:
        * storage/indexeddb/transaction-abort-expected.txt:
        * storage/indexeddb/transaction-active-flag-expected.txt:
        * storage/indexeddb/transaction-after-close-expected.txt:
        * storage/indexeddb/transaction-and-objectstore-calls-expected.txt:
        * storage/indexeddb/transaction-basics-expected.txt:
        * storage/indexeddb/transaction-complete-with-js-recursion-cross-frame-expected.txt:
        * storage/indexeddb/transaction-complete-with-js-recursion-expected.txt:
        * storage/indexeddb/transaction-complete-workers-expected.txt:
        * storage/indexeddb/transaction-crash-on-abort-expected.txt:
        * storage/indexeddb/transaction-error-expected.txt:
        * storage/indexeddb/transaction-event-propagation-expected.txt:
        * storage/indexeddb/transaction-read-only-expected.txt:
        * storage/indexeddb/transaction-rollback-expected.txt:
        * storage/indexeddb/transaction-storeNames-required-expected.txt:
        * storage/indexeddb/tutorial-expected.txt:
        * storage/indexeddb/two-version-changes-expected.txt:
        * storage/indexeddb/value-undefined-expected.txt:
        * storage/indexeddb/values-odd-types-expected.txt:
        * storage/indexeddb/version-change-abort-expected.txt:
        * storage/indexeddb/version-change-exclusive-expected.txt:
        * storage/indexeddb/versionchangerequest-activedomobject-expected.txt:

2012-09-14  Ojan Vafai  <ojan@chromium.org>

        Comment out bug URL. This fixes a lint warning.
        * platform/qt/Skipped:

2012-09-14  Ojan Vafai  <ojan@chromium.org>

        Update all the MISSING lines in chromium's TestExpectations.
        If the test always passed, removed the line. In some cases, they just needed
        obvious rebaselines. In others, they haven't reported MISSING in the past
        500 runs on the bots, so removed that expectation.

        * platform/chromium-linux-x86/fast/overflow/paged-x-div-with-column-gap-expected.txt: Added.
        * platform/chromium-linux-x86/fast/overflow/paged-x-with-column-gap-expected.txt: Added.
        * platform/chromium-linux/css3/masking/clip-path-circle-expected.png: Added.
        * platform/chromium-linux/css3/masking/clip-path-circle-filter-expected.png: Added.
        * platform/chromium-linux/css3/masking/clip-path-circle-overflow-expected.png: Added.
        * platform/chromium-linux/css3/masking/clip-path-circle-overflow-hidden-expected.png: Added.
        * platform/chromium-linux/css3/masking/clip-path-circle-relative-overflow-expected.png: Added.
        * platform/chromium-linux/css3/masking/clip-path-ellipse-expected.png: Added.
        * platform/chromium-linux/css3/masking/clip-path-polygon-evenodd-expected.png: Added.
        * platform/chromium-linux/css3/masking/clip-path-polygon-expected.png: Added.
        * platform/chromium-linux/css3/masking/clip-path-polygon-nonzero-expected.png: Added.
        * platform/chromium-linux/css3/masking/clip-path-rectangle-expected.png: Added.
        * platform/chromium-linux/fast/overflow/paged-x-div-with-column-gap-expected.png: Added.
        * platform/chromium-linux/fast/overflow/paged-x-div-with-column-gap-expected.txt: Added.
        * platform/chromium-linux/fast/overflow/paged-x-with-column-gap-expected.png: Added.
        * platform/chromium-linux/fast/overflow/paged-x-with-column-gap-expected.txt: Added.
        * platform/chromium-linux/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/frames/iframe-scaling-with-scroll-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/overflow/paged-x-div-with-column-gap-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/overflow/paged-x-with-column-gap-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.png: Added.
        * platform/chromium-mac/css3/masking/clip-path-circle-expected.png: Added.
        * platform/chromium-mac/css3/masking/clip-path-circle-filter-expected.png: Added.
        * platform/chromium-mac/css3/masking/clip-path-circle-overflow-expected.png: Added.
        * platform/chromium-mac/css3/masking/clip-path-circle-overflow-hidden-expected.png: Added.
        * platform/chromium-mac/css3/masking/clip-path-circle-relative-overflow-expected.png: Added.
        * platform/chromium-mac/css3/masking/clip-path-ellipse-expected.png: Added.
        * platform/chromium-mac/css3/masking/clip-path-polygon-evenodd-expected.png: Added.
        * platform/chromium-mac/css3/masking/clip-path-polygon-expected.png: Added.
        * platform/chromium-mac/css3/masking/clip-path-polygon-nonzero-expected.png: Added.
        * platform/chromium-mac/css3/masking/clip-path-rectangle-expected.png: Added.
        * platform/chromium-mac/fast/frames/iframe-scaling-with-scroll-expected.png: Added.
        * platform/chromium-mac/fast/overflow/paged-x-div-with-column-gap-expected.png: Added.
        * platform/chromium-mac/fast/overflow/paged-x-with-column-gap-expected.png: Added.
        * platform/chromium-win-xp/fast/overflow/paged-x-div-with-column-gap-expected.txt: Added.
        * platform/chromium-win-xp/fast/overflow/paged-x-with-column-gap-expected.txt: Added.
        * platform/chromium-win/css3/masking/clip-path-circle-expected.png: Added.
        * platform/chromium-win/css3/masking/clip-path-circle-filter-expected.png: Added.
        * platform/chromium-win/css3/masking/clip-path-circle-overflow-expected.png: Added.
        * platform/chromium-win/css3/masking/clip-path-circle-overflow-hidden-expected.png: Added.
        * platform/chromium-win/css3/masking/clip-path-circle-relative-overflow-expected.png: Added.
        * platform/chromium-win/css3/masking/clip-path-ellipse-expected.png: Added.
        * platform/chromium-win/css3/masking/clip-path-polygon-evenodd-expected.png: Added.
        * platform/chromium-win/css3/masking/clip-path-polygon-expected.png: Added.
        * platform/chromium-win/css3/masking/clip-path-polygon-nonzero-expected.png: Added.
        * platform/chromium-win/css3/masking/clip-path-rectangle-expected.png: Added.
        * platform/chromium-win/fast/frames/iframe-scaling-with-scroll-expected.png: Added.
        * platform/chromium-win/fast/overflow/paged-x-div-with-column-gap-expected.png: Added.
        * platform/chromium-win/fast/overflow/paged-x-div-with-column-gap-expected.txt: Added.
        * platform/chromium-win/fast/overflow/paged-x-with-column-gap-expected.png: Added.
        * platform/chromium-win/fast/overflow/paged-x-with-column-gap-expected.txt: Added.
        * platform/chromium-win/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.png: Added.
        * platform/chromium-win/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.txt: Added.
        * platform/chromium/TestExpectations:
        * platform/chromium/perf/nested-combined-selectors-expected.txt: Added.

2012-09-14  Ojan Vafai  <ojan@chromium.org>

        Complete forgotten rebaseline. See https://bugs.webkit.org/show_bug.cgi?id=96751.
        The results all look like they pass.

        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-localization-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-localization-expected.txt.
        * platform/chromium-win-xp/fast/forms/time-multiple-fields/time-multiple-fields-localization-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-localization-expected.txt.
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-localization-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-localization-expected.txt.
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/forms/time-multiple-fields/time-multiple-fields-localization-expected.txt: Renamed from LayoutTests/platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-localization-expected.txt.

2012-09-14  Ojan Vafai  <ojan@chromium.org>

        Complete some forgotten rebaselines. See https://bugs.webkit.org/show_bug.cgi?id=94916.
        All the differences were anti-aliasing/form-controls.

        * platform/chromium-linux/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
        * platform/chromium-linux/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png: Added.
        * platform/chromium-linux/fast/forms/datalist/input-appearance-range-with-transform-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/datalist/input-appearance-range-with-transform-expected.png: Added.
        * platform/chromium-win-xp/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png: Removed.
        * platform/chromium-win/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
        * platform/chromium-win/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png: Added.
        * platform/chromium-win/fast/forms/datalist/input-appearance-range-with-transform-expected.png: Added.
        * platform/chromium/TestExpectations:

2012-09-14  David Grogan  <dgrogan@chromium.org>

        IndexedDB: Print console warning about setVersion
        https://bugs.webkit.org/show_bug.cgi?id=96575

        Reviewed by Tony Chang.

        * http/tests/inspector/indexeddb/database-data-expected.txt:
        * http/tests/inspector/indexeddb/database-structure-expected.txt:
        * http/tests/inspector/indexeddb/resources-panel-expected.txt:
        * storage/indexeddb/create-and-remove-object-store-expected.txt:
        * storage/indexeddb/create-object-store-options-expected.txt:
        * storage/indexeddb/createObjectStore-name-argument-required-expected.txt:
        * storage/indexeddb/createObjectStore-null-name-expected.txt:
        * storage/indexeddb/cursor-added-bug-expected.txt:
        * storage/indexeddb/cursor-advance-expected.txt:
        * storage/indexeddb/cursor-continue-dir-expected.txt:
        * storage/indexeddb/cursor-continue-expected.txt:
        * storage/indexeddb/cursor-continue-validity-expected.txt:
        * storage/indexeddb/cursor-delete-expected.txt:
        * storage/indexeddb/cursor-inconsistency-expected.txt:
        * storage/indexeddb/cursor-index-delete-expected.txt:
        * storage/indexeddb/cursor-key-order-expected.txt:
        * storage/indexeddb/cursor-overloads-expected.txt:
        * storage/indexeddb/cursor-prev-no-duplicate-expected.txt:
        * storage/indexeddb/cursor-primary-key-order-expected.txt:
        * storage/indexeddb/cursor-reverse-bug-expected.txt:
        * storage/indexeddb/cursor-skip-deleted-expected.txt:
        * storage/indexeddb/cursor-update-expected.txt:
        * storage/indexeddb/cursor-update-value-argument-required-expected.txt:
        * storage/indexeddb/cursor-value-expected.txt:
        * storage/indexeddb/data-corruption-expected.txt:
        * storage/indexeddb/database-basics-expected.txt:
        * storage/indexeddb/database-close-expected.txt:
        * storage/indexeddb/database-closepending-flag-expected.txt:
        * storage/indexeddb/database-deletepending-flag-expected.txt:
        * storage/indexeddb/delete-closed-database-object-expected.txt:
        * storage/indexeddb/delete-range-expected.txt:
        * storage/indexeddb/deleteIndex-expected.txt:
        * storage/indexeddb/deleteObjectStore-name-argument-required-expected.txt:
        * storage/indexeddb/deleteObjectStore-null-name-expected.txt:
        * storage/indexeddb/deleted-objects-expected.txt:
        * storage/indexeddb/deletedatabase-transaction-expected.txt:
        * storage/indexeddb/duplicates-expected.txt:
        * storage/indexeddb/error-causes-abort-by-default-expected.txt:
        * storage/indexeddb/exception-in-event-aborts-expected.txt:
        * storage/indexeddb/exceptions-expected.txt:
        * storage/indexeddb/factory-deletedatabase-expected.txt:
        * storage/indexeddb/factory-deletedatabase-interactions-expected.txt:
        * storage/indexeddb/get-keyrange-expected.txt:
        * storage/indexeddb/index-basics-expected.txt:
        * storage/indexeddb/index-basics-workers-expected.txt:
        * storage/indexeddb/index-count-expected.txt:
        * storage/indexeddb/index-cursor-expected.txt:
        * storage/indexeddb/index-duplicate-keypaths-expected.txt:
        * storage/indexeddb/index-get-key-argument-required-expected.txt:
        * storage/indexeddb/index-multientry-expected.txt:
        * storage/indexeddb/index-population-expected.txt:
        * storage/indexeddb/index-unique-expected.txt:
        * storage/indexeddb/intversion-and-setversion-expected.txt:
        * storage/indexeddb/intversion-invalid-setversion-has-no-side-effects-expected.txt:
        * storage/indexeddb/intversion-long-queue-expected.txt:
        * storage/indexeddb/invalid-keys-expected.txt:
        * storage/indexeddb/key-generator-expected.txt:
        * storage/indexeddb/key-sort-order-across-types-expected.txt:
        * storage/indexeddb/key-sort-order-date-expected.txt:
        * storage/indexeddb/key-type-array-expected.txt:
        * storage/indexeddb/key-type-infinity-expected.txt:
        * storage/indexeddb/keypath-arrays-expected.txt:
        * storage/indexeddb/keypath-basics-expected.txt:
        * storage/indexeddb/keypath-edges-expected.txt:
        * storage/indexeddb/keypath-fetch-key-expected.txt:
        * storage/indexeddb/keypath-intrinsic-properties-expected.txt:
        * storage/indexeddb/lazy-index-population-expected.txt:
        * storage/indexeddb/legacy-constants-expected.txt:
        * storage/indexeddb/list-ordering-expected.txt:
        * storage/indexeddb/metadata-expected.txt:
        * storage/indexeddb/mozilla/add-twice-failure-expected.txt:
        * storage/indexeddb/mozilla/autoincrement-indexes-expected.txt:
        * storage/indexeddb/mozilla/bad-keypath-expected.txt:
        * storage/indexeddb/mozilla/clear-expected.txt:
        * storage/indexeddb/mozilla/create-index-unique-expected.txt:
        * storage/indexeddb/mozilla/create-index-with-integer-keys-expected.txt:
        * storage/indexeddb/mozilla/create-objectstore-basics-expected.txt:
        * storage/indexeddb/mozilla/create-objectstore-null-name-expected.txt:
        * storage/indexeddb/mozilla/cursor-mutation-expected.txt:
        * storage/indexeddb/mozilla/cursor-mutation-objectstore-only-expected.txt:
        * storage/indexeddb/mozilla/cursor-update-updates-indexes-expected.txt:
        * storage/indexeddb/mozilla/cursors-expected.txt:
        * storage/indexeddb/mozilla/delete-result-expected.txt:
        * storage/indexeddb/mozilla/event-source-expected.txt:
        * storage/indexeddb/mozilla/global-data-expected.txt:
        * storage/indexeddb/mozilla/index-prev-no-duplicate-expected.txt:
        * storage/indexeddb/mozilla/indexes-expected.txt:
        * storage/indexeddb/mozilla/key-requirements-delete-null-key-expected.txt:
        * storage/indexeddb/mozilla/key-requirements-expected.txt:
        * storage/indexeddb/mozilla/key-requirements-inline-and-passed-expected.txt:
        * storage/indexeddb/mozilla/key-requirements-put-no-key-expected.txt:
        * storage/indexeddb/mozilla/key-requirements-put-null-key-expected.txt:
        * storage/indexeddb/mozilla/object-cursors-expected.txt:
        * storage/indexeddb/mozilla/object-identity-expected.txt:
        * storage/indexeddb/mozilla/object-store-inline-autoincrement-key-added-on-put-expected.txt:
        * storage/indexeddb/mozilla/object-store-remove-values-expected.txt:
        * storage/indexeddb/mozilla/objectstorenames-expected.txt:
        * storage/indexeddb/mozilla/odd-result-order-expected.txt:
        * storage/indexeddb/mozilla/put-get-values-expected.txt:
        * storage/indexeddb/mozilla/readonly-transactions-expected.txt:
        * storage/indexeddb/mozilla/readwrite-transactions-expected.txt:
        * storage/indexeddb/mozilla/readyState-expected.txt:
        * storage/indexeddb/mozilla/remove-index-expected.txt:
        * storage/indexeddb/mozilla/remove-objectstore-expected.txt:
        * storage/indexeddb/mozilla/versionchange-abort-expected.txt:
        * storage/indexeddb/mozilla/versionchange-expected.txt:
        * storage/indexeddb/mutating-cursor-expected.txt:
        * storage/indexeddb/noblobs-expected.txt:
        * storage/indexeddb/objectStore-required-arguments-expected.txt:
        * storage/indexeddb/objectstore-autoincrement-expected.txt:
        * storage/indexeddb/objectstore-basics-expected.txt:
        * storage/indexeddb/objectstore-basics-workers-expected.txt:
        * storage/indexeddb/objectstore-clear-expected.txt:
        * storage/indexeddb/objectstore-count-expected.txt:
        * storage/indexeddb/objectstore-cursor-expected.txt:
        * storage/indexeddb/objectstore-removeobjectstore-expected.txt:
        * storage/indexeddb/odd-strings-expected.txt:
        * storage/indexeddb/open-close-version-expected.txt:
        * storage/indexeddb/open-cursor-expected.txt:
        * storage/indexeddb/open-during-transaction-expected.txt:
        * storage/indexeddb/opencursor-key-expected.txt:
        * storage/indexeddb/pending-activity-expected.txt:
        * storage/indexeddb/pending-activity-workers-expected.txt:
        * storage/indexeddb/pending-version-change-on-exit-expected.txt:
        * storage/indexeddb/persistence-expected.txt:
        * storage/indexeddb/prefetch-bugfix-108071-expected.txt:
        * storage/indexeddb/queued-commands-expected.txt:
        * storage/indexeddb/readonly-expected.txt:
        * storage/indexeddb/readonly-properties-expected.txt:
        * storage/indexeddb/request-continue-abort-expected.txt:
        * storage/indexeddb/request-event-propagation-expected.txt:
        * storage/indexeddb/setVersion-null-expected.txt:
        * storage/indexeddb/set_version_blocked-expected.txt:
        * storage/indexeddb/set_version_queue-expected.txt:
        * storage/indexeddb/structured-clone-expected.txt:
        * storage/indexeddb/three-setversion-calls-expected.txt:
        * storage/indexeddb/transaction-abort-expected.txt:
        * storage/indexeddb/transaction-active-flag-expected.txt:
        * storage/indexeddb/transaction-after-close-expected.txt:
        * storage/indexeddb/transaction-and-objectstore-calls-expected.txt:
        * storage/indexeddb/transaction-basics-expected.txt:
        * storage/indexeddb/transaction-complete-with-js-recursion-cross-frame-expected.txt:
        * storage/indexeddb/transaction-complete-with-js-recursion-expected.txt:
        * storage/indexeddb/transaction-complete-workers-expected.txt:
        * storage/indexeddb/transaction-crash-on-abort-expected.txt:
        * storage/indexeddb/transaction-error-expected.txt:
        * storage/indexeddb/transaction-event-propagation-expected.txt:
        * storage/indexeddb/transaction-read-only-expected.txt:
        * storage/indexeddb/transaction-rollback-expected.txt:
        * storage/indexeddb/transaction-storeNames-required-expected.txt:
        * storage/indexeddb/tutorial-expected.txt:
        * storage/indexeddb/two-version-changes-expected.txt:
        * storage/indexeddb/value-undefined-expected.txt:
        * storage/indexeddb/values-odd-types-expected.txt:
        * storage/indexeddb/version-change-abort-expected.txt:
        * storage/indexeddb/version-change-exclusive-expected.txt:
        * storage/indexeddb/versionchangerequest-activedomobject-expected.txt:

2012-09-14  Michelangelo De Simone  <michelangelo@webkit.org>

        Use arrays in shaders
        https://bugs.webkit.org/show_bug.cgi?id=95223

        Reviewed by Dean Jackson.

        New tests have been added for checking the correctness of array()
        within shaders.

        * css3/filters/custom/custom-filter-array-expected.html: Added.
        * css3/filters/custom/custom-filter-array.html: Added.
        * css3/filters/custom/custom-filter-property-computed-style-expected.txt:
        * css3/filters/custom/custom-filter-property-parsing-invalid-expected.txt:
        * css3/filters/resources/fragment-color.fs: Added.
        * css3/filters/script-tests/custom-filter-property-computed-style.js:
        * css3/filters/script-tests/custom-filter-property-parsing-invalid.js:
        * platform/chromium/css3/filters/custom/custom-filter-property-computed-style-expected.txt:

2012-09-14  Christophe Dumez  <christophe.dumez@intel.com>

        WebKitTestRunner needs layoutTestController.dumpDatabaseCallbacks
        https://bugs.webkit.org/show_bug.cgi?id=57570

        Reviewed by Kenneth Rohde Christiansen.

        Unskip several test cases which require implementation of
        testRunner.dumpDatabaseCallbacks in WebKitTestRunner.

        * platform/wk2/Skipped:

2012-09-14  Sudarsana Nagineni  <sudarsana.nagineni@linux.intel.com>

        [EFL] Gardening of the WK2 Debug Bot failing tests
        https://bugs.webkit.org/show_bug.cgi?id=96795

        Unreviewed EFL gardening.

        * platform/efl-wk2/TestExpectations:

2012-09-14  Sergio Villar Senin  <svillar@igalia.com>

        [GTK] [WK2] Unreviewed gardening.

        Added a bunch of tests failing in the WK2 tests bot to the Skipped
        list with the proper links to each bug.

        * platform/gtk-wk2/Skipped:

2012-09-14  Rick Byers  <rbyers@chromium.org>

        Gesture events sent to wrong node when page is scrolled
        https://bugs.webkit.org/show_bug.cgi?id=96788

        Reviewed by Antonio Gomes.

        Add layout test based on gesture-events.html which tests the case when
        the document is scrolled (so that client co-ordinates don't equal page
        co-ordinates).
        * platform/chromium/plugins/gesture-events-scrolled-expected.txt: Added.
        * platform/chromium/plugins/gesture-events-scrolled.html: Added.

2012-09-14  Sudarsana Nagineni  <sudarsana.nagineni@linux.intel.com>

        [EFL][WK2] Unskip test cases that are now passing
        https://bugs.webkit.org/show_bug.cgi?id=96762

        Unreviewed EFL gardening, unskip now passing tests.

        * platform/efl-wk2/TestExpectations:
        * platform/efl/TestExpectations:

2012-09-14  Christophe Dumez  <christophe.dumez@intel.com>

        WebKitTestRunner needs layoutTestController.setStopProvisionalFrameLoads
        https://bugs.webkit.org/show_bug.cgi?id=42691

        Reviewed by Kenneth Rohde Christiansen.

        Unskip fast/loader/stop-provisional-loads.html now that WebKitTestRunner
        implements testrunner.setStopProvisionalFrameLoads().

        * platform/wk2/Skipped:

2012-09-14  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [EFL] Attempt to create a theme for 0 sized element leads to assertion hit
        https://bugs.webkit.org/show_bug.cgi?id=96743

        Reviewed by Kenneth Rohde Christiansen.

        RenderThemeEfl was not supposed to be created for the elements with '0' size and had an assertion
        on that causing crash in debug mode.

        * fast/forms/range/slider-zero-size-crash-expected.txt: Added.
        * fast/forms/range/slider-zero-size-crash.html: Added.

2012-09-14  Sudarsana Nagineni  <sudarsana.nagineni@linux.intel.com>

        [EFL] Gardening of failing tests
        https://bugs.webkit.org/show_bug.cgi?id=96646

        Unreviewed EFL gardening of flaky tests on wk1.

        * platform/efl-wk1/TestExpectations:

2012-09-14  Sudarsana Nagineni  <sudarsana.nagineni@linux.intel.com>

        WebKitTestRunner needs layoutTestController.setTabKeyCyclesThroughElements
        https://bugs.webkit.org/show_bug.cgi?id=42687

        Reviewed by Kenneth Rohde Christiansen.

        fast/events/keypress-insert-tab.html is passing now on wk2. So, unskip
        in common skipped files and re-skip it on efl-wk1 until WK82864 is fixed.

        * platform/efl-wk1/TestExpectations:
        * platform/efl/Skipped:
        * platform/wk2/Skipped:

2012-09-14  Sudarsana Nagineni  <sudarsana.nagineni@linux.intel.com>

        EventSendingController::keyDown does not support non-array modifier arguments
        https://bugs.webkit.org/show_bug.cgi?id=96727

        Reviewed by Kenneth Rohde Christiansen.

        Unskip passing test fast/forms/legend-access-key.html

        * platform/efl-wk2/TestExpectations:
        * platform/gtk-wk2/Skipped:

2012-09-14  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed skipping failing test.

        * http/tests/inspector/network/network-xhr-replay.html_disabled: Renamed from LayoutTests/http/tests/inspector/network/network-xhr-replay.html.

2012-09-14  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        WebKitTestRunner needs layoutTestController.setCustomPolicyDelegate
        https://bugs.webkit.org/show_bug.cgi?id=42546

        Reviewed by Kenneth Rohde Christiansen.

        Unskipped corresponding test cases. Distributed those which still not passing to appropriate groups in Skipped file.

        * platform/wk2/Skipped:

2012-09-14  Keishi Hattori  <keishi@webkit.org>

        Make time input lang attribute aware for testing
        https://bugs.webkit.org/show_bug.cgi?id=96728

        Reviewed by Kent Tamura.

        * fast/forms/resources/common.js:
        (getUserAgentShadowTextContent): Used to get the text inside an input element.
        * fast/forms/time-multiple-fields/time-multiple-fields-localization.html: Added.
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-localization-expected.txt: Added.
        * platform/chromium/TestExpectations:

2012-09-14  Yoshifumi Inoue  <yosin@chromium.org>

        REGRESSION(r128575): fast/forms/time-multiple-fields/time-multiple-fields-preserve-value-after-history-back.html is failed on Chromium-Win
        https://bugs.webkit.org/show_bug.cgi?id=96754

        Reviewed by Kent Tamura.

        The root cause of this failure is Chromium-Win port has a second field
        event if step=60 due by Windows platform API.

        This patch changes test sample to have a second field to get rid of
        such difference.

        * fast/forms/time-multiple-fields/time-multiple-fields-preserve-value-after-history-back-expected.txt: Updates expectation.
        * fast/forms/time-multiple-fields/time-multiple-fields-preserve-value-after-history-back.html: Changed to add "step=1" to
        test sample and to add a second field value to expectation.

2012-09-14  Christophe Dumez  <christophe.dumez@intel.com>

        [WK2][WKTR] TestRunner is not dumping some frame load callbacks information
        https://bugs.webkit.org/show_bug.cgi?id=96740

        Reviewed by Kenneth Rohde Christiansen.

        Unskip test cases which were failing due to missing
        frame load callbacks information dumping with
        WebKitTestRunner.

        * platform/wk2/Skipped:

2012-09-14  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Add ability to replay XHR in network panel.
        https://bugs.webkit.org/show_bug.cgi?id=95187

        Reviewed by Yury Semikhatsky.

        Added XHR replay test.

        * http/tests/inspector/network/network-xhr-replay-expected.txt: Added.
        * http/tests/inspector/network/network-xhr-replay.html: Added.

2012-09-14  Christophe Dumez  <christophe.dumez@intel.com>

        [WK2] Move globalhistory tests to their correct section in Skipped list
        https://bugs.webkit.org/show_bug.cgi?id=96738

        Unreviewed gardening.

        Move 2 globalhistory tests to their correct section in WK2
        Skipped list.

        * platform/wk2/Skipped:

2012-09-14  Yoshifumi Inoue  <yosin@chromium.org>

        [Forms] multiple fields time input UI should save/restore its value even if it has an empty field.
        https://bugs.webkit.org/show_bug.cgi?id=96714

        Reviewed by Kent Tamura.

        This patch changes time-multiple-fields-preserve-value-after-history-back.html
        to check partial value is saved and restored rather than resetting value.

        This patch affects ports which enable both ENABLE_INPUT_TYPE_TIME and
        ENABLE_INPUT_TYPE_TIME_MULTIPLE_FIELDS.

        * fast/forms/time-multiple-fields/time-multiple-fields-preserve-value-after-history-back-expected.txt: Updated for new expectation.
        * fast/forms/time-multiple-fields/time-multiple-fields-preserve-value-after-history-back.html: Changed to check partially populated fields of input element.

2012-09-13  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: [Tests] Extract a common method for sending XHRs from tests.
        https://bugs.webkit.org/show_bug.cgi?id=96662

        Reviewed by Alexander Pavlov.

        Extracted InspectorTest.makeXHR() methods to simplify tests.

        * http/tests/inspector/appcache/appcache-swap-expected.txt:
        * http/tests/inspector/appcache/appcache-swap.html:
        * http/tests/inspector/console-xhr-logging-async-expected.txt:
        * http/tests/inspector/console-xhr-logging-async.html:
        * http/tests/inspector/console-xhr-logging.html:
        * http/tests/inspector/network-test.js:
        (xhrLoadedCallback):
        (initialize_NetworkTest.InspectorTest.makeSimpleXHR):
        (initialize_NetworkTest.InspectorTest.makeSimpleXHRWithPayload):
        (initialize_NetworkTest.InspectorTest.makeXHR.innerCallback):
        (initialize_NetworkTest.InspectorTest.makeXHR):
        (doSimpleXHR):
        (doSimpleXHRWithPayload):
        (doXHR):
        (makeXHR):
        * http/tests/inspector/network/async-xhr-json-mime-type-expected.txt:
        * http/tests/inspector/network/async-xhr-json-mime-type.html:
        * http/tests/inspector/network/network-clear-cache.html-disabled:
        * http/tests/inspector/network/network-clear-cookies.html-disabled:
        * http/tests/inspector/network/network-content-replacement-xhr-expected.txt:
        * http/tests/inspector/network/network-content-replacement-xhr.html:
        * http/tests/inspector/network/network-cyrillic-xhr-expected.txt:
        * http/tests/inspector/network/network-cyrillic-xhr.html:
        * http/tests/inspector/network/network-disable-cache-xhrs-expected.txt:
        * http/tests/inspector/network/network-disable-cache-xhrs.html:
        * http/tests/inspector/network/network-disabling-check-no-memory-leak-expected.txt:
        * http/tests/inspector/network/network-disabling-check-no-memory-leak.html:
        * http/tests/inspector/network/network-empty-xhr-expected.txt:
        * http/tests/inspector/network/network-empty-xhr.html:
        * http/tests/inspector/network/network-sidebar-width-expected.txt:
        * http/tests/inspector/network/network-sidebar-width.html:
        * http/tests/inspector/network/network-size-sync.html:
        * http/tests/inspector/network/network-xhr-async-double-expected.txt:
        * http/tests/inspector/network/network-xhr-async-double.html:
        * http/tests/inspector/network/network-xhr-async-expected.txt:
        * http/tests/inspector/network/network-xhr-async.html:
        * http/tests/inspector/network/network-xhr-same-url-as-main-resource-expected.txt:
        * http/tests/inspector/network/network-xhr-same-url-as-main-resource.html:
        * http/tests/inspector/network/network-xhr-sync-expected.txt:
        * http/tests/inspector/network/network-xhr-sync.html:
        * http/tests/inspector/resource-tree/resource-tree-no-xhrs-expected.txt:
        * http/tests/inspector/resource-tree/resource-tree-no-xhrs.html:
        * platform/chromium/http/tests/inspector/console-xhr-logging-async-expected.txt:
        * platform/chromium/http/tests/inspector/console-xhr-logging-expected.txt:

2012-09-13  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, remove an unnecessary expected file.

        * platform/qt/fast/events/keyevent-iframe-removed-crash-expected.txt: Removed.

2012-09-13  Luciano Wolf  <luciano.wolf@openbossa.org>

        [Qt][WK2] qt-5.0-wk2 Skipped file can be updated after bug #73917 got fixed
        https://bugs.webkit.org/show_bug.cgi?id=96675

        Reviewed by Simon Hausmann.

        Update Skipped list after userAgent proper support.

        * platform/qt-5.0-wk2/Skipped:

2012-09-13  Kent Tamura  <tkent@chromium.org>

        [Chromium] Test expectation update

        * platform/chromium/TestExpectations:
        Fix an error in the previous change.

2012-09-13  Kent Tamura  <tkent@chromium.org>

        [Chromium] Test expectation update
        https://bugs.webkit.org/show_bug.cgi?id=96725

        * platform/chromium/TestExpectations:
        http/tests/media/media-source/video-media-source-state-changes.html is flaky

2012-09-13  Kent Tamura  <tkent@chromium.org>

        [Chromium] Test expectation update
        https://bugs.webkit.org/show_bug.cgi?id=93589

        * platform/chromium/TestExpectations:
        script-change-externalResourcesRequired-while-loading.svg is flaky on all platforms.

2012-09-13  Kent Tamura  <tkent@chromium.org>

        [Chromium] Test expectation udpate.
        https://bugs.webkit.org/show_bug.cgi?id=96720

        * platform/chromium/TestExpectations:
        time-multiple-fields-preserve-value-after-history-back.html is flaky.

2012-09-13  Filip Pizlo  <fpizlo@apple.com>

        DFG: Dead GetButterfly's shouldn't be subject to CSE
        https://bugs.webkit.org/show_bug.cgi?id=96707
        <rdar://problem/12296311>

        Reviewed by Oliver Hunt.

        * fast/js/dfg-dead-redundant-get-array-length-expected.txt: Added.
        * fast/js/dfg-dead-redundant-get-array-length.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/dfg-dead-redundant-get-array-length.js: Added.
        (foo):

2012-09-13  Ojan Vafai  <ojan@chromium.org>

        Test rebaselines after http://trac.webkit.org/changeset/128517.

        * fast/table/height-percent-test-expected.txt:
        * platform/chromium-mac-snowleopard/fast/table/height-percent-test-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/core/cell_heights-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug19526-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
        * platform/chromium-mac/fast/table/height-percent-test-expected.png:
        * platform/chromium-mac/tables/mozilla/core/cell_heights-expected.png:
        * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug19526-expected.png:
        * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
        * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
        * platform/chromium-win/fast/table/height-percent-test-expected.png:
        * platform/chromium-win/tables/mozilla/core/cell_heights-expected.png:
        * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug19526-expected.png:
        * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/efl/fast/table/height-percent-test-expected.txt: Removed.
        * platform/gtk/TestExpectations:
        * platform/gtk/fast/table/height-percent-test-expected.txt: Removed.
        * platform/gtk/tables/mozilla/core/cell_heights-expected.txt:
        * platform/gtk/tables/mozilla_expected_failures/bugs/bug19526-expected.txt: Removed.
        * platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
        * platform/mac/TestExpectations:
        * platform/mac/tables/mozilla/core/cell_heights-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/bugs/bug19526-expected.txt:
        * platform/qt/TestExpectations:
        * platform/qt/fast/table/height-percent-test-expected.txt: Renamed from LayoutTests/platform/mac/fast/table/height-percent-test-expected.txt.
        * platform/qt/tables/mozilla/core/cell_heights-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug19526-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
        * platform/win-future/fast/table/height-percent-test-expected.txt: Copied from LayoutTests/fast/table/height-percent-test-expected.txt.
        * tables/mozilla_expected_failures/bugs/bug19526-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla_expected_failures/bugs/bug19526-expected.txt.

2012-09-13  Ojan Vafai  <ojan@chromium.org>

        Rebaseline fast/css/percentage-height-auto-sized-body-quirks.html after
        http://trac.webkit.org/changeset/128517. The results are now consistent
        across platforms.

        * platform/efl/fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks-expected.txt: Removed.
        * platform/gtk/fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks-expected.txt: Removed.
        * platform/mac/TestExpectations:
        * platform/qt/fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks-expected.txt: Removed.

2012-09-13  Ojan Vafai  <ojan@chromium.org>

        Remove lines for fast/table/bad-replaced-sizing-preferred-logical-widths.html
        fixed in http://trac.webkit.org/changeset/128528.

        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:

2012-09-13  James Robinson  <jamesr@chromium.org>

        Unreviewed gardening for r128516/r128517:
          remove the now-unnecessary cr-mac expectations for fast/writing-mode test.
          fix baseline for fast/table/bad-replaced-sizing-preferred-logical-widths.html

        * platform/chromium-mac/fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks-expected.txt: Removed.

2012-09-13  Tom Sepez  <tsepez@chromium.org>

        ASSERT(!eventDispatchForbidden()) firest when removed plugin re-inserted as part of readyStateChange.
        https://bugs.webkit.org/show_bug.cgi?id=93639

        Reviewed by Ryosuke Niwa.

        Add a new testcase to cover this issue.  Test passes if assert doesn't fire in debug builds.

        * plugins/plugin-remove-readystatechange-expected.txt: Added.
        * plugins/plugin-remove-readystatechange.html: Added.

2012-09-13  Ojan Vafai  <ojan@chromium.org>

        percentage heights in quirks mode with auto-sized body are computed incorrectly
        https://bugs.webkit.org/show_bug.cgi?id=96426

        Reviewed by Tony Chang.

        * fast/css/percentage-height-auto-sized-body-quirks-expected.txt: Added.
        * fast/css/percentage-height-auto-sized-body-quirks.html: Added.
        Verified that this matches IE9, FF15 and Opera12.

        * fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks-expected.txt:
        * platform/chromium-linux/fast/table/height-percent-test-expected.png:
        * platform/chromium-linux/tables/mozilla/core/cell_heights-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug19526-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
        * platform/chromium-win/tables/mozilla/core/cell_heights-expected.txt:
        * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug19526-expected.txt:
        * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
        * platform/mac/fast/table/height-percent-test-expected.txt:
        Verified that all the changes match FF15.

2012-09-13  Ojan Vafai  <ojan@chromium.org>

        fast/table/bad-replaced-sizing-preferred-logical-widths.html is failing on Mac, Chromium-Mac, GTK, EFL
        https://bugs.webkit.org/show_bug.cgi?id=96594

        Reviewed by Tony Chang.

        Remove the text so that this test gets metrics the same across platforms.

        * fast/table/bad-replaced-sizing-preferred-logical-widths.html:

2012-09-13  James Robinson  <jamesr@chromium.org>

        Unreviewed gardening. Fix lint error in my last TestExpectations patch - whoops!

        * platform/chromium/TestExpectations:

2012-09-13  Adrienne Walker  <enne@google.com>

        Hide all ancestors of the full screen element when going full screen
        https://bugs.webkit.org/show_bug.cgi?id=96332

        Reviewed by James Robinson.

        This test has an all red image that (without this patch) incorrectly
        sorts on top of the full screen element. With this patch, the all
        green full screen element appears on top.

        * fullscreen/full-screen-fixed-pos-parent-expected.png: Added.
        * fullscreen/full-screen-fixed-pos-parent-expected.txt: Added.
        * fullscreen/full-screen-fixed-pos-parent.html: Added.
        * fullscreen/resources/green.html: Added.

2012-09-13  Adam Barth  <abarth@webkit.org>

        REGRESSION(r125126): It made fast/events/keyevent-iframe-removed-crash.html assert
        https://bugs.webkit.org/show_bug.cgi?id=93654

        Reviewed by Eric Seidel.

        * fast/dom/content-document-prototype-expected.txt: Added.
        * fast/dom/content-document-prototype.html: Added.
            - Check that HTMLFrameElement.contentDocument ends up with the
              right prototype chain. This is a tricky case because not only the
              prototype chain of the property different from the holder, we
              never actually touch the DOMWindow in this test case so the
              prototype chain leads to a global object that doesn't even exist
              yet!
        * fast/events/keyevent-iframe-removed-crash.html:
            - Add a call to gc() so that this test will ASSERT reliabily if we
              cause a similar problem in the future.

2012-09-13  James Robinson  <jamesr@chromium.org>

        Unreviewed gardening - upstream some skia_test_expectations.txt entries.

        * platform/chromium/TestExpectations:

2012-09-13  John Mellor  <johnme@chromium.org>

        Text Autosizing: Add explanations to tests.
        https://bugs.webkit.org/show_bug.cgi?id=96673

        Reviewed by Julien Chaffraix.

        Replaces some of the lorem ipsum filler text in Text Autosizing tests
        with explanations of why the result is expected (and other minor tweaks
        to tests).

        * fast/text-autosizing/font-scale-factor-expected.html:
        * fast/text-autosizing/font-scale-factor.html:
        * fast/text-autosizing/narrow-iframe-expected.html:
        * fast/text-autosizing/narrow-iframe-flattened-expected.html:
        * fast/text-autosizing/narrow-iframe-flattened.html:
        * fast/text-autosizing/narrow-iframe.html:
        * fast/text-autosizing/nested-em-line-height-expected.html:
        * fast/text-autosizing/nested-em-line-height.html:
        * 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/various-font-sizes-expected.html:
        * fast/text-autosizing/various-font-sizes.html:
        * fast/text-autosizing/wide-block-expected.html:
        * fast/text-autosizing/wide-block.html:

2012-09-13  Sudarsana Nagineni  <sudarsana.nagineni@linux.intel.com>

        [WK2][WTR] WebKitTestRunner needs testRunner.callShouldCloseOnWebView
        https://bugs.webkit.org/show_bug.cgi?id=96366

        Reviewed by Anders Carlsson.

        Unskip passing test fast/events/onbeforeunload-focused-iframe.html

        * platform/wk2/Skipped:

2012-09-13  Tony Chang  <tony@chromium.org>

        Flexitem margins should be based on content width, not width
        https://bugs.webkit.org/show_bug.cgi?id=96674

        Reviewed by Ojan Vafai.

        Add a test case where contentWidth != width.

        * css3/flexbox/percent-margins-expected.txt:
        * css3/flexbox/percent-margins.html:

2012-09-13  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: Properties of IDBKeyRange should default to undefined
        https://bugs.webkit.org/show_bug.cgi?id=96401

        Reviewed by Adam Barth.

        Update test expectations.

        * storage/indexeddb/keyrange-expected.txt:
        * storage/indexeddb/resources/keyrange.js:
        (checkLowerBoundKeyRange):
        (checkUpperBoundKeyRange):

2012-09-13  Lauro Neto  <lauro.neto@openbossa.org>

        [Qt][WK2] fast/forms/access-key-for-all-elements.html fails
        https://bugs.webkit.org/show_bug.cgi?id=73917

        Reviewed by Simon Hausmann.

        Access-key tests were failing due to hardcoded Mac OS X in the
        Qt WK2 user agent string. This commit moves the WK1 implementation
        to a shared one to be used by both versions.

        Unskip now passing tests.

        * platform/qt-5.0-wk2/Skipped:

2012-09-13  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [EFL][WK2] Gardening after r128393
        https://bugs.webkit.org/show_bug.cgi?id=96640

        Unreviewed gardening.

        Corrected expectations for the following files:
        fast/dom/HTMLAnchorElement/anchor-nodownload-set.html
        fast/dom/HTMLAnchorElement/anchor-download.html

        * platform/efl-wk2/TestExpectations:

2012-09-13  Ilya Tikhonovsky  <loislo@chromium.org>

        Unreviewed fix for: REGRESSION(r128451): It broke inspector/profiler/memory-instrumentation-cached-images.html
        https://bugs.webkit.org/show_bug.cgi?id=96653

        * inspector/profiler/memory-instrumentation-cached-images.html:
        * inspector/profiler/memory-instrumentation-cached-images-expected.txt:

2012-09-13  Allan Sandfeld Jensen  <allan.jensen@nokia.com>

        REGRESSION: hit test doesn't take iframe scroll position into account
        https://bugs.webkit.org/show_bug.cgi?id=96541

        Reviewed by Antonio Gomes.
        Test written by Rick Byers.

        Test that scroll position is taken into account in hit testing.

        * fast/events/touch/resources/touch-inside-iframe-scrolled2.html: Added.
        * fast/events/touch/touch-inside-iframe-scrolled-expected.txt: Added.
        * fast/events/touch/touch-inside-iframe-scrolled.html: Added.

2012-09-13  Kenneth Rohde Christiansen  <kenneth@webkit.org>

        [EFL][DRT] Implement LayoutTestController::layerTreeAsText
        https://bugs.webkit.org/show_bug.cgi?id=82294

        Reviewed by Gyuyoung Kim.

        The tests are no longer failing because of missing layerTreeAsText
        but due to accelerated compositing not being enabled.

        * platform/efl/TestExpectations:

2012-09-13  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Specifying a few slow tests on the debug configuration that pass
        when given sufficient time to do so.

        Branching expectations for three spellcheck test failures, on release
        configuration they time out while on the debug configuration they
        have enough time to fail.

        * platform/gtk/TestExpectations:

2012-09-13  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [EFL] Gardening after r128375, r128431
        https://bugs.webkit.org/show_bug.cgi?id=96630

        Unreviewed gardening.

        * platform/efl/TestExpectations: Unskip fast/overflow/overflow-height-float-not-removed-crash.html.
        * platform/efl/fast/table/height-percent-test-vertical-expected.png: Rebase.
        * platform/efl/fast/table/height-percent-test-vertical-expected.txt: Ditto.
        * platform/efl/fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks-expected.txt: Added. Rebase.

2012-09-13  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>

        [Qt][WK2] New fast/forms/number/number-spinbutton-click-in-iframe.html fails
        https://bugs.webkit.org/show_bug.cgi?id=96634

        Unreviewed gardening.

        * platform/qt-5.0-wk2/Skipped: skip the failing test.

2012-09-13  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening.

        * platform/qt/Skipped: Unskip a now passing test, and add a missing URL.
        * platform/qt/fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks-expected.txt: Updated.

2012-09-13  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Rebaseline after 128433. It hasn't been updated correctly in the previous revision.

        * platform/qt/fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks-expected.txt:

2012-09-13  Kent Tamura  <tkent@chromium.org>

        [Chromium] Test expectation update
        https://bugs.webkit.org/show_bug.cgi?id=96628

        * platform/chromium/TestExpectations:
        calculate-order.html is flaky on Lion.

2012-09-13  Kent Tamura  <tkent@chromium.org>

        [Chromium] Test expectation update

        * platform/chromium/TestExpectations:
        sandboxed-iframe-navigation-parent.html is slow on Lion too.

2012-09-13  Michał Pakuła vel Rutka  <m.pakula@samsung.com>

        [EFL][Qt][WK2] Implement shared undo controller for EFL and Qt port.
        https://bugs.webkit.org/show_bug.cgi?id=92504

        Reviewed by Kenneth Rohde Christiansen.

        Unskip the editing/undo category now that the tests are passing. Also add
        missing expected results.

        * platform/efl-wk1/TestExpectations:
        * platform/efl-wk2/TestExpectations:
        * platform/efl/Skipped:
        * platform/efl/editing/undo/4063751-expected.txt: Added.
        * platform/efl/editing/undo/5378473-expected.txt: Added.
        * platform/efl/editing/undo/redo-typing-001-expected.txt: Added.
        * platform/efl/editing/undo/undo-combined-delete-boundary-expected.txt: Added.
        * platform/efl/editing/undo/undo-combined-delete-expected.txt: Added.
        * platform/efl/editing/undo/undo-delete-boundary-expected.txt: Added.
        * platform/efl/editing/undo/undo-delete-expected.txt: Added.
        * platform/efl/editing/undo/undo-forward-delete-boundary-expected.txt: Added.
        * platform/efl/editing/undo/undo-forward-delete-expected.txt: Added.
        * platform/efl/editing/undo/undo-misspellings-expected.txt: Added.
        * platform/efl/editing/undo/undo-typing-001-expected.txt: Added.

2012-09-13  Yoshifumi Inoue  <yosin@chromium.org>

        [Tests] We should have tests for preserving/resetting values of input type "time" after browser navigation
        https://bugs.webkit.org/show_bug.cgi?id=96595

        Reviewed by Kent Tamura.

        This patch adds two tests for preserving/resetting values input type
        "time" with multiple fields input UI after page reload, backward and
        forward browser navigation.

        This patch affects ports which enable both ENABLE_INPUT_TYPE_TIME and
        ENABLE_INPUT_TYPE_TIME_MULTIPLE_FIELDS.

        * fast/forms/time-multiple-fields/time-multiple-fields-preserve-value-after-history-back-expected.txt: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-preserve-value-after-history-back.html: Added for checking value is preserved after history backward and forward navigation.
        * fast/forms/time-multiple-fields/time-multiple-fields-reset-value-after-reload-expected.txt: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-reset-preserve-value-after-reload.html: Added for checking values are resetted after page reload.

2012-09-13  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skip a failing test. Added platform specific expectations after r128375.

        * platform/qt/Skipped: After r128400.
        * platform/qt/fast/table/height-percent-test-vertical-expected.txt: Added r128375.
        * platform/qt/fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks-expected.txt: Added r128375..

2012-09-13  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [EFL] Gardening after r128270, r128400, r128389, r128393, r128274
        https://bugs.webkit.org/show_bug.cgi?id=96613

        Unreviewed gardening.

        Adding failing test to TestExpectations.

        * platform/efl-wk1/TestExpectations:
        * platform/efl/TestExpectations:

2012-09-13  Yoshifumi Inoue  <yosin@chromium.org>

        [Tests] We should have test for clicking spin button in iframe.
        https://bugs.webkit.org/show_bug.cgi?id=96612

        Reviewed by Kent Tamura.

        This patch adds two tests for clicking spin button in iframe for
        input type "number" and input type "time" with multiple fields UI.

        These tests are added for catching regression caused by r127876.

        * fast/forms/number/number-spinbutton-click-in-iframe-expected.txt: Added.
        * fast/forms/number/number-spinbutton-click-in-iframe.html: Added.
        * fast/forms/resources/common-spinbutton-click-in-iframe.js: Added.
        (getSpinButton): Extracts spin button in shadow DOM tree.
        (mouseClick): Simulates mouse click.
        (mouseMoveTo): Simulates mouse pointer move.
        (runIFrameLoaded): Checking spin button clicked.
        (testClickSpinButtonInIFrame): Creates and populates iframe.
        * fast/forms/time-multiple-fields/time-multiple-fields-spinbutton-click-in-iframe-expected.txt: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-spinbutton-click-in-iframe.html: Added.

2012-09-13  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Rebaselining two tests after r128375.

        * platform/gtk/TestExpectations:
        * platform/gtk/fast/table/height-percent-test-vertical-expected.png: Added.
        * platform/gtk/fast/table/height-percent-test-vertical-expected.txt:
        * platform/gtk/fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks-expected.txt: Added.

2012-09-13  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Removing expectation for fast/canvas/canvas-css-crazy.html, the test
        was fixed in r128411.

        Marking fast/events/popup-blocking-timers.html as slow and adding a
        timeout expectation for touchadjustment/iframe-boundary.html.

        * platform/gtk/TestExpectations:

2012-09-13  Raul Hudea  <rhudea@adobe.com>

        [CSSRegions][CSSOM] Implement Element.getRegionFlowRanges
        https://bugs.webkit.org/show_bug.cgi?id=78493

        Reviewed by David Hyatt.

        Add tests for getRegionFlowRanges call.

        * fast/regions/get-region-flow-ranges-absolute-pos-expected.txt: Added.
        * fast/regions/get-region-flow-ranges-absolute-pos.html: Added.
        * fast/regions/get-region-flow-ranges-content-nodes-expected.txt: Added.
        * fast/regions/get-region-flow-ranges-content-nodes.html: Added.
        * fast/regions/get-region-flow-ranges-display-none-expected.txt: Added.
        * fast/regions/get-region-flow-ranges-display-none.html: Added.
        * fast/regions/get-region-flow-ranges-empty-regions-expected.txt: Added.
        * fast/regions/get-region-flow-ranges-empty-regions.html: Added.
        * fast/regions/get-region-flow-ranges-expected.txt: Added.
        * fast/regions/get-region-flow-ranges-fixed-pos-expected.txt: Added.
        * fast/regions/get-region-flow-ranges-fixed-pos.html: Added.
        * fast/regions/get-region-flow-ranges-horiz-bt-expected.txt: Added.
        * fast/regions/get-region-flow-ranges-horiz-bt.html: Added.
        * fast/regions/get-region-flow-ranges-inline-only-expected.txt: Added.
        * fast/regions/get-region-flow-ranges-inline-only.html: Added.
        * fast/regions/get-region-flow-ranges-text-expected.txt: Added.
        * fast/regions/get-region-flow-ranges-text-vert-lr-expected.txt: Added.
        * fast/regions/get-region-flow-ranges-text-vert-lr.html: Added.
        * fast/regions/get-region-flow-ranges-text.html: Added.
        * fast/regions/get-region-flow-ranges-vert-lr-expected.txt: Added.
        * fast/regions/get-region-flow-ranges-vert-lr.html: Added.
        * fast/regions/get-region-flow-ranges-vert-rl-expected.txt: Added.
        * fast/regions/get-region-flow-ranges-vert-rl.html: Added.
        * fast/regions/get-region-flow-ranges-writing-modes-rl-rb-lr-expected.txt: Added.
        * fast/regions/get-region-flow-ranges-writing-modes-rl-rb-lr.html: Added.
        * fast/regions/get-region-flow-ranges-writing-modes-tb-rl-lr-expected.txt: Added.
        * fast/regions/get-region-flow-ranges-writing-modes-tb-rl-lr.html: Added.
        * fast/regions/get-region-flow-ranges.html: Added.
        * fast/regions/resources/helper.js:
        (getName):
        (getRangeAt):
        (compareArrays):

2012-09-13  Zan Dobersek  <zandobersek@gmail.com>

        [GTK][NRWT] Lower timeout value to 6 seconds (12 for debug configuration)
        https://bugs.webkit.org/show_bug.cgi?id=96506

        Reviewed by Dirk Pranke.

        Create a new section for slow tests. Tests listed here pass (or at least
        work as expected or reliably) but require more than 6 or 12 seconds to run.

        More tests are added into the timeout section. These are primarily tests
        that used to take half a minute to run just to be interrupted by the watchdog
        in DumpRenderTree and were then reported as text mismatch failures. Now they
        will be timing out which is (arguably) a more proper way for them to fail.

        * platform/gtk/TestExpectations:

2012-09-13  Stephanie Lewis  <slewis@apple.com>

        fast/table/bad-replaced-sizing-preferred-logical-widths.html is failing on Mac, Chromium-Mac, GTK, EFL.
        https://bugs.webkit.org/show_bug.cgi?id=96594.

        Unreviewed.

        Update TestExpectations.

        * platform/mac/TestExpectations:

2012-09-12  Kent Tamura  <tkent@chromium.org>

        [Chromium] Test expectation update
        https://bugs.webkit.org/show_bug.cgi?id=96308

        * platform/chromium-mac/fast/table/height-percent-test-vertical-expected.png:
        Rebaseline for http://trac.webkit.org/changeset/128375.

2012-09-12  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Removing crash expectations for accessibility tests that were added in
        r128342. The offending commit was reverted in r128353.

        Adding text mismatch expectations for two tests that probably require
        rebaselining, failing since r128375.

        Adding failure expectations for other regressions:
        - fast/canvas/canvas-css-crazy.html after r128374
        - fast/table/bad-replaced-sizing-preferred-logical-widths.html after r128389
        - fast/js/primitive-property-access-edge-cases.html after r128400

        * platform/gtk/TestExpectations:

2012-09-12  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: [Styles] Styles not updated when there is a heavy stream of DOM updates
        https://bugs.webkit.org/show_bug.cgi?id=96482

        Reviewed by Vsevolod Vlasov.

        * inspector/styles/force-pseudo-state.html:
        * inspector/styles/force-pseudo-state-expected.txt:

2012-09-12  Stephanie Lewis  <slewis@apple.com>

        css3/filters/custom/filter-fallback-to-software.html fails.
        https://bugs.webkit.org/show_bug.cgi?id=94372.

        Unreviewed.

        Update TestExpectations.

        * platform/mac-wk2/TestExpectations:

2012-09-12  Yoshifumi Inoue  <yosin@chromium.org>

        New time input needs accessibility
        https://bugs.webkit.org/show_bug.cgi?id=96032

        Reviewed by Chris Fleizach.

        This patch adds two tests for checking accessibility functionalities
        in multiple fields time input UI.

        This patch affects ports which enable both ENABLE_INPUT_TYPE_TIME and
        ENABLE_INPUT_TYPE_TIME_MULTIPLE_FIELDS.

        * fast/forms/time-multiple-fields/time-multiple-fields-ax-aria-attributes-expected.txt: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-ax-aria-attributes.html: Added to check ARIA attributes used in multiple fields time input UI.
        * fast/forms/time-multiple-fields/time-multiple-fields-ax-value-changed-notification-expected.txt: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-ax-value-changed-notification.html: Added to check accessibility notification supports in multiple fields time input UI.

2012-09-12  Kent Tamura  <tkent@chromium.org>

        [Chromium] Test expectation update
        https://bugs.webkit.org/show_bug.cgi?id=96308

        * platform/chromium-win/fast/table/height-percent-test-vertical-expected.png:
        Rebaseline for http://trac.webkit.org/changeset/128375.

2012-09-12  Filip Pizlo  <fpizlo@apple.com>

        JSC should have property butterflies
        https://bugs.webkit.org/show_bug.cgi?id=91933

        Reviewed by Geoffrey Garen.

        Modify the JSON test to indicate that iterating over properties now returns
        indexed properties first. This is a behavior change that makes us more
        compliant with other implementations.
        
        Also check in new expected file for the edge cases of indexed property access
        with prototype accessors. This changeset introduces a known regression in that
        department, which is tracked here: https://bugs.webkit.org/show_bug.cgi?id=96596

        * fast/js/resources/JSON-stringify.js:
        * platform/mac/fast/js/primitive-property-access-edge-cases-expected.txt: Added.

2012-09-12  Kent Tamura  <tkent@chromium.org>

        [Chromium] Test expectation update
        https://bugs.webkit.org/show_bug.cgi?id=96594

        * platform/chromium/TestExpectations:
        fast/table/bad-replaced-sizing-preferred-logical-widths.html fails on Mac.

2012-09-12  David Grogan  <dgrogan@chromium.org>

        Fix indexeddb/basics-shared-workers-expected.txt
        https://bugs.webkit.org/show_bug.cgi?id=96591

        Reviewed by Kent Tamura.

        Needed to pass IndexedDBLayoutTest.BasicTests in content_browsertests
        after 128370.

        * storage/indexeddb/basics-shared-workers-expected.txt:

2012-09-12  Stephanie Lewis  <slewis@apple.com>

        fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks.html fails on Mac.
        https://bugs.webkit.org/show_bug.cgi?id=96583

        Unreviewed.

        Update TestExpectations

        * platform/mac/TestExpectations:

2012-09-12  Kangil Han  <kangil.han@samsung.com>

        [WK2][WTR] Set waitUntilDone watchdog timer value equal to WK1.
        https://bugs.webkit.org/show_bug.cgi?id=81606

        Reviewed by Tim Horton.

        Unskip jQuery tests which will now consistently pass due to the increased waitUntilDone timeout.

        * platform/wk2/Skipped:

2012-09-12  KyungTae Kim  <ktf.kim@samsung.com>

        [EFL] Support download attribute feature
        https://bugs.webkit.org/show_bug.cgi?id=96462

        Reviewed by Gyuyoung Kim.

        * platform/efl/Skipped: Unskip test cases related to download attributes.
        * platform/efl-wk2/TestExpectations: Add test cases related to download attributes because they are still failed for WK2

2012-09-12  Stephanie Lewis  <slewis@apple.com>

        css3/filters/custom/filter-fallback-to-software.html fails on Debug WK2.
        https://bugs.webkit.org/show_bug.cgi?id=94372.

        Unreviewed.

        * platform/mac-wk2/TestExpectations:

2012-09-12  Julien Chaffraix  <jchaffraix@webkit.org>

        REGRESSION(r122501): replaced elements with percent width are wrongly size when inserted inside an auto-table layout
        https://bugs.webkit.org/show_bug.cgi?id=95892

        Reviewed by Ojan Vafai.

        * fast/replaced/vertical-writing-mode-max-logical-width-replaced-expected.txt: Added.
        * fast/replaced/vertical-writing-mode-max-logical-width-replaced.html: Added.
        * fast/table/bad-replaced-sizing-preferred-logical-widths-expected.txt: Added.
        * fast/table/bad-replaced-sizing-preferred-logical-widths.html: Added.
        * fast/table/resources/iframe.html: Added.

2012-09-12  Brady Eidson  <beidson@apple.com>

        Assert in NetscapePlugin::destroy() with async plugin init
        <rdar://problem/12277595> and https://bugs.webkit.org/show_bug.cgi?id=96576

        Reviewed by Anders Carlsson.

        * platform/mac-wk2/plugins/destroy-during-async-npp-new-expected.txt: Added.
        * platform/mac-wk2/plugins/destroy-during-async-npp-new.html: Added.

2012-09-12  James Robinson  <jamesr@chromium.org>

        Rebaseline chromium-mac pixel results for 128375

        * platform/chromium-mac-snowleopard/fast/table/height-percent-test-vertical-expected.png:
        * platform/chromium-mac/fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks-expected.txt: Added.

2012-09-12  Tony Chang  <tony@chromium.org>

        flex item sized incorrectly in a column flexbox with height set via top/bottom
        https://bugs.webkit.org/show_bug.cgi?id=94855

        Reviewed by Ojan Vafai.

        Test where the height of a column flexbox is set via top and bottom.

        * css3/flexbox/columns-height-set-via-top-bottom-expected.txt: Added.
        * css3/flexbox/columns-height-set-via-top-bottom.html: Added.

2012-09-12  Alexandru Chiculita  <achicu@adobe.com>

        [CSS Shaders] Implement transform parameter animations for CSS Custom Filters
        https://bugs.webkit.org/show_bug.cgi?id=94980

        Reviewed by Dean Jackson.

        Based on patch from Joshua Netterfield <jnetterfield@rim.com>.

        Added test transform animations in css3/filters/custom/custom-filter-transform-animation.html.

        * animations/resources/animation-test-helpers.js:
        (customFilterParameterMatch): Extracted the parameter matching from filterParametersMatch and added function parameters matching.
        This should work for all functions that have number parameters, ie. arrays, mat4 functions.
        
        (filterParametersMatch):
        * css3/filters/custom/custom-filter-transforms-animation-expected.txt: Added.
        * css3/filters/custom/custom-filter-transforms-animation.html: Added.
        * css3/filters/resources/custom-filter-parser.js: Fixed function parsing.
        (TokenStream.prototype.skip):

2012-09-12  Chris Fleizach  <cfleizach@apple.com>

        AX: svg:image not accessible
        https://bugs.webkit.org/show_bug.cgi?id=96341

        Reviewed by Adele Peterson.

        * accessibility/svg-image.html: Added.
        * platform/mac/accessibility/svg-image-expected.txt: Added.

2012-09-12  Ojan Vafai  <ojan@chromium.org>

        percentage widths rendered wrong in vertical writing mode with orthogonal parent
        https://bugs.webkit.org/show_bug.cgi?id=96308

        Reviewed by Tony Chang.

        * fast/writing-mode/percentage-height-orthogonal-writing-modes-expected.txt: Added.
        * fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks-expected.txt: Added.
        * fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks.html: Added.
        * fast/writing-mode/percentage-height-orthogonal-writing-modes.html: Added.

2012-09-12  Adam Barth  <abarth@webkit.org>

        [v8] document.getCSSCanvasContext doesn't need to be custom
        https://bugs.webkit.org/show_bug.cgi?id=96560

        Reviewed by Eric Seidel.

        Test that document.getCSSCanvasContext returns null for a bogus canvas type.

        * fast/canvas/canvas-css-crazy-expected.txt: Added.
        * fast/canvas/canvas-css-crazy.html: Added.

2012-09-12  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: The |source| property of IDBFactory.open() request should be null
        https://bugs.webkit.org/show_bug.cgi?id=96551

        Reviewed by Tony Chang.

        Already tested for in several places, so just update expectations/assertions.

        * storage/indexeddb/basics-expected.txt:
        * storage/indexeddb/basics-workers-expected.txt:
        * storage/indexeddb/mozilla/event-source-expected.txt:
        * storage/indexeddb/mozilla/resources/event-source.js: Updated assertion.
        (openSuccess):
        * storage/indexeddb/readonly-expected.txt:
        * storage/indexeddb/resources/basics.js: Updated assertion.
        (test):
        (openCallback):

2012-09-12  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r128353.
        http://trac.webkit.org/changeset/128353
        https://bugs.webkit.org/show_bug.cgi?id=96565

        Re-land change that broke tests on Chromium. Tests are now
        disabled, will rebaseline after this rolls. (Requested by
        dmazzoni on #webkit).

        * accessibility/canvas-fallback-content-2-expected.txt: Added.
        * accessibility/canvas-fallback-content-2.html: Added.

2012-09-12  Ojan Vafai  <ojan@chromium.org>

        Update some stale expectations.
        * platform/chromium/TestExpectations:
        Update to match what the bots are actually seeing.
        * platform/gtk/TestExpectations:
        Remove tests that no longer exist.

2012-09-12  Stephanie Lewis  <slewis@apple.com>

        fast/events/dispatch-message-string-data.html fails on mac wk2
        https://bugs.webkit.org/show_bug.cgi?id=96552

        Unreviewed.

        Add to TestExpectations.

        * platform/mac-wk2/TestExpectations:

2012-09-12  Levi Weintraub  <leviw@chromium.org>

        More unreviewed gardening after r128346.

        * platform/chromium-win-xp/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
        * platform/chromium-win/fast/repaint/repaint-across-writing-mode-boundary-expected.png:

2012-09-12  Eric Seidel  <eric@webkit.org>

        Sync html5lib tests with latest sources (and sort the tests alphabetically in runner.html)
        https://bugs.webkit.org/show_bug.cgi?id=96544

        Reviewed by Adam Barth.

        * html5lib/resources/adoption01.dat:
        * html5lib/resources/domjs-unsafe.dat: Added.
        * html5lib/resources/scripted/ark.dat: Added.
        * html5lib/runner.html:

2012-09-12  Adam Klein  <adamk@chromium.org>

        Widen CRASH expectations for fast/replaced/border-radius-clip.html

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-09-12  Levi Weintraub  <leviw@chromium.org>

        Unreviewed gardening. Updated test expectations following r128346.

        * platform/chromium-linux/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
        * platform/chromium-mac/fast/repaint/repaint-across-writing-mode-boundary-expected.png:

2012-09-12  Adam Klein  <adamk@chromium.org>

        Unreviewed gardening.

        Mark seek-to-end-after-duration-change.html as flaky.

        * platform/chromium/TestExpectations:

2012-09-12  Adam Klein  <adamk@chromium.org>

        Unreviewed gardening.

        Mark some new hidpi tests as failing after r128348.

        * platform/chromium/TestExpectations:

2012-09-12  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r128318 and r128332.
        http://trac.webkit.org/changeset/128318
        http://trac.webkit.org/changeset/128332
        https://bugs.webkit.org/show_bug.cgi?id=96547

        Caused accessibility test failures on snow leopard (Requested
        by jamesr_ on #webkit).

        * accessibility/canvas-fallback-content-2-expected.txt: Removed.
        * accessibility/canvas-fallback-content-2.html: Removed.

2012-09-12  Alex Sakhartchouk  <alexst@chromium.org>

        [chromium] Add a virtual test suite for fast/hidpi
        https://bugs.webkit.org/show_bug.cgi?id=90192

        Reviewed by Dirk Pranke.

        Making sure the new virtual tests have matching expectations to non-gpu ones 

        * platform/chromium/TestExpectations:
        * platform/chromium/virtual/gpu/fast/hidpi/README.txt: Added.

2012-09-12  Sami Kyostila  <skyostil@google.com>

        Rename OVERFLOW_SCROLLING as ACCELERATED_OVERFLOW_SCROLLING
        https://bugs.webkit.org/show_bug.cgi?id=96251

        Reviewed by Simon Fraser.

        Rename OVERFLOW_SCROLLING as ACCELERATED_OVERFLOW_SCROLLING to better describe
        the feature it controls.

        * platform/chromium/TestExpectations:

2012-09-12  Levi Weintraub  <leviw@chromium.org>

        Inline repainting can be off-by-one with sub-pixel enabled
        https://bugs.webkit.org/show_bug.cgi?id=95882

        Reviewed by Eric Seidel.

        Test that we properly repaint selection gaps inside tables with sub-pixel offsets.

        * fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.txt: Added.
        * fast/sub-pixel/selection/selection-rect-in-sub-pixel-table.html: Added.
        * platform/chromium-mac/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.png: Added.
        * platform/chromium/TestExpectations:
        * platform/mac-lion/Skipped:
        * platform/mac-snowleopard/Skipped:
        * platform/mac-wk2/Skipped:
        * platform/mac/Skipped:
        * platform/qt-4.8/Skipped:
        * platform/qt/Skipped:
        * platform/win-wk2/Skipped:
        * platform/win-xp/Skipped:
        * platform/win/Skipped:
        * platform/wincairo/Skipped:
        * platform/wk2/Skipped:

2012-09-12  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding crash or other failure expectations for plenty of accessibility
        tests as required after r128318.

        * platform/gtk/TestExpectations:

2012-09-12  Christophe Dumez  <christophe.dumez@intel.com>

        [WK2][WKTR] TestRunner needs to implement originsWithApplicationCache
        https://bugs.webkit.org/show_bug.cgi?id=96496

        Reviewed by Kenneth Rohde Christiansen.

        Unskip http/tests/appcache/origins-with-appcache.html now that
        WebKitTestRunner implements originsWithApplicationCache.

        * platform/wk2/Skipped:

2012-09-12  Bear Travis  <betravis@adobe.com>

        [CSS Exclusions] Test incremental layout
        https://bugs.webkit.org/show_bug.cgi?id=91879

        Reviewed by Julien Chaffraix.

        Adding tests to make sure that text and shape can be set dynamically, and that
        content will still layout while respecting shape-inside.

        * fast/exclusions/shape-inside/shape-inside-dynamic-shape-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-dynamic-shape.html: Added.
        * fast/exclusions/shape-inside/shape-inside-dynamic-text-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-dynamic-text.html: Added.

2012-09-12  Max Vujovic  <mvujovic@adobe.com>

        [CSS Shaders] Remove direct texture access via u_texture
        https://bugs.webkit.org/show_bug.cgi?id=93871

        Reviewed by Dean Jackson.

        Add tests to verify that the "u_texture" sampler is no longer accessible to author shader
        code because it was removed. These tests also verify that shaders with unbound samplers do
        not execute.

        Add tests to verify that the internal "css_u_texture" sampler is not accessible to author
        shader code. These tests check that this is true whether or not the author is using the CSS
        mix function and whether or not the author attempts to define css_u_texture is his or her
        shader.

        * css3/filters/custom/custom-filter-no-element-texture-access-expected.html: Added.
        * css3/filters/custom/custom-filter-no-element-texture-access.html: Added.
        * css3/filters/resources/sample-defined-css-u-texture-mix.fs: Added.
        * css3/filters/resources/sample-defined-css-u-texture.fs: Added.
        * css3/filters/resources/sample-u-texture-mix.fs: Added.
        * css3/filters/resources/sample-u-texture.fs: Added.
        * css3/filters/resources/sample-undefined-css-u-texture-mix.fs: Added.
        * css3/filters/resources/sample-undefined-css-u-texture.fs: Added.

2012-09-12  Christophe Dumez  <christophe.dumez@intel.com>

        [WK2][WKTR] TestRunner needs to implement dumpApplicationCacheDelegateCallbacks
        https://bugs.webkit.org/show_bug.cgi?id=96374

        Reviewed by Kenneth Rohde Christiansen.

        Unskip test cases that are passing now that WebKitTestRunner
        implements dumpApplicationCacheDelegateCallbacks and
        disallowIncreaseForApplicationCacheQuota.

        * platform/efl-wk1/TestExpectations:
        * platform/efl/Skipped:
        * platform/wk2/Skipped:

2012-09-12  Andrei Onea  <onea@adobe.com>

        [CSSRegions]Use RefPtr's instead of weak references on DOMNamedFlowCollection
        https://bugs.webkit.org/show_bug.cgi?id=95311

        Reviewed by Andreas Kling.

        Added test for crash which occurs when there is a raw pointer to a NamedFlow
        (in a NamedFlowCollection) which has been freed.

        * fast/regions/webkit-named-flow-collection-crash-expected.txt: Added.
        * fast/regions/webkit-named-flow-collection-crash.html: Added.

2012-09-12  MORITA Hajime  <morrita@google.com>

        [Shadow DOM] Unpolished elements should reject author shadows
        https://bugs.webkit.org/show_bug.cgi?id=96404

        Reviewed by Dimitri Glazkov.

        - Added setAuthorShadowDOMForAnyElementEnabled() calls to make tests works.
        - UPdated shadow-disable.html to capture the disabled elements.

        * fast/dom/shadow/shadow-disable-expected.txt:
        * fast/dom/shadow/shadow-disable.html:
        * fast/dom/shadow/shadowdom-for-fieldset-without-shadow.html:
        * fast/dom/shadow/shadowdom-for-form-associated-element-useragent.html:
        * fast/dom/shadow/shadowdom-for-media.html:
        * platform/chromium/TestExpectations:

2012-09-12  Dominic Mazzoni  <dmazzoni@google.com>

        AX: Refactor most AccessibilityRenderObject code into AccessibilityNodeObject
        https://bugs.webkit.org/show_bug.cgi?id=96323

        Reviewed by Chris Fleizach.

        New test that compares accessibility attributes of lots of elements
        inside and outside of canvas fallback content, to make sure they're
        the same. Designed to be cross-platform because it just asserts the
        attributes are the same in both contexts, rather than expecting specific
        values.

        * accessibility/canvas-fallback-content-2-expected.txt: Added.
        * accessibility/canvas-fallback-content-2.html: Added.

2012-09-12  John Mellor  <johnme@chromium.org>

        Text Autosizing: Don't autosize text in constrained height elements.
        https://bugs.webkit.org/show_bug.cgi?id=96143

        Reviewed by Julien Chaffraix.

        Added tests with various kinds, orders and nestings of constrained
        height, overflow-y and positioned elements.

        * fast/text-autosizing/constrained-and-overflow-auto-ancestor-expected.html: Added.
        * fast/text-autosizing/constrained-and-overflow-auto-ancestor.html: Added.
        * fast/text-autosizing/constrained-and-overflow-hidden-ancestor-expected.html: Added.
        * fast/text-autosizing/constrained-and-overflow-hidden-ancestor.html: Added.
        * fast/text-autosizing/constrained-and-overflow-paged-x-ancestor-expected.html: Added.
        * fast/text-autosizing/constrained-and-overflow-paged-x-ancestor.html: Added.
        * fast/text-autosizing/constrained-and-overflow-scroll-ancestor-expected.html: Added.
        * fast/text-autosizing/constrained-and-overflow-scroll-ancestor.html: Added.
        * fast/text-autosizing/constrained-height-ancestor-expected.html: Added.
        * fast/text-autosizing/constrained-height-ancestor.html: Added.
        * fast/text-autosizing/constrained-maxheight-ancestor-expected.html: Added.
        * fast/text-autosizing/constrained-maxheight-ancestor.html: Added.
        * fast/text-autosizing/constrained-maxheight-expected.html: Added.
        * fast/text-autosizing/constrained-maxheight.html: Added.
        * fast/text-autosizing/constrained-percent-maxheight-expected.html: Added.
        * fast/text-autosizing/constrained-percent-maxheight.html: Added.
        * fast/text-autosizing/constrained-percent-of-viewport-maxheight-expected.html: Added.
        * fast/text-autosizing/constrained-percent-of-viewport-maxheight.html: Added.
        * fast/text-autosizing/constrained-then-overflow-ancestors-expected.html: Added.
        * fast/text-autosizing/constrained-then-overflow-ancestors.html: Added.
        * fast/text-autosizing/constrained-then-overflow-then-positioned-ancestors-expected.html: Added.
        * fast/text-autosizing/constrained-then-overflow-then-positioned-ancestors.html: Added.
        * fast/text-autosizing/constrained-then-position-absolute-ancestors-expected.html: Added.
        * fast/text-autosizing/constrained-then-position-absolute-ancestors.html: Added.
        * fast/text-autosizing/constrained-then-position-fixed-ancestors-expected.html: Added.
        * fast/text-autosizing/constrained-then-position-fixed-ancestors.html: Added.
        * fast/text-autosizing/constrained-within-overflow-ancestor-expected.html: Added.
        * fast/text-autosizing/constrained-within-overflow-ancestor.html: Added.

2012-09-12  Adam Klein  <adamk@chromium.org>

        Mark new test fast/filesystem/workers/detached-frame-crash.html
        as flakily crashing in cr-win & cr-linux debug builds.

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-09-12  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding baseline for an accessibility test introduced in r128227.

        Adding a text mismatch failure expectation for fast/events/popup-blocking-timers.html
        that started failing after the test was refactored in r128270.

        * platform/gtk/TestExpectations:
        * platform/gtk/accessibility/img-fallsback-to-title-expected.txt: Added.

2012-09-12  Florin Malita  <fmalita@chromium.org>

        getScreenCTM returns different values depending on zoom
        https://bugs.webkit.org/show_bug.cgi?id=96361

        Reviewed by Dirk Schulze.

        * svg/zoom/page/zoom-get-screen-ctm-expected.txt: Added.
        * svg/zoom/page/zoom-get-screen-ctm.html: Added.

2012-09-12  Allan Sandfeld Jensen  <allan.jensen@nokia.com>

        Unreviewed gardening. These tests should have been unskipped when fixed.
        https://bugs.webkit.org/show_bug.cgi?id=93246

        * platform/qt/Skipped:

2012-09-12  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r128221.
        http://trac.webkit.org/changeset/128221
        https://bugs.webkit.org/show_bug.cgi?id=96504

        The rollout was incorrect. (Requested by zdobersek on
        #webkit).

        * http/tests/misc/non-utf8-header-name-expected.txt: Added.
        * http/tests/misc/non-utf8-header-name.php: Added.

2012-09-12  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r128280.
        http://trac.webkit.org/changeset/128280
        https://bugs.webkit.org/show_bug.cgi?id=96498

        it broke compilation on windows debug bot (Requested by loislo
        on #webkit).

        * platform/efl-wk1/TestExpectations:
        * platform/efl/Skipped:
        * platform/wk2/Skipped:

2012-09-12  Andrei Poenaru  <poenaru@adobe.com>

        Web Inspector: Protocol Extension: Add "regionLayoutUpdate" event
        https://bugs.webkit.org/show_bug.cgi?id=93443

        Reviewed by Alexander Pavlov.

        Validate "regionLayoutUpdate" event.

        * inspector/styles/protocol-css-regions-commands-expected.txt:
        * inspector/styles/protocol-css-regions-commands.html:

2012-09-12  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: [Elements] Sidebar panes not updated on style changes due to "class" attribute modifications
        https://bugs.webkit.org/show_bug.cgi?id=95722

        Reviewed by Vsevolod Vlasov.

        * inspector/elements/edit-style-attribute.html: Renamed events on which to listen.
        * inspector/styles/override-screen-size.html: Drive-by: fixed race condition that was resulting in this test's failures.
        * inspector/styles/styles-update-from-js-expected.txt:
        * inspector/styles/styles-update-from-js.html: Added test cases for style updates on ancestor and sibling attributes' changes.

2012-09-12  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt][WK2] Unreviewed gardening, skip a new failing test to paint the bot green.

        * platform/qt-5.0-wk2/Skipped:

2012-09-12  Christophe Dumez  <christophe.dumez@intel.com>

        [WK2][WKTR] TestRunner needs to implement dumpApplicationCacheDelegateCallbacks
        https://bugs.webkit.org/show_bug.cgi?id=96374

        Reviewed by Kenneth Rohde Christiansen.

        Unskip test cases that are passing now that WebKitTestRunner
        implements dumpApplicationCacheDelegateCallbacks and
        disallowIncreaseForApplicationCacheQuota.

        * platform/efl-wk1/TestExpectations:
        * platform/efl/Skipped:
        * platform/wk2/Skipped:

2012-09-12  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [WK2] [WTR] WebKitTestRunner needs TestRunner.workerThreadCount
        https://bugs.webkit.org/show_bug.cgi?id=96388

        Reviewed by Kenneth Rohde Christiansen.

        Unskipped corresponding tests.

        * platform/wk2/Skipped:

2012-09-12  Jochen Eisinger  <jochen@chromium.org>

        [chromium] Only allow one user-gesture gated action per user action.
        https://bugs.webkit.org/show_bug.cgi?id=96373

        Reviewed by Adam Barth.

        * platform/chromium/fast/events/popup-allowed-from-gesture-only-once-expected.txt: Added.
        * platform/chromium/fast/events/popup-allowed-from-gesture-only-once.html: Added.

2012-09-12  Jochen Eisinger  <jochen@chromium.org>

        Change fast/events/popup-blocking-timers.html to generate a user action for each popup
        https://bugs.webkit.org/show_bug.cgi?id=96475

        Reviewed by Adam Barth.

        The chromium port only allows one user gesture gated action per user
        gesture.

        * fast/events/popup-blocking-timers-expected.txt:
        * fast/events/popup-blocking-timers.html:

2012-09-11  Kent Tamura  <tkent@chromium.org>

        [Chromium] Test expectation update

        Assign new bug for fast/text/international/vertical-text-*.html

        * platform/chromium/TestExpectations:

2012-09-11  Taiju Tsuiki  <tzik@chromium.org>

        WebFrameImpl::client() needs NULL check in WebWorkerClientImpl::openFileSystem
        https://bugs.webkit.org/show_bug.cgi?id=96354

        Reviewed by Kent Tamura.

        Ensure non-NULL before using WebFrameImpl::client().

        * fast/filesystem/workers/detached-frame-crash-expected.txt: Added.
        * fast/filesystem/workers/detached-frame-crash.html: Added.
        * fast/filesystem/workers/resources/detached-frame-crash-frame.html: Added.
        * fast/filesystem/workers/resources/detached-frame-crash-worker.js: Added.

2012-09-11  Stephanie Lewis  <slewis@apple.com>

        Skip spatial-navigation tests on mac-wk2 because they are all failing.
        https://bugs.webkit.org/show_bug.cgi?id=96438.

        Unreviewed.

        * platform/mac-wk2/TestExpectations:

2012-09-11  Adam Klein  <adamk@chromium.org>

        Unreviewed, rolling out r128075
        https://bugs.webkit.org/show_bug.cgi?id=96435

        * platform/chromium-mac/platform/chromium/media/controls-video-sizes-expected.png: Removed.
        * platform/chromium/TestExpectations:
        * platform/chromium/media/controls-audio-sizes-expected.txt: Removed.
        * platform/chromium/media/controls-audio-sizes.html: Removed.
        * platform/chromium/media/controls-video-sizes-expected.txt: Removed.
        * platform/chromium/media/controls-video-sizes-padding-expected.txt: Removed.
        * platform/chromium/media/controls-video-sizes-padding.html: Removed.
        * platform/chromium/media/controls-video-sizes.html: Removed.

2012-09-11  Adam Klein  <adamk@chromium.org>

        Unreviewed gardening.

        Suppress image failures for gradient-with-scaled-ancestor.html due to
        scrollbar diffs.

        * platform/chromium/TestExpectations:

2012-09-11  James Robinson  <jamesr@chromium.org>

        Unreviewed gardening. Update some expectations to reference specific bugs.

        * platform/chromium/TestExpectations:

2012-09-11  Chris Fleizach  <cfleizach@apple.com>

        AX: title attribute is not exposed as the AXDescription on AXImage when there is no other fallback content
        https://bugs.webkit.org/show_bug.cgi?id=96412

        Reviewed by Jon Honeycutt.

        * accessibility/img-fallsback-to-title.html: Added.
        * platform/mac/accessibility/img-fallsback-to-title-expected.txt: Added.

2012-09-11  Stephen White  <senorblanco@chromium.org>

        [chromium] Mark some tests as needing a rebaseline due to SVG filters change.
        https://bugs.webkit.org/show_bug.cgi?id=95238

        Reviewed by Dirk Schulze.

        * platform/chromium/TestExpectations:

2012-09-11  Kevin Ellis  <kevers@chromium.org>

        Crash on a long press gesture when touch adjustment is enabled.
        https://bugs.webkit.org/show_bug.cgi?id=96313

        Reviewed by Antonio Gomes.

        Add test to ensure that a long-press on a shadow DOM element does
        not trigger a crash when determining if an element provides a context
        menu.

        * touchadjustment/context-menu-shadow-node-expected.txt: Added.
        * touchadjustment/context-menu-shadow-node.html: Added.

2012-09-11  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed, manually rolling out r128175.
        The patch is causing crashes in debug builds.
        http://trac.webkit.org/changeset/128175
        https://bugs.webkit.org/show_bug.cgi?id=96284

        * http/tests/misc/non-utf8-header-name-expected.txt: Removed.
        * http/tests/misc/non-utf8-header-name.php: Removed.

2012-09-11  Adam Klein  <adamk@chromium.org>

        Unreviewed chromium gardening.

        Remove bogus rebaseline added in r128105, and remove "flaky"
        expectation (since tests seems non-flaky).

        * platform/chromium-win-xp/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Removed.
        * platform/chromium/TestExpectations:

2012-09-11  Adam Klein  <adamk@chromium.org>

        Unreviewed chromium gardening.

        Mark compositing/overflow/overflow-scaled-descendant-overflapping as
        failing on cr-mac after r127789 and remove bad rebaselines.

        * platform/chromium-mac-snowleopard/compositing/overflow/overflow-scaled-descendant-overlapping-expected.png: Removed.
        * platform/chromium-mac/compositing/overflow/overflow-scaled-descendant-overlapping-expected.png: Removed.
        * platform/chromium/TestExpectations:

2012-09-11  Mike West  <mkwst@chromium.org>

        Improve console error messages when 'document.domain' blocks cross-origin script access.
        https://bugs.webkit.org/show_bug.cgi?id=96247

        Reviewed by Adam Barth.

        * http/tests/security/cross-frame-access-callback-explicit-domain-DENY-expected.txt:
        * http/tests/security/cross-frame-access-child-explicit-domain-expected.txt:
        * http/tests/security/cross-frame-access-parent-explicit-domain-expected.txt:
        * http/tests/security/cross-frame-access-protocol-expected.txt:
        * http/tests/security/cross-frame-access-protocol-explicit-domain-expected.txt:
        * http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe-expected.txt:
        * http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open-expected.txt:
        * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level-expected.txt:
        * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-expected.txt:
        * http/tests/security/dataURL/xss-DENIED-from-javascript-url-window-open-expected.txt:
        * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-expected.txt:
        * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-location-change-expected.txt:
        * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open-expected.txt:
        * http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-2-level-expected.txt:
        * http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-expected.txt:
        * http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase-expected.txt:
        * http/tests/security/dataURL/xss-DENIED-to-data-url-window-open-expected.txt:
        * http/tests/security/view-source-no-javascript-url-expected.txt:
        * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe-expected.txt:
        * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open-expected.txt:
        * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level-expected.txt:
        * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-expected.txt:
        * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-javascript-url-window-open-expected.txt:
        * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-expected.txt:
        * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-location-change-expected.txt:
        * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open-expected.txt:
        * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-2-level-expected.txt:
        * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-expected.txt:
        * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase-expected.txt:
        * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-window-open-expected.txt:
        * platform/chromium/http/tests/security/inactive-document-with-empty-security-origin-expected.txt:
        * platform/chromium/http/tests/security/window-named-proto-expected.txt:
            Updating error message.

2012-09-11  Sergio Villar Senin  <svillar@igalia.com>

        [GTK] WebKitGtk+ crashes with non-UTF8 HTTP header names
        https://bugs.webkit.org/show_bug.cgi?id=96284

        Reviewed by Gustavo Noronha Silva.

        Added a new test to make sure that WebKitGtk+ does not crash when
        a non-UTF8 character is sent as part of a HTTP header name.

        * http/tests/misc/non-utf8-header-name-expected.txt: Added.
        * http/tests/misc/non-utf8-header-name.php: Added.

2012-09-11  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt][WK2] Unreviewed gardening, skip new failing tests to paint the bot green.

        * platform/qt-5.0-wk2/Skipped:

2012-09-11  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r128175.
        http://trac.webkit.org/changeset/128175
        https://bugs.webkit.org/show_bug.cgi?id=96395

        broke hunders of tests for EFL and GTK (Requested by rakuco on
        #webkit).

        * http/tests/misc/non-utf8-header-name-expected.txt: Removed.
        * http/tests/misc/non-utf8-header-name.php: Removed.

2012-09-11  Luciano Wolf  <luciano.wolf@openbossa.org>

        [Qt] [WK2] editing/inserting/typing-tab-designmode tests are failing
        https://bugs.webkit.org/show_bug.cgi?id=91988

        Reviewed by Kenneth Rohde Christiansen.

        Unskip related tests.

        * platform/qt-5.0-wk2/Skipped:

2012-09-11  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [WK2][WTR] WebKitTestRunner needs testRunner.setSpatialNavigationEnabled
        https://bugs.webkit.org/show_bug.cgi?id=96269

        Reviewed by Kenneth Rohde Christiansen.

        Unskipped fast/spatial-navigation tests. Put those which still fail to an appropriate group.

        * platform/wk2/Skipped:

2012-09-11  Philippe Liard  <pliard@chromium.org>

        Support LayoutTests on non-rooted Android devices.
        https://bugs.webkit.org/show_bug.cgi?id=95346

        Reviewed by Dirk Pranke.

        http/tests/cache/resources/subresource-test.js was assuming that the
        client and server clocks are the same which is no longer true since we
        are getting rid of host/device clock synchronization.

        * http/tests/cache/resources/cache-simulator.cgi:
        * http/tests/cache/resources/current-time.cgi: Added.
        * http/tests/cache/resources/subresource-test.js:
        (getServerDate):
        (nextTest):
        (testComplete):
        (runTests):

2012-09-11  Sergio Villar Senin  <svillar@igalia.com>

        [GTK] WebKitGtk+ crashes with non-UTF8 HTTP header names
        https://bugs.webkit.org/show_bug.cgi?id=96284

        Reviewed by Gustavo Noronha Silva.

        Added a new test to make sure that WebKitGtk+ does not crash when
        a non-UTF8 character is sent as part of a HTTP header name.

        * http/tests/misc/non-utf8-header-name-expected.txt: Added.
        * http/tests/misc/non-utf8-header-name.php: Added.

2012-09-11  Christophe Dumez  <christophe.dumez@intel.com>

        [WK2][WKTR] TestRunner needs to implement clearApplicationCacheForOrigin
        https://bugs.webkit.org/show_bug.cgi?id=96372

        Reviewed by Kenneth Rohde Christiansen.

        Refresh Skipped list now that clearApplicationCacheForOrigin
        is implemented in TestRunner. Some tests were also marked as
        failing due to clearAllApplicationCaches() being missing
        despite the fact that it is already implemented.

        * platform/wk2/Skipped:

2012-09-11  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [WK2][WTR] WebKitTestRunner needs layoutTestController.setMinimumTimerInterval
        https://bugs.webkit.org/show_bug.cgi?id=96256

        Reviewed by Kenneth Rohde Christiansen.

        Unskipped corresponding fast/dom/ tests.

        * platform/wk2/Skipped:

2012-09-11  Szilard Ledan  <szledan@inf.u-szeged.hu>

        [Qt] New fast/canvas/canvas-lineDash.html introduced in r128116 fails.
        https://bugs.webkit.org/show_bug.cgi?id=96360

        Reviewed by Csaba Osztrogonác.

        * platform/qt/Skipped:

2012-09-11  Tommy Widenflycht  <tommyw@google.com>

        MediaStream API: add RTCPeerConnection::onnegotiationneeded
        https://bugs.webkit.org/show_bug.cgi?id=96097

        Reviewed by Adam Barth.

        * fast/mediastream/RTCPeerConnection-onnegotiationneeded-expected.txt: Added.
        * fast/mediastream/RTCPeerConnection-onnegotiationneeded.html: Added.

2012-09-11  Christophe Dumez  <christophe.dumez@intel.com>

        WTR needs an implementation of applicationCacheDiskUsageForOrigin
        https://bugs.webkit.org/show_bug.cgi?id=87188

        Reviewed by Kenneth Rohde Christiansen.

        Unskip test cases that require an implementation of
        applicationCacheDiskUsageForOrigin in WebKitTestRunner.

        * platform/efl/Skipped:
        * platform/wk2/Skipped:

2012-09-11  Mihnea Ovidenie  <mihnea@adobe.com>

        [CSS Regions] Auto width is not working for Regions
        https://bugs.webkit.org/show_bug.cgi?id=74135

        Reviewed by Julien Chaffraix.

        Add tests for width: auto and modify the existing region tests that were having width: auto so that they do not fail after the changes.

        * fast/regions/autowidth-abspos-expected.html: Added.
        * fast/regions/autowidth-abspos-regionchain-expected.html: Added.
        * fast/regions/autowidth-abspos-regionchain.html: Added.
        * fast/regions/autowidth-abspos.html: Added.
        * fast/regions/autowidth-attachedinvalidregion-expected.txt: Added.
        * fast/regions/autowidth-attachedinvalidregion.html: Added.
        * fast/regions/autowidth-float-expected.html: Added.
        * fast/regions/autowidth-float.html: Added.
        * fast/regions/autowidth-inlineblock-expected.html: Added.
        * fast/regions/autowidth-inlineblock.html: Added.
        * fast/regions/autowidth-nonreplaced-abspos-expected.html: Added.
        * fast/regions/autowidth-nonreplaced-abspos.html: Added.
        * fast/regions/autowidth-nonreplacedblock-normalflow-expected.html: Added.
        * fast/regions/autowidth-nonreplacedblock-normalflow.html: Added.
        * fast/regions/autowidth-normalflow-expected.html: Added.
        * fast/regions/autowidth-normalflow-maxwidth-expected.html: Added.
        * fast/regions/autowidth-normalflow-maxwidth.html: Added.
        * fast/regions/autowidth-normalflow-minmaxwidth-expected.html: Added.
        * fast/regions/autowidth-normalflow-minmaxwidth.html: Added.
        * fast/regions/autowidth-normalflow-minwidth-expected.html: Added.
        * fast/regions/autowidth-normalflow-minwidth.html: Added.
        * fast/regions/autowidth-normalflow-vertrl-expected.html: Added.
        * fast/regions/autowidth-normalflow-vertrl.html: Added.
        * fast/regions/autowidth-normalflow.html: Added.
        * fast/regions/bottom-overflow-out-of-first-region.html:
        * fast/regions/flows-dependency-dynamic-remove.html:
        * fast/regions/flows-dependency-same-flow.html:
        * fast/regions/render-region-renderer-expected.html:
        * fast/regions/top-overflow-out-of-second-region.html:

2012-09-11  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Removing crashing expectations for two editing tests after they were fixed
        in r128074.

        Rebaselining accessibility/legend.html after r128140.

        * platform/gtk/TestExpectations:
        * platform/gtk/accessibility/legend-expected.txt:

2012-09-10  Yoshifumi Inoue  <yosin@chromium.org>

        REGRESSION (r127226): Calling DateTimeEditElement::layout() in focus handler should not dispatch blur event
        https://bugs.webkit.org/show_bug.cgi?id=96232

        Reviewed by Kent Tamura.

        This patch adds a new test for checking layout changing of multiple
        fields time input UI in focus handler doesn't dispatch blur event.

        This patch affects ports which enable both ENABLE_INPUT_TYPE_TIME and
        ENABLE_INPUT_TYPE_TIME_MULTIPLE_FIELDS.

        * fast/forms/time-multiple-fields/time-multiple-fields-state-change-on-focus-or-blur-expected.txt: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-state-change-on-focus-or-blur.html: Added.

2012-09-10  Joanmarie Diggs  <jdiggs@igalia.com>

        Properly expose <legend> elements to ATs
        https://bugs.webkit.org/show_bug.cgi?id=84137

        Reviewed by Chris Fleizach.

        Created a new WebCore Accessibility Role, LegendRole. Used it to map to
        the expected platform role, ATK_ROLE_LABEL. Also established the needed
        AtkRelation pair, label-for/labelled-by between the legend and fieldset.

        * accessibility/legend.html: Modified the test to be more platform-agnostic.
        * platform/gtk/TestExpectations: Removed legend.html from the skipped list.
        * platform/gtk/accessibility/legend-expected.txt: Added.
        * platform/mac/accessibility/legend-expected.txt: Updated.

2012-09-10  Philip Rogers  <pdr@google.com>

        Remove unnecessary work in SMILTimeContainer::updateAnimations
        https://bugs.webkit.org/show_bug.cgi?id=96224

        Reviewed by Nikolas Zimmermann.

        This change should have no functional differences but a test
        is being added to show that. SMILTimeContainer::updateAnimations
        contained a comment explaining why a animateTransform needed to be
        processed last but that is no longer the case (as the test shows).

        * svg/animations/script-tests/use-animate-transform-and-position.js: Added.
        (sample1):
        (sample2):
        (sample3):
        (sample4):
        (sample5):
        (executeTest):
        * svg/animations/use-animate-transform-and-position-expected.txt: Added.
        * svg/animations/use-animate-transform-and-position.html: Added.

2012-09-10  Jer Noble  <jer.noble@apple.com>

        Unreviewed; rolling out r128081.
        http://trac.webkit.org/changeset/128081
        https://bugs.webkit.org/show_bug.cgi?id=96134

        New test http/tests/media/video-donottrack.html fails to run on Apple test bots.

        * http/tests/media/resources/video-donottrack-check-donottrack.php: Removed.
        * http/tests/media/video-donottrack-expected.txt: Removed.
        * http/tests/media/video-donottrack.html: Removed.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/Skipped:

2012-09-10  Fady Samuel  <fsamuel@chromium.org>

        Mark gradient-with-scaled-ancestor.html as flaky

        * platform/chromium/TestExpectations:

2012-09-10  Jon Lee  <jonlee@apple.com>

        Remove stray Changelog message.

2012-09-10  Fady Samuel  <fsamuel@chromium.org>

        Unreviewed update to Chromium TestExpectations

        Skip fast/js/function-dot-arguments-identity.html on Chromium

        * platform/chromium/TestExpectations:

2012-09-10  Fady Samuel  <fsamuel@chromium.org>

        Skip video-donottrack.html on Chromium

        * platform/chromium/TestExpectations:

2012-09-10  Justin Novosad  <junov@chromium.org>

        Implement canvas v5 line dash feature
        https://bugs.webkit.org/show_bug.cgi?id=82560

        Reviewed by Darin Adler.

        New layout tests for the canvas lineDash feature.
        -Validate normal behavior of lineDash state change operations.
        -Validate behavior when attempting invalid state changes.
        -Validate rendering behavior.

        * fast/canvas/canvas-lineDash-expected.txt: Added.
        * fast/canvas/canvas-lineDash-invalid-expected.txt: Added.
        * fast/canvas/canvas-lineDash-invalid.html: Added.
        * fast/canvas/canvas-lineDash.html: Added.
        * fast/canvas/script-tests/canvas-lineDash-invalid.js: Added.
        (resetLineDash):
        (trySettingLineDash):
        (trySettingLineDashWithNoArgs):
        (trySettingLineDashOffset):
        * fast/canvas/script-tests/canvas-lineDash.js: Added.
        (dataToArray):
        (getPixel):
        (pixelShouldBe):

2012-09-10  Geoffrey Garen  <ggaren@apple.com>

        DFG misses arguments tear-off for function.arguments if 'arguments' is used
        https://bugs.webkit.org/show_bug.cgi?id=96227

        Reviewed by Gavin Barraclough.

        New test, and updated expectations.
 
        * fast/js/script-tests/function-dot-arguments.js:
        * fast/js/function-dot-arguments-expected.txt: Updated for new behavior.

        * fast/js/dfg-tear-off-function-dot-arguments.html:
        * fast/js/script-tests/dfg-tear-off-function-dot-arguments.js: Added. New test for bug cited here.

        * fast/js/function-dot-arguments-identity-expected.txt:
        * fast/js/function-dot-arguments-identity.html: Added. New test for new behavior.

2012-09-10  Fady Samuel  <fsamuel@chromium.org>

        Unreviewed Rebaseline for Chromium Win XP.

        * platform/chromium-win-xp/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.

2012-09-10  Fady Samuel  <fsamuel@chromium.org>

        Rebaselined for Chromium.

        * platform/chromium/http/tests/security/contentSecurityPolicy/source-list-parsing-nonascii-expected.txt: Added.

2012-09-10  Ojan Vafai  <ojan@chromium.org>

        Update the css3/filters test expectations to match the bots.
        90+ of these tests never failed, so adding the whole css3/filters
        directory was incorrect.
        * platform/chromium/TestExpectations:

2012-09-10  Fady Samuel  <fsamuel@chromium.org>

        Unreviewed fix of webkit-lint for Chromium gardening

        * platform/chromium/TestExpectations:

2012-09-10  Alex Sakhartchouk  <alexst@chromium.org>

        [chromium] gradient-with-scaled-ancestor.html rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=96110

        Reviewed by Adrienne Walker.

        Fixed a bug in the test, rebaselining the results at proper resolution. 

        * platform/chromium-linux-x86/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Removed.
        * platform/chromium-linux/fast/hidpi/gradient-with-scaled-ancestor-expected.png:
        * platform/chromium-mac-snowleopard/fast/hidpi/gradient-with-scaled-ancestor-expected.png:
        * platform/chromium-mac/fast/hidpi/gradient-with-scaled-ancestor-expected.png:
        * platform/chromium-win-xp/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Removed.
        * platform/chromium-win/fast/hidpi/gradient-with-scaled-ancestor-expected.png:
        * platform/chromium/TestExpectations:

2012-09-10  Brady Eidson  <beidson@apple.com>

        Javascript in foreground tabs should not wait synchronously for plug-ins to load
        <rdar://problem/12067415> and https://bugs.webkit.org/show_bug.cgi?id=96167

        Reviewed by Geoff Garen.

        * platform/mac-wk2/plugins/script-object-access-fails-during-slow-initialization-expected.txt: Added.
        * platform/mac-wk2/plugins/script-object-access-fails-during-slow-initialization.html: Added.

2012-09-07  Jer Noble  <jer.noble@apple.com>

        <audio> and <video> should send Do Not Track when appropriate
        https://bugs.webkit.org/show_bug.cgi?id=96134

        Reviewed by Eric Carlson.

        Add a new HTTP test ensuring the DNT header is passed correctly during video tests.

        * http/tests/media/resources/video-donottrack-check-donottrack.php: Added.
        * http/tests/media/video-donottrack-expected.txt: Added.
        * http/tests/media/video-donottrack.html: Added.

        Skip the new tests on platforms which do not support it:
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/Skipped:

2012-08-31  Jon Lee  <jonlee@apple.com>

        The options dictionary in Notification constructor should not accept event listeners
        https://bugs.webkit.org/show_bug.cgi?id=95538
        <rdar://problem/12213901>

        Reviewed by Alexey Proskuryakov.

        Make sure the onshow handler added in the options dictionary does not get called.

        * http/tests/notifications/events-in-dictionary-expected.txt: Added.
        * http/tests/notifications/events-in-dictionary.html: Added.

2012-08-31  Jon Lee  <jonlee@apple.com>

        [Tests] Move fast/notifications/notifications-double-show.html to http/tests/notifications
        https://bugs.webkit.org/show_bug.cgi?id=95537
        <rdar://problem/12213860>

        Reviewed by Alexey Proskuryakov.

        Calling show() multiple times should only call the ondisplay event handler once.

        * fast/notifications/notifications-double-show-expected.txt: Removed.
        * fast/notifications/notifications-double-show.html: Removed.
        * http/tests/notifications/legacy/double-show-expected.txt: Added.
        * http/tests/notifications/legacy/double-show.html: Added.

2012-09-04  Robert Hogan  <robert@webkit.org>

        CSS 2.1 failure: content-counter-010.htm fails
        https://bugs.webkit.org/show_bug.cgi?id=81447

        Reviewed by Alexey Proskuryakov.

        * fast/css/content-counter-010-expected.html: Added.
        * fast/css/content-counter-010.htm: Added.
          Note that <meta http-equiv="Content-Type" content="text/html; charset=utf-8"  was added to the suite test 
          to allow it to render correctly from a file:/ url.
        * fast/lists/w3-css3-lower-armenian-expected.txt:
        * fast/lists/w3-css3-lower-armenian.html:
        * fast/lists/w3-css3-upper-armenian-expected.txt:
        * fast/lists/w3-css3-upper-armenian.html:
          Amended tests to conform to revised specification for numbers between 7000 and 7999.

2012-09-10  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        Font value should be parsed as a individual property
        https://bugs.webkit.org/show_bug.cgi?id=96271

        Reviewed by Eric Seidel.

        Updated test to the latest W3C approved version. It adds a test
        that verifies this fix.

        * canvas/philip/tests/2d.text.font.parse.invalid.html:

2012-09-10  Silvia Pfeiffer  <silviapf@chromium.org>

        [Chromium] Handle smaller sizes of media elements in media controls.
        https://bugs.webkit.org/show_bug.cgi?id=89344

        Reviewed by Eric Carlson.

        The redesign of the Chrome video controls calls for successive removal of individual
        elements in the Chrome video and audio controls as the element becomes smaller in width.
        It also requires decreasing padding on the enclosure element of videos.

        These platform-specific tests check if the correct interactive elements are shown for
        different video and audio element widths and the correct padding is applied for videos.

        * platform/chromium/TestExpectations:
          Mark failing tests for later rebaseline.
        * platform/chromium/media/controls-audio-sizes-expected.txt: Added.
        * platform/chromium/media/controls-audio-sizes.html: Added.
          Tests if the correct elements are shown for audio elements.
        * platform/chromium/media/controls-video-sizes-expected.txt: Added.
        * platform/chromium/media/controls-video-sizes.html: Added.
        * platform/chromium-mac/platform/chromium/media/controls-video-sizes-expected.png: Added.
          Tests if the correct elements are shown for video elements.
        * platform/chromium/media/controls-video-sizes-padding-expected.txt: Added.
        * platform/chromium/media/controls-video-sizes-padding.html: Added.
          Tests if the correct padding is applied to the enclosure of the video controls.

2012-09-10  Tony Chang  <tony@chromium.org>

        fast/canvas/webgl/shader-precision-format.html is flaky in debug
        https://bugs.webkit.org/show_bug.cgi?id=84065

        Reviewed by James Robinson.

        It looks like we need to use waitUntilDone since we're adding a script
        tag. Some tests have "PASS successfullyParsed is true" and some don't.

        * fast/canvas/webgl/shader-precision-format-expected.txt: Add end output.
        * fast/canvas/webgl/shader-precision-format.html: Use initNonKhronosFramework(true).

2012-09-10  Dominic Mazzoni  <dmazzoni@google.com>

        REGRESSION (r127936): Multiple accessibility tests failing on Lion
        https://bugs.webkit.org/show_bug.cgi?id=96173

        Reviewed by Chris Fleizach.

        This test (update-children-when-aria-role-changes.html) assumes that
        an element with an aria-label is ignored, which worked before, but it's
        not ignored anymore after r127936. One of the comments in
        AccessibilityRenderObject.cpp says: "if this element has aria attributes on it,
        it should not be ignored," so I think the test should be updated to not use
        aria-label on an element we want to be ignored.

        * platform/mac/Skipped:
        * platform/mac/accessibility/update-children-when-aria-role-changes.html:

2012-09-10  Mike West  <mkwst@chromium.org>

        Console warnings generated by script access to sandboxed iframes should make the violation clear.
        https://bugs.webkit.org/show_bug.cgi?id=64079

        Reviewed by Adam Barth.

        * http/tests/security/resources/blank.html: Added.
            Adding a blank resource for a same-origin access test.
        * http/tests/security/sandboxed-iframe-blocks-access-from-parent-expected.txt: Added.
        * http/tests/security/sandboxed-iframe-blocks-access-from-parent.html: Added.
            Parents shouldn't be able to access properties (like location) of
            their sandboxed child frames.
        * http/tests/security/sandboxed-iframe-modify-self-expected.txt:
        * http/tests/security/sandboxed-iframe-origin-add-expected.txt:
        * http/tests/security/sandboxed-iframe-origin-remove-expected.txt:
        * http/tests/security/srcdoc-in-sandbox-cannot-access-parent-expected.txt:
        * http/tests/security/xss-DENIED-sandboxed-iframe-expected.txt:
        * platform/chromium/http/tests/security/sandboxed-iframe-modify-self-expected.txt:
        * platform/chromium/http/tests/security/srcdoc-in-sandbox-cannot-access-parent-expected.txt:
            Updating existing error messages.

2012-09-10  Fady Samuel  <fsamuel@chromium.org>

        Unreviewed rebaselne for Chromium Gardening 

        * platform/chromium-mac/fast/transforms/transformed-focused-text-input-expected.png:

2012-09-10  Fady Samuel  <fsamuel@chromium.org>

        Rebaselined test for Chromium gardening

        Minor discrepancy in color does not affect semantics of test output.
        I rebaselined this test for Mac, but snowleopard produces slightly different
        colors.
        
        * platform/chromium-mac-snowleopard/compositing/overflow/overflow-scaled-descendant-overlapping-expected.png: Added.

2012-09-10  Pavel Podivilov  <podivilov@chromium.org>

        Web Inspector: support empty entries in source maps.
        https://bugs.webkit.org/show_bug.cgi?id=96088

        Reviewed by Vsevolod Vlasov.

        Empty entries should be mapped to the compiled script.

        * http/tests/inspector/compiler-script-mapping.html:
        * http/tests/inspector/resources/source-map.json:

2012-09-10  Dan Bernstein  <mitz@apple.com>

        REGRESSION (r128006): Three spatial navigation tests are failing
        https://bugs.webkit.org/show_bug.cgi?id=96226

        Added fast/spatial-navigation/snav-container-white-space.html,
        fast/spatial-navigation/snav-div-overflow-scrol-hidden.html, and
        fast/spatial-navigation/snav-imagemap-overlapped-areas.html to the mac skip list.

        * platform/mac/Skipped:

2012-09-10  Dan Bernstein  <mitz@apple.com>

        Added platform-specific results for this test from r128042.

        * platform/mac/http/tests/security/contentSecurityPolicy/source-list-parsing-nonascii-expected.txt: Added.

2012-09-07  Andrey Kosyakov  <caseq@chromium.org>

        Web Inspector: only display heap size statistics for timeline records when it makes sense
        https://bugs.webkit.org/show_bug.cgi?id=96119

        Reviewed by Yury Semikhatsky.

        - rebase timeline tests to drop totalHeapSize
        - add support for "skip" formatter, to handle cases where value is optionally present in the dumped object;
        - drop custom expectations that are identical to base;

        * http/tests/inspector/inspector-test.js:
        (initialize_InspectorTest.InspectorTest.addObject):
        * inspector/timeline/timeline-animation-frame-expected.txt:
        * inspector/timeline/timeline-decode-resize-expected.txt:
        * inspector/timeline/timeline-dom-content-loaded-event-expected.txt:
        * inspector/timeline/timeline-event-dispatch-expected.txt:
        * inspector/timeline/timeline-injected-script-eval-expected.txt:
        * inspector/timeline/timeline-layout-expected.txt:
        * inspector/timeline/timeline-load-event-expected.txt:
        * inspector/timeline/timeline-mark-timeline-expected.txt:
        * inspector/timeline/timeline-network-resource-expected.txt:
        * inspector/timeline/timeline-paint-expected.txt:
        * inspector/timeline/timeline-parse-html-expected.txt:
        * inspector/timeline/timeline-recalculate-styles-expected.txt:
        * inspector/timeline/timeline-script-tag-1-expected.txt:
        * inspector/timeline/timeline-script-tag-2-expected.txt:
        * inspector/timeline/timeline-test.js:
        * inspector/timeline/timeline-time-stamp-expected.txt:
        * inspector/timeline/timeline-timer-expected.txt:
        * platform/chromium/inspector/timeline/timeline-animation-frame-expected.txt: Removed.
        * platform/chromium/inspector/timeline/timeline-event-dispatch-expected.txt: Removed.
        * platform/chromium/inspector/timeline/timeline-layout-expected.txt: Removed.
        * platform/chromium/inspector/timeline/timeline-network-resource-expected.txt: Removed.
        * platform/chromium/inspector/timeline/timeline-parse-html-expected.txt: Removed.
        * platform/chromium/inspector/timeline/timeline-timer-expected.txt: Removed.

2012-09-10  János Badics  <jbadics@inf.u-szeged.hu>

        [Qt] Gardening after r128042. Added baseline to newly added
        http/tests/security/contentSecurityPolicy/source-list-parsing-nonascii.html
        https://bugs.webkit.org/show_bug.cgi?id=96061

        Reviewed by Csaba Osztrogonác.

        * platform/qt/http/tests/security/contentSecurityPolicy/source-list-parsing-nonascii-expected.txt: Added.

2012-09-10  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Unskip fast/forms/validation-message-in-relative-body.html
        https://bugs.webkit.org/show_bug.cgi?id=96265

        Unreviewed EFL gardening.

        Unskip fast/forms/validation-message-in-relative-body.html as
        it is passing after r128030. The test required interactive
        form validation setting to be enabled in WebKitTestRunner.

        * platform/efl-wk2/TestExpectations:

2012-09-10  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Create a toggle button for closed captions
        https://bugs.webkit.org/show_bug.cgi?id=96259

        Reviewed by Kenneth Rohde Christiansen.

        Unskip media/video-controls-captions.html test case
        now that EFL has a toggle button for closed captions.

        Rebaseline a few media track test cases that now
        display the new closed caption toggling button.

        * platform/efl/TestExpectations:
        * platform/efl/media/track/track-cue-rendering-horizontal-expected.png:
        * platform/efl/media/track/track-cue-rendering-horizontal-expected.txt:
        * platform/efl/media/track/track-cue-rendering-vertical-expected.png:
        * platform/efl/media/track/track-cue-rendering-vertical-expected.txt:

2012-09-10  Allan Sandfeld Jensen  <allan.jensen@nokia.com>

        Unreviewed gardening, unskip tests passing after r128040 landed.

        * platform/qt-5.0-wk2/Skipped:

2012-09-10  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding flaky crash expectation for editing/deleting/25322-2.html.

        * platform/gtk/TestExpectations:

2012-09-10  Mike West  <mkwst@chromium.org>

        CSP parsing doesn't seem treat as invalid policies with a non-ASCII path
        https://bugs.webkit.org/show_bug.cgi?id=96061

        Reviewed by Adam Barth.

        * http/tests/security/contentSecurityPolicy/resources/multiple-iframe-test.js:
        (testPreescapedPolicy):
        (test):
        (testImpl):
            To test non-ASCII characters, we need to ensure that we don't encode
            them when testing.
        * http/tests/security/contentSecurityPolicy/source-list-parsing-04-expected.txt:
            Adding a warning for the policy here that contains an invalid
            character.
        * http/tests/security/contentSecurityPolicy/source-list-parsing-nonascii-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/source-list-parsing-nonascii.html: Added.
            Test paths with invalid characters.

2012-09-10  Mike West  <mkwst@chromium.org>

        http/tests/security/contentSecurityPolicy/blob-urls-match-self.html fails on Windows port
        https://bugs.webkit.org/show_bug.cgi?id=96133

        Reviewed by Jochen Eisinger.

        Blob is indeed disabled on Windows. Moving this skipped test up with
        the other ENABLE(BLOB) tests so that it can be reenabled when BLOB
        rolls in.

        * platform/win/Skipped:

2012-09-10  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] 2 fast/forms tests need rebaseline after r128032
        https://bugs.webkit.org/show_bug.cgi?id=96253

        Unreviewed EFL gardening.

        Rebaseline 2 fast/forms tests due to r128032.

        * platform/efl/fast/forms/control-restrict-line-height-expected.png:
        * platform/efl/fast/forms/control-restrict-line-height-expected.txt:
        * platform/efl/fast/forms/menulist-restrict-line-height-expected.txt:

2012-09-10  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] fast/forms/menulist-restrict-line-height.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=94878

        Reviewed by Kenneth Rohde Christiansen.

        Generate baseline for fast/forms/menulist-restrict-line-height.html
        and unskip the test now that <select> element's text is no longer
        clipped when a CSS line-height is specified.

        * platform/efl/TestExpectations:
        * platform/efl/fast/forms/menulist-restrict-line-height-expected.png: Added.
        * platform/efl/fast/forms/menulist-restrict-line-height-expected.txt: Added.

2012-09-10  Christophe Dumez  <christophe.dumez@intel.com>

        [WK2] New fast/forms/number/number-interactive-validation-required.html fails
        https://bugs.webkit.org/show_bug.cgi?id=95936

        Reviewed by Kenneth Rohde Christiansen.

        Unskip fast/forms/number/number-interactive-validation-required.html for
        several WebKit2 ports now that the interactive form validation setting is
        enabled in WebKitTestRunner.

        * platform/efl-wk2/TestExpectations:
        * platform/qt-5.0-wk2/Skipped:

2012-09-10  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt][WK2] REGRESSION(r127861): It made one test fail and one test crash
        https://bugs.webkit.org/show_bug.cgi?id=96243

        Unreviewed gardening, skip new failing and crashing tests to paint the bot green.

        * platform/qt-5.0-wk2/Skipped:

2012-09-10  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Several fast/block test cases need rebaseline after r127163
        https://bugs.webkit.org/show_bug.cgi?id=96237

        Unreviewed EFL gardening.

        Rebaseline 4 fast/block test cases due to r127163.

        * platform/efl/TestExpectations:
        * platform/efl/fast/block/float/024-expected.png:
        * platform/efl/fast/block/float/024-expected.txt:
        * platform/efl/fast/block/margin-collapse/025-expected.txt:
        * platform/efl/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
        * platform/efl/fast/block/margin-collapse/empty-clear-blocks-expected.png:
        * platform/efl/fast/block/margin-collapse/empty-clear-blocks-expected.txt:

2012-09-10  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Add baseline for css3/masking test cases
        https://bugs.webkit.org/show_bug.cgi?id=96235

        Unreviewed EFL gardening.

        Generate baselines for css3/masking test cases added
        in r127608.

        * platform/efl/TestExpectations:
        * platform/efl/css3/masking/clip-path-circle-expected.png: Added.
        * platform/efl/css3/masking/clip-path-circle-expected.txt: Added.
        * platform/efl/css3/masking/clip-path-circle-filter-expected.png: Added.
        * platform/efl/css3/masking/clip-path-circle-filter-expected.txt: Added.
        * platform/efl/css3/masking/clip-path-circle-overflow-expected.png: Added.
        * platform/efl/css3/masking/clip-path-circle-overflow-expected.txt: Added.
        * platform/efl/css3/masking/clip-path-circle-overflow-hidden-expected.png: Added.
        * platform/efl/css3/masking/clip-path-circle-overflow-hidden-expected.txt: Added.
        * platform/efl/css3/masking/clip-path-circle-relative-overflow-expected.png: Added.
        * platform/efl/css3/masking/clip-path-circle-relative-overflow-expected.txt: Added.
        * platform/efl/css3/masking/clip-path-ellipse-expected.png: Added.
        * platform/efl/css3/masking/clip-path-ellipse-expected.txt: Added.
        * platform/efl/css3/masking/clip-path-polygon-evenodd-expected.png: Added.
        * platform/efl/css3/masking/clip-path-polygon-evenodd-expected.txt: Added.
        * platform/efl/css3/masking/clip-path-polygon-expected.png: Added.
        * platform/efl/css3/masking/clip-path-polygon-expected.txt: Added.
        * platform/efl/css3/masking/clip-path-polygon-nonzero-expected.png: Added.
        * platform/efl/css3/masking/clip-path-polygon-nonzero-expected.txt: Added.
        * platform/efl/css3/masking/clip-path-rectangle-expected.png: Added.
        * platform/efl/css3/masking/clip-path-rectangle-expected.txt: Added.

2012-09-10  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Several CSS 2.1 need rebaseline after bug 93148
        https://bugs.webkit.org/show_bug.cgi?id=96241

        Unreviewed EFL gardening.

        Rebaseline several CSS 2.1 due to bug 93148.

        * platform/efl/TestExpectations:
        * platform/efl/fast/css/nested-layers-with-hover-expected.txt: Added.
        * platform/efl/tables/mozilla_expected_failures/bugs/bug106966-expected.png:
        * platform/efl/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody-expected.txt:
        * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.png:
        * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.txt:

2012-09-10  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Unskip 2 test cases fixed in r127987
        https://bugs.webkit.org/show_bug.cgi?id=96234

        Unreviewed EFL gardening.

        Unskip 2 test cases that are now passing consistently
        after r127987.

        * platform/efl/TestExpectations:

2012-09-10  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Several test cases need rebaseline after bug 88171
        https://bugs.webkit.org/show_bug.cgi?id=96240

        Unreviewed EFL gardening.

        Rebaseline 3 test cases due to bug 88171. The output
        is much better now.

        * platform/efl/TestExpectations:
        * platform/efl/css1/formatting_model/floating_elements-expected.png: Added.
        * platform/efl/css1/formatting_model/floating_elements-expected.txt:
        * platform/efl/fast/block/float/010-expected.png:
        * platform/efl/fast/block/float/010-expected.txt:
        * platform/efl/fast/block/float/independent-align-positioning-expected.png:
        * platform/efl/fast/block/float/independent-align-positioning-expected.txt:

2012-09-10  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt][WK2] REGRESSION(r127861): It made one test fail and one test crash
        https://bugs.webkit.org/show_bug.cgi?id=96243

        Unreviewed gardening, skip new failing and crashing tests to paint the bot green.

        * platform/qt-5.0-wk2/Skipped:

2012-09-10  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Several fast/block test cases need rebaseline after r127163
        https://bugs.webkit.org/show_bug.cgi?id=96237

        Unreviewed EFL gardening.

        Rebaseline 4 fast/block test cases due to r127163.

        * platform/efl/TestExpectations:
        * platform/efl/fast/block/float/024-expected.png:
        * platform/efl/fast/block/float/024-expected.txt:
        * platform/efl/fast/block/margin-collapse/025-expected.txt:
        * platform/efl/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
        * platform/efl/fast/block/margin-collapse/empty-clear-blocks-expected.png:
        * platform/efl/fast/block/margin-collapse/empty-clear-blocks-expected.txt:

2012-09-10  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Add baseline for css3/masking test cases
        https://bugs.webkit.org/show_bug.cgi?id=96235

        Unreviewed EFL gardening.

        Generate baselines for css3/masking test cases added
        in r127608.

        * platform/efl/TestExpectations:
        * platform/efl/css3/masking/clip-path-circle-expected.png: Added.
        * platform/efl/css3/masking/clip-path-circle-expected.txt: Added.
        * platform/efl/css3/masking/clip-path-circle-filter-expected.png: Added.
        * platform/efl/css3/masking/clip-path-circle-filter-expected.txt: Added.
        * platform/efl/css3/masking/clip-path-circle-overflow-expected.png: Added.
        * platform/efl/css3/masking/clip-path-circle-overflow-expected.txt: Added.
        * platform/efl/css3/masking/clip-path-circle-overflow-hidden-expected.png: Added.
        * platform/efl/css3/masking/clip-path-circle-overflow-hidden-expected.txt: Added.
        * platform/efl/css3/masking/clip-path-circle-relative-overflow-expected.png: Added.
        * platform/efl/css3/masking/clip-path-circle-relative-overflow-expected.txt: Added.
        * platform/efl/css3/masking/clip-path-ellipse-expected.png: Added.
        * platform/efl/css3/masking/clip-path-ellipse-expected.txt: Added.
        * platform/efl/css3/masking/clip-path-polygon-evenodd-expected.png: Added.
        * platform/efl/css3/masking/clip-path-polygon-evenodd-expected.txt: Added.
        * platform/efl/css3/masking/clip-path-polygon-expected.png: Added.
        * platform/efl/css3/masking/clip-path-polygon-expected.txt: Added.
        * platform/efl/css3/masking/clip-path-polygon-nonzero-expected.png: Added.
        * platform/efl/css3/masking/clip-path-polygon-nonzero-expected.txt: Added.
        * platform/efl/css3/masking/clip-path-rectangle-expected.png: Added.
        * platform/efl/css3/masking/clip-path-rectangle-expected.txt: Added.

2012-09-10  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Several fast/block test cases need rebaseline after r127163
        https://bugs.webkit.org/show_bug.cgi?id=96237

        Unreviewed EFL gardening.

        Rebaseline 4 fast/block test cases due to r127163.

        * platform/efl/TestExpectations:
        * platform/efl/fast/block/float/024-expected.png:
        * platform/efl/fast/block/float/024-expected.txt:
        * platform/efl/fast/block/margin-collapse/025-expected.txt:
        * platform/efl/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
        * platform/efl/fast/block/margin-collapse/empty-clear-blocks-expected.png:
        * platform/efl/fast/block/margin-collapse/empty-clear-blocks-expected.txt:

2012-09-10  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Add baseline for css3/masking test cases
        https://bugs.webkit.org/show_bug.cgi?id=96235

        Unreviewed EFL gardening.

        Generate baselines for css3/masking test cases added
        in r127608.

        * platform/efl/TestExpectations:
        * platform/efl/css3/masking/clip-path-circle-expected.png: Added.
        * platform/efl/css3/masking/clip-path-circle-expected.txt: Added.
        * platform/efl/css3/masking/clip-path-circle-filter-expected.png: Added.
        * platform/efl/css3/masking/clip-path-circle-filter-expected.txt: Added.
        * platform/efl/css3/masking/clip-path-circle-overflow-expected.png: Added.
        * platform/efl/css3/masking/clip-path-circle-overflow-expected.txt: Added.
        * platform/efl/css3/masking/clip-path-circle-overflow-hidden-expected.png: Added.
        * platform/efl/css3/masking/clip-path-circle-overflow-hidden-expected.txt: Added.
        * platform/efl/css3/masking/clip-path-circle-relative-overflow-expected.png: Added.
        * platform/efl/css3/masking/clip-path-circle-relative-overflow-expected.txt: Added.
        * platform/efl/css3/masking/clip-path-ellipse-expected.png: Added.
        * platform/efl/css3/masking/clip-path-ellipse-expected.txt: Added.
        * platform/efl/css3/masking/clip-path-polygon-evenodd-expected.png: Added.
        * platform/efl/css3/masking/clip-path-polygon-evenodd-expected.txt: Added.
        * platform/efl/css3/masking/clip-path-polygon-expected.png: Added.
        * platform/efl/css3/masking/clip-path-polygon-expected.txt: Added.
        * platform/efl/css3/masking/clip-path-polygon-nonzero-expected.png: Added.
        * platform/efl/css3/masking/clip-path-polygon-nonzero-expected.txt: Added.
        * platform/efl/css3/masking/clip-path-rectangle-expected.png: Added.
        * platform/efl/css3/masking/clip-path-rectangle-expected.txt: Added.

2012-09-10  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Skip 3 spatial navigation test cases failing after r128006
        https://bugs.webkit.org/show_bug.cgi?id=96233

        Unreviewed EFL gardening.

        Mark 3 spatial navigation test cases as expected to fail due
        to a regression caused by r128006.

        * platform/efl/TestExpectations:

2012-09-10  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Narrowing down flaky crash expectation for fast/js/random-array-gc-stress.html.
        The test only crashes in release builds.

        Removing flaky expectation for jquery/manipulation.html, the test is consistently
        passing.

        Removing failure expectation for fast/js/named-function-expression.html, the offending
        commit was rolled out in r127987.

        * platform/gtk/TestExpectations:

2012-09-09  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding text failure expectations for three spatial navigation failures
        that regressed after r128006.

        * platform/gtk/TestExpectations:

2012-09-09  Taiju Tsuiki  <tzik@chromium.org>

        successCallback of ResolveLocalFileSystemURL should not be optional.
        https://bugs.webkit.org/show_bug.cgi?id=94802

        Reviewed by Kent Tamura.

        Spec says it should not optional.
        http://www.w3.org/TR/file-system-api/#widl-LocalFileSystem-resolveLocalFileSystemURL-void-DOMString-url-EntryCallback-successCallback-ErrorCallback-errorCallback

        * fast/filesystem/entry-points-missing-arguments-expected.txt: Added.
        * fast/filesystem/entry-points-missing-arguments.html: Added.
        * fast/filesystem/filesystem-no-callback-null-ptr-crash.html:

2012-09-09  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, skip new failing tests to paint the bots green.

        * platform/qt/Skipped:

2012-09-09  KyungTae Kim  <ktf.kim@samsung.com>

        [EFL] Wrong rendering results for square-button-appearance.html
        https://bugs.webkit.org/show_bug.cgi?id=85493

        Reviewed by Gyuyoung Kim.

        Remove fast/css/square-button-appearance.html from TestExpectations because it became PASS.

        * platform/efl/TestExpectations:

2012-09-09  Kenichi Ishibashi  <bashi@chromium.org>

        [Chromium] Unreviewed test expectations update after r128002

        * platform/chromium-mac/inspector/console/command-line-api-getEventListeners-expected.txt: Copied from LayoutTests/platform/chromium/inspector/console/command-line-api-getEventListeners-expected.txt.
        * platform/chromium-win/inspector/console/command-line-api-getEventListeners-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/console/command-line-api-getEventListeners-expected.txt.

2012-09-09  James Robinson  <jamesr@chromium.org>

        Rebaseline media/video-zoom-controls on chromium-mac for subpixel change.

        * platform/chromium-mac/media/video-zoom-controls-expected.txt:

2012-09-09  Andreas Kling  <kling@webkit.org>

        EventListenerMap: Use Vector instead of HashMap as backend.
        <http://webkit.org/b/77982>

        Reviewed by Geoff Garen.

        Rebaseline inspector test whose output depended on the internal ordering of event
        listeners (changed as listeners are no longer stored in an unordered HashMap.)

        * inspector/console/command-line-api-getEventListeners-expected.txt:

2012-09-09  Dominic Mazzoni  <dmazzoni@google.com>

        REGRESSION (r127936): Multiple accessibility tests failing on Lion
        https://bugs.webkit.org/show_bug.cgi?id=96173

        Unreviewed.

        Rebaselining 5 tests that previously assumed that several elements 
        like 'P' and 'DIV' map to GroupRole so they should expose groupAttrs, 
        including TitleUIElement. Group attributes aren't actually needed for 
        a 'P' or 'DIV' element, so it makes sense to just update the expectations.

        Marking platform/mac/accessibility/update-children-when-aria-role-changes.html
        as Skipped temporarily, will upload a patch to fix it.

        * accessibility/transformed-element-expected.txt:
        * platform/mac/Skipped:
        * platform/mac/accessibility/image-map2-expected.txt:
        * platform/mac/accessibility/internal-link-anchors2-expected.txt:
        * platform/mac/accessibility/table-detection-expected.txt:
        * platform/mac/accessibility/table-one-cell-expected.txt:

2012-09-09  Dominic Mazzoni  <dmazzoni@google.com>

        Unreviewed, rolling out r127963.
        http://trac.webkit.org/changeset/127963
        https://bugs.webkit.org/show_bug.cgi?id=96173

        Inappropriately modified test, and not just expectations,
        without review. Will land changes to expectations only, and then
        upload a patch to modify the test for review.

        * accessibility/transformed-element-expected.txt:
        * platform/mac/accessibility/image-map2-expected.txt:
        * platform/mac/accessibility/internal-link-anchors2-expected.txt:
        * platform/mac/accessibility/table-detection-expected.txt:
        * platform/mac/accessibility/table-one-cell-expected.txt:
        * platform/mac/accessibility/update-children-when-aria-role-changes.html:

2012-09-09  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL][WK2] Mark sputnik/Conformance/07_Lexical_Conventions/7.4_Comments/S7.4_A5.html as flaky
        https://bugs.webkit.org/show_bug.cgi?id=96210

        Unreviewed EFL gardening.

        Mark additional sputnik test as flaky on WK2 EFL build bot.

        * platform/efl-wk2/TestExpectations:

2012-09-09  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Mark fast/innerHTML/innerHTML-iframe.html as flaky
        https://bugs.webkit.org/show_bug.cgi?id=96209

        Unreviewed EFL gardening.

        Mark fast/innerHTML/innerHTML-iframe.html as flaky for
        both WK1 and WK2 EFL.

        * platform/efl-wk2/TestExpectations:
        * platform/efl/TestExpectations:

2012-09-09  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL][WK2] Gardening to make the bot green
        https://bugs.webkit.org/show_bug.cgi?id=96208

        Unreviewed EFL gardening.

        Update TestExpectations to make the EFL WK2 bot green.

        * platform/efl-wk2/TestExpectations:
        * platform/efl-wk2/fast/events/mouseup-from-button2-expected.txt: Added. Test
        needs baseline for wk2 (better output).

2012-09-09  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Unskip test cases passing reliably on the bots
        https://bugs.webkit.org/show_bug.cgi?id=96204

        Unreviewed EFL gardening.

        Unskip test cases that are passing reliably on the
        EFL build bots.

        * platform/efl-wk1/TestExpectations:
        * platform/efl-wk2/TestExpectations:
        * platform/efl/TestExpectations:

2012-09-09  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding expectations for two crashing tests and two regressions.

        * platform/gtk/TestExpectations:

2012-09-08  Adam Barth  <abarth@chromium.org>

        [V8] DOM wrapper creation involves a bunch of sketchy code related to finding the Frame
        https://bugs.webkit.org/show_bug.cgi?id=96147

        Reviewed by Eric Seidel.

        The V8 results for this test now match the JSC results. We can remove
        the chromium-specific baseline.

        * platform/chromium/fast/workers/storage/test-authorizer-sync-expected.txt: Removed.

2012-09-08  Julien Chaffraix  <jchaffraix@webkit.org>

        [Chromium] Layout Tests tables/mozilla/bugs/bug27038*.html are failing
        https://bugs.webkit.org/show_bug.cgi?id=93006

        Unreviewed Chromium rebaselining.

        The tests were not rebaselined after bug 81826 (the TestExpectations were wrongly pointing
        to bug 37244). The new rebaselines are expected as we add the extra logical height to the
        last section, which was our original behavior before bug 37244.

        * platform/chromium-linux/tables/mozilla/bugs/bug27038-1-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug27038-2-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug27038-1-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug27038-1-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug27038-2-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug27038-1-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug27038-1-expected.txt: Removed.
        * platform/chromium-mac/tables/mozilla/bugs/bug27038-2-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug27038-2-expected.txt: Removed.
        * platform/chromium-win/tables/mozilla/bugs/bug27038-1-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug27038-1-expected.txt:
        * platform/chromium-win/tables/mozilla/bugs/bug27038-2-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug27038-2-expected.txt:
        * platform/chromium/TestExpectations:
        * platform/gtk/tables/mozilla/bugs/bug27038-1-expected.txt: Removed.
        * platform/gtk/tables/mozilla/bugs/bug27038-2-expected.txt: Removed.
        * tables/mozilla/bugs/bug27038-1-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/bugs/bug27038-1-expected.txt.
        * tables/mozilla/bugs/bug27038-2-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla/bugs/bug27038-2-expected.txt.

2012-09-08  Sudarsana Nagineni  <sudarsana.nagineni@linux.intel.com>

        [EFL] Gardening of failing tests after r127939
        https://bugs.webkit.org/show_bug.cgi?id=96182

        Unreviewed EFL gardening of failing tests after r127939.

        * platform/efl-wk2/TestExpectations:
        * platform/efl/TestExpectations:

2012-09-08  Christophe Dumez  <christophe.dumez@intel.com>

        [WK2] New fast/events/tab-focus-link-in-canvas fails from r126908
        https://bugs.webkit.org/show_bug.cgi?id=95329

        Reviewed by Kenneth Rohde Christiansen.

        Unskip fast/events/tab-focus-link-in-canvas for WK2 now that WebKitTestRunner
        supports overriding the "WebKitTabToLinksPreferenceKey" preference.

        * platform/efl-wk2/TestExpectations:
        * platform/wk2/Skipped:

2012-09-07  Dominic Mazzoni  <dmazzoni@google.com>

        REGRESSION (r127936): Multiple accessibility tests failing on Lion
        https://bugs.webkit.org/show_bug.cgi?id=96173

        Unreviewed.

        Rebaselining 5 tests that previously assumed that several elements
        like 'P' and 'DIV' map to GroupRole so they should expose groupAttrs,
        including TitleUIElement. Group attributes aren't actually needed for
        a 'P' or 'DIV' element, so it makes sense to just update the expectations.

	Updating one test (update-children-when-aria-role-changes.html) that
        incorrectly assumed a node with an aria-lable would be ignored. Used title
        instead of aria-label.

        * accessibility/transformed-element-expected.txt:
        * platform/mac/accessibility/image-map2-expected.txt:
        * platform/mac/accessibility/internal-link-anchors2-expected.txt:
        * platform/mac/accessibility/table-detection-expected.txt:
        * platform/mac/accessibility/table-one-cell-expected.txt:
        * platform/mac/accessibility/update-children-when-aria-role-changes.html:

2012-09-07  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r127955.
        http://trac.webkit.org/changeset/127955
        https://bugs.webkit.org/show_bug.cgi?id=96174

        Hits an ASSERT (Requested by abarth on #webkit).

        * platform/chromium/fast/workers/storage/test-authorizer-sync-expected.txt: Added.

2012-09-06  Jeffrey Pfau  <jpfau@apple.com>

        Extend third-party storage blocking API to optionally allow blocking all storage
        https://bugs.webkit.org/show_bug.cgi?id=95915

        Reviewed by Brady Eidson.

        Update tests to use revised API.

        * http/tests/security/cross-origin-local-storage.html:
        * http/tests/security/cross-origin-plugin-private-browsing-toggled.html:
        * http/tests/security/cross-origin-plugin.html:
        * http/tests/security/cross-origin-session-storage.html:
        * http/tests/security/cross-origin-shared-worker.html:
        * http/tests/security/cross-origin-websql.html:
        * http/tests/security/cross-origin-worker-websql.html:
        * http/tests/security/resources/document-for-cross-origin-worker-websql.html:
        * http/tests/security/same-origin-document-domain-storage-allowed.html:
        * http/tests/security/same-origin-shared-worker-blocked-expected.txt: Added.
        * http/tests/security/same-origin-shared-worker-blocked.html: Added.
        * http/tests/security/same-origin-storage-blocked-expected.txt: Added.
        * http/tests/security/same-origin-storage-blocked.html: Added.
        * http/tests/security/same-origin-websql-blocked-expected.txt: Added.
        * http/tests/security/same-origin-websql-blocked.html: Added.
        * platform/chromium/TestExpectations:

2012-09-07  Adam Barth  <abarth@chromium.org>

        [V8] DOM wrapper creation involves a bunch of sketchy code related to finding the Frame
        https://bugs.webkit.org/show_bug.cgi?id=96147

        Reviewed by Eric Seidel.

        The V8 results for this test now match the JSC results. We can remove
        the chromium-specific baseline.

        * platform/chromium/fast/workers/storage/test-authorizer-sync-expected.txt: Removed.

2012-09-07  James Robinson  <jamesr@chromium.org>

        Skip some tests that appear to be making bots unstable.

        * platform/chromium/TestExpectations:

2012-09-07  Victoria Kirst  <vrk@chromium.org>

        Seek to end after duration change in HTMLMediaElement
        https://bugs.webkit.org/show_bug.cgi?id=95986

        Reviewed by Eric Carlson.

        This seeks the media element to the end of the media resource if the current playback
        position has become greater than the duration after a duration change.
        http://dev.w3.org/html5/spec/media-elements.html#durationChange

        * http/tests/media/media-source/seek-to-end-after-duration-change-expected.txt: Added.
        * http/tests/media/media-source/seek-to-end-after-duration-change.html: Added.

2012-09-07  Dominic Mazzoni  <dmazzoni@google.com>

        AX: WebCore accessibility roles should be cross-platform
        https://bugs.webkit.org/show_bug.cgi?id=94870

        Reviewed by Chris Fleizach.

        Adds a test for some new accessibility roles that aren't present on all platforms.

        * platform/chromium/accessibility/chromium-only-roles-expected.txt: Added.
        * platform/chromium/accessibility/chromium-only-roles.html: Added.

2012-09-07  Ojan Vafai  <ojan@chromium.org>

        Rebaselines after http://trac.webkit.org/changeset/127915.

        * fast/css/percent-top-value-with-relative-position-expected.txt: Renamed from LayoutTests/platform/efl/fast/css/percent-top-value-with-relative-position-expected.txt.
        * platform/chromium-mac-snowleopard/fast/css/percent-top-value-with-relative-position-expected.png:
        * platform/chromium-mac/fast/css/percent-top-value-with-relative-position-expected.png:
        * platform/chromium-win/fast/css/percent-top-value-with-relative-position-expected.png:
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/gtk/fast/css/percent-top-value-with-relative-position-expected.txt: Removed.
        * platform/mac/TestExpectations:
        * platform/mac/fast/css/percent-top-value-with-relative-position-expected.txt:
        * platform/qt/TestExpectations:
        * platform/qt/fast/css/percent-top-value-with-relative-position-expected.txt:

2012-09-07  Emil A Eklund  <eae@chromium.org>

        Prevent overflows in FractionalLayoutUnit
        https://bugs.webkit.org/show_bug.cgi?id=95883

        Reviewed by Eric Seidel.

        Add test for handling of large values.

        * fast/sub-pixel/large-sizes-expected.txt: Added.
        * fast/sub-pixel/large-sizes.html: Added.
        * platform/chromium-win/media/video-zoom-controls-expected.txt:
        * platform/chromium/fast/css/large-number-round-trip-expected.txt: Added.
        * platform/mac-lion/Skipped:
        * platform/mac-snowleopard/Skipped:
        * platform/mac-wk2/Skipped:
        * platform/mac/Skipped:
        * platform/qt-4.8/Skipped:
        * platform/qt/Skipped:
        * platform/win-wk2/Skipped:
        * platform/win-xp/Skipped:
        * platform/win/Skipped:
        * platform/wincairo/Skipped:
        * platform/wk2/Skipped:

2012-09-07  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r127920 and r127926.
        http://trac.webkit.org/changeset/127920
        http://trac.webkit.org/changeset/127926
        https://bugs.webkit.org/show_bug.cgi?id=96152

        billions and billions of assertion failures on mac debug
        builds (Requested by thorton on #webkit).

        * fast/frames/seamless/seamless-custom-font-pruning-crash-expected.txt: Removed.
        * fast/frames/seamless/seamless-custom-font-pruning-crash.html: Removed.
        * fast/frames/seamless/seamless-nested-crash-expected.txt: Removed.
        * fast/frames/seamless/seamless-nested-crash.html: Removed.

2012-09-07  Dominic Mazzoni  <dmazzoni@google.com>

        AX: Chromium needs access to canvasHasFallbackContent
        https://bugs.webkit.org/show_bug.cgi?id=96124

        Reviewed by Chris Fleizach.

        Update canvas test to distinguish between canvas elements with
        fallback content on Chromium.

        * platform/chromium/accessibility/canvas-description-and-role-expected.txt:

2012-09-07  Gavin Barraclough  <barraclough@apple.com>

        Object.prototype.__define{G,S}etter__ with non-callable second parameter should throw TypeError instead of SyntaxError
        https://bugs.webkit.org/show_bug.cgi?id=93873

        Reviewed by Sam Weinig.

        * fast/js/property-getters-and-setters-expected.txt:
            - updated results

2012-09-07  Ojan Vafai  <ojan@chromium.org>

        Fix the remaining linter errors. These are all cases of paths
        that don't actually exist or that are duplicated between TestExpectations
        and Skipped files. I left in the Skipped file entries since those
        were the ones that win out when duplicated.

        * platform/efl/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt-4.8/TestExpectations:
        * platform/qt/Skipped:
        * platform/qt/TestExpectations:
        * platform/win/Skipped:
        * platform/win/TestExpectations:

2012-09-07  Adam Barth  <abarth@chromium.org>

        Enter the creationContext before creating DOM wrappers
        https://bugs.webkit.org/show_bug.cgi?id=96044

        Reviewed by Eric Seidel.

        Update the Geolocation tests to show that we now use the correct
        context for these callback. Specifically, we use the context that
        cooresponds to the Geolocation object itself, not whatever random
        context we happened to be in when we first touched the Geolocation
        object.

        * fast/dom/Geolocation/callback-to-deleted-context-expected.txt:
        * fast/dom/Geolocation/disconnected-frame-expected.txt:
        * fast/dom/Geolocation/disconnected-frame-permission-denied-expected.txt:
        * fast/dom/Geolocation/resources/callback-to-deleted-context-inner1.html:
        * fast/dom/Geolocation/script-tests/callback-to-deleted-context.js:
        (onSecondIframeLoaded):
        * fast/dom/Geolocation/script-tests/disconnected-frame-permission-denied.js:
        (onIframeUnloaded.setTimeout):
        * fast/dom/Geolocation/script-tests/disconnected-frame.js:
        (onIframeUnloaded.setTimeout):
        (onIframeUnloaded):

2012-09-07  Leo Yang  <leoyang@rim.com>

        Appcache fallback URL match should use the longest candidate
        https://bugs.webkit.org/show_bug.cgi?id=96126

        Reviewed by Alexey Proskuryakov.

        Test with multiple candidates of fallback match.

        * http/tests/appcache/multi-fallback-expected.txt: Added.
        * http/tests/appcache/multi-fallback.html: Added.
        * http/tests/appcache/resources/multi-fallback.manifest: Added.

2012-09-07  Stephen Chenney  <schenney@chromium.org>

        Font data is purged while fonts are still using it
        https://bugs.webkit.org/show_bug.cgi?id=93640

        Reviewed by Eric Seidel.

        Tests for font purging. The seamless-custom-font-pruning-crash test
        was only failing in Chromium Asan, while the seamless-nested-crash case
        was only failing in Asan DumpRenderTree.

        * fast/frames/seamless/seamless-custom-font-pruning-crash-expected.txt: Added.
        * fast/frames/seamless/seamless-custom-font-pruning-crash.html: Added.
        * fast/frames/seamless/seamless-nested-crash-expected.txt: Added.
        * fast/frames/seamless/seamless-nested-crash.html: Added.

2012-09-07  Ojan Vafai  <ojan@chromium.org>

        Fix linter errors. The deleted lines are all tests that are passing
        or that no longer exist at that path.

        * platform/efl/TestExpectations:
        * platform/mac/TestExpectations:

2012-09-07  Tony Chang  <tony@chromium.org>

        [chromium] Unreviewed gardening.  Remove platform/chromium-linux/compositing/gestures
        test skipping. All compositing tests seem to have the same failure.

        * platform/chromium/TestExpectations:

2012-09-07  Ojan Vafai  <ojan@chromium.org>

        Fix RenderBox::availableHeight to subtract scrollbars in the right places
        https://bugs.webkit.org/show_bug.cgi?id=96031

        Reviewed by Tony Chang.

        * fast/block/positioning/percent-top-left-on-relative-position-expected.html: Added.
        * fast/block/positioning/percent-top-left-on-relative-position.html: Added.
        * fast/css/nested-percent-height-on-replaced-expected.txt: Added.
        * fast/css/nested-percent-height-on-replaced.html: Added.
        * platform/chromium-linux/fast/css/percent-top-value-with-relative-position-expected.png:
        * platform/chromium-win/fast/css/percent-top-value-with-relative-position-expected.txt:
        This is now correctly centering the 50%. It moved up 8px because that is half of the body's margin.
        This matches other Firefox 15 and IE9.

2012-09-07  Tim Horton  <timothy_horton@apple.com>

        Unreviewed, fix incorrect comment character(s) in Skipped list.

        * platform/mac/Skipped:

2012-09-07  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Use same default minimum logical font size in DRT and WTR
        https://bugs.webkit.org/show_bug.cgi?id=96116

        Reviewed by Martin Robinson.

        Provide new baseline for several tests now that the minimum
        logical font size setting is set to 9 in EFL's DRT.

        Unskip several tests in EFL WK2 now that EFL's DRT uses
        the same minimum logical font size and now that the tests
        have been rebaselined.

        * platform/efl-wk2/TestExpectations:
        * platform/efl/fast/css/bidi-override-in-anonymous-block-expected.png:
        * platform/efl/fast/css/bidi-override-in-anonymous-block-expected.txt: Added.
        * platform/efl/fast/ruby/nested-ruby-expected.png:
        * platform/efl/fast/ruby/nested-ruby-expected.txt:
        * platform/efl/fast/ruby/ruby-beforeafter-expected.png:
        * platform/efl/fast/ruby/ruby-beforeafter-expected.txt:
        * platform/efl/fast/ruby/ruby-empty-rt-expected.png:
        * platform/efl/fast/ruby/ruby-empty-rt-expected.txt:
        * platform/efl/fast/ruby/ruby-length-expected.png:
        * platform/efl/fast/ruby/ruby-length-expected.txt:
        * platform/efl/fast/ruby/ruby-run-break-expected.png:
        * platform/efl/fast/ruby/ruby-run-break-expected.txt:
        * platform/efl/fast/ruby/ruby-runs-expected.png:
        * platform/efl/fast/ruby/ruby-runs-expected.txt:
        * platform/efl/fast/ruby/ruby-runs-spans-expected.png:
        * platform/efl/fast/ruby/ruby-runs-spans-expected.txt:
        * platform/efl/fast/ruby/ruby-simple-expected.png:
        * platform/efl/fast/ruby/ruby-simple-expected.txt:
        * platform/efl/fast/ruby/ruby-simple-rp-expected.png:
        * platform/efl/fast/ruby/ruby-simple-rp-expected.txt:
        * platform/efl/fast/ruby/ruby-trailing-expected.png:
        * platform/efl/fast/ruby/ruby-trailing-expected.txt:
        * platform/efl/fast/ruby/rubyDOM-insert-rt-expected.png:
        * platform/efl/fast/ruby/rubyDOM-insert-rt-expected.txt:
        * platform/efl/fast/ruby/rubyDOM-insert-text1-expected.png:
        * platform/efl/fast/ruby/rubyDOM-insert-text1-expected.txt:
        * platform/efl/fast/ruby/rubyDOM-insert-text2-expected.png:
        * platform/efl/fast/ruby/rubyDOM-insert-text2-expected.txt:
        * platform/efl/fast/ruby/rubyDOM-insert-text3-expected.png:
        * platform/efl/fast/ruby/rubyDOM-insert-text3-expected.txt:
        * platform/efl/fast/ruby/rubyDOM-remove-rt1-expected.png:
        * platform/efl/fast/ruby/rubyDOM-remove-rt1-expected.txt:
        * platform/efl/fast/ruby/rubyDOM-remove-rt2-expected.png:
        * platform/efl/fast/ruby/rubyDOM-remove-rt2-expected.txt:
        * platform/efl/fast/ruby/rubyDOM-remove-text1-expected.png:
        * platform/efl/fast/ruby/rubyDOM-remove-text1-expected.txt:
        * platform/efl/fast/ruby/rubyDOM-remove-text2-expected.png:
        * platform/efl/fast/ruby/rubyDOM-remove-text2-expected.txt:
        * platform/efl/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.png:
        * platform/efl/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt:

2012-09-07  Sami Kyostila  <skyostil@google.com>

        [chromium] Dynamically removing preserve-3d from a layer has no effect
        https://bugs.webkit.org/show_bug.cgi?id=95732

        Reviewed by James Robinson.

        Move preserve-3d-toggle.html to the common compositing tests directory because
        it isn't Chromium-specific.

        * compositing/preserve-3d-toggle-expected.png: Renamed from LayoutTests/platform/chromium/compositing/preserve-3d-toggle-expected.png.
        * compositing/preserve-3d-toggle-expected.txt: Renamed from LayoutTests/platform/chromium/compositing/preserve-3d-toggle-expected.txt.
        * compositing/preserve-3d-toggle.html: Renamed from LayoutTests/platform/chromium/compositing/preserve-3d-toggle.html.

2012-09-07  Tommy Widenflycht  <tommyw@google.com>

        MediaStream API: add RTCPeerConnection::createAnswer
        https://bugs.webkit.org/show_bug.cgi?id=96092

        Reviewed by Adam Barth.

        * fast/mediastream/RTCPeerConnection-createAnswer-expected.txt: Added.
        * fast/mediastream/RTCPeerConnection-createAnswer.html: Added.
        * fast/mediastream/RTCPeerConnection-createOffer-expected.txt:
        * fast/mediastream/RTCPeerConnection-createOffer.html:
        * fast/mediastream/RTCPeerConnection-localDescription-expected.txt:
        * fast/mediastream/RTCPeerConnection-localDescription.html:
        * fast/mediastream/RTCPeerConnection-remoteDescription-expected.txt:
        * fast/mediastream/RTCPeerConnection-remoteDescription.html:

2012-09-07  Xianzhu Wang  <wangxianzhu@chromium.org>

        Unreviewed. Update test expectation media/video-set-rate-from-pause.html on Android.

        * platform/chromium/TestExpectations:

2012-09-07  Kangil Han  <kangil.han@samsung.com>

        [WK2][WTR] Unskip detached-stylesheet-without-wrapper.html test case.
        https://bugs.webkit.org/show_bug.cgi?id=96069

        Unreviewed EFL gardening.

        fast/dom/StyleSheet/detached-stylesheet-without-wrapper.html test case has been passed on EFL layout test.
        WebKit EFL doesn't have to skip this.

        * platform/gtk-wk2/Skipped:
        * platform/mac-wk2/Skipped:
        * platform/qt-5.0-wk2/Skipped:
        * platform/win-wk2/Skipped:
        * platform/wk2/Skipped:

2012-09-06  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: [REGRESSION] Content is not available for dynamically loaded script sometimes.
        https://bugs.webkit.org/show_bug.cgi?id=95954

        Reviewed by Yury Semikhatsky.

        * http/tests/inspector/resource-tree/resource-request-content-after-loading-and-clearing-cache-expected.txt: Added.
        * http/tests/inspector/resource-tree/resource-request-content-after-loading-and-clearing-cache.html: Added.
        * http/tests/inspector/resource-tree/resources/dynamic-script.js: Added.
        (foo):
        * http/tests/inspector/resources-test.js:

2012-09-07  Dominic Mazzoni  <dmazzoni@google.com>

        Unreviewed.

        Skip accessibility/spinbutton-value.html on Windows.
        Windows only supports MSAA/IAcccessible, which doesn't fully support
        accessing the min, max, and numeric value of a range control, so it's
        not possible to support this test until a lot more work is done on
        Windows accessibility.

        * platform/win/Skipped:

2012-09-07  Fady Samuel  <fsamuel@chromium.org>

        Unreviewed rebaseline.

        Colors changed slightly, but the test's intention is to verify scaling
        works as expected and it continues to do so.

        * platform/chromium-mac/compositing/overflow/overflow-scaled-descendant-overlapping-expected.png: Added.

2012-09-07  Tony Chang  <tony@chromium.org>

        [chromium] Chromium Linux EWS bots and CQ bots are flaky
        https://bugs.webkit.org/show_bug.cgi?id=96041

        Unreviewed, trying to get the cr-linux ews into a usable state.

        * platform/chromium/TestExpectations: Revert r127883 and skip http/tests/cache/cancel-during-revalidation-succeeded.html
        on the cr-ews linux bots. This is causing the following 2 tests to fail.

2012-09-07  Fady Samuel  <fsamuel@chromium.org>

        Unreviewed rebaseline for chromium gardening.

        * 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:

2012-09-07  Roger Fong  <roger_fong@apple.com>

        http/tests/security/contentSecurityPolicy/blob-urls-match-self.html fails on Windows port.
        https://bugs.webkit.org/show_bug.cgi?id=96133

        Test fails on Windows port since added in http://trac.webkit.org/changeset/126785.
        Blobs might be completely disabled on Windows. Adding to skip list for now.

        * platform/win/Skipped:

2012-09-07  Tony Chang  <tony@chromium.org>

        [chromium] Unreviewed, fix overlapping test expectation.

        * platform/chromium/TestExpectations:

2012-09-07  Tony Chang  <tony@chromium.org>

        [chromium] Chromium Linux EWS bots and CQ bots are flaky
        https://bugs.webkit.org/show_bug.cgi?id=96041

        Unreviewed, trying to get the cr-linux ews into a usable state.

        * platform/chromium/TestExpectations: mark 2 http cache tests as flaky

2012-09-07  Dominic Mazzoni  <dmazzoni@google.com>

        AX: ARIA spin button should support range value attributes
        https://bugs.webkit.org/show_bug.cgi?id=96076

        Reviewed by Chris Fleizach.

        Test that an ARIA spin button exposes ARIA range attributes like
        aria-valuenow, aria-valuemin, etc.

        * accessibility/spinbutton-value-expected.txt: Added.
        * accessibility/spinbutton-value.html: Added.

2012-09-07  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL][WK2] Unskip test cases that are now passing consistently
        https://bugs.webkit.org/show_bug.cgi?id=96090

        Unreviewed EFL gardening.

        Remove from TestExpectations several test cases that are now
        passing consistently on EFL WK2 build bot.

        * platform/efl-wk2/TestExpectations:

2012-09-07  Fady Samuel  <fsamuel@chromium.org>

        Unreviewed Chromium gardening.

        Disabled test paste-global-selection on Chromium Linux that was failing.

        * platform/chromium/TestExpectations:

2012-09-07  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r127780 and r127859.
        http://trac.webkit.org/changeset/127780
        http://trac.webkit.org/changeset/127859
        https://bugs.webkit.org/show_bug.cgi?id=96102

        "inspector/styles/protocol-css-regions-commands.html crashing
        on Chromium Linux Debug and timing out flakily on Release"
        (Requested by apavlov on #webkit).

        * inspector/styles/protocol-css-regions-commands-expected.txt:
        * inspector/styles/protocol-css-regions-commands.html:

2012-09-07  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Add passing expectations for a few specific sub-pixel and various input type
        tests. These features are not yet supported by the GTK port but we're willing
        to watch and monitor these tests' behavior.

        * platform/gtk/TestExpectations:

2012-09-07  Sami Kyostila  <skyostil@google.com>

        [chromium] Dynamically removing preserve-3d from a layer has no effect
        https://bugs.webkit.org/show_bug.cgi?id=95732

        Reviewed by James Robinson.

        Add test to verify dynamic removal of preserve-3d CSS attribute.

        * platform/chromium/compositing/preserve-3d-toggle-expected.png: Added.
        * platform/chromium/compositing/preserve-3d-toggle-expected.txt: Added.
        * platform/chromium/compositing/preserve-3d-toggle.html: Added.

2012-09-03  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: Implement SCSS source highlighter
        https://bugs.webkit.org/show_bug.cgi?id=95585

        Reviewed by Vsevolod Vlasov.

        Test modified to cover the SCSS syntax as well.

        * inspector/syntax-highlight-css-expected.txt:
        * inspector/syntax-highlight-css.html:

2012-09-07  Allan Sandfeld Jensen  <allan.jensen@nokia.com>

        Layout Test touchadjustment/iframe-boundary.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=95799

        Unreviewed, fudge the test so it has a larger margin of error.

        * platform/chromium/TestExpectations:
        * touchadjustment/iframe-boundary.html:
        * touchadjustment/resources/inner-content-page.html:

2012-09-07  Allan Sandfeld Jensen  <allan.jensen@nokia.com>

        X11 Global Selection
        https://bugs.webkit.org/show_bug.cgi?id=88238

        Reviewed by Tony Chang.

        Adds a test for the new editor-command, and disables it an all platforms where it is not supported.

        * editing/pasteboard/paste-global-selection-expected.txt: Added.
        * editing/pasteboard/paste-global-selection.html: Added.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/Skipped:
        * platform/qt-mac/Skipped:
        * platform/win/Skipped:

2012-09-06  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Migrate FileSystem to async protocol commands.
        https://bugs.webkit.org/show_bug.cgi?id=95985

        Reviewed by Alexander Pavlov.

        * http/tests/inspector/filesystem/delete-entry.html:
        * http/tests/inspector/filesystem/directory-tree.html:
        * http/tests/inspector/filesystem/filesystem-test.js:
        (initialize_FileSystemTest.InspectorTest.MockEntry):
        * http/tests/inspector/filesystem/request-directory-content.html:
        * http/tests/inspector/filesystem/request-file-content.html:
        * http/tests/inspector/filesystem/request-filesystem-root.html:
        * http/tests/inspector/filesystem/request-metadata.html:

2012-09-07  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL][WK2] Update TextExpectations for http/tests/appcache/load-from-appcache-defer-resume-crash.html
        https://bugs.webkit.org/show_bug.cgi?id=96091

        Unreviewed EFL gardening.

        Add bug number of http/tests/appcache/load-from-appcache-defer-resume-crash.html
        in TestExpectations file.

        * platform/efl-wk2/TestExpectations:

2012-09-07  Sudarsana Nagineni  <sudarsana.nagineni@linux.intel.com>

        [EFL] Unskip passing tests on EFL build bot
        https://bugs.webkit.org/show_bug.cgi?id=96089

        Unreviewed EFL gardening, unskip now passing tests.

        * platform/efl/TestExpectations:

2012-09-06  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Migrate IndexedDB to async protocol commands.
        https://bugs.webkit.org/show_bug.cgi?id=95978

        Reviewed by Alexander Pavlov.

        * http/tests/inspector/indexeddb/database-data.html:
        * http/tests/inspector/indexeddb/database-names.html:
        * http/tests/inspector/indexeddb/database-structure.html:
        * http/tests/inspector/indexeddb/resources-panel.html:

2012-09-07  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Add TestExpectations file for efl-wk1
        https://bugs.webkit.org/show_bug.cgi?id=96019

        Reviewed by Gyuyoung Kim.

        Add TestExpectations file for WebKit1 EFL.

        * platform/efl-wk1/TestExpectations: Added.
        * platform/efl-wk2/TestExpectations:
        * platform/efl/TestExpectations:

2012-09-07  Anna Cavender  <annacc@chromium.org>

        Rebaselines for windows due to r127831.

        Unreviewed gardening.

        * platform/chromium-linux/media/track/track-cue-rendering-horizontal-expected.txt: Removed.
        * platform/chromium-win/media/track/track-cue-rendering-horizontal-expected.png:
        * platform/chromium-win/media/track/track-cue-rendering-horizontal-expected.txt:

2012-09-06  Anna Cavender  <annacc@chromium.org>

        Rebaselines due to r127831.

        Unreviewed gardening.

        * platform/chromium-linux/media/track/track-cue-rendering-horizontal-expected.png:
        * platform/chromium-linux/media/track/track-cue-rendering-horizontal-expected.txt: Added.
        * platform/chromium-linux/media/track/track-cue-rendering-vertical-expected.png:
        * platform/chromium-linux/media/track/track-cue-rendering-vertical-expected.txt:
        * 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-horizontal-expected.txt:
        * platform/chromium-mac/media/track/track-cue-rendering-vertical-expected.png:
        * platform/chromium-mac/media/track/track-cue-rendering-vertical-expected.txt:

2012-09-06  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Updating baselines for two MathML tests after r127769.

        Removing failure expectations for tests fixed by changes in r127798,
        rollout in r127774 and rebaseline in r127825.

        * platform/gtk/TestExpectations:
        * platform/gtk/mathml/presentation/roots-expected.txt:
        * platform/gtk/mathml/presentation/sup-expected.txt:

2012-09-06  Matt Falkenhagen  <falken@chromium.org>

        [Tests] Skip Dialog element tests on Win
        https://bugs.webkit.org/show_bug.cgi?id=96051

        Reviewed by Hajime Morita.

        Dialog is not yet enabled except on Chromium. Dialog tests should have
        been added to the Win port's skipped list as part of r122420.

        * platform/win/Skipped:

2012-09-06  Csaba Osztrogonác  <ossy@webkit.org>

        REGRESSION(127810): It broke inspector/debugger/debugger-expand-scope.html
        https://bugs.webkit.org/show_bug.cgi?id=96065

        Unreviewed, reverting the expected file change.

        * inspector/debugger/debugger-expand-scope-expected.txt:

2012-09-06  Elliott Sprehn  <esprehn@chromium.org>

        Add methods to CounterDirectives to clean up StyleBuilder and RenderCounter.
        https://bugs.webkit.org/show_bug.cgi?id=94587

        Reviewed by Julien Chaffraix.

        Tests for bug 94642 exposing an unitialized read when using counter-reset and
        counter-increment: inherit.

        * fast/css/counters/counter-reset-inherit-bug-94642-expected.html: Added.
        * fast/css/counters/counter-reset-inherit-bug-94642.html: Added.

2012-09-06  Joanmarie Diggs  <jdiggs@igalia.com>

        [Gtk] accessibility/canvas-description-and-role expected results needed
        https://bugs.webkit.org/show_bug.cgi?id=95644

        Reviewed by Martin Robinson.

        Generated expected results for Gtk. These results reflect the revised
        mapping of CanvasRole to ATK_ROLE_CANVAS rather than ATK_ROLE_IMAGE.

        * platform/gtk/accessibility/canvas-description-and-role-expected.txt: Added.

2012-09-06  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r127808.
        http://trac.webkit.org/changeset/127808
        https://bugs.webkit.org/show_bug.cgi?id=96057

        geoff rolled back in his change, but not this part (Requested
        by thorton on #webkit).

        * inspector/debugger/debugger-expand-scope-expected.txt:

2012-09-06  Pravin D  <pravind.2k4@gmail.com>

        fast/table/empty-row-crash.html and fast/table/inline-form-assert.html should be dumpAsText tests
        https://bugs.webkit.org/show_bug.cgi?id=95613

        Reviewed by Julien Chaffraix.

        Modified the test cases empty-row-crash.html and inline-form-assert.html to dumpAsText tests.
        As the testcases check for crash/assert and not for the correctness of content layout or painting
        they can be safely modified to dumpAsText tests.

        * fast/table/empty-row-crash-expected.txt: Added.
         New expected file.
        * fast/table/empty-row-crash.html:
         Added a short description about the testcase.

        * fast/table/inline-form-assert-expected.txt: Added.
         New expected file.
        * fast/table/inline-form-assert.html:

        * platform/chromium-linux/fast/table/empty-row-crash-expected.png: Removed.
        * platform/chromium-linux/fast/table/inline-form-assert-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/table/empty-row-crash-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/table/inline-form-assert-expected.png: Removed.
        * platform/chromium-mac/fast/table/empty-row-crash-expected.png: Removed.
        * platform/chromium-mac/fast/table/inline-form-assert-expected.png: Removed.
        * platform/chromium-win/fast/table/empty-row-crash-expected.png: Removed.
        * platform/chromium-win/fast/table/empty-row-crash-expected.txt: Removed.
        * platform/chromium-win/fast/table/inline-form-assert-expected.png: Removed.
        * platform/chromium-win/fast/table/inline-form-assert-expected.txt: Removed.
        * platform/efl/fast/table/empty-row-crash-expected.png: Removed.
        * platform/efl/fast/table/empty-row-crash-expected.txt: Removed.
        * platform/efl/fast/table/inline-form-assert-expected.png: Removed.
        * platform/efl/fast/table/inline-form-assert-expected.txt: Removed.
        * platform/gtk/fast/table/empty-row-crash-expected.png: Removed.
        * platform/gtk/fast/table/empty-row-crash-expected.txt: Removed.
        * platform/gtk/fast/table/inline-form-assert-expected.png: Removed.
        * platform/gtk/fast/table/inline-form-assert-expected.txt: Removed.
        * platform/mac/fast/table/empty-row-crash-expected.png: Removed.
        * platform/mac/fast/table/empty-row-crash-expected.txt: Removed.
        * platform/mac/fast/table/inline-form-assert-expected.png: Removed.
        * platform/mac/fast/table/inline-form-assert-expected.txt: Removed.
        * platform/qt/fast/table/empty-row-crash-expected.png: Removed.
        * platform/qt/fast/table/empty-row-crash-expected.txt: Removed.
        * platform/qt/fast/table/inline-form-assert-expected.png: Removed.
        * platform/qt/fast/table/inline-form-assert-expected.txt: Removed.
         Removed obsolete baselines.

2012-09-06  Geoffrey Garen  <ggaren@apple.com>

        Rolled back in <http://trac.webkit.org/changeset/127698> with a fix for
        fast/dom/HTMLScriptElement/script-reexecution-pretty-diff.html.

        Added a more explicit test for the feature I broke in 
        fast/dom/HTMLScriptElement/script-reexecution-pretty-diff.html.

        Reviewed by Gavin Barraclough.

            Named functions should not allocate scope objects for their names
            https://bugs.webkit.org/show_bug.cgi?id=95659

            Reviewed by Oliver Hunt.

        * fast/dom/HTMLScriptElement/script-reexecution.html:
        * fast/js/function-name-is-in-scope-expected.txt: Added.
        * fast/js/function-name-is-in-scope.html: Added.

2012-09-06  Tim Horton  <timothy_horton@apple.com>

        Unreviewed, revert part of http://trac.webkit.org/changeset/127698
        which accidentally didn't get reverted in
        http://trac.webkit.org/changeset/127774.

        * inspector/debugger/debugger-expand-scope-expected.txt:

2012-09-06  Simon Hausmann  <simon.hausmann@nokia.com>

        [Qt] Unskip two encoding tests that pass now
        https://bugs.webkit.org/show_bug.cgi?id=96013

        Reviewed by Kenneth Rohde Christiansen.

        The result for frame-default-enc was incorrect and we succeed in
        producing the existing cross-platform result. The other test passes
        just fine.

        * platform/qt/Skipped:
        * platform/qt/fast/encoding/frame-default-enc-expected.txt: Removed.

2012-09-06  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] 2 mathml tests need rebaseline after r127769
        https://bugs.webkit.org/show_bug.cgi?id=96009

        Unreviewed EFL gardening.

        Update baselines for 2 mathml test cases needed after
        r127769.

        * platform/efl/mathml/presentation/roots-expected.png:
        * platform/efl/mathml/presentation/roots-expected.txt:
        * platform/efl/mathml/presentation/sup-expected.png:
        * platform/efl/mathml/presentation/sup-expected.txt:

2012-09-06  Tony Chang  <tony@chromium.org>

        Chromium Linux EWS bots and CQ bots are flaky
        https://bugs.webkit.org/show_bug.cgi?id=96041

        Reviewed by Adam Barth.

        Skip platform/chromium-linux/compositing/gestures tests on the
        Chromium Linux EWS and CQ bots. By marking them as flaky, they won't
        be run (the bots use --skip-failing-tests which causes them to skip
        these tests).  These will still run on the waterfall bots.

        * platform/chromium/TestExpectations:

2012-09-06  Adam Barth  <abarth@webkit.org>

        New tests introduced in r127704 fail
        https://bugs.webkit.org/show_bug.cgi?id=95952

        Reviewed by Dan Bernstein.

        Use the testRunner rather than layoutTestController because
        layoutTestControler doesn't exist anymore.

        * fast/viewport/viewport-limits-adjusted-for-no-user-scale-control.html:
        * fast/viewport/viewport-limits-adjusted-for-no-user-scale.html:

2012-09-06  Alok Priyadarshi  <alokp@chromium.org>

        [chromium] Remove failures for acceletared-drawing tests.

        Unreviewed.

        Update chromium TestExpectations to remove failures for accelerated-painting.
        They were fixed in r127294.

        * platform/chromium/TestExpectations:

2012-09-06  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL][WK2] Classify several test cases in TestExpectations
        https://bugs.webkit.org/show_bug.cgi?id=95947

        Unreviewed EFL gardening.

        Update TestExpectations to classify a few test case failures
        as being caused by lack on undo/redo stack implementation
        in EFL WK2.

        * platform/efl-wk2/TestExpectations:

2012-09-06  Andrei Poenaru  <poenaru@adobe.com>

        Web Inspector: Protocol Extension: Add "regionLayoutUpdate" event
        https://bugs.webkit.org/show_bug.cgi?id=93443

        Reviewed by Alexander Pavlov.

        Validate "regionLayoutUpdate" event.

        * inspector/styles/protocol-css-regions-commands-expected.txt:
        * inspector/styles/protocol-css-regions-commands.html:

2012-09-06  Anna Cavender  <annacc@chromium.org>

        ASSERT reached when TextTrack.mode is set to DISABLED.
        https://bugs.webkit.org/show_bug.cgi?id=94651

        Reviewed by Eric Carlson.

        This patch ensures that cues that have already been added to the
        cueTree in HTMLMediaElement, are not added again.

        * media/track/track-mode-disabled-crash-expected.txt: Added.
        * media/track/track-mode-disabled-crash.html: Added.

2012-09-06  Geoffrey Garen  <ggaren@apple.com>

        Unskipped fast/dom/HTMLScriptElement/script-reexecution-pretty-diff.html
        because I rolled out the patch that broke it.

        * platform/qt/Skipped:
        * platform/win/Skipped:

2012-09-06  Alex Sakhartchouk  <alexst@chromium.org>

        [chromium] Need to rebaseline chromium tests after hidpi changes
        https://bugs.webkit.org/show_bug.cgi?id=95579

        Reviewed by James Robinson.

        Adding double resolution files for hidpi tests and updating expectations for broken image tests. 

        * platform/chromium-linux/fast/hidpi/broken-image-icon-hidpi-expected.png: Removed.
        * platform/chromium-linux/fast/hidpi/broken-image-with-size-hidpi-expected.png: Removed.
        * platform/chromium-linux/fast/hidpi/device-scale-factor-paint-expected.png: Removed.
        * platform/chromium-linux/fast/hidpi/focus-rings-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/hidpi/broken-image-icon-hidpi-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/hidpi/broken-image-with-size-hidpi-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/hidpi/clip-text-in-hidpi-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/hidpi/device-scale-factor-paint-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/hidpi/focus-rings-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/hidpi/image-set-as-background-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/hidpi/image-set-background-dynamic-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/hidpi/image-set-background-repeat-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/hidpi/image-set-background-repeat-without-size-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/hidpi/image-set-border-image-comparison-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/hidpi/image-set-border-image-dynamic-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/hidpi/image-set-border-image-simple-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/hidpi/image-set-in-content-dynamic-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/hidpi/image-set-out-of-order-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/hidpi/image-set-simple-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/hidpi/image-set-without-specified-width-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/hidpi/resize-corner-hidpi-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/hidpi/video-controls-in-hidpi-expected.png: Removed.
        * platform/chromium-mac/fast/hidpi/clip-text-in-hidpi-expected.png:
        * platform/chromium-mac/fast/hidpi/device-scale-factor-paint-expected.png: Removed.
        * platform/chromium-mac/fast/hidpi/focus-rings-expected.png:
        * platform/chromium-mac/fast/hidpi/image-set-as-background-expected.png:
        * platform/chromium-mac/fast/hidpi/image-set-background-dynamic-expected.png:
        * platform/chromium-mac/fast/hidpi/image-set-background-repeat-expected.png:
        * platform/chromium-mac/fast/hidpi/image-set-background-repeat-without-size-expected.png:
        * platform/chromium-mac/fast/hidpi/image-set-border-image-comparison-expected.png:
        * platform/chromium-mac/fast/hidpi/image-set-border-image-dynamic-expected.png:
        * platform/chromium-mac/fast/hidpi/image-set-border-image-simple-expected.png:
        * platform/chromium-mac/fast/hidpi/image-set-in-content-dynamic-expected.png:
        * platform/chromium-mac/fast/hidpi/image-set-out-of-order-expected.png:
        * platform/chromium-mac/fast/hidpi/image-set-simple-expected.png:
        * platform/chromium-mac/fast/hidpi/image-set-without-specified-width-expected.png:
        * platform/chromium-mac/fast/hidpi/resize-corner-hidpi-expected.png:
        * platform/chromium-mac/fast/hidpi/video-controls-in-hidpi-expected.png:
        * platform/chromium-win/fast/hidpi/clip-text-in-hidpi-expected.png:
        * platform/chromium-win/fast/hidpi/device-scale-factor-paint-expected.png:
        * platform/chromium-win/fast/hidpi/focus-rings-expected.png:
        * platform/chromium-win/fast/hidpi/image-set-as-background-expected.png:
        * platform/chromium-win/fast/hidpi/image-set-background-dynamic-expected.png:
        * platform/chromium-win/fast/hidpi/image-set-background-repeat-expected.png:
        * platform/chromium-win/fast/hidpi/image-set-background-repeat-without-size-expected.png:
        * platform/chromium-win/fast/hidpi/image-set-border-image-comparison-expected.png:
        * platform/chromium-win/fast/hidpi/image-set-border-image-dynamic-expected.png:
        * platform/chromium-win/fast/hidpi/image-set-border-image-simple-expected.png:
        * platform/chromium-win/fast/hidpi/image-set-in-content-dynamic-expected.png:
        * platform/chromium-win/fast/hidpi/image-set-out-of-order-expected.png:
        * platform/chromium-win/fast/hidpi/image-set-simple-expected.png:
        * platform/chromium-win/fast/hidpi/image-set-without-specified-width-expected.png:
        * platform/chromium-win/fast/hidpi/resize-corner-hidpi-expected.png:
        * platform/chromium-win/fast/hidpi/video-controls-in-hidpi-expected.png:
        * platform/chromium/TestExpectations:

2012-09-06  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Skipping failing test: fast/forms/number/number-interactive-validation-required.html
        Interactive form validation is not enabled on Windows. It's fine to skip this test.

        * platform/win/Skipped:

2012-09-06  David Barton  <dbarton@mathscribe.com>

        mathml.css: Add more { white-space: nowrap } declarations
        https://bugs.webkit.org/show_bug.cgi?id=95404

        Reviewed by Eric Seidel.

        mathml.css declared { white-space: nowrap } for mrow, mfenced, msqrt. It is also needed
        for other tags such as msub, msup, msubsup.

        Added a test to mathml/presentation/sup.xhtml, and a regression test to roots.xhtml.

        * mathml/presentation/roots.xhtml:
        * mathml/presentation/sup.xhtml:
        * platform/mac/mathml/presentation/roots-expected.png:
        * platform/mac/mathml/presentation/roots-expected.txt:
        * platform/mac/mathml/presentation/sup-expected.png:
        * platform/mac/mathml/presentation/sup-expected.txt:

2012-09-06  Roger Fong  <roger_fong@apple.com>

        Unreviewed gardening. Skip failing test: fast/dom/HTMLScriptElement/script-reexecution.html
        https://bugs.webkit.org/show_bug.cgi?id=95944

        * platform/win/Skipped:

2012-09-06  Tommy Widenflycht  <tommyw@google.com>

        MediaStream API: Add the local and remote description functionality to RTCPeerConnection
        https://bugs.webkit.org/show_bug.cgi?id=95839

        Reviewed by Adam Barth.

        * fast/mediastream/RTCPeerConnection-createOffer.html:
        * fast/mediastream/RTCPeerConnection-localDescription-expected.txt: Added.
        * fast/mediastream/RTCPeerConnection-localDescription.html: Copied from LayoutTests/fast/mediastream/RTCPeerConnection-createOffer.html.
        * fast/mediastream/RTCPeerConnection-remoteDescription-expected.txt: Added.
        * fast/mediastream/RTCPeerConnection-remoteDescription.html: Copied from LayoutTests/fast/mediastream/RTCPeerConnection-createOffer.html.

2012-09-06  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Generating required platform-specific baselines after r127608.

        Adding failure expectations for regressions introduced in r127698 and r127704.

        Fixing and removing duplicate expectations to get the file to pass linting.

        * platform/gtk/TestExpectations:
        * platform/gtk/css3/masking: Added.
        * platform/gtk/css3/masking/clip-path-circle-expected.png: Added.
        * platform/gtk/css3/masking/clip-path-circle-expected.txt: Added.
        * platform/gtk/css3/masking/clip-path-circle-filter-expected.png: Added.
        * platform/gtk/css3/masking/clip-path-circle-filter-expected.txt: Added.
        * platform/gtk/css3/masking/clip-path-circle-overflow-expected.png: Added.
        * platform/gtk/css3/masking/clip-path-circle-overflow-expected.txt: Added.
        * platform/gtk/css3/masking/clip-path-circle-overflow-hidden-expected.png: Added.
        * platform/gtk/css3/masking/clip-path-circle-overflow-hidden-expected.txt: Added.
        * platform/gtk/css3/masking/clip-path-circle-relative-overflow-expected.png: Added.
        * platform/gtk/css3/masking/clip-path-circle-relative-overflow-expected.txt: Added.
        * platform/gtk/css3/masking/clip-path-ellipse-expected.png: Added.
        * platform/gtk/css3/masking/clip-path-ellipse-expected.txt: Added.
        * platform/gtk/css3/masking/clip-path-polygon-evenodd-expected.png: Added.
        * platform/gtk/css3/masking/clip-path-polygon-evenodd-expected.txt: Added.
        * platform/gtk/css3/masking/clip-path-polygon-expected.png: Added.
        * platform/gtk/css3/masking/clip-path-polygon-expected.txt: Added.
        * platform/gtk/css3/masking/clip-path-polygon-nonzero-expected.png: Added.
        * platform/gtk/css3/masking/clip-path-polygon-nonzero-expected.txt: Added.
        * platform/gtk/css3/masking/clip-path-rectangle-expected.png: Added.
        * platform/gtk/css3/masking/clip-path-rectangle-expected.txt: Added.

2012-09-06  Alex Sakhartchouk  <alexst@chromium.org>

        gradient-with-scaled-ancestor.html is not calling setDeviceScaleFactor
        https://bugs.webkit.org/show_bug.cgi?id=95847

        Reviewed by Beth Dakin.

        Setting the device scale factor in the layout test and updating expectations until we can rebase 

        * fast/hidpi/gradient-with-scaled-ancestor.html:
        * platform/chromium/TestExpectations:

2012-09-06  Dan Bernstein  <mitz@apple.com>

        REGRESSION(r127712): It broke http/tests/xmlhttprequest/basic-auth.html on JSC platforms
        https://bugs.webkit.org/show_bug.cgi?id=95972

        Removed the failing test from the skipped list.

        * platform/qt/Skipped:

2012-09-06  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [EFL] Gardening after r127728, r127534
        https://bugs.webkit.org/show_bug.cgi?id=95975

        Unreviewed gardening.

        Following tests were added to TestExpectations:
        http/tests/xmlhttprequest/basic-auth.html fails after r127728.
        fast/innerHTML/innerHTML-iframe.html fails after r127534.

        * platform/efl/fast/innerHTML/innerHTML-iframe-expected.txt: Removed.
        * platform/efl/TestExpectations:

2012-09-06  Ilya Tikhonovsky  <loislo@chromium.org>

        Unreviewed rebaseline for Web Inspector NMI test. It was broken at r127738.

        * inspector/profiler/memory-instrumentation-cached-images-expected.txt:
        * inspector/profiler/memory-instrumentation-cached-images.html:

2012-09-06  Christophe Dumez  <christophe.dumez@intel.com>

        [WKTR] addSelectionKey should be mapped to "Control" modifiers on other OSes than Mac
        https://bugs.webkit.org/show_bug.cgi?id=95973

        Reviewed by Kenneth Rohde Christiansen.

        Unskip several test cases that are passing on WebKit2
        now that "addSelectionKey" is properly mapped to
        "Control" modifier on other OSes than Mac OS X, in
        WKTR's EventSender.

        * platform/efl-wk2/TestExpectations:
        * platform/gtk-wk2/Skipped:
        * platform/win-wk2/Skipped:

2012-09-06  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        CSS 3 'overflow-wrap' property implementation
        https://bugs.webkit.org/show_bug.cgi?id=94475

        Reviewed by Ojan Vafai.

        Added 'overflow-wrap' property implementation according to
        http://www.w3.org/TR/2012/WD-css3-text-20120814/#overflow-wrap.
        New ref-test is added to check the simularity
        in behaviour of 'overflow-wrap' and 'word-wrap' properties.

        * fast/text/overflow-wrap-expected.html: Added.
        * fast/text/overflow-wrap.html: Added.

2012-09-06  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL][WK2] Update TestExpectations for fast/events/tab-focus-link-in-canvas.html
        https://bugs.webkit.org/show_bug.cgi?id=95970

        Unreviewed EFL gardening.

        Update WK2-EFL TestExpectations to add bug number for:
        fast/events/tab-focus-link-in-canvas.html

        * platform/efl-wk2/TestExpectations:

2012-09-06  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL][WK2] Provide implementation for WebPage::performDefaultBehaviorForKeyEvent()
        https://bugs.webkit.org/show_bug.cgi?id=95943

        Reviewed by Kenneth Rohde Christiansen.

        Unskip several test cases that are passing now that EFL WK2
        has a proper implementation for
        WebPage::performDefaultBehaviorForKeyEvent().

        * platform/efl-wk2/TestExpectations:

2012-09-06  Mike Lawther  <mikelawther@chromium.org>

        Rewrite zooming test to no longer output pixel numbers
        https://bugs.webkit.org/show_bug.cgi?id=95922

        Reviewed by Dan Bernstein.

        The original version of this test output pixel sizes, which had different results on 
        different ports. The test has been rewritten to suppress the pixel size output.

        * css3/calc/zoom-with-em-expected.txt:
        * css3/calc/zoom-with-em.html:
        * platform/chromium/css3/calc/zoom-with-em-expected.txt: Removed.

2012-09-06  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, skip one more failing test,
        because we like regressions in the trunk. :)

        * platform/qt/Skipped:

2012-09-06  Keishi Hattori  <keishi@webkit.org>

        Refactor CalendarPicker to not use global variables.
        https://bugs.webkit.org/show_bug.cgi?id=95830

        Reviewed by Kent Tamura.

        * fast/forms/date/calendar-picker-appearance-pre-100.html:

2012-09-06  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [EFL] Gardening after r127620, r127698 and r127704
        https://bugs.webkit.org/show_bug.cgi?id=95963

        Unreviewed gardening.

        Following tests were added to TestExpectations:
        compositing/overflow/overflow-auto-with-touch-toggle.html fails after r127620.
        fast/dom/HTMLScriptElement/script-reexecution.html fails after r127698.
        fast/viewport/viewport-limits-adjusted-for-no-user-scale-control.html fails after r127704.
        fast/viewport/viewport-limits-adjusted-for-no-user-scale.html fails after r127704.

        * platform/efl/TestExpectations:

2012-09-06  Adam Barth  <abarth@chromium.org>

        Three XSLTProcessor functions don't need to be [Custom]
        https://bugs.webkit.org/show_bug.cgi?id=95899

        Reviewed by Kentaro Hara.

        Update results to show that we return null rather than undefined on a
        type error.

        * fast/xsl/transform-xhr-doc-expected.txt:
        * fast/xsl/xslt-processor-expected.txt:
        * platform/chromium/fast/xsl/transform-xhr-doc-expected.txt:

2012-09-06  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skip the failing tests.

        * platform/qt/Skipped:

2012-09-04  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Fix inconsistencies in NetworkUISourceCodeProvider implementation.
        https://bugs.webkit.org/show_bug.cgi?id=95752

        Reviewed by Alexander Pavlov.

        * http/tests/inspector/network/network-request-revision-content-expected.txt:
        * http/tests/inspector/network/network-request-revision-content.html:
        * inspector/console/console-uncaught-exception-expected.txt:
        * inspector/debugger/network-uisourcecode-provider-expected.txt:
        * inspector/debugger/network-uisourcecode-provider.html:
        * inspector/debugger/script-snippet-model.html:
        * inspector/debugger/scripts-panel.html:

2012-09-06  Adam Barth  <abarth@webkit.org>

        Chromium should call restrictScaleFactorToInitialScaleIfNotUserScalable unless/until userScalable is supported directly.
        https://bugs.webkit.org/show_bug.cgi?id=91110

        Reviewed by Tony Chang.

        Test that the scale limits are clamped when user-scalable is set to no.

        * fast/viewport/viewport-limits-adjusted-for-no-user-scale-control-expected.txt: Added.
        * fast/viewport/viewport-limits-adjusted-for-no-user-scale-control.html: Added.
        * fast/viewport/viewport-limits-adjusted-for-no-user-scale-expected.txt: Added.
        * fast/viewport/viewport-limits-adjusted-for-no-user-scale.html: Added.

2012-09-06  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r127700.
        http://trac.webkit.org/changeset/127700
        https://bugs.webkit.org/show_bug.cgi?id=95941

        Breaks inspector closure compilation, uses not defined
        variables. (Requested by vsevik on #webkit).

        * inspector/styles/protocol-css-regions-commands-expected.txt:
        * inspector/styles/protocol-css-regions-commands.html:

2012-09-05  Andrei Poenaru  <poenaru@adobe.com>

        Web Inspector: Protocol Extension: Add "regionLayoutUpdate" event
        https://bugs.webkit.org/show_bug.cgi?id=93443

        Reviewed by Alexander Pavlov.

        Validate "regionLayoutUpdate" event.

        * inspector/styles/protocol-css-regions-commands-expected.txt:
        * inspector/styles/protocol-css-regions-commands.html:

2012-09-03  Geoffrey Garen  <ggaren@apple.com>

        Named functions should not allocate scope objects for their names
        https://bugs.webkit.org/show_bug.cgi?id=95659

        Reviewed by Oliver Hunt.

        Added coverage for some extra-tricky cases.

        * fast/js/named-function-expression-expected.txt:
        * fast/js/script-tests/named-function-expression.js:
        (shouldBeTrueWithDescription): I rolled my own shouldBeTrue() here to avoid the
        built-in shouldBe()'s eval scoping, which can change the variable
        resolution rules I'm trying to test.

        * inspector/debugger/debugger-expand-scope-expected.txt: Not sure why this
        result used to miss the function name scope, but the new result is a
        progression, so I've updated the expected results.

2012-09-05  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, skip new fasiling tests.

        * platform/qt-5.0-wk2/Skipped:
        * platform/qt/Skipped:

2012-09-05  Lauro Neto  <lauro.neto@openbossa.org>

        [Qt] platform/qt/plugins/qt-qwidget-plugin.html fails
        https://bugs.webkit.org/show_bug.cgi?id=92141

        Reviewed by Simon Hausmann.

        Only Qt WK2 does not support Qt plugins. Moving skip to proper place.

        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0/Skipped:

        Updated test to point to a existing image.

        * platform/qt/plugins/qt-qwidget-plugin.html:

2012-09-05  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: Large integer versions not persisted correctly
        https://bugs.webkit.org/show_bug.cgi?id=95873

        Reviewed by Tony Chang.

        Verify large integer versions that encode differently as Ints vs. VarInts.

        * storage/indexeddb/intversion-encoding-expected.txt: Added.
        * storage/indexeddb/intversion-encoding.html: Added.
        * storage/indexeddb/resources/intversion-encoding.js: Added.
        (test):
        (openFirstTime.request.onupgradeneeded):
        (openFirstTime.request.onsuccess):
        (openFirstTime):
        (openSecondTime.request.onsuccess):
        (openSecondTime):

2012-09-05  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r127596.
        http://trac.webkit.org/changeset/127596
        https://bugs.webkit.org/show_bug.cgi?id=95928

        newly added tests are failing (Requested by bashi1 on
        #webkit).

        * fast/regions/autowidth-abspos-expected.html: Removed.
        * fast/regions/autowidth-abspos-regionchain-expected.html: Removed.
        * fast/regions/autowidth-abspos-regionchain.html: Removed.
        * fast/regions/autowidth-abspos.html: Removed.
        * fast/regions/autowidth-float-expected.html: Removed.
        * fast/regions/autowidth-float.html: Removed.
        * fast/regions/autowidth-inlineblock-expected.html: Removed.
        * fast/regions/autowidth-inlineblock.html: Removed.
        * fast/regions/autowidth-nonreplaced-abspos-expected.html: Removed.
        * fast/regions/autowidth-nonreplaced-abspos.html: Removed.
        * fast/regions/autowidth-nonreplacedblock-normalflow-expected.html: Removed.
        * fast/regions/autowidth-nonreplacedblock-normalflow.html: Removed.
        * fast/regions/autowidth-normalflow-expected.html: Removed.
        * fast/regions/autowidth-normalflow-maxwidth-expected.html: Removed.
        * fast/regions/autowidth-normalflow-maxwidth.html: Removed.
        * fast/regions/autowidth-normalflow-minmaxwidth-expected.html: Removed.
        * fast/regions/autowidth-normalflow-minmaxwidth.html: Removed.
        * fast/regions/autowidth-normalflow-minwidth-expected.html: Removed.
        * fast/regions/autowidth-normalflow-minwidth.html: Removed.
        * fast/regions/autowidth-normalflow-vertrl-expected.html: Removed.
        * fast/regions/autowidth-normalflow-vertrl.html: Removed.
        * fast/regions/autowidth-normalflow.html: Removed.
        * fast/regions/bottom-overflow-out-of-first-region.html:
        * fast/regions/flows-dependency-dynamic-remove.html:
        * fast/regions/flows-dependency-same-flow.html:
        * fast/regions/render-region-renderer-expected.html:
        * fast/regions/top-overflow-out-of-second-region.html:

2012-09-05  Michelangelo De Simone  <michelangelo@webkit.org>

        Parse the array() function for custom filters
        https://bugs.webkit.org/show_bug.cgi?id=94226

        Reviewed by Dirk Schulze.

        New negative and positive test cases have been added for the array()
        function parsing.

        Also a new test case has been added to further test multiple 3d-transforms.

        * css3/filters/custom/custom-filter-property-parsing-expected.txt:
        * css3/filters/custom/custom-filter-property-parsing-invalid-expected.txt:
        * css3/filters/script-tests/custom-filter-property-parsing-invalid.js:
        * css3/filters/script-tests/custom-filter-property-parsing.js:
        * platform/chromium/css3/filters/custom/custom-filter-property-parsing-expected.txt:

2012-09-05  Matt Falkenhagen  <falken@chromium.org>

        Vertically center non-anchored <dialog> elements
        https://bugs.webkit.org/show_bug.cgi?id=90670

        Reviewed by Ojan Vafai.

        * fast/dom/HTMLDialogElement/non-anchored-dialog-positioning-expected.txt: Added.
        * fast/dom/HTMLDialogElement/non-anchored-dialog-positioning.html: Added.

2012-09-05  Kenichi Ishibashi  <bashi@chromium.org>

        Unreviewed, rolling out r127612, r127660, and r127664.
        http://trac.webkit.org/changeset/127612
        http://trac.webkit.org/changeset/127660
        http://trac.webkit.org/changeset/127664
        https://bugs.webkit.org/show_bug.cgi?id=95920

        * fast/mediastream/RTCPeerConnection-createOffer.html:
        * fast/mediastream/RTCPeerConnection-localDescription-expected.txt: Removed.
        * fast/mediastream/RTCPeerConnection-localDescription.html: Removed.
        * fast/mediastream/RTCPeerConnection-remoteDescription-expected.txt: Removed.
        * fast/mediastream/RTCPeerConnection-remoteDescription.html: Removed.

2012-09-05  Gavin Barraclough  <barraclough@apple.com>

        a = data[a]++; sets the wrong key in data
        https://bugs.webkit.org/show_bug.cgi?id=91270

        Reviewed by Oliver Hunt.

        Added test cases.

        * fast/js/post-inc-assign-overwrites-expected.txt: Added.
        * fast/js/post-inc-assign-overwrites.html: Added.
        * fast/js/script-tests/post-inc-assign-overwrites.js: Added.
        (postIncDotAssignToBase):
        (postIncBracketAssignToBase):
        (postIncBracketAssignToSubscript):

2012-09-05  Victoria Kirst  <vrk@chromium.org>

        Add the duration attribute to MediaSource
        https://bugs.webkit.org/show_bug.cgi?id=95149

        Reviewed by Eric Carlson.

        Add support for the duration attribute recently added to the MediaSource spec.
        http://dev.w3.org/html5/spec/media-elements.html#dom-media-duration

        * http/tests/media/media-source/media-source.js:
        (MediaSourceTest.SegmentHelper): Add parameter to specify whether full file should be loaded.
        (MediaSourceTest.SegmentHelper.prototype.appendAllMediaSegments): Added method to append all file segments.
        (MediaSourceTest.roundedEquals_): Added to see if values are equivalent after rounding.
        (MediaSourceTest.expectDuration): Added to check for expected duration.
        (MediaSourceTest.expectBufferedRange): Added to check for the expected buffered attribute value.
        * http/tests/media/media-source/video-media-source-duration-changed-expected.txt: Added.
        * http/tests/media/media-source/video-media-source-duration-changed.html: Added.

2012-09-05  Kenichi Ishibashi  <bashi@chromium.org>

        [Chromium] unreviewed gardening after r127564

        Added missing text expectation.

        * fast/forms/datetime/datetime-interactive-validation-required-expected.txt: Added.

2012-09-05  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: Integer version lost after first open/close/open cycle
        https://bugs.webkit.org/show_bug.cgi?id=95864

        Reviewed by Tony Chang.

        Ensure integer versions are persisted across open/close/open cycles.

        Note that although this is a useful and valid test in general, the specific bug that
        prompted adding this test will only repro if the origin has no pre-existing backing
        store, which is not guaranteed by DRT or other shells. See http://webkit.org/b/92166

        * storage/indexeddb/intversion-persistence-expected.txt: Added.
        * storage/indexeddb/intversion-persistence.html: Added.
        * storage/indexeddb/resources/intversion-persistence.js: Added.
        (test):
        (openFirstTime.request.onupgradeneeded):
        (openFirstTime.request.onsuccess):
        (openFirstTime):
        (openSecondTime.request.onsuccess):
        (openSecondTime):

2012-09-05  Yoshifumi Inoue  <yosin@chromium.org>

        [Tests] We should have mouse events test for multiple fields time input UI
        https://bugs.webkit.org/show_bug.cgi?id=95829

        Reviewed by Kent Tamura.

        This patch adds test cases of mouse actions on multiple fields time
        input UI.

        The test checks:
         - Mouse click to set focus to field under mouse pointer
         - Mouse click on spin button

        This patch affects ports which enable both ENABLE_INPUT_TYPE_TIME and
        ENABLE_INPUT_TYPE_TIME_MULTIPLE_FIELDS.

        * fast/forms/time-multiple-fields/time-multiple-fields-mouse-events-expected.txt: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-mouse-events.html: Added.

2012-09-05  Kenichi Ishibashi  <bashi@chromium.org>

        [Chromium] unreviewed test expectation update

        * platform/chromium/TestExpectations:

2012-09-05  Gavin Barraclough  <barraclough@apple.com>

        Bug, assignment within subscript of prefix/postfix increment of bracket access
        https://bugs.webkit.org/show_bug.cgi?id=95913

        Reviewed by Oliver Hunt.

        Added test cases.

        * fast/js/inc-bracket-assign-subscript-expected.txt: Added.
        * fast/js/inc-bracket-assign-subscript.html: Added.
        * fast/js/script-tests/inc-bracket-assign-subscript.js: Added.
        (testPreIncBracketAccessWithAssignSubscript):
        (testPostIncBracketAccessWithAssignSubscript):
            - Tests a pre/post increment to a bracket access, where subscript contains assignment.

2012-09-05  Dan Bernstein  <mitz@apple.com>

        Renamed a misnamed expected result.

        * platform/mac/compositing/overflow/overflow-auto-with-touch-toggle-expected.txt: Copied from LayoutTests/platform/mac/compositing/overflow/overflow-with-touch-toggle-expected.txt.
        * platform/mac/compositing/overflow/overflow-with-touch-toggle-expected.txt: Removed.

2012-09-05  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL][WK2] Provide implementation for WebProcess functions
        https://bugs.webkit.org/show_bug.cgi?id=95857

        Reviewed by Kenneth Rohde Christiansen.

        Unskip several test cases that are now passing on
        WK2 EFL since WebProcess platform functions have been
        implemented.

        * platform/efl-wk2/TestExpectations:

2012-09-05  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Some flaky http/tests/security tests on Windows. Adding to skip list.
        https://bugs.webkit.org/show_bug.cgi?id=95803

        * platform/win/Skipped:

2012-09-05  Dan Bernstein  <mitz@apple.com>

        Added expected results for this test from r127620 for the Mac port, which does not have
        OVERFLOW_SCROLLING enabled at this time.

        * platform/mac/compositing/overflow/overflow-with-touch-toggle-expected.txt: Added.

2012-09-05  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        [EFL] Slider progress bar goes crazy with negative ranges
        https://bugs.webkit.org/show_bug.cgi?id=95753

        Reviewed by Kenneth Rohde Christiansen.

        Added ref test to check if rendering results of sliders using
        negative value ranges are coherent.

        * fast/forms/range/input-range-progress-indicator-expected.html: Added.
        * fast/forms/range/input-range-progress-indicator.html: Added.

2012-09-05  Sami Kyostila  <skyostil@google.com>

        Enable/disable composited scrolling based on overflow
        https://bugs.webkit.org/show_bug.cgi?id=95323

        Reviewed by Simon Fraser.

        Added a new test for making sure composited scrolling is enabled when overflow
        is introduced.

        Note that this test will pass only if OVERFLOW_SCROLLING is enabled.

        * compositing/overflow/overflow-auto-with-touch-toggle-expected.txt: Added.
        * compositing/overflow/overflow-auto-with-touch-toggle.html: Added.
        * platform/chromium/TestExpectations:

2012-09-05  Max Vujovic  <mvujovic@adobe.com>

        [CSS Shaders] Update custom filter tests to use the new security model
        https://bugs.webkit.org/show_bug.cgi?id=95760

        Reviewed by Dirk Schulze.

        This patch updates the custom filter tests to not sample u_texture and not write
        to gl_FragColor. Now, the tests use the new security model by writing to
        css_MixColor and indirectly blending with the DOM element texture.

        This patch prepares us to remove direct DOM texture access via "u_texture":
        https://bugs.webkit.org/show_bug.cgi?id=93871

        * css3/filters/custom/custom-filter-css-keyword-as-parameter-name-expected.png:
        * css3/filters/custom/custom-filter-shader-cache-expected.png:
        * css3/filters/custom/custom-filter-shader-cache.html:
            Use the CSS mix function with the updated color-offset.fs.
        * css3/filters/custom/effect-color-check-expected.png:
        * css3/filters/custom/effect-color-check.html:
            Use the CSS mix function with the updated color-fill.fs.
        * css3/filters/custom/effect-custom-combined-missing-expected.png:
        * css3/filters/custom/effect-custom-combined-missing.html:
            Use the CSS mix function with the updated color-offset.fs.
        * css3/filters/custom/effect-custom-expected.png:
        * css3/filters/custom/effect-custom-parameters-expected.png:
        * css3/filters/custom/effect-custom-parameters.html:
            Use the mix-color.fs shader instead of color-offset-parameters.fs.
        * css3/filters/custom/effect-custom.html:
            Use the CSS mix function with the updated color-offset.fs.
        * css3/filters/custom/filter-repaint-custom-clipped-expected.png:
        * css3/filters/custom/filter-repaint-custom-clipped.html:
            Use the mix-color.fs shader instead of color-add.fs.
        * css3/filters/custom/filter-repaint-custom-expected.png:
        * css3/filters/custom/filter-repaint-custom-rotated-expected.png:
        * css3/filters/custom/filter-repaint-custom-rotated.html:
            Use the mix-color.fs shader instead of color-add.fs. Fix a small typo in a comment.
        * css3/filters/custom/filter-repaint-custom.html:
            Use the mix-color.fs shader instead of color-add.fs.
        * css3/filters/custom/invalid-custom-filter-shader.html:
            Use the CSS mix function with the updated color-offset.fs.
        * css3/filters/custom/missing-custom-filter-shader-expected.png:
        * css3/filters/custom/missing-custom-filter-shader.html:
            Use the CSS mix function with the updated color-offset.fs.
        * css3/filters/resources/color-add.fs:
            Removed. The mix-color.fs shader can perform this shader's function.
        * css3/filters/resources/color-fill.fs:
            Rewrote this shader to write to css_MixColor instead of sampling u_texture and writing
            to gl_FragColor.
        * css3/filters/resources/color-offset-parameters.fs:
            Removed. The mix-color.fs shader can perform this shader's function.
        * css3/filters/resources/color-offset.fs:
            Rewrote this shader to write to css_MixColor instead of sampling u_texture and writing
            to gl_FragColor.
        * platform/chromium-mac/css3/filters/custom/custom-filter-shader-cache-expected.png:
        * platform/chromium-mac/css3/filters/custom/effect-color-check-expected.png:
        * platform/chromium-mac/css3/filters/custom/effect-custom-combined-missing-expected.png:
        * platform/chromium-mac/css3/filters/custom/effect-custom-expected.png:
        * platform/chromium-mac/css3/filters/custom/effect-custom-parameters-expected.png:
        * platform/chromium-mac/css3/filters/custom/filter-repaint-custom-clipped-expected.png:
        * platform/chromium-mac/css3/filters/custom/filter-repaint-custom-expected.png:
        * platform/chromium-mac/css3/filters/custom/filter-repaint-custom-rotated-expected.png:
        * platform/chromium/TestExpectations:

2012-09-05  Tommy Widenflycht  <tommyw@google.com>

        MediaStream API: Add the local and remote description functionality to RTCPeerConnection
        https://bugs.webkit.org/show_bug.cgi?id=95839

        Reviewed by Adam Barth.

        * fast/mediastream/RTCPeerConnection-createOffer.html:
        * fast/mediastream/RTCPeerConnection-localDescription-expected.txt: Added.
        * fast/mediastream/RTCPeerConnection-localDescription.html: Copied from LayoutTests/fast/mediastream/RTCPeerConnection-createOffer.html.
        * fast/mediastream/RTCPeerConnection-remoteDescription-expected.txt: Added.
        * fast/mediastream/RTCPeerConnection-remoteDescription.html: Copied from LayoutTests/fast/mediastream/RTCPeerConnection-createOffer.html.

2012-09-01  Dirk Schulze  <krit@webkit.org>

        Use -webkit-clip-path shapes to clip HTML elements
        https://bugs.webkit.org/show_bug.cgi?id=95646

        Reviewed by Dean Jackson.

        Added new tests for the -webkit-clip-path property applied to HTML content.

        * css3/masking/clip-path-circle-filter.html: Added.
        * css3/masking/clip-path-circle-overflow.html: Added.
        * css3/masking/clip-path-circle-relative-overflow.html: Added.
        * css3/masking/clip-path-circle-overflow-hidden.html: Added.
        * css3/masking/clip-path-circle.html: Added.
        * css3/masking/clip-path-ellipse.html: Added.
        * css3/masking/clip-path-polygon-evenodd.html: Added.
        * css3/masking/clip-path-polygon-nonzero.html: Added.
        * css3/masking/clip-path-polygon.html: Added.
        * css3/masking/clip-path-rectangle.html: Added.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/css3/masking/clip-path-circle-expected.png: Added.
        * platform/mac/css3/masking/clip-path-circle-expected.txt: Added.
        * platform/mac/css3/masking/clip-path-circle-filter-expected.png: Added.
        * platform/mac/css3/masking/clip-path-circle-filter-expected.txt: Added.
        * platform/mac/css3/masking/clip-path-circle-overflow-expected.png: Added.
        * platform/mac/css3/masking/clip-path-circle-overflow-expected.txt: Added.
        * platform/mac/css3/masking/clip-path-circle-overflow-hidden-expected.png: Added.
        * platform/mac/css3/masking/clip-path-circle-overflow-hidden-expected.txt: Added.
        * platform/mac/css3/masking/clip-path-circle-relative-overflow-expected.png: Added.
        * platform/mac/css3/masking/clip-path-circle-relative-overflow-expected.txt: Added.
        * platform/mac/css3/masking/clip-path-ellipse-expected.png: Added.
        * platform/mac/css3/masking/clip-path-ellipse-expected.txt: Added.
        * platform/mac/css3/masking/clip-path-polygon-evenodd-expected.png: Added.
        * platform/mac/css3/masking/clip-path-polygon-evenodd-expected.txt: Added.
        * platform/mac/css3/masking/clip-path-polygon-expected.png: Added.
        * platform/mac/css3/masking/clip-path-polygon-expected.txt: Added.
        * platform/mac/css3/masking/clip-path-polygon-nonzero-expected.png: Added.
        * platform/mac/css3/masking/clip-path-polygon-nonzero-expected.txt: Added.
        * platform/mac/css3/masking/clip-path-rectangle-expected.png: Added.
        * platform/mac/css3/masking/clip-path-rectangle-expected.txt: Added.

2012-09-05  Vincent Scheib  <scheib@chromium.org>

        webkitPointerLockElement returns null when pointer lock request is pending.
        https://bugs.webkit.org/show_bug.cgi?id=91186

        Reviewed by Dimitri Glazkov.

        * pointer-lock/locked-element-iframe-removed-from-dom-expected.txt:
        * pointer-lock/locked-element-iframe-removed-from-dom.html:
             Updated to reflect new behavior of null returned when lock is pending.
        * pointer-lock/pointerlockelement-null-when-pending-expected.txt: Added.
        * pointer-lock/pointerlockelement-null-when-pending.html: Added.
             New test specifically for testing null return when lock is pending.

2012-09-05  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL][WK2] Provide implementation for TestRunner::pathToLocalResource()
        https://bugs.webkit.org/show_bug.cgi?id=95842

        Reviewed by Kenneth Rohde Christiansen.

        Unskip fast/dom/frame-loading-via-document-write.html that
        was failing due to incomplete implementation for
        TestRunner::pathToLocalResource() in EFL WKTR.

        * platform/efl-wk2/TestExpectations:

2012-09-05  Mihnea Ovidenie  <mihnea@adobe.com>

        [CSS Regions] Auto width is not working for Regions
        https://bugs.webkit.org/show_bug.cgi?id=74135

        Reviewed by Julien Chaffraix.

        It was not possible to flow content into a region having { width: auto; } since in such case, the region width was computed to 0.
        Now, a region having auto width, will have its width computed following the rules for calculation of widths and margins
        (http://www.w3.org/TR/CSS2/visudet.html#Computing_widths_and_margins).
        For those cases in which resolving the width requires measuring of content's min/max-content values, we use the associated named flow min/max-content
        values (the same for all regions with width auto in a region chain).

        Besides adding new tests, i have modified existing tests that were having regions with width:auto as they were failing after this patch.

        * fast/regions/autowidth-abspos-expected.html: Added.
        * fast/regions/autowidth-abspos-regionchain-expected.html: Added.
        * fast/regions/autowidth-abspos-regionchain.html: Added.
        * fast/regions/autowidth-abspos.html: Added.
        * fast/regions/autowidth-float-expected.html: Added.
        * fast/regions/autowidth-float.html: Added.
        * fast/regions/autowidth-inlineblock-expected.html: Added.
        * fast/regions/autowidth-inlineblock.html: Added.
        * fast/regions/autowidth-nonreplaced-abspos-expected.html: Added.
        * fast/regions/autowidth-nonreplaced-abspos.html: Added.
        * fast/regions/autowidth-nonreplacedblock-normalflow-expected.html: Added.
        * fast/regions/autowidth-nonreplacedblock-normalflow.html: Added.
        * fast/regions/autowidth-normalflow-expected.html: Added.
        * fast/regions/autowidth-normalflow-maxwidth-expected.html: Added.
        * fast/regions/autowidth-normalflow-maxwidth.html: Added.
        * fast/regions/autowidth-normalflow-minmaxwidth-expected.html: Added.
        * fast/regions/autowidth-normalflow-minmaxwidth.html: Added.
        * fast/regions/autowidth-normalflow-minwidth-expected.html: Added.
        * fast/regions/autowidth-normalflow-minwidth.html: Added.
        * fast/regions/autowidth-normalflow-vertrl-expected.html: Added.
        * fast/regions/autowidth-normalflow-vertrl.html: Added.
        * fast/regions/autowidth-normalflow.html: Added.
        * fast/regions/bottom-overflow-out-of-first-region.html:
        * fast/regions/flows-dependency-dynamic-remove.html:
        * fast/regions/flows-dependency-same-flow.html:
        * fast/regions/render-region-renderer-expected.html:
        * fast/regions/top-overflow-out-of-second-region.html:

2012-09-05  Brady Eidson  <beidson@apple.com>

        Frequent crashes in PluginView::scriptObject under runtimeObjectCustomGetOwnPropertySlot
        <rdar://problem/12142226> and https://bugs.webkit.org/show_bug.cgi?id=95026

        Reviewed by Andy Estes.

        * plugins/npp-new-fails-expected.txt: Added.
        * plugins/npp-new-fails.html: Added.

2012-09-05  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

        Adding a platform specififc baseline after r127534.

        * platform/efl/fast/innerHTML/innerHTML-iframe-expected.txt: Added.

2012-09-05  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL][WK2] Provide implementation for WebFrameNetworkingContext
        https://bugs.webkit.org/show_bug.cgi?id=95826

        Reviewed by Kenneth Rohde Christiansen.

        Unskip several cookie-related test cases for WK2 EFL
        now that WebFrameNetworkingContext is implemented.

        * platform/efl-wk2/TestExpectations:

2012-09-05  MORITA Hajime  <morrita@google.com>

        ShadowRoot.cloneNode() must always throw a DATA_CLONE_ERR exception.
        https://bugs.webkit.org/show_bug.cgi?id=91704

        Reviewed by Kentaro Hara.

        * fast/dom/shadow/shadowroot-clonenode-expected.txt: Added.
        * fast/dom/shadow/shadowroot-clonenode.html: Added.

2012-09-05  Christophe Dumez  <christophe.dumez@intel.com>

        WKTR doesn't implement dumpWillCacheResponse()
        https://bugs.webkit.org/show_bug.cgi?id=94607

        Reviewed by Kenneth Rohde Christiansen.

        Unskip http/tests/misc/willCacheResponse-delegate-callback.html
        now that WebKitTestRunner implements dumpWillCacheResponse().

        * platform/efl-wk2/TestExpectations:
        * platform/wk2/Skipped:

2012-09-05  Kaustubh Atrawalkar  <kaustubh@motorola.com>

        [DRT] LTC:: Move printing related APIs from LayoutTestController to Internals
        https://bugs.webkit.org/show_bug.cgi?id=92735

        Reviewed by Hajime Morita.

        Move numberOfPages, pageProperty & pageSizeAndMarginsInPixels in Internals and remove duplicated code from DumprenderTree & WebkitTestRunner.
        Fixed test cases to use internals API instead of testRunner.

        * printing/numberOfPages-expected.txt:
        * printing/page-count-layout-overflow.html:
        * printing/page-count-relayout-shrink.html:
        * printing/page-count-with-one-word.html:
        * printing/page-format-data-display-none.html:
        * printing/page-format-data-expected.txt:
        * printing/page-format-data.html:
        * printing/page-rule-selection-expected.txt:
        * printing/page-rule-selection.html:
        * printing/resources/paged-media-test-utils.js:
        (numberOfPagesShouldBe):
        * printing/script-tests/numberOfPages.js:
        * printing/zoomed-document.html:

2012-09-05  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening after r127513

        Marking plugin third-party storage tests as failing on EFL.

        * platform/efl/TestExpectations:

2012-09-05  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.
        https://bugs.webkit.org/show_bug.cgi?id=95827

        * platform/qt/Skipped: skip failing test after r127534.

2012-09-05  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Rebaselining after r126911, r127163 and r127534.

        Adding a platform-specific baseline for accessibility/canvas-description-and-role.html
        that's required after r127084. The baseline is currently the same as Chromium's,
        expecting 'AXCanvas' as the AXRole for the canvas element. The GTK port currently
        reports 'image' as the AXRole - this is probably not intended so the text failure
        expectation is also added for this test.

        * platform/gtk/TestExpectations:
        * platform/gtk/accessibility/canvas-description-and-role-expected.txt: Added.
        * platform/gtk/fast/block/float/024-expected.txt:
        * platform/gtk/fast/block/margin-collapse/025-expected.txt:
        * platform/gtk/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
        * platform/gtk/fast/block/margin-collapse/empty-clear-blocks-expected.txt:
        * platform/gtk/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt: Added.
        * platform/gtk/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt: Added.
        * platform/gtk/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt: Added.
        * platform/gtk/fast/innerHTML/innerHTML-iframe-expected.txt: Added.

2012-09-05  Yoshifumi Inoue  <yosin@chromium.org>

        [Tests] We should have interactive validation of required value for the "input" element
        https://bugs.webkit.org/show_bug.cgi?id=95817

        Reviewed by Kent Tamura.

        This patch adds tests for required attribute handling on form
        submission of input types. The test script is parametrized for
        input type and expected type. Each test file simply call one test
        script in common-interactive-validation-required.js.

        The test script checks:
          - Don't submit form when required value isn't presented.
          - Submit form when required value is presented.

        * fast/forms/date/date-interactive-validation-required-expected.txt: Added.
        * fast/forms/date/date-interactive-validation-required.html: Added.
        * fast/forms/datetime/datetime-interactive-validation-required-expected.txt: Added.
        * fast/forms/datetime/datetime-interactive-validation-required.html: Added.
        * fast/forms/datetimelocal/datetimelocal-interactive-validation-required-expected.txt: Added.
        * fast/forms/datetimelocal/datetimelocal-interactive-validation-required.html: Added.
        * fast/forms/month/month-interactive-validation-required-expected.txt: Added.
        * fast/forms/month/month-interactive-validation-required.html: Added.
        * fast/forms/number/number-interactive-validation-required-expected.txt: Added.
        * fast/forms/number/number-interactive-validation-required.html: Added.
        * fast/forms/resources/common-interactive-validation-required.js: Added.
        * fast/forms/time/time-interactive-validation-required-expected.txt: Added.
        * fast/forms/time/time-interactive-validation-required.html: Added.
        * fast/forms/week/week-interactive-validation-required-expected.txt: Added.
        * fast/forms/week/week-interactive-validation-required.html: Added.

2012-09-05  Mike Lawther  <mikelawther@chromium.org>

        Moved mac results to be the generic results, and the existing result to be the chromium
        platform result. The current result uses subpixel layout, which is not the norm.

        Original results were added in r127557. Mac results were added in r127560.

        * css3/calc/zoom-with-em-expected.txt:
        * platform/chromium/css3/calc/zoom-with-em-expected.txt: Copied from LayoutTests/css3/calc/zoom-with-em-expected.txt.
        * platform/mac/css3/calc/zoom-with-em-expected.txt: Removed.

2012-09-05  Yoshifumi Inoue  <yosin@chromium.org>

        Test cases for Up/Down key behavior on field which has maximum/minimum in multiple fields time input UI
        https://bugs.webkit.org/show_bug.cgi?id=95824

        Reviewed by Kent Tamura.

        This patch adds test cases for Up/Down key behavior on field which has
        maximum/minimum value in multiple fields time input UI.

        This patch affects ports which enable both ENABLE_INPUT_TYPE_TIME and
        ENABLE_INPUT_TYPE_TIME_MULTIPLE_FIELDS.

        * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt: Updated expectation for new test cases.
        * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html: Changed to add test cases for Up key behavior for "23:59:59.999" (11:59:59.999PM in UI) and Down key behavior for "01:00:00.000" (01:00:00.000 AM in UI)

2012-09-05  Dan Bernstein  <mitz@apple.com>

        Added Mac-specific expected results for a test added in r127557. The generic results are
        probably from a build with subpixel layout.

        * platform/mac/css3/calc: Added.
        * platform/mac/css3/calc/zoom-with-em-expected.txt: Copied from LayoutTests/css3/calc/zoom-with-em-expected.txt.

2012-09-04  Mike Lawther  <mikelawther@chromium.org>

        CSS3 calc: expressions with 'em' units do not zoom correctly.
        https://bugs.webkit.org/show_bug.cgi?id=95705

        Reviewed by Ojan Vafai.

        * css3/calc/zoom-with-em-expected.txt: Added.
        * css3/calc/zoom-with-em.html: Added.

2012-09-04  Keishi Hattori  <keishi@webkit.org>

        REGRESSION(r126132): MediaSlider and MediaVolumeSlider thumbs don't match mouse when dragged
        https://bugs.webkit.org/show_bug.cgi?id=95701

        Reviewed by Kent Tamura.

        * platform/chromium/media/media-volume-slider-hit-test-expected.txt: Added.
        * platform/chromium/media/media-volume-slider-hit-test.html: Added.

2012-09-04  Kent Tamura  <tkent@chromium.org>

        [Chromium] Update test expectation
        https://bugs.webkit.org/show_bug.cgi?id=95395

        * platform/chromium-linux/media/track/track-cue-rendering-horizontal-expected.png:
        * platform/chromium-linux/media/track/track-cue-rendering-vertical-expected.png:
        * platform/chromium-win/media/track/track-cue-rendering-horizontal-expected.png:
        * platform/chromium/TestExpectations:

2012-09-04  Kent Tamura  <tkent@chromium.org>

        [Chromium] Test expectatino update.

        * platform/chromium/TestExpectations:
        japanese-ruby-vertical-*.html might be flaky on Windows too.

2012-09-04  Dirk Schulze  <krit@webkit.org>

        -webkit-clip-path does not apply origin for polygon()
        https://bugs.webkit.org/show_bug.cgi?id=95656

        Reviewed by Tim Horton.

        Check that the origin of the bounding box gets applied to the clip path.

        * svg/clip-path/clip-path-shape-polygon-relative-expected.svg: Added.
        * svg/clip-path/clip-path-shape-polygon-relative.svg: Added.

2012-09-04  Kenichi Ishibashi  <bashi@chromium.org>

        [Chromium] Unreviewed test expectations update after r127534

        * platform/chromium/fast/innerHTML/innerHTML-iframe-expected.txt: Removed.

2012-09-04  Gavin Barraclough  <barraclough@apple.com>

        inc/dec behave incorrectly operating on a resolved const
        https://bugs.webkit.org/show_bug.cgi?id=95815

        Reviewed by Geoff Garen.

        Added test cases.

        * fast/js/inc-const-valueOf-expected.txt: Added.
        * fast/js/inc-const-valueOf.html: Added.
        * fast/js/script-tests/inc-const-valueOf.js: Added.
        (testPostIncConstVarWithIgnoredResult.const.a.valueOf):
        (testPostIncConstVarWithIgnoredResult):
            test that 'a++' results in a valueOf call, where 'a' is const.
        (testPreIncConstVarWithIgnoredResult.const.a.valueOf):
        (testPreIncConstVarWithIgnoredResult):
            test that '++a' results in a valueOf call, where 'a' is const.
        (testPreIncConstVarWithAssign.const.a.valueOf):
        (testPreIncConstVarWithAssign):
            test that 'b = ++a' does not erroneously update 'b', where 'a' is const.

2012-09-04  Kent Tamura  <tkent@chromium.org>

        [Chromium] Test expectation update

        Rebaseline vertical-writing tests.

        * platform/chromium-linux-x86/fast/writing-mode/border-vertical-lr-expected.txt: Added.
        * platform/chromium-linux-x86/fast/writing-mode/japanese-lr-selection-expected.txt: Added.
        * platform/chromium-linux-x86/fast/writing-mode/japanese-ruby-vertical-lr-expected.png: Added.
        * platform/chromium-linux-x86/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt: Added.
        * platform/chromium-linux-x86/fast/writing-mode/japanese-ruby-vertical-rl-expected.png: Added.
        * platform/chromium-linux-x86/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt: Added.
        * platform/chromium-linux-x86/fast/writing-mode/vertical-font-fallback-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/writing-mode/broken-ideographic-font-expected.txt.
        * platform/chromium-linux/fast/writing-mode/Kusa-Makura-background-canvas-expected.png: Added.
        * platform/chromium-linux/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: Added.
        * platform/chromium-linux/fast/writing-mode/border-vertical-lr-expected.png: Added.
        * platform/chromium-linux/fast/writing-mode/border-vertical-lr-expected.txt: Added.
        * platform/chromium-linux/fast/writing-mode/japanese-lr-selection-expected.png: Added.
        * platform/chromium-linux/fast/writing-mode/japanese-lr-selection-expected.txt: Added.
        * platform/chromium-linux/fast/writing-mode/japanese-rl-selection-expected.png: Added.
        * platform/chromium-linux/fast/writing-mode/japanese-rl-selection-expected.txt: Added.
        * platform/chromium-linux/fast/writing-mode/vertical-font-fallback-expected.png: Added.
        * platform/chromium-linux/fast/writing-mode/vertical-font-fallback-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/writing-mode/broken-ideographic-font-expected.txt.
        * platform/chromium-mac-snowleopard/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt.
        * platform/chromium-mac/fast/writing-mode/japanese-lr-selection-expected.png: Added.
        * platform/chromium-mac/fast/writing-mode/japanese-rl-selection-expected.png: Added.
        * platform/chromium-mac/fast/writing-mode/japanese-ruby-vertical-lr-expected.png:
        * platform/chromium-mac/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
        * platform/chromium-mac/fast/writing-mode/japanese-ruby-vertical-rl-expected.png:
        * platform/chromium-mac/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt:
        * platform/chromium-win-xp/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png:
        * platform/chromium-win-xp/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png:
        * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png:
        * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png:
        * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
        * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt.
        * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png:
        * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png:
        * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
        * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt.
        * platform/chromium-win-xp/fast/dynamic/text-combine-expected.png:
        * platform/chromium-win-xp/fast/dynamic/text-combine-expected.txt: Added.
        * platform/chromium-win-xp/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
        * platform/chromium-win-xp/fast/ruby/base-shorter-than-text-expected.png:
        * platform/chromium-win-xp/fast/ruby/base-shorter-than-text-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/ruby/base-shorter-than-text-expected.txt.
        * platform/chromium-win-xp/fast/text/international/text-spliced-font-expected.png:
        * platform/chromium-win-xp/fast/text/international/text-spliced-font-expected.txt: Added.
        * platform/chromium-win-xp/fast/writing-mode/Kusa-Makura-background-canvas-expected.png: Added.
        * platform/chromium-win-xp/fast/writing-mode/border-vertical-lr-expected.txt: Added.
        * platform/chromium-win-xp/fast/writing-mode/broken-ideographic-font-expected.txt:
        * platform/chromium-win-xp/fast/writing-mode/fallback-orientation-expected.png:
        * platform/chromium-win-xp/fast/writing-mode/japanese-lr-selection-expected.txt: Added.
        * platform/chromium-win-xp/fast/writing-mode/japanese-lr-text-expected.png: Removed.
        * platform/chromium-win-xp/fast/writing-mode/japanese-lr-text-expected.txt: Copied from LayoutTests/platform/chromium-linux/fast/writing-mode/japanese-rl-text-with-broken-font-expected.txt.
        * platform/chromium-win-xp/fast/writing-mode/japanese-rl-text-expected.png: Removed.
        * platform/chromium-win-xp/fast/writing-mode/japanese-rl-text-expected.txt: Renamed from LayoutTests/platform/chromium-linux/fast/writing-mode/japanese-rl-text-with-broken-font-expected.txt.
        * platform/chromium-win-xp/fast/writing-mode/japanese-ruby-vertical-lr-expected.png:
        * platform/chromium-win-xp/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt: Added.
        * platform/chromium-win-xp/fast/writing-mode/japanese-ruby-vertical-rl-expected.png:
        * platform/chromium-win-xp/fast/writing-mode/vertical-align-table-baseline-expected.png:
        * platform/chromium-win-xp/fast/writing-mode/vertical-font-fallback-expected.png: Added.
        * platform/chromium-win-xp/fast/writing-mode/vertical-font-fallback-expected.txt: Copied from LayoutTests/platform/chromium-win-xp/fast/writing-mode/broken-ideographic-font-expected.txt.
        * platform/chromium-win-xp/media/track/track-cue-rendering-vertical-expected.png:
        * platform/chromium-win/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png:
        * platform/chromium-win/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt:
        * platform/chromium-win/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png:
        * platform/chromium-win/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
        * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png:
        * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
        * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png:
        * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
        * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
        * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
        * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png:
        * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
        * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png:
        * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
        * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
        * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
        * platform/chromium-win/fast/dynamic/text-combine-expected.png:
        * platform/chromium-win/fast/dynamic/text-combine-expected.txt:
        * platform/chromium-win/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
        * platform/chromium-win/fast/ruby/base-shorter-than-text-expected.png:
        * platform/chromium-win/fast/ruby/base-shorter-than-text-expected.txt:
        * platform/chromium-win/fast/text/international/text-spliced-font-expected.png:
        * platform/chromium-win/fast/text/international/text-spliced-font-expected.txt:
        * platform/chromium-win/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
        * platform/chromium-win/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
        * platform/chromium-win/fast/writing-mode/border-vertical-lr-expected.png:
        * platform/chromium-win/fast/writing-mode/border-vertical-lr-expected.txt:
        * platform/chromium-win/fast/writing-mode/broken-ideographic-font-expected.png:
        * platform/chromium-win/fast/writing-mode/broken-ideographic-font-expected.txt:
        * platform/chromium-win/fast/writing-mode/fallback-orientation-expected.png:
        * platform/chromium-win/fast/writing-mode/japanese-lr-selection-expected.png:
        * platform/chromium-win/fast/writing-mode/japanese-lr-selection-expected.txt:
        * platform/chromium-win/fast/writing-mode/japanese-lr-text-expected.png:
        * platform/chromium-win/fast/writing-mode/japanese-lr-text-expected.txt:
        * platform/chromium-win/fast/writing-mode/japanese-rl-selection-expected.png:
        * platform/chromium-win/fast/writing-mode/japanese-rl-selection-expected.txt:
        * platform/chromium-win/fast/writing-mode/japanese-rl-text-expected.png:
        * platform/chromium-win/fast/writing-mode/japanese-rl-text-expected.txt:
        * platform/chromium-win/fast/writing-mode/japanese-rl-text-with-broken-font-expected.png:
        * platform/chromium-win/fast/writing-mode/japanese-rl-text-with-broken-font-expected.txt: Removed.
        * platform/chromium-win/fast/writing-mode/japanese-ruby-vertical-lr-expected.png:
        * platform/chromium-win/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
        * platform/chromium-win/fast/writing-mode/japanese-ruby-vertical-rl-expected.png:
        * platform/chromium-win/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt:
        * platform/chromium-win/fast/writing-mode/vertical-align-table-baseline-expected.png:
        * platform/chromium-win/fast/writing-mode/vertical-font-fallback-expected.png: Added.
        * platform/chromium-win/fast/writing-mode/vertical-font-fallback-expected.txt:
        * 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:

2012-09-04  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Some flaky media/video tests on Windows. Adding to skip list.
        https://bugs.webkit.org/show_bug.cgi?id=95806

        * platform/win/Skipped:

2012-09-04  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Some flaky http/tests/cookies tests on Windows. Adding to skip list.
        https://bugs.webkit.org/show_bug.cgi?id=95805

        * platform/win/Skipped:

2012-09-04  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Some flaky http/tests/security tests on Windows. Adding to skip list.
        https://bugs.webkit.org/show_bug.cgi?id=95803

        * platform/win/Skipped:

2012-09-04  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Some flaky inspector tests on Windows. Adding to skip list.
        https://bugs.webkit.org/show_bug.cgi?id=95802

        * platform/win/Skipped:

2012-09-04  Sergey Glazunov  <serg.glazunov@gmail.com>

        Frame element doesn't always unload its child frame.
        https://bugs.webkit.org/show_bug.cgi?id=94717

        Reviewed by Hajime Morita.

        * fast/frames/out-of-document-iframe-has-child-frame-expected.txt: Added.
        * fast/frames/out-of-document-iframe-has-child-frame.html: Added.
        * fast/innerHTML/innerHTML-iframe-expected.txt:
        * platform/chromium/fast/frames/out-of-document-iframe-has-child-frame-expected.txt: Added.
        * platform/chromium/fast/innerHTML: Added.
        * platform/chromium/fast/innerHTML/innerHTML-iframe-expected.txt: Added.

2012-09-04  Kenichi Ishibashi  <bashi@chromium.org>

        [Chromium] Unreviewed test expectation update after r127457

        * platform/chromium/TestExpectations:

2012-09-04  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Adding test inspector/timeline/timeline-decode-resize.html to Windows skip list.
        It fails on both Windows and Mac: https://bugs.webkit.org/show_bug.cgi?id=94374.

        * platform/win/Skipped:

2012-09-04  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Rebaseline tests after http://trac.webkit.org/changeset/127354.

        * platform/win/fast/text/international/text-spliced-font-expected.txt:
        * platform/win/fast/writing-mode/border-vertical-lr-expected.txt:
        * platform/win/fast/writing-mode/japanese-lr-selection-expected.txt:
        * platform/win/fast/writing-mode/japanese-lr-text-expected.txt:
        * platform/win/fast/writing-mode/japanese-rl-selection-expected.txt:
        * platform/win/fast/writing-mode/japanese-rl-text-expected.txt:

2012-09-04  Roger Fong  <roger_fong@apple.com>

        Unreviewed gardening. editing/style/apply-style-atomic.html fails on Windows since introduced in http://trac.webkit.org/changeset/126865.
        Test added to skip list.

        https://bugs.webkit.org/show_bug.cgi?id=95795

        * platform/win/Skipped:

2012-09-04  Max Vujovic  <mvujovic@adobe.com>

        [CSS Shaders] Implement multiply, screen, darken, lighten, difference, exclusion blend modes.
        https://bugs.webkit.org/show_bug.cgi?id=93870

        Reviewed by Dirk Schulze.

        Add test to check that the DOM element texture blends correctly with the css_MixColor
        variable from the author's shader for each blend mode.

        * css3/filters/custom/custom-filter-blend-modes-expected.html: Added.
        * css3/filters/custom/custom-filter-blend-modes.html: Added.
        * css3/filters/resources/mix-color.fs: Added.

2012-09-04  Jeffrey Pfau  <jpfau@apple.com>

        Make plugins respect third-party storage blocking setting
        https://bugs.webkit.org/show_bug.cgi?id=94888

        Reviewed by Brady Eidson.

        Created tests for plugins in a third party and first party context when third-party blocking is on and off.

        * http/tests/security/cross-origin-plugin-allowed-expected.txt: Added.
        * http/tests/security/cross-origin-plugin-allowed.html: Added.
        * http/tests/security/cross-origin-plugin-expected.txt: Added.
        * http/tests/security/cross-origin-plugin-private-browsing-toggled-allowed-expected.txt: Added.
        * http/tests/security/cross-origin-plugin-private-browsing-toggled-allowed.html: Added.
        * http/tests/security/cross-origin-plugin-private-browsing-toggled-expected.txt: Added.
        * http/tests/security/cross-origin-plugin-private-browsing-toggled.html: Added.
        * http/tests/security/cross-origin-plugin.html: Added.
        * http/tests/security/resources/cross-origin-iframe-for-plugin.html: Added.
        * http/tests/security/resources/cross-origin-iframe-for-plugin-async.html: Added.
        * platform/mac-wk2/http/tests/security/cross-origin-plugin-expected.txt: Added.
        * platform/mac-wk2/http/tests/security/cross-origin-plugin-private-browsing-toggled-expected.txt: Added.

2012-09-04  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Rebaseline Windows expected results for accessibility\canvas-description-and-role-expected.txt.
        One of the results in the test now passes.

        * platform/win/accessibility/canvas-description-and-role-expected.txt:

2012-09-04  Xianzhu Wang  <wangxianzhu@chromium.org>

        Unreviewed. Update test expectations for Android.

        * platform/chromium-android/TestExpectations:
        * platform/chromium-android/compositing/layer-creation/overflow-scrolling-touch-expected.txt:
        * platform/chromium/TestExpectations:

2012-09-04  Robert Hogan  <robert@webkit.org>

        Regression(r127163): Heap-use-after-free in WebCore::RenderBoxModelObject::hasSelfPaintingLayer
        https://bugs.webkit.org/show_bug.cgi?id=95632

        Reviewed by Abhishek Arya.

        * fast/css/intruding-floats-crash-expected.txt: Added.
        * fast/css/intruding-floats-crash.html: Added.

2012-09-04  Michael Saboff  <msaboff@apple.com>

        equal() in CSSParser.cpp should check the length of characters
        https://bugs.webkit.org/show_bug.cgi?id=95706

        Added test from duplicate defect https://bugs.webkit.org/show_bug.cgi?id=95634.

        Reviewed by Abhishek Arya.

        * fast/css/crash-comparing-equal-expected.txt: Added.
        * fast/css/crash-comparing-equal.html: Added.

2012-09-04  Roger Fong  <roger_fong@apple.com>

        Unreviewed gardening. meda/video-controls-captions.html fails on Windows after it was introduced in http://trac.webkit.org/changeset/127035.
        https://bugs.webkit.org/show_bug.cgi?id=95428

        * platform/win/Skipped:

2012-09-04  Tommy Widenflycht  <tommyw@google.com>

        MediaStream API: Add the async createOffer functionality to RTCPeerConnection
        https://bugs.webkit.org/show_bug.cgi?id=95734

        Reviewed by Adam Barth.

        * fast/mediastream/RTCPeerConnection-createOffer-expected.txt: Added.
        * fast/mediastream/RTCPeerConnection-createOffer.html: Added.

2012-09-04  Dan Bernstein  <mitz@apple.com>

        Reverted r127468 (the fix for <http://webkit.org/b/93443>) because the test it included caused
        an assertion failure in Document::updateStyleIfNeeded().

        * inspector/styles/protocol-css-regions-commands-expected.txt:
        * inspector/styles/protocol-css-regions-commands.html:

2012-09-04  Simon Fraser  <simon.fraser@apple.com>

        Regression: Heap-use-after-free in WebCore::FrameView::scrollContentsFastPath
        https://bugs.webkit.org/show_bug.cgi?id=95754

        Reviewed by Dave Hyatt.

        Testcase with a position:fixed resizer and scrolling.

        * fast/css/remove-fixed-resizer-crash-expected.txt: Added.
        * fast/css/remove-fixed-resizer-crash.html: Added.

2012-09-04  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Removing accidentally added executable properties on test files.

        * platform/win/accessibility/canvas-description-and-role-expected.txt: Removed property svn:executable.
        * platform/win/fast/canvas/canvas-strokeRect-alpha-shadow-expected.txt: Removed property svn:executable.
        * platform/win/fast/css/image-resolution/image-resolution-expected.txt: Removed property svn:executable.
        * platform/win/fast/css/image-set-setting-expected.txt: Removed property svn:executable.
        * platform/win/fast/css/parse-border-image-repeat-null-crash-expected.txt: Removed property svn:executable.
        * platform/win/fast/css/variables/build-supports-variables-expected.txt: Removed property svn:executable.
        * platform/win/fast/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line-expected.txt: Removed property svn:executable.
        * platform/win/fast/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-style-expected.txt: Removed property svn:executable.

2012-09-04  Tommy Widenflycht  <tommyw@google.com>

        MediaStream API: Change the MediaStreamTrackList track added/removed signaling
        https://bugs.webkit.org/show_bug.cgi?id=95721

        Reviewed by Adam Barth.

        * fast/mediastream/MediaStreamTrackList.html:

2012-09-04  Christophe Dumez  <christophe.dumez@intel.com>

        Automatic features should work in sandboxed iframes if "allow-scripts" flag is set
        https://bugs.webkit.org/show_bug.cgi?id=93961

        Reviewed by Adam Barth.

        Add layout tests to check that automatic features (video
        autoplay and form control autofocus) are allowed / working
        in sandboxed iframes if the "allow-scripts" flag is set.
        This behavior is according to the latest specification at:
        http://dev.w3.org/html5/spec/browsers.html#attr-iframe-sandbox-allow-same-origin

        The tests to check that automatic features are blocked in
        sandboxed iframes have been removed since they relied on
        the "allow-scripts" flag to work.

        * fast/forms/autofocus-in-sandbox-with-allow-scripts-expected.txt: Added.
        * fast/forms/autofocus-in-sandbox-with-allow-scripts.html: Renamed from LayoutTests/fast/forms/no-autofocus-in-sandbox.html.
        * fast/forms/no-autofocus-in-sandbox-expected.txt: Removed.
        * media/auto-play-in-sandbox-with-allow-scripts-expected.txt: Added.
        * media/auto-play-in-sandbox-with-allow-scripts.html: Renamed from LayoutTests/media/no-auto-play-in-sandbox.html.
        * media/no-auto-play-in-sandbox-expected.txt: Removed.
        * media/resources/auto-play-in-sandbox-with-allow-scripts-iframe.html: Added.
        * media/resources/no-auto-play-in-sandbox-iframe.html: Removed.

2012-09-04  Tim Horton  <timothy_horton@apple.com>

        ASSERTion failure when SVG element is removed from document and readded
        https://bugs.webkit.org/show_bug.cgi?id=95517
        <rdar://problem/12175583>

        Reviewed by Brady Eidson.

        Add a test that ensures that removing an SVG element from the document
        and readding it continues SMIL animations.

        * svg/animations/reinserting-svg-into-document.html: Added.

2012-09-04  Vincent Scheib  <scheib@chromium.org>

        [Chromium] Allow asyncronous response of pointer lock requests in layout tests.
        https://bugs.webkit.org/show_bug.cgi?id=95628

        Reviewed by James Robinson.

        Add testing for testRunner.setPointerLockWillRespondAsynchronously().

        * pointer-lock/pointerlockchange-pointerlockerror-events-expected.txt:
        * pointer-lock/pointerlockchange-pointerlockerror-events.html:

2012-09-04  Andrei Bucur  <abucur@adobe.com>

        [CSS Regions] Destroying a render named flow thread without unregistering left-over content nodes triggered an assertion.
        https://bugs.webkit.org/show_bug.cgi?id=95645

        Reviewed by Abhishek Arya.

        Simple test case that triggers an ASSERT in debug mode and causes a crash in release.
        The ASSERT appears in RenderFlowThreadController::unregisterNamedFlowContentNode
        ASSERT(it != m_mapNamedFlowContentNodes.end());

        It happens because when a content node is added to an iframe document and then moved back, the iframe's RenderNamedFlowThread is destroyed
        without calling unregisterNamedFlowContentNode on the node. This triggers the before mentioned assertion after a lazyAttach and a detach
        in the parent document.

        * fast/regions/moved-content-node-crash-expected.txt: Added.
        * fast/regions/moved-content-node-crash.html: Added.

2012-09-04  Andrei Poenaru  <poenaru@adobe.com>

        Web Inspector: Protocol Extension: Add "regionLayoutUpdate" event
        https://bugs.webkit.org/show_bug.cgi?id=93443

        Reviewed by Pavel Feldman.

        Validate "regionLayoutUpdate" event.

        * inspector/styles/protocol-css-regions-commands-expected.txt:
        * inspector/styles/protocol-css-regions-commands.html:

2012-09-04  Mario Sanchez Prada  <msanchez@igalia.com>

        [Stable] [GTK] Crash in WebCore::HTMLSelectElement::selectedIndex
        https://bugs.webkit.org/show_bug.cgi?id=95618

        Reviewed by Martin Robinson.

        New layout test to ensure we don't crash with ATK notifications
        anymore when changing the selection in an ARIA listbox.

        * platform/gtk/accessibility/aria-listbox-crash-expected.txt: Added.
        * platform/gtk/accessibility/aria-listbox-crash.html: Added.

2012-09-04  Alexander Shalamov  <alexander.shalamov@intel.com>

        [EFL] Check if ecore_x is initialised before calling ecore_x_bell to avoid crash
        https://bugs.webkit.org/show_bug.cgi?id=86961

        Reviewed by Kenneth Rohde Christiansen.

        Unskipped two layout tests that were crashing.

        * platform/efl/TestExpectations:

2012-09-04  Alexander Shalamov  <alexander.shalamov@intel.com>

        [EFL][WK2] CSS3 Media Queries functionality is broken
        https://bugs.webkit.org/show_bug.cgi?id=95680

        Reviewed by Kenneth Rohde Christiansen.

        Unskipped passing CSS3 Media Query tests.

        * platform/efl-wk2/TestExpectations:

2012-09-04  Andrey Adaikin  <aandrey@chromium.org>

        Web Inspector: Skip inspector WebGL tests where WebGL is disabled
        https://bugs.webkit.org/show_bug.cgi?id=95733

        Reviewed by Vsevolod Vlasov.

        This is to update Skipped and TestExpectations files.

        * platform/efl/TestExpectations:
        * platform/win/Skipped:

2012-09-04  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        [EFL] Gardening of failing tests
        https://bugs.webkit.org/show_bug.cgi?id=95725

        Unreviewed gardening.

        * platform/efl-wk2/TestExpectations:
        * platform/efl/TestExpectations:

2012-09-04  Allan Sandfeld Jensen  <allan.jensen@nokia.com>

        Allow child-frame content in hit-tests.
        https://bugs.webkit.org/show_bug.cgi?id=95204

        Reviewed by Antonio Gomes.
        Touch-Adjustment test by Kevin Ellis

        Two new tests for hit-testing child frame content. One for testing it as an option to
        nodesFromRect, and one testing its improvement on touch adjustment on iframe boundaries.

        * fast/dom/nodesFromRect/nodesFromRect-child-frame-content-expected.txt: Added.
        * fast/dom/nodesFromRect/nodesFromRect-child-frame-content.html: Added.
        * fast/dom/nodesFromRect/resources/child-frame.html: Added.
        * fast/dom/nodesFromRect/resources/nodesFromRect.js:
        (check):
        (checkShadowContent):
        (checkRect):
        (nodesFromRectAsString):
        * touchadjustment/iframe-boundary-expected.txt: Added.
        * touchadjustment/iframe-boundary.html: Added.
        * touchadjustment/resources/inner-content-page.html: Added.
        * touchadjustment/resources/inner-navigation-frame.html: Added.

2012-09-04  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed tests fix.

        * http/tests/inspector/workspace-test.js:
        * inspector/debugger/dynamic-script-tag-expected.txt:
        * inspector/debugger/dynamic-script-tag.html:

2012-09-04  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Create JavaScriptSources based on network resources.
        https://bugs.webkit.org/show_bug.cgi?id=95352

        Reviewed by Pavel Feldman.

        Removed raw-source-code.html test as RawSourceCode was removed by this patch.
        Added resource-script-mapping.html to test script <-> uiSourceCode binding behavior.
        Added network-uisourcecode-provider.html to test uiSourceCode creation behavior.
        Updated dynamic-script-tag.html to better match expected behavior.

        * http/tests/inspector/network/network-request-revision-content.html:
        * http/tests/inspector/workspace-test.js: Added.
        (initialize_WorkspaceTest.InspectorTest.createWorkspace):
        (initialize_WorkspaceTest.InspectorTest.waitForWorkspaceUISourceCodeReplacedEvent.uiSourceCodeReplaced):
        (initialize_WorkspaceTest.InspectorTest.waitForWorkspaceUISourceCodeReplacedEvent):
        (initialize_WorkspaceTest.InspectorTest.waitForWorkspaceUISourceCodeAddedEvent.uiSourceCodeAdded):
        (initialize_WorkspaceTest.InspectorTest.waitForWorkspaceUISourceCodeAddedEvent):
        (initialize_WorkspaceTest.InspectorTest.addMockUISourceCodeToWorkspace):
        (initialize_WorkspaceTest.InspectorTest._defaultUISourceCodeProviderEventHandler):
        (initialize_WorkspaceTest.InspectorTest.dumpUISourceCode.didRequestContent):
        (initialize_WorkspaceTest.InspectorTest.dumpUISourceCode):
        (initialize_WorkspaceTest):
        * inspector/debugger/breakpoint-manager.html:
        * inspector/debugger/dynamic-script-tag-expected.txt:
        * inspector/debugger/dynamic-script-tag.html:
        * inspector/debugger/network-uisourcecode-provider-expected.txt: Added.
        * inspector/debugger/network-uisourcecode-provider.html: Added.
        * inspector/debugger/raw-source-code-expected.txt: Removed.
        * inspector/debugger/raw-source-code.html: Removed.
        * inspector/debugger/resource-script-mapping-expected.txt: Added.
        * inspector/debugger/resource-script-mapping.html: Added.
        * inspector/debugger/scripts-panel.html:
        * inspector/debugger/source-frame-count.html:

2012-09-04  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r127447.
        http://trac.webkit.org/changeset/127447
        https://bugs.webkit.org/show_bug.cgi?id=95726

        Mistake, did not reliably pass yet. (Requested by drott on
        #webkit).

        * platform/efl/TestExpectations:

2012-09-04  Andrey Adaikin  <aandrey@chromium.org>

        Web Inspector: [WebGL] Save gl.getError() status before taking a WebGL state snapshot and restore it afterwards
        https://bugs.webkit.org/show_bug.cgi?id=95443

        Reviewed by Vsevolod Vlasov.

        Adds a test to check that we properly save the WebGL getError() status while doing the instrumentation.

        * inspector/profiler/webgl/webgl-profiler-get-error-expected.txt: Added.
        * inspector/profiler/webgl/webgl-profiler-get-error.html: Added.
        * inspector/profiler/webgl/webgl-profiler-test.js: Added.
        (initialize_WebGLProfilerTest.InspectorTest.enableWebGLAgent):
        (initialize_WebGLProfilerTest):
        (createWebGLContext):

2012-09-04  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: More directional control characters for debugging in inspector
        https://bugs.webkit.org/show_bug.cgi?id=95696

        Reviewed by Vsevolod Vlasov.

        * inspector/elements/elements-panel-structure-expected.txt:
        * inspector/elements/elements-panel-structure.html:

2012-09-04  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

        Removing http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body.html
        from skipped crashers section, after https://bugs.webkit.org/show_bug.cgi?id=94458#c14

        * platform/efl/TestExpectations: Previously crashing test removed.

2012-09-03  Noel Gordon  <noel.gordon@gmail.com>

        http/tests/incremental/partial-jpeg.html is flaky
        https://bugs.webkit.org/show_bug.cgi?id=82480

        Reviewed by Kent Tamura.

        Remove this test: we have a more robust partial load test now in
        http/tests/images/jpg-img-partial-load.html

        * http/tests/incremental/partial-jpeg-expected.png: Removed.
        * http/tests/incremental/partial-jpeg-expected.txt: Removed.
        * http/tests/incremental/partial-jpeg.html: Removed.
        * http/tests/incremental/resources/checkerboard.jpg: Removed.
        * http/tests/incremental/resources/partial-jpeg.php: Removed.
        * platform/chromium/TestExpectations:

2012-09-03  Kenichi Ishibashi  <bashi@chromium.org>

        [Chromium] Unreviewed test expectations update after r127410

        Removed further platform-specific text expectations.

        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.txt: Removed.
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.txt: Removed.
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.txt: Removed.
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.txt: Removed.

2012-09-03  Kangil Han  <kangil.han@samsung.com>

        [WK2][WTR] Implement WebKitEnableCaretBrowsing attribute in testRunner.overridePreference
        https://bugs.webkit.org/show_bug.cgi?id=95576

        Reviewed by Maciej Stachowiak.

        Added a line of macro to implement WebKitEnableCaretBrowsing attribute in testRunner.overridePreference

        * platform/wk2/Skipped: Removed fast/repaint/no-caret-repaint-in-non-content-editable-element.html test case.

2012-09-03  Kenichi Ishibashi  <bashi@chromium.org>

        [Chromium] Unreviewed test expectations update after r127410

        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.txt: Removed.
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.txt: Removed.

2012-09-03  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r127427.
        http://trac.webkit.org/changeset/127427
        https://bugs.webkit.org/show_bug.cgi?id=95695

        Breaks some inspector/debugger tests on JSC (Requested by
        vsevik on #webkit).

        * http/tests/inspector/network/network-request-revision-content.html:
        * http/tests/inspector/workspace-test.js: Removed.
        * inspector/debugger/breakpoint-manager.html:
        * inspector/debugger/dynamic-script-tag-expected.txt:
        * inspector/debugger/dynamic-script-tag.html:
        * inspector/debugger/network-uisourcecode-provider-expected.txt: Removed.
        * inspector/debugger/network-uisourcecode-provider.html: Removed.
        * inspector/debugger/raw-source-code-expected.txt: Added.
        * inspector/debugger/raw-source-code.html: Added.
        * inspector/debugger/resource-script-mapping-expected.txt: Removed.
        * inspector/debugger/resource-script-mapping.html: Removed.
        * inspector/debugger/scripts-panel.html:

2012-09-03  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Create JavaScriptSources based on network resources.
        https://bugs.webkit.org/show_bug.cgi?id=95352

        Reviewed by Pavel Feldman.

        Removed raw-source-code.html test as RawSourceCode was removed by this patch.
        Added resource-script-mapping.html to test script <-> uiSourceCode binding behavior.
        Added network-uisourcecode-provider.html to test uiSourceCode creation behavior.
        Updated dynamic-script-tag.html to better match expected behavior.

        * http/tests/inspector/network/network-request-revision-content.html:
        * http/tests/inspector/workspace-test.js: Added.
        (initialize_WorkspaceTest.InspectorTest.createWorkspace):
        (initialize_WorkspaceTest.InspectorTest.waitForWorkspaceUISourceCodeReplacedEvent.uiSourceCodeReplaced):
        (initialize_WorkspaceTest.InspectorTest.waitForWorkspaceUISourceCodeReplacedEvent):
        (initialize_WorkspaceTest.InspectorTest.waitForWorkspaceUISourceCodeAddedEvent.uiSourceCodeAdded):
        (initialize_WorkspaceTest.InspectorTest.waitForWorkspaceUISourceCodeAddedEvent):
        (initialize_WorkspaceTest.InspectorTest.addMockUISourceCodeToWorkspace):
        (initialize_WorkspaceTest.InspectorTest._defaultUISourceCodeProviderEventHandler):
        (initialize_WorkspaceTest.InspectorTest.dumpUISourceCode.didRequestContent):
        (initialize_WorkspaceTest.InspectorTest.dumpUISourceCode):
        (initialize_WorkspaceTest):
        * inspector/debugger/breakpoint-manager.html:
        * inspector/debugger/dynamic-script-tag-expected.txt:
        * inspector/debugger/dynamic-script-tag.html:
        * inspector/debugger/network-uisourcecode-provider-expected.txt: Added.
        * inspector/debugger/network-uisourcecode-provider.html: Added.
        * inspector/debugger/raw-source-code-expected.txt: Removed.
        * inspector/debugger/raw-source-code.html: Removed.
        * inspector/debugger/resource-script-mapping-expected.txt: Added.
        * inspector/debugger/resource-script-mapping.html: Added.
        * inspector/debugger/scripts-panel.html:
        * inspector/debugger/source-frame-count.html:

2012-09-03  Tommy Widenflycht  <tommyw@google.com>

        MediaStream API: Add Ice-related functionality to RTCPeerConnection
        https://bugs.webkit.org/show_bug.cgi?id=95565

        Reviewed by Adam Barth.

        * fast/mediastream/RTCPeerConnection-ice-expected.txt: Added.
        * fast/mediastream/RTCPeerConnection-ice.html: Added.

2012-09-03  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: Unhide hidden characters
        https://bugs.webkit.org/show_bug.cgi?id=93888

        Reviewed by Pavel Feldman.

        * inspector/elements/elements-panel-structure-expected.txt:
        * inspector/elements/elements-panel-structure.html:

2012-09-03  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

        Unskipping message-port-close.html after bug 85811 was resolved.

        * platform/efl/TestExpectations:

2012-08-31  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: get rid of context execution id fallback.
        https://bugs.webkit.org/show_bug.cgi?id=95567

        Reviewed by Yury Semikhatsky.

        * http/tests/inspector/console-cd-completions.html:
        * http/tests/inspector/console-cd.html:

2012-09-03  Yoshifumi Inoue  <yosin@chromium.org>

        Unreviewed rebaseline for bug 94287.
        Update Chromium-Mac and Chromium-Win images for multiple field time input UI.

        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png: Added.
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png: Added.
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.txt: Added.
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png: Added.
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.txt: Added.
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png: Added.
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.txt: Added.
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png: Added.
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.txt: Added.
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png: Added.
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.txt: Added.
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png: Added.
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.txt: Added.
        * platform/chromium/TestExpectations:

2012-09-03  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Mark http/tests/incremental/slow-utf8-text.pl as flaky
        https://bugs.webkit.org/show_bug.cgi?id=95673

        Unreviewed EFL gardening.

        Mark http/tests/incremental/slow-utf8-text.pl as flaky
        as it does not always time out.

        * platform/efl/TestExpectations:

2012-09-03  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r127406.
        http://trac.webkit.org/changeset/127406
        https://bugs.webkit.org/show_bug.cgi?id=95674

        Expectation images are missing (Requested by yosin1 on
        #webkit).

        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png: Removed.
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png: Removed.
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.txt: Removed.
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png: Removed.
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.txt: Removed.
        * platform/chromium/TestExpectations:

2012-09-03  Yoshifumi Inoue  <yosin@chromium.org>

        Unreviewed rebaseline for bug 94287.
        Update Chromium-Mac and Chromium-Win images for multiple field time input UI.

        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png: Added.
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png: Added.
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.txt: Added.
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png: Added.
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.txt: Added.
        * platform/chromium/TestExpectations:

2012-09-03  Grzegorz Czajkowski  <g.czajkowski@samsung.com>

        [GTK][EFL] 'dictIter' iterator is not initialized for an inner loop
        https://bugs.webkit.org/show_bug.cgi?id=95436

        Reviewed by Gustavo Noronha Silva.

        'checkSpellingOfString' from the TextCheckerEnchant class can not mark multiplie words that are misspelled.
        It's possible to mark misspeled string only by defining its location and length.

        * platform/gtk/TestExpectations: Added spelling-backspace-between-lines.html to TestExpectations.

2012-09-03  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL][WK2] Mark several inspector test as flaky
        https://bugs.webkit.org/show_bug.cgi?id=95667

        Unreviewed EFL gardening.

        Mark several inspector test cases as flaky on
        WebKit2 EFL.

        * platform/efl-wk2/TestExpectations:

2012-09-03  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Update TestExpectations for 2 fast/block tests
        https://bugs.webkit.org/show_bug.cgi?id=95666

        Unreviewed EFL gardening.

        Update TestExpectations for 2 fast/block tests to
        indicate that we expect TEXT only diff on the bot
        since we don't run pixel tests.

        * platform/efl/TestExpectations:

2012-09-02  Kenichi Ishibashi  <bashi@chromium.org>

        [Chromium] Unreviewed test expectation update after r127398

        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-win-xp/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png: Removed.

2012-09-02  Yoshifumi Inoue  <yosin@chromium.org>

        [Tests] fast/forms/time-multiple-fields/time-multiple-fields-appearance-*.html should dump text instead of render tree
        https://bugs.webkit.org/show_bug.cgi?id=95545

        Reviewed by Kent Tamura.

        This patch changes test expectations to text output and pixel images
        instead of structure of render tree and pixel images for multiple
        fields time input UI. This patch helps us to avoid rebaseline when
        we change DOM structure but keep appearance.

        This patch affects ports which enable both ENABLE_INPUT_TYPE_TIME and
        ENABLE_INPUT_TYPE_TIME_MULTIPLE_FIELDS.

        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.txt: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic.html: Changed to call testRunner.dumpAsText().
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.txt: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly.html: Changed to call testRunner.dumpAsText().
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.txt: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes.html: Changed to call testRunner.dumpAsText().
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html: Changed to call testRunner.dumpAsText().
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.txt: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-style.html: Changed to call testRunner.dumpAsText().
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.txt: Removed.
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.txt: Removed.
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.txt: Removed.
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.txt: Removed.
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.txt: Removed.
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.txt: Removed.
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.

2012-09-02  Kenichi Ishibashi  <bashi@chromium.org>

        Unreviewed test expectation update after r127362

        * platform/chromium/TestExpectations: Moved
        fast/notifications/notifications-event-listener-crash.html to
        http/tests/notifications.

2012-09-02  Jessie Berlin  <jberlin@apple.com>

        fast/html/marquee-alternate.html is flaky
        https://bugs.webkit.org/show_bug.cgi?id=94130

        Reviewed by Simon Fraser.

        Disable the test because it is flakey on so many platforms. Remove it from the Skipped and
        TestExpectations files so that run-webkit-tests doesn't go looking for it.

        * fast/html/marquee-alternate.html-disabled: Renamed from LayoutTests/fast/html/marquee-alternate.html.
        * platform/chromium/TestExpectations:
        * platform/efl/Skipped:
        * platform/qt-arm/Skipped:

2012-08-31  Dirk Schulze  <krit@webkit.org>

        Use -webkit-clip-path shapes to clip SVG elements
        https://bugs.webkit.org/show_bug.cgi?id=95620

        Reviewed by Rob Buis.

        New tests to check behavior of -webkit-clip-path on SVG elements.

        * svg/clip-path/clip-path-shape-circle-1-expected.svg: Added.
        * svg/clip-path/clip-path-shape-circle-1.svg: Added.
        * svg/clip-path/clip-path-shape-circle-2-expected.svg: Added.
        * svg/clip-path/clip-path-shape-circle-2.svg: Added.
        * svg/clip-path/clip-path-shape-ellipse-1-expected.svg: Added.
        * svg/clip-path/clip-path-shape-ellipse-1.svg: Added.
        * svg/clip-path/clip-path-shape-ellipse-2-expected.svg: Added.
        * svg/clip-path/clip-path-shape-ellipse-2.svg: Added.
        * svg/clip-path/clip-path-shape-polygon-1-expected.svg: Added.
        * svg/clip-path/clip-path-shape-polygon-1.svg: Added.
        * svg/clip-path/clip-path-shape-polygon-2-expected.svg: Added.
        * svg/clip-path/clip-path-shape-polygon-2.svg: Added.
        * svg/clip-path/clip-path-shape-polygon-3-expected.svg: Added.
        * svg/clip-path/clip-path-shape-polygon-3.svg: Added.
        * svg/clip-path/clip-path-shape-rounded-rect-1-expected.svg: Added.
        * svg/clip-path/clip-path-shape-rounded-rect-1.svg: Added.
        * svg/clip-path/clip-path-shape-rounded-rect-2-expected.svg: Added.
        * svg/clip-path/clip-path-shape-rounded-rect-2.svg: Added.

2012-09-01  Xianzhu Wang  <wangxianzhu@chromium.org>

        [Chromium-Android] Remove hard-coded skipped directories in chromium_android.py
        https://bugs.webkit.org/show_bug.cgi?id=95605

        Reviewed by Dirk Pranke.

        Moved the skipping rules for ANDROID into platform/chromium-android/TestExpectations.

        * platform/chromium/TestExpectations:
        * platform/chromium/test_expectations_android.txt: Removed.
        * platform/chromium-android/TestExpectations: Added.

2012-09-01  Ned Holbrook  <nholbrook@apple.com>

        Regression(r126763): Heap-use-after-free in WebCore::nextBreakablePosition
        https://bugs.webkit.org/show_bug.cgi?id=95229

        Reviewed by Dan Bernstein.

        Ensure line breaking doesn't crash due to text of RenderText being changed.

        * fast/css/content/content-quotes-crash-expected.txt: Added.
        * fast/css/content/content-quotes-crash.html: Added.

2012-09-01  Li Yin  <li.yin@intel.com>

        fast/events/message-port-clone.html hits ASSERT in Debug (usually in later tests)
        https://bugs.webkit.org/show_bug.cgi?id=85811

        Reviewed by Kenneth Rohde Christiansen.

        * platform/gtk/TestExpectations:
        * platform/mac/Skipped:
        * platform/qt-4.8/TestExpectations:
        * platform/qt-mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/Skipped:

2012-09-01  Xianzhu Wang  <wangxianzhu@chromium.org>

        [Chromium-Android] Upstream layout test expectations (Part 4)
        https://bugs.webkit.org/show_bug.cgi?id=95594

        Reviewed by Adam Barth.

        Remove a font boosting test which has been removed in downstream.
        Update canvas test expectations.
        Rebaselined one canvas test (only one space diff).

        * platform/chromium-android/fast/canvas/fallback-content-expected.txt: Added.
        * platform/chromium-android/fast/font-boosting/various-tricky-cases-expected.txt: Removed.
        * platform/chromium-android/fast/font-boosting/various-tricky-cases.html: Removed.
        * platform/chromium/TestExpectations:

2012-09-01  Joanmarie Diggs  <jdiggs@igalia.com>

        [Gtk] accessibility/replaced-objects-in-anonymous-blocks layout test failure
        https://bugs.webkit.org/show_bug.cgi?id=95643

        Unreviewed GTK gardening, rebaselining an accessibility test.

        * platform/gtk/accessibility/replaced-objects-in-anonymous-blocks-expected.txt: Corrected.

2012-09-01  Joanmarie Diggs  <jdiggs@igalia.com>

        [Gtk] No accessible caret-moved events found in certain content
        https://bugs.webkit.org/show_bug.cgi?id=72811

        Part of the bug was due to expected accessible objects of DivRole
        and ParagraphRole being ignored, in favor of including child blocks.

        Reviewed by Chris Fleizach.

        Added new test to verify that paragraphs and divs which contain anonymous
        blocks are included in the accessible object hierarchy and have the correct
        number of children with the expected role.

        * platform/gtk/accessibility/spans-paragraphs-and-divs-expected.txt: Added.
        * platform/gtk/accessibility/spans-paragraphs-and-divs.html: Added.

2012-09-01  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, rebaselining an accessibility test.

        * platform/gtk/accessibility/replaced-objects-in-anonymous-blocks-expected.txt:

2012-09-01  Joanmarie Diggs  <jdiggs@igalia.com>

        [Gtk] No accessible caret-moved events found in certain content
        https://bugs.webkit.org/show_bug.cgi?id=72811

        Part of the bug was due to extraneous accessible objects resulting
        from unignored inline and block spans.

        Reviewed by Chris Fleizach.

        Added new test, updated the results of one test to reflect the fix,
        corrected a test with a mismatched element tag.

        * platform/gtk/accessibility/aria-roles-unignored-expected.txt: Corrected results having fixed tag.
        * platform/gtk/accessibility/aria-roles-unignored.html: Fixed mismatched element tag.
        * platform/gtk/accessibility/media-element-expected.txt: Updated to reflect removal of extraneous object.
        * platform/gtk/accessibility/spans-expected.txt: Added.
        * platform/gtk/accessibility/spans.html: Added.

2012-09-01  Joanmarie Diggs  <jdiggs@igalia.com>

        [Gtk] Incorrect/unexpected characters in the text of certain accessibles
        https://bugs.webkit.org/show_bug.cgi?id=95180

        Reviewed by Chris Fleizach.

        Two new layout tests, plus one updated one.

        * platform/gtk/accessibility/deleting-iframe-destroys-axcache-expected.txt: Indicated replaced objects.
        * platform/gtk/accessibility/entry-and-password-expected.txt: Added.
        * platform/gtk/accessibility/entry-and-password.html: Added.
        * platform/gtk/accessibility/replaced-objects-in-anonymous-blocks-expected.txt: Added.
        * platform/gtk/accessibility/replaced-objects-in-anonymous-blocks.html: Added.

2012-09-01  Tommy Widenflycht  <tommyw@google.com>

        MediaStream API: Add MediaStream management to RTCPeerConnection
        https://bugs.webkit.org/show_bug.cgi?id=95543

        Reviewed by Adam Barth.

        * fast/mediastream/RTCPeerConnection-AddRemoveStream-expected.txt: Added.
        * fast/mediastream/RTCPeerConnection-AddRemoveStream.html: Added.

2012-08-31  Jon Lee  <jonlee@apple.com>

        [Tests] Add a test for all notification events
        https://bugs.webkit.org/show_bug.cgi?id=95609
        <rdar://problem/12218309>

        Reviewed by Jessie Berlin.

        This test tests for the onshow, onclick, and onclose events. onerror is called only if the
        origin did not have permission to show the notification, and that is covered in
        http/tests/notifications/{legacy,}/show.html.

        * http/tests/notifications/events-expected.txt: Added.
        * http/tests/notifications/events.html: Added.
        * http/tests/notifications/legacy/events-expected.txt: Added.
        * http/tests/notifications/legacy/events.html: Added.

2012-08-31  Jon Lee  <jonlee@apple.com>

        [Tests] Move fast/notifications/notifications-event-listener-crash.html to http/tests/notifications
        https://bugs.webkit.org/show_bug.cgi?id=95535
        <rdar://problem/12213781>

        Reviewed by Jessie Berlin.

        This test is among a few that are being migrated from fast/notifications to http/tests/notifications because of permissions.
        Since most notifications tests will involve permissions, it is easier to have all of them consolidated in the same directory.

        This test has been slightly modified to take advantage of the new testRunner notifications API. The test itself also does not
        need to be protected within the window.testRunner check since it does not use that object.

        * fast/notifications/notifications-event-listener-crash-expected.txt: Removed.
        * fast/notifications/notifications-event-listener-crash.html: Removed.
        * http/tests/notifications/event-listener-crash-expected.txt: Added.
        * http/tests/notifications/event-listener-crash.html: Added.

2012-08-31  Kent Tamura  <tkent@chromium.org>

        [Chromium] Text expectation update
        https://bugs.webkit.org/show_bug.cgi?id=51450

        * platform/chromium/TestExpectations:
        Fix incorrect entry for track-cue-rendering-vertical.html

2012-08-31  Kent Tamura  <tkent@chromium.org>

        [Chromium] Test expectation update.
        https://bugs.webkit.org/show_bug.cgi?id=51450

        * platform/chromium/TestExpectations:
        - r127354 wrongly removed failure expectation for MAC.
        - Also, fix expectation of vertical-font-fallback.html on WIN.

2012-08-31  Philip Rogers  <pdr@google.com>

        Fix 6 broken SVG animation tests

        Unreviewed test update.

        Six SVG animation tests were marked as TIMEOUT because they never ran. Each
        of these tests required a click event to start and the event was not being fired.
        This patch updates these tests to correctly start, fixing 6 TIMEOUTS.

        * platform/chromium/TestExpectations:
        * svg/animations/script-tests/animate-path-animation-qQ-tT-inverse.js:
        * svg/animations/script-tests/animate-path-nested-transforms.js:
        * svg/animations/script-tests/svgnumberoptionalnumber-animation-1.js:
        * svg/animations/script-tests/svgnumberoptionalnumber-animation-2.js:
        * svg/animations/script-tests/svgnumberoptionalnumber-animation-3.js:
        * svg/animations/script-tests/svgnumberoptionalnumber-animation-4.js:

2012-08-31  Kent Tamura  <tkent@chromium.org>

        [Chromium] Unreviewed, test expectation update

        * platform/chromium/TestExpectations:
         - Skip removing-underline-after-accepting-autocorrection-using-punctuation.html. Chromium doesn't support autocorrection yet.
         - Remove ANDROID entry for http/tests/notifications

2012-08-31  Koji Ishii  <kojiishi@gmail.com>

        Glyphs in vertical text tests are rotated 90 degrees clockwise on Chromium Windows
        https://bugs.webkit.org/show_bug.cgi?id=51450

        Reviewed by Tony Chang.

        When writing-mode is vertical-*, Chromium Win does not render glyphs correctly.
        http://dev.w3.org/csswg/css3-writing-modes/#writing-mode
        Glyphs are now drawn in the correct orientation, regardless of the leading '@' in the font name,
        and vertical alternate glyphs (OpenType 'vert' feature) is not enabled.
        CJK characters drawn at wrong baseline position is also fixed.
        In addition, fontMetrics().unitsPerEm() and SimpleFontData::platformBoundsForGlyph() were empty
        in Chromium Win but they were implemented because they were needed to draw vertical flow correctly.

        Note that this patch does not address issues in vertical flow for complex code path.
        The issue is under discussion with Google people and it will not be fixed in short term.

        * fast/text/international/text-spliced-font.html: Added "MS Gothic" to the font list so that Japanese font is chosen on Windows.
        * fast/writing-mode/border-vertical-lr.html: Ditto.
        * fast/writing-mode/japanese-lr-selection.html: Ditto.
        * fast/writing-mode/japanese-lr-text.html: Ditto.
        * fast/writing-mode/japanese-rl-selection.html: Ditto.
        * fast/writing-mode/japanese-rl-text.html: Ditto.
        * platform/chromium/TestExpectations: writing-mode and vertical tests are separated to rebase later.

2012-08-31  Nate Chapin  <japhet@chromium.org>

        Unskip fast/loader/document-destruction-within-unload.html
        on mac and qt.
        https://bugs.webkit.org/show_bug.cgi?id=66783

        Reviewed by Darin Adler.

        * platform/mac/Skipped:
        * platform/qt/Skipped:

2012-08-31  Roger Fong  <roger_fong@apple.com>

        Unreviewed. CSS_VARIABLES are not enabled on Windows. Adding Windows specific results.

        * platform/win/fast/css/variables: Added.
        * platform/win/fast/css/variables/build-supports-variables-expected.txt: Added.

2012-08-31  W. James MacLean  <wjmaclean@chromium.org>

        [chromium] Make link highlighter use same node selection criteria as Chromium for Android.
        https://bugs.webkit.org/show_bug.cgi?id=95371

        Reviewed by James Robinson.

        This CL brings the selection criteria for link highlight targets into alignment with Chromium for Android.

        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-ZIndex.html: Copied from LayoutTests/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-background.html.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-background.html:
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-body.html: Copied from LayoutTests/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-background.html.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-ZIndex-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-ZIndex-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-body-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-body-expected.txt: Added.

2012-08-31  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Adding expected failing results for some fast/css(3) tests.
        https://bugs.webkit.org/show_bug.cgi?id=95627.

        * platform/win/fast/css/image-resolution: Added.
        * platform/win/fast/css/image-resolution/image-resolution-expected.txt: Added.
        * platform/win/fast/css/image-set-setting-expected.txt: Added.
        * platform/win/fast/css/parse-border-image-repeat-null-crash-expected.txt: Added.
        * platform/win/fast/css3-text-decoration: Added.
        * platform/win/fast/css3-text-decoration/getComputedStyle: Added.
        * platform/win/fast/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line-expected.txt: Added.
        * platform/win/fast/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-style-expected.txt: Added.

2012-08-31  Ojan Vafai  <ojan@chromium.org>

        Mark some indexeddb tests as SLOW. They consistently time out for me
        when I run with --fully-parallel.
        * platform/chromium/TestExpectations:

2012-08-31  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r127309.
        http://trac.webkit.org/changeset/127309
        https://bugs.webkit.org/show_bug.cgi?id=95624

        The Windows tests weren't actually fixed. (Requested by
        mhahnenberg on #webkit).

        * platform/win/Skipped:

2012-08-31  Jessie Berlin  <jberlin@apple.com>

        [Lion] css3/filters/composited-during-animation-layertree.html produces empty results
        https://bugs.webkit.org/show_bug.cgi?id=95622

        Move the empty results to mac-lion and add the ML results to mac to get the bots greener.

        * platform/mac-lion/css3/filters/composited-during-animation-layertree-expected.txt: Copied from LayoutTests/platform/mac/css3/filters/composited-during-animation-layertree-expected.txt.
        * platform/mac/css3/filters/composited-during-animation-layertree-expected.txt:

2012-08-31  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Getting rid of Windows specific results because CSS3 flexbox has been re-enabled here: https://bugs.webkit.org/show_bug.cgi?id=95382

        * platform/win/fast/css/getComputedStyle/computed-style-expected.txt: Removed.
        * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Removed.

2012-08-31  Jessie Berlin  <jberlin@apple.com>

        [Mountain Lion] platform/mac/editing/spelling/removing-underline-after-accepting-autocorrection-using-punctuation.html failing.
        https://bugs.webkit.org/show_bug.cgi?id=95477

        Add Mountain Lion expected (failing?) results and move the ones previously in mac to mac-lion to get the bots greener.

        * platform/mac-lion/editing/spelling/removing-underline-after-accepting-autocorrection-using-punctuation-expected.png: Renamed from LayoutTests/platform/mac/editing/spelling/removing-underline-after-accepting-autocorrection-using-punctuation-expected.png.
        * platform/mac-lion/editing/spelling/removing-underline-after-accepting-autocorrection-using-punctuation-expected.txt: Copied from LayoutTests/platform/mac/editing/spelling/removing-underline-after-accepting-autocorrection-using-punctuation-expected.txt.
        * platform/mac/editing/spelling/removing-underline-after-accepting-autocorrection-using-punctuation-expected.txt:

2012-08-31  Philip Rogers  <pdr@google.com>

        Unreviewed update of fast/js/function-constructor-this-value.html expectations on Chromium
        https://bugs.webkit.org/show_bug.cgi?id=95617

        This test was added in r127323 but fails on Chromium ports.

        * platform/chromium/TestExpectations:

2012-08-30  Dirk Schulze  <krit@webkit.org>

        Introduce new CSS property for clip-path
        https://bugs.webkit.org/show_bug.cgi?id=95474

        Reviewed by Tim Horton.

        Test parsing behavior of basic shapes on new introduced '-webkit-clip-path' CSS property.

        * fast/masking/parsing-clip-path-shape-expected.txt: Added.
        * fast/masking/parsing-clip-path-shape.html: Added.

2012-08-31  Geoffrey Garen  <ggaren@apple.com>

        Not reviewed.

        Removed some tabs that snuck into my last patch.

        * fast/js/function-constructor-this-value.html:

2012-08-31  Geoffrey Garen  <ggaren@apple.com>

        Use one object instead of two for closures, eliminating ScopeChainNode
        https://bugs.webkit.org/show_bug.cgi?id=95501

        Reviewed by Sam Weinig.

        Adding a test to demonstrate the behavior change in this patch.

        * fast/js/function-constructor-this-value-expected.txt: Added.
        * fast/js/function-constructor-this-value.html: Added.

2012-08-31  Jon Lee  <jonlee@apple.com>

        ondisplay event handlers are not called
        https://bugs.webkit.org/show_bug.cgi?id=95263
        <rdar://problem/12193359>

        Reviewed by Alexey Proskuryakov.

        Adjust the test to use the ondisplay handler, to fully test legacy API.

        * http/tests/notifications/legacy/show-expected.txt: Verify that event listener for ondisplay is
        the same as that for onshow.
        * http/tests/notifications/legacy/show.html:

2012-08-31  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Adding passing test results for fast/canvas/canvas-strokeRect-alpha-shadow.
        Test passes on Windows port now but Mac port currently uses expected failing results.

        * platform/win/fast/canvas/canvas-strokeRect-alpha-shadow-expected.txt: Added.

2012-08-31  Philip Rogers  <pdr@google.com>

        Unreviewed update of fast/js/function-apply-aliased.html expectations.

        fast/js/function-apply-aliased.html has been failing for TEXT for some time but
        the chromium-mac TestExpectations did not have an entry for mac. This patch
        updates the expectations to include all platforms.

        The bug (crbug.com/48239) has been updated to reflect this.

        * platform/chromium/TestExpectations:

2012-08-31  Jessie Berlin  <jberlin@apple.com>

        LayoutTests/http/tests/websocket/tests/hixie76/frame-lengths.html was removed. Remove it from the Skipped list.

        * platform/mac-wk2/Skipped:
        * platform/qt-arm/Skipped:
        * platform/wincairo/Skipped:

2012-08-31  Jessie Berlin  <jberlin@apple.com>

        compositing/tiling/huge-layer* flakey
        https://bugs.webkit.org/show_bug.cgi?id=48454

        These tests were disabled in r89631. Remove them from the Skipped list so that
        run-webkit-tests doesn't try to find them.

        * platform/win/Skipped:
        * platform/wincairo/Skipped:
        * platform/wk2/Skipped:

2012-08-31  Jessie Berlin  <jberlin@apple.com>

        The fast/forms/ file tests were moved in the file sub-directory in r96918. Remove the
        old entries from the Skipped list.

        * platform/mac-wk2/Skipped:

2012-08-31  Mark Hahnenberg  <mhahnenberg@apple.com>

        Unskip plugins/npruntime/delete-plugin-within-* tests on Windows
        https://bugs.webkit.org/show_bug.cgi?id=95597

        Reviewed by Darin Adler.

        * platform/win/Skipped:

2012-08-31  Jon Lee  <jonlee@apple.com>

        Unreviewed. Skip http/tests/notifications on Lion, since there is no support.

        * platform/mac-lion/Skipped:

2012-08-31  Roger Fong  <roger_fong@apple.com>

        Unreviewed gardening. Adding fast/css/nested-layers-with-over.html to Windows skip list.
        https://bugs.webkit.org/show_bug.cgi?id=95388

        * platform/win/Skipped:

2012-08-31  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Adding expected failing results for accessibility/canvas tests.
        https://bugs.webkit.org/show_bug.cgi?id=95598

        Windows description and role strings don't match up with what is expected on Mac. 
        Particularly, they do not include the "AX" at the beginning of the descriptions/roles of canvas fallback content.

        * platform/win/accessibility/canvas-description-and-role-expected.txt: Added.
        * platform/win/accessibility/canvas-fallback-content-expected.txt:

2012-08-31  Gavin Peters  <gavinp@chromium.org>

        [chromium] DEPS roll with a test skip.
        https://bugs.webkit.org/show_bug.cgi?id=95601

        Unreviewed gardening & DEPS roll.

        fast/frames/cached-frame-counter.html was never the most stable test, and now it's failing on more platforms. Marking it flaky, along with a DEPS roll (earlier attempts at the DEPS roll failed on this)

        * platform/chromium/TestExpectations:

2012-08-31  Simon Fraser  <simon.fraser@apple.com>

        (Regression: r126774): Fix crash when scrolling after removing inline sticky element
        https://bugs.webkit.org/show_bug.cgi?id=95584

        Reviewed by Dave Hyatt.

        Testcase removes an inline sticky, then scrolls.

        * fast/css/sticky/remove-inline-sticky-crash-expected.txt: Added.
        * fast/css/sticky/remove-inline-sticky-crash.html: Added.

2012-08-31  Jon Lee  <jonlee@apple.com>

        [Tests] Add basic tests to http/tests/notifications
        https://bugs.webkit.org/show_bug.cgi?id=95493
        <rdar://problem/12209303>

        Reviewed by Alexey Proskuryakov.

        * http/tests/notifications/request-expected.txt: Added.
        * http/tests/notifications/request.html: Added. This test requests permission. DRT/WTR
        is expected to accept it, and we verify that both the parameter in the callback function,
        and Notification.permission, are both set to "granted".
        * http/tests/notifications/show-expected.txt: Added.
        * http/tests/notifications/show.html: Added. This test checks that the various permission
        APIs on TestRunner work.

        Legacy analog to above tests.
        * http/tests/notifications/legacy/request-expected.txt: Added.
        * http/tests/notifications/legacy/request.html: Added.
        * http/tests/notifications/legacy/show-expected.txt: Added.
        * http/tests/notifications/legacy/show.html: Added.

        * http/tests/resources/js-test-post-async.js: Added. This will be used for most tests since
        the events are called asynchronously.
        * http/tests/resources/js-test-pre.js: Updated from fast/js/resources.
        * http/tests/resources/notifications-test-pre.js: Added. Adds a helper function to complete
        the test, and defines the domain of http/tests.
        (testCompleted):

        Skip.
        * platform/chromium/TestExpectations: Skip on Android. Filed 95506 to bring Chromium support.
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/Skipped:
        * platform/qt/Skipped: Filed 95507 to bring Qt support.
        * platform/win/Skipped:
        * platform/wincairo/Skipped:

2012-08-31  Philip Rogers  <pdr@google.com>

        Unreviewed update of test expectations.

        Marking media/track/track-cue-rendering-snap-to-lines-not-set.html as
        flaky again until WK89167 is fixed.

        * platform/chromium/TestExpectations:

2012-08-31  Roger Fong  <roger_fong@apple.com>

        Unreviewed Gardening. inspector/profiler/webgl/webgl-profiler-api-changes.html fails on Windows.
        WebGL not enabled on Windows.

        * platform/win/Skipped:

2012-08-31  Jessie Berlin  <jberlin@apple.com>

        Mark http/tests/security/inactive-document-with-empty-security-origin.html while Geoff Garen
        investigates in https://bugs.webkit.org/show_bug.cgi?id=95501 in order to get the bots green.

        * platform/mac/TestExpectations:

2012-08-31  Gavin Peters  <gavinp@chromium.org>

        [chromium] Fix platform/chromium/TestExpectations typo
        https://bugs.webkit.org/show_bug.cgi?id=95592

        Unreviewed gardening.

        Unfortunately r127174 contained a typo that broke webkit-lint on our build. See https://bugs.webkit.org/show_bug.cgi?id=95581 .

        * platform/chromium/TestExpectations:

2012-08-31  Jessie Berlin  <jberlin@apple.com>

        fast/css/align-positioned-object-on-resize.html skipped on Mac platforms
        https://bugs.webkit.org/show_bug.cgi?id=83489

        This test was removed in r126911. Remove it from the Skipped list.

        * platform/mac/Skipped:
        * platform/win/Skipped:

2012-08-31  Jessie Berlin  <jberlin@apple.com>

        http/tests/cache/cancel-in-progress-load.html fails on several platforms
        https://bugs.webkit.org/show_bug.cgi?id=87728

        The test was rolled out in r119918. Remove it from the Skipped list so that run-webkit-tests
        doesn't complain about not being able to find the test.

        * platform/mac/Skipped:

2012-08-31  Jessie Berlin  <jberlin@apple.com>

        plugins/npruntime/leak-window-scriptable-object.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=90710

        This test was removed in r91637. Remove it from the Skipped list so that run-webkit-tests
        doesn't complain about not being able to find the test.

        * platform/mac/Skipped:

2012-08-31  Jessie Berlin  <jberlin@apple.com>

        [Qt] http/tests/cookies/js-get-and-set-http-only-cookie.html failing since introduction in r119947
        https://bugs.webkit.org/show_bug.cgi?id=87208

        The .php version was removed in r118166, but the .html version it was replaced with in r119947
        was separately marked as failing on Qt. Update the Skipped lists so that run-webkit-tests
        doesn't complain about not being able to find the test on Mac (and so that the comment in the
        Qt Skipped list is correct).

        * platform/mac/Skipped:
        * platform/qt/Skipped:

2012-08-31  Jessie Berlin  <jberlin@apple.com>

        fast/workers/storage/interrupt-database-sync.html fails intermittently
        https://bugs.webkit.org/show_bug.cgi?id=49906

        The test was disabled in r81333, so remove it from the Skipped lists so that run-webkit-tests
        doesn't complain about not being able to find the test.

        * platform/win-xp/Skipped:
        * platform/wk2/Skipped:

2012-08-31  Philip Rogers  <pdr@google.com>

        Mark fast/dom/shadow/shadowdom-for-textarea-complex-shadow.html as failing on mac
        https://bugs.webkit.org/show_bug.cgi?id=95588

        Unreviewed gardening.

        This test is failing on mac due to the sizing of the textbox: in the
        expected results there is no scrollbar but in the actual results there
        is one. This patch marks this test as failing temporarily.

        * platform/chromium/TestExpectations:

2012-08-31  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r127182.
        http://trac.webkit.org/changeset/127182
        https://bugs.webkit.org/show_bug.cgi?id=95587

        Reftests shouldn't be rebaselined (Requested by pdr on
        #webkit).

        * platform/chromium-mac-snowleopard/fast/dom/shadow/shadowdom-for-textarea-complex-shadow-expected.png: Removed.
        * platform/chromium-mac/fast/dom/shadow/shadowdom-for-textarea-complex-shadow-expected.png: Removed.

2012-08-31  Michael Saboff  <msaboff@apple.com>

        CSS Parser should directly parse 8 bit source strings
        https://bugs.webkit.org/show_bug.cgi?id=95207

        Reviewed by Geoffrey Garen.

        New test that checks the case that a 16 bit unicode escape in an 8 bit CSS 
        source is properly handled.

        * fast/css/unicode-escape-in-8bit-string-expected.html: Added.
        * fast/css/unicode-escape-in-8bit-string.html: Added.

2012-08-31  Dominik Röttsches  <dominik.rottsches@intel.com>

        [Chromium] javascript-url-stop-loaders.html and zero-length-response.html are flaky on Chromium EWS
        https://bugs.webkit.org/show_bug.cgi?id=95581

        Unreviewed, Chromium gardening.

        Tests mentioned in the title seem to cause flakiness on the Chromium EWS.

        * platform/chromium/TestExpectations: Mark as TIMEOUT PASS for now.

2012-08-31  Jessie Berlin  <jberlin@apple.com>

        Web Inspector: sort object properties when dumping them in tests
        https://bugs.webkit.org/show_bug.cgi?id=95459

        Fix the expected results for timeline-paint to actually be in order.

        * inspector/timeline/timeline-paint-expected.txt:
        'height' comes before 'width' alphabetically.
        * platform/chromium/inspector/timeline/timeline-paint-expected.txt: Removed.
        Once the cross-platform results were fixed, this file was identical to the cross-platform
        file. Remove it.

2012-08-31  Andrei Bucur  <abucur@adobe.com>

        [CSS Regions] It should be possible to specify ::BEFORE/AFTER as regions
        https://bugs.webkit.org/show_bug.cgi?id=90079

        Reviewed by David Hyatt.

        The new ref-test has a block with both a :before and :after pseudo-elements marked as regions.
        In the block there's another region.

        The test verifies the content is correctly flowed (the region order is respected) in the region chain:
        :before region -> child region -> :after region

        As a region a pseudo-element should also be displayed if there's no content property specified in the style sheet.

        * fast/regions/content-flowed-into-pseudo-regions-expected.html: Added.
        * fast/regions/content-flowed-into-pseudo-regions.html: Added.
        * fast/regions/resources/region-style.css:
        (.regionArticleAfter::after, .regionArticleBefore::before):
        (.borderBoxNoFloat):

2012-08-31  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: Update $ to alias to querySelector rather than getElementById
        https://bugs.webkit.org/show_bug.cgi?id=92648

        Reviewed by Yury Semikhatsky.

        * inspector/console/command-line-api-expected.txt:
        * inspector/console/command-line-api-inspect.html:
        * inspector/console/command-line-api.html:

2012-08-31  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt][WK2] Unreviewed gardening, add Qt-WK2 specific expected
        file, because this doesn't fail as expected, but passes.

        * platform/qt-5.0-wk2/css3/compositing/should-have-compositing-layer-expected.txt: Added.

2012-08-31  Gavin Peters  <gavinp@chromium.org>

        Unreviewed rebaseline after r127226

        The windows results needed this rebaseline, apparently the original commit omitted these windows diffs per yosin@chromium.org.

        * platform/chromium-win-xp/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png: Added.
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:

2012-08-31  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt][WK2] REGRESSION(r127091): It made layout tests extremely slow
        https://bugs.webkit.org/show_bug.cgi?id=95450

        Unreviewed gardening, skip http/tests/appcache tests until proper fix.

        * platform/qt-5.0-wk2/Skipped:

2012-08-31  Kangil Han  <kangil.han@samsung.com>

        Remove http/tests/loading/gmail-assert-on-load.html test case from Skipped.
        https://bugs.webkit.org/show_bug.cgi?id=95562

        Unreviewed gardening.

        Removed http/tests/loading/gmail-assert-on-load.html test case from Skipped files since it has been moved out from http/loading to http/misc, for details see bug 88923.

        * platform/win/Skipped:
        * platform/wincairo/Skipped:
        * platform/wk2/Skipped:

2012-08-31  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding failure expectations for two HTTP security tests.

        * platform/gtk/TestExpectations:

2012-08-31  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, skip a new failing test.

        * platform/qt/Skipped:

2012-08-31  Sudarsana Nagineni  <sudarsana.nagineni@linux.intel.com>

        [EFL] Gardening of failing tests and new passes
        https://bugs.webkit.org/show_bug.cgi?id=95555

        Unreviewed EFL gardening of failing tests and new passes.

        * platform/efl/TestExpectations:
        * platform/efl/http/tests/misc/willCacheResponse-delegate-callback-expected.txt: Added.

2012-08-31  János Badics  <jbadics@inf.u-szeged.hu>

        [Qt] Gardening after r127140. Skip a failing reftest.

        Reviewed by Csaba Osztrogonác.

        * platform/qt/Skipped:

2012-08-31  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, unskip now passing tests, update expected files.

        * platform/qt-5.0/css2.1/t0805-c5519-brdr-r-01-e-expected.png: Removed.
        * platform/qt-5.0/css2.1/t0805-c5519-brdr-r-01-e-expected.txt: Removed.
        * platform/qt-5.0/fast/inline/absolute-positioned-inline-in-centred-block-expected.png: Removed.
        * platform/qt-5.0/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt: Removed.
        * platform/qt/Skipped:
        * platform/qt/TestExpectations:
        * platform/qt/css2.1/t0805-c5519-brdr-r-00-a-expected.txt:
        * platform/qt/css2.1/t0805-c5519-brdr-r-01-e-expected.png:
        * platform/qt/css2.1/t0805-c5519-brdr-r-01-e-expected.txt:
        * platform/qt/css2.1/t0805-c5520-brdr-b-01-e-expected.txt:
        * platform/qt/css2.1/t0805-c5521-brdr-l-00-a-expected.txt:
        * platform/qt/css2.1/t0805-c5521-brdr-l-01-e-expected.txt:
        * platform/qt/css2.1/t0805-c5521-ibrdr-l-00-a-expected.txt:
        * platform/qt/css3/filters/blur-filter-page-scroll-expected.png: Added.
        * platform/qt/css3/filters/blur-filter-page-scroll-expected.txt: Added.
        * platform/qt/css3/filters/blur-filter-page-scroll-parents-expected.png: Added.
        * platform/qt/css3/filters/blur-filter-page-scroll-parents-expected.txt: Added.
        * platform/qt/css3/filters/effect-reference-expected.png: Added.
        * platform/qt/css3/filters/effect-reference-expected.txt: Added.
        * platform/qt/css3/filters/effect-reference-external-expected.png: Added.
        * platform/qt/css3/filters/effect-reference-external-expected.txt: Added.
        * platform/qt/css3/filters/effect-reference-hw-expected.txt: Added.
        * platform/qt/css3/filters/effect-reference-ordering-expected.png: Added.
        * platform/qt/css3/filters/effect-reference-ordering-expected.txt: Added.
        * platform/qt/fast/block/float/024-expected.png:
        * platform/qt/fast/block/float/024-expected.txt:
        * platform/qt/fast/block/margin-collapse/025-expected.png:
        * platform/qt/fast/block/margin-collapse/025-expected.txt:
        * platform/qt/fast/block/margin-collapse/block-inside-inline/025-expected.png:
        * platform/qt/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
        * platform/qt/fast/block/margin-collapse/empty-clear-blocks-expected.png:
        * platform/qt/fast/block/margin-collapse/empty-clear-blocks-expected.txt:
        * platform/qt/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
        * platform/qt/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt:
        * platform/qt/fast/css/nested-layers-with-hover-expected.txt:
        * platform/qt/fast/inline/absolute-positioned-inline-in-centred-block-expected.png:
        * platform/qt/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt:
        * platform/qt/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.png:
        * platform/qt/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt:
        * platform/qt/svg/filters/color-interpolation-filters-expected.png: Added.
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody-expected.png: Added.
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.png: Added.
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.txt:

2012-08-31  Bear Travis  <betravis@adobe.com>

        [CSS Exclusions] Exclusions tests should run without errors in standalone browser
        https://bugs.webkit.org/show_bug.cgi?id=95369

        Reviewed by Andreas Kling.

        Adding a check to make sure window.internals exists before accessing it.
        Without the check, a reference error would occur when trying to run these
        tests from the browser (as opposed to the test script).

        * fast/exclusions/css-exclusions-disabled.html:
        * fast/exclusions/script-tests/parsing-wrap-shape-inside.js:
        * fast/exclusions/script-tests/parsing-wrap-shape-outside.js:
        * fast/exclusions/script-tests/wrap-flow-parsing.js:
        * fast/exclusions/script-tests/wrap-margin-parsing.js:
        * fast/exclusions/script-tests/wrap-padding-parsing.js:
        * fast/exclusions/script-tests/wrap-parsing.js:
        * fast/exclusions/script-tests/wrap-through-parsing.js:
        * fast/exclusions/shape-inside/shape-inside-floats-simple.html:
        * fast/exclusions/shape-inside/shape-inside-inline-elements.html:
        * fast/exclusions/shape-inside/shape-inside-overflow.html:
        * fast/exclusions/shape-inside/shape-inside-percentage-auto.html:
        * fast/exclusions/shape-inside/shape-inside-text.html:

2012-08-31  Andrey Adaikin  <aandrey@chromium.org>

        [Qt] New inspector/profiler/webgl-profiler-api-changes.html times out
        https://bugs.webkit.org/show_bug.cgi?id=95183

        Reviewed by Yury Semikhatsky.

        Move inspector WebGL test(s) to its own folder so that they are easy to blacklist. Skip them for QT where WebGL is disabled at the moment.
        Drive-by: make the test fail instead of timing out when WebGL is disabled.

        * inspector/profiler/webgl/webgl-profiler-api-changes-expected.txt: Renamed from LayoutTests/inspector/profiler/webgl-profiler-api-changes-expected.txt.
        * inspector/profiler/webgl/webgl-profiler-api-changes.html: Renamed from LayoutTests/inspector/profiler/webgl-profiler-api-changes.html.
        * platform/qt/Skipped:

2012-08-31  Yoshifumi Inoue  <yosin@chromium.org>

        [Forms] Left/Right keys in multiple fields time input UI should move focus physical left/right instead of logical left/right regardless text direction.
        https://bugs.webkit.org/show_bug.cgi?id=95434

        Reviewed by Kent Tamura.

        This patch adds a new test case of Left/Right keys navigation on
        right-to-left text direction for multiple field time input UI.

        This patch affects ports which enable both ENABLE_INPUT_TYPE_TIME and
        ENABLE_INPUT_TYPE_TIME_MULTIPLE_FIELDS.

        * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html: Changed to have Left/Right keys navigation in
        right-to-left text direction.

2012-08-30  Yoshifumi Inoue  <yosin@chromium.org>

        [Forms] Blur from field should reset typeahead buffer in multiple fields time input UI
        https://bugs.webkit.org/show_bug.cgi?id=95525

        Reviewed by Kent Tamura.

        This patch adds a new test case for checking blur event resets typeahead
        buffer in multiple fields time input UI.

        This patch affects ports which enable both ENABLE_INPUT_TYPE_TIME and
        ENABLE_INPUT_TYPE_TIME_MULTIPLE_FIELDS.

        * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt: Changed to include an expectation of new test case.
        * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html: Added a new test case of blur event resets typeahead buffer.

2012-08-30  MORITA Hajime  <morrita@google.com>

        Unreviewed, rolling out r126127.
        http://trac.webkit.org/changeset/126127

        This breaks gobject bindings.

        * fast/dom/shadow/shadowroot-clonenode-expected.txt: Removed.
        * fast/dom/shadow/shadowroot-clonenode.html: Removed.

2012-08-30  Yoshifumi Inoue  <yosin@chromium.org>

        [Forms] Shift+Tab should focus the last field of multiple fields time input UI
        https://bugs.webkit.org/show_bug.cgi?id=95168

        Reviewed by Kent Tamura.

        This patch adds focus and blur event handling test and a new test case
        for Shift+Tab for multiple fields time input UI.

        * time-multiple-fields-blur-and-focus-events-expected.txt: Added.
        * time-multiple-fields-blur-and-focus-events.html: Added for blur and focus events handling.
        * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html: Changed to add a test cases for Shift+Tab.

2012-08-30  Filip Pizlo  <fpizlo@apple.com>

        ASSERTION FAILURE in JSC::JSGlobalData::float32ArrayDescriptor when running fast/js/dfg-float64array.html
        https://bugs.webkit.org/show_bug.cgi?id=95398

        Reviewed by Mark Hahnenberg.

        Temporarily unskipping tests to figure out what is going.

        * platform/mac-wk2/Skipped:

2012-08-30  Roger Fong  <roger_fong@apple.com>

        Unreviewed gardening. fast/events/domactivate-sets-underlying-click-event-as-handled.html fails on Windows.
        https://bugs.webkit.org/show_bug.cgi?id=87469

        It looks like any test that involves popup windows of some sort confuses DRT. 
        It doesn't know to continue the test when focus moves away from the main window.
        This happens with select menu tests as well when focus is put on the select options popup.

        * platform/win/Skipped:

2012-08-30  Roger Fong  <roger_fong@apple.com>

        Unreviewed Gardening. http/security/referrer tests fail. Unable to load resources over https.
        https://bugs.webkit.org/show_bug.cgi?id=73913

        * platform/win/Skipped:

2012-08-30  Max Vujovic  <mvujovic@adobe.com>

        [CSS Shaders] Implement normal blend mode and source-atop compositing mode
        https://bugs.webkit.org/show_bug.cgi?id=93869

        Reviewed by Dean Jackson.

        We've added two new special built-in symbols in CSS Shaders, css_MixColor and
        css_ColorMatrix.

        This change adds custom-filter-composite-source-atop.html, a new test that uses css_MixColor
        in a shader with the normal blend mode and the source-atop compositing operator.

        This change also adds custom-filter-color-matrix.html, a new test that uses css_ColorMatrix
        in the shader.

        Authors can read and write to these special built-ins in their shader code. WebKit will
        premultiply the DOM element texture with css_ColorMatrix. Additionally, WebKit will blend
        and composite css_MixColor with the DOM element texture, according to the blend mode and
        compositing operator that the author specifies in CSS.

        For example, the following line of CSS tells WebKit how to blend and composite the
        css_MixColor from shader.fs:
        -webkit-filter: custom(none mix(shader.fs normal source-atop));

        * css3/filters/custom/custom-filter-color-matrix-expected.png: Added.
        * css3/filters/custom/custom-filter-color-matrix-expected.txt: Added.
        * css3/filters/custom/custom-filter-color-matrix.html: Added.
        * css3/filters/custom/custom-filter-composite-source-atop-expected.png: Added.
        * css3/filters/custom/custom-filter-composite-source-atop-expected.txt: Added.
        * css3/filters/custom/custom-filter-composite-source-atop.html: Added.
        * css3/filters/custom/custom-filter-shader-cache.html:
        * css3/filters/custom/effect-color-check.html:
            Use pass-tex-coord.vs now. Since v_texCoord in not automatically passed in the default
            shaders anymore, we have to pass it in our own vertex shader. After we implement more
            blending and compositing modes, we will be able to convert most of the tests to use the
            CSS mix function. Then, we won't be sampling the DOM element texture directly, so we
            won't need a tex coord, so we won't need this shader anymore.
        * css3/filters/custom/effect-custom.html:
            The default CSS value for <fragmentShader> needs to be specified explicitly until we
            change it from its current default. This will be fixed in:
            https://bugs.webkit.org/show_bug.cgi?id=94020
        * css3/filters/custom/effect-custom-transform-parameters.html:
            Ditto.
        * css3/filters/custom/filter-fallback-to-software.html:
            Ditto.
        * css3/filters/custom/invalid-custom-filter-shader-expected.html:
            These tests will not attempt to apply a filter because the programs do not validate.
            This means we don't need to trigger FilterEffectRenderer with grayscale(0) in
            the reference file anymore.
        * css3/filters/resources/composite.fs: Added.
        * css3/filters/resources/empty-shader.fs: Added.
        * css3/filters/resources/grayscale-color-matrix.fs: Added.
        * css3/filters/resources/pass-tex-coord.vs: Added.
        * platform/chromium/css3/filters/custom/custom-filter-color-matrix-expected.png: Added.
        * platform/chromium/css3/filters/custom/custom-filter-composite-source-atop-expected.png: Added.
        * platform/chromium/TestExpectations:
        * platform/mac-snowleopard/css3/filters/custom/effect-custom-expected.png: Removed.
            We should use the generic expectation, because this expectation does not show the
            shaders applied.
        * platform/mac-snowleopard/css3/filters/custom/effect-custom-parameters-expected.png: Removed.
            Ditto.

2012-08-30  Jessie Berlin  <jberlin@apple.com>

        Remove the failing expectation from some tests that are no longer failing on Lion.

        * platform/mac-lion/TestExpectations:

2012-08-30  Jessie Berlin  <jberlin@apple.com>

        CSS 2.1 failure: margin-collapse-clear-012 fails
        https://bugs.webkit.org/show_bug.cgi?id=80394

        Mark fast/block/margin-collapse/empty-clear-blocks.html as an expected text failure on Mac,
        not both an image and text failure, since the bots are only seeing it as a text failure.

        * platform/mac/TestExpectations:

2012-08-30  Julien Chaffraix  <jchaffraix@webkit.org>

        Crash in RenderTable::calcBorderEnd
        https://bugs.webkit.org/show_bug.cgi?id=95487

        Reviewed by Abhishek Arya.

        * fast/table/crash-clearSelection-collapsed-borders-expected.txt: Added.
        * fast/table/crash-clearSelection-collapsed-borders.html: Added.

2012-08-30  Philip Rogers  <pdr@google.com>

        Unreviewed update to test expectations.

        fast/css/font-weight-1.html stopped failing for IMAGE+TEXT and
        started failing for just IMAGE.

        * platform/chromium/TestExpectations:

2012-08-30  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        [EFL] Add tables/mozilla_expected_failures/ expectations back
        https://bugs.webkit.org/show_bug.cgi?id=95483

        Unreviewed gardening.

        It was removed by mistake on r127152. But now I'm moving the tests
        to TestExpectations since we want to get rid of Skipped.

        * platform/efl/TestExpectations:

2012-08-30  Tony Chang  <tony@chromium.org>

        Unreviewed gardening. Update flexitem-stretch-image.html expectations.

        * platform/chromium/TestExpectations: Mark the test as flaky (passes on Linux and sporadically on Win).
        * platform/efl/TestExpectations: Remove since the test is passing.

2012-08-30  Jessie Berlin  <jberlin@apple.com>

        CSS 2.1 failure: margin-collapse-clear-012 fails
        https://bugs.webkit.org/show_bug.cgi?id=80394

        Mark fast/block/float/024.hml as an expected text failure on Mac, not both an image and text
        failure, since the bots are only seeing it as a text failure.

        * platform/mac/TestExpectations:

2012-08-24  Mark Hahnenberg  <mhahnenberg@apple.com>

        Remove uses of ClassInfo in StrictEq and CompareEq in the DFG
        https://bugs.webkit.org/show_bug.cgi?id=93401

        Reviewed by Filip Pizlo.

        New test to make sure the DFG watchpoint works correctly for these cases.

        * fast/js/document-all-triggers-masquerades-watchpoint-expected.txt: Added.
        * fast/js/document-all-triggers-masquerades-watchpoint.html: Added.
        * fast/js/script-tests/document-all-triggers-masquerades-watchpoint.js: Added.
        (f):

2012-08-30  Philip Rogers  <pdr@google.com>

        Unreviewed rebaseline after r127163.

        These tests need an image rebaseline for win to match the linux results.

        * platform/chromium-win-xp/fast/block/margin-collapse: Removed.
        * platform/chromium-win/fast/block/float/024-expected.png:
        * platform/chromium-win/fast/block/margin-collapse/empty-clear-blocks-expected.png:

2012-08-30  Dirk Pranke  <dpranke@chromium.org>

        Add more TestExpectations stubs for apple ports
        https://bugs.webkit.org/show_bug.cgi?id=95495

        Reviewed by Ojan Vafai.

        This adds empty placeholder files so new-run-webkit-tests
        doesn't get upset if they're missing.

        * platform/mac-snowleopard/TestExpectations: Added.
        * platform/win-xp/TestExpectations: Added.
        * platform/wk2/TestExpectations: Added.

2012-08-30  Dirk Pranke  <dpranke@chromium.org>

        Add TestExpectations stubs for apple wk2 ports

        Unreviewed, build fix.

        This adds empty placeholder files so new-run-webkit-tests
        doesn't get upset if they're missing.

        * platform/mac-wk2/TestExpectations: Added.
        * platform/win-wk2/TestExpectations: Added.

2012-08-30  Jessie Berlin  <jberlin@apple.com>

        flexitem-stretch-image.html is flaky
        https://bugs.webkit.org/show_bug.cgi?id=95366

        Remove the failing test expectations in platform/mac, since this is showing up as passing on
        all the mac bots.

        * platform/mac/TestExpectations:

2012-08-30  Philip Rogers  <pdr@google.com>

        Unreviewed update of test expectations.

        These tests just needed platform-specific results.

        * platform/chromium-mac-snowleopard/fast/dom/shadow/shadowdom-for-textarea-complex-shadow-expected.png: Added.
        * platform/chromium-mac/fast/dom/shadow: Added.
        * platform/chromium-mac/fast/dom/shadow/shadowdom-for-textarea-complex-shadow-expected.png: Added.

2012-08-30  Philip Rogers  <pdr@google.com>

        Unreviewed update of TestExpectations.

        These tests are awaiting a rebaseline after r127168 but have the wrong modifiers on them. They
        are failing for Image but have Image+Text. Updating to fix that.

        * platform/chromium/TestExpectations:

2012-08-30  Victor Carbune  <victor@rosedu.org>

        [Chromium] Layout Test media/track/track-cue-rendering-snap-to-lines-not-set.html is flaky
        https://bugs.webkit.org/show_bug.cgi?id=89167

        Reviewed by Eric Carlson.

        Removed possible flaky test from TestExceptations.

        * platform/chromium/TestExpectations:

2012-08-30  Alexandru Chiculita  <achicu@adobe.com>

        [CSS Shaders] Update css3/filters/custom/effect-custom-transform-parameters.html to remove anti-aliasing issues
        https://bugs.webkit.org/show_bug.cgi?id=95407

        Reviewed by Dean Jackson.

        The initial test had a white border to prevent anti-aliasing effects, but that doesn't seem to
        help on some platforms. Removed the border in this patch.

        * css3/filters/custom/effect-custom-transform-parameters-expected.html:
        * css3/filters/custom/effect-custom-transform-parameters.html:
        * platform/mac-lion/TestExpectations: Un-skipping the test.

2012-08-30  Philip Rogers  <pdr@google.com>

        Unreviewed rebaseline after r127101.

        The Mac 10.6 results are slightly different--decoding about 10% less of the image.
        After some discussion with Adam Barth we determined to rebaseline these.

        * platform/chromium-mac-snowleopard/http/tests/images: Added.
        * platform/chromium-mac-snowleopard/http/tests/images/webp-partial-load-expected.png: Added.

2012-08-30  Victor Carbune  <victor@rosedu.org>

        [Chromium] The CC button is not painted
        https://bugs.webkit.org/show_bug.cgi?id=95395

        Reviewed by Eric Carlson.

        No new tests, the existing ones will need to be rebaselined and include the CC button.

        * platform/chromium/TestExpectations: Marked tests failing accordingly for rebaselining.

2012-08-30  Jessie Berlin  <jberlin@apple.com>

        Assertion failure in MessagePort::contextDestroyed in
        http/tests/security/MessagePort/event-listener-context.html, usually attributed to later tests.
        https://bugs.webkit.org/show_bug.cgi?id=94458

        fast/events/message-port-constructor-for-deleted-document.html also asserts in
        MessagePort::contextDestroyed, and it is usually attributed to later tests as well. Skip it.

        * platform/mac/TestExpectations:

2012-08-30  Tommy Widenflycht  <tommyw@google.com>

        MediaStream API: Introduce MediaConstraints
        https://bugs.webkit.org/show_bug.cgi?id=95198

        Reviewed by Adam Barth.

        * fast/mediastream/RTCPeerConnection-expected.txt:
        * fast/mediastream/RTCPeerConnection.html:

2012-08-30  'Pavel Feldman'  <pfeldman@chromium.org>

        Fixing two inspector tests that fail on Mac WK1.

        * inspector/timeline/timeline-animation-frame-expected.txt:
        * inspector/timeline/timeline-paint-expected.txt:

2012-08-24  Robert Hogan  <robert@webkit.org>

        CSS 2.1 failure: margin-collapse-clear-012 fails
        https://bugs.webkit.org/show_bug.cgi?id=80394

        Reviewed by David Hyatt.

        * css2.1/20110323/margin-collapse-027-expected.html: Added.
        * css2.1/20110323/margin-collapse-027.htm: Added.
        * css2.1/20110323/margin-collapse-clear-012-expected.html: Added.
        * css2.1/20110323/margin-collapse-clear-012.htm: Added.
        * css2.1/20110323/margin-collapse-clear-013-expected.html: Added.
        * css2.1/20110323/margin-collapse-clear-013.htm: Added.
        * css2.1/20110323/margin-collapse-clear-014-expected.html: Added.
        * css2.1/20110323/margin-collapse-clear-014.htm: Added.
        * css2.1/20110323/margin-collapse-clear-015-expected.html: Added.
        * css2.1/20110323/margin-collapse-clear-015.htm: Added.
        * css2.1/20110323/margin-collapse-clear-016-expected.html: Added.
        * css2.1/20110323/margin-collapse-clear-016.htm: Added.
        * css2.1/20110323/margin-collapse-clear-017-expected.html: Added.
        * css2.1/20110323/margin-collapse-clear-017.htm: Added.
        * fast/block/margin-collapse/empty-clear-blocks.html:
          Modified the test to reflect the new expected result. The text in the third paragraph avoids
          the float rather than sitting underneath it. The text in the third last paragraph is 20 px below
          the float rather than immediately beneath it. Both of these are a consequence of the revised treatment
          of clearance when margin collapsing. This is consistent with the spec and FF and Opera.
        * fast/css/margin-collapse-013-reduction.html: Added.
           Sourced from https://bugzilla.mozilla.org/show_bug.cgi?id=493380
        * fast/css/margin-collapse-top-margin-clearance-with-sibling-expected.html: Added.
        * fast/css/margin-collapse-top-margin-clearance-with-sibling.html: Added.
            Ensure we only avoid collapsing the margins of a self-collapsing block with the parent if we don't
            have a subsequent sibling with height.
        * fast/css/margin-collapse-top-margin-clearance.html: Added.

        * platform/chromium-linux/fast/block/float/024-expected.png:
        * platform/chromium-linux/fast/block/margin-collapse/empty-clear-blocks-expected.png:
          These two progress to the same rendering used by FF and Opera. It is a consequence of calculating
          clearance as "clearance = [height of float] - margin-top" when margin-top is a negative value.

        * platform/chromium-win/fast/block/float/024-expected.txt:
        * platform/chromium-win/fast/block/margin-collapse/025-expected.txt:
        * platform/chromium-win/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
            The change in result for these three is a consequence of self-collapsing blocks with clearance moving their top up past the float by the value
            of their top margin. Unlike the block-inside-inline case the 'clear' has no intrinsic height so the uncollapsed margin value has
            no effect on its height.

        * platform/chromium-win/fast/block/margin-collapse/empty-clear-blocks-expected.txt: See the png result above for comment.
           
2012-08-30  Rik Cabanier  <cabanier@adobe.com>

        Add support for blendmode to webkit rendering engine
        https://bugs.webkit.org/show_bug.cgi?id=95258

        Reviewed by Simon Fraser.

        Enable test to verify that blending modes introduce a new compositing layer

        * css3/compositing/resources: Added.
        * css3/compositing/resources/reference.png: Added.
        * css3/compositing/should-have-compositing-layer-expected.txt: Added.
        * css3/compositing/should-have-compositing-layer.html: Added.

2012-08-30  Xianzhu Wang  <wangxianzhu@chromium.org>

        [Chromium-Android] Upstream layout test rebaselined expectations
        https://bugs.webkit.org/show_bug.cgi?id=94885

        Reviewed by Adam Barth.

        We rebaselined tests that
        - expect different behaviors on Android (but normally don't show FAIL)
        - have different layout because of precision, font size, etc.
        - have different layout because of different shadow DOM of the media player

        We don't rebaseline tests that would expect to output FAIL.

        * platform/chromium-android/compositing/layer-creation/overflow-scrolling-touch-expected.txt: Added.
        * platform/chromium-android/compositing/layer-creation/overflow-scrolling-touch.html: Added.
        * platform/chromium-android/fast/block/positioning/047-expected.txt: Added.
        * platform/chromium-android/fast/css/font-family-pictograph-expected.txt: Added.
        * platform/chromium-android/fast/css/line-height-determined-by-primary-font-expected.txt: Added.
        * platform/chromium-android/fast/css/text-transform-select-expected.txt: Added.
        * platform/chromium-android/fast/dom/Orientation/create-event-orientationchange-expected.txt: Added.
        * platform/chromium-android/fast/dom/Window/window-lookup-precedence-expected.txt: Added.
        * platform/chromium-android/fast/events/context-onmousedown-event-expected.txt: Added.
        * platform/chromium-android/fast/events/mouseup-from-button2-expected.txt: Added.
        * platform/chromium-android/fast/font-boosting/various-tricky-cases-expected.txt: Added.
        * platform/chromium-android/fast/font-boosting/various-tricky-cases.html: Added.
        * platform/chromium-android/fast/forms/HTMLOptionElement_label05-expected.txt: Added.
        * platform/chromium-android/fast/forms/disabled-select-change-index-expected.txt: Added.
        * platform/chromium-android/fast/forms/form-element-geometry-expected.txt: Added.
        * platform/chromium-android/fast/forms/hidden-listbox-expected.txt: Added.
        * platform/chromium-android/fast/forms/implicit-submission-expected.txt: Added.
        * platform/chromium-android/fast/forms/label/labelable-elements-expected.txt: Added.
        * platform/chromium-android/fast/forms/listbox-bidi-align-expected.txt: Added.
        * platform/chromium-android/fast/forms/listbox-scrollbar-incremental-load-expected.txt: Added.
        * platform/chromium-android/fast/forms/listbox-width-change-expected.txt: Added.
        * platform/chromium-android/fast/forms/option-strip-whitespace-expected.txt: Added.
        * platform/chromium-android/fast/forms/select-block-background-expected.txt: Added.
        * platform/chromium-android/fast/forms/select-change-listbox-size-expected.txt: Added.
        * platform/chromium-android/fast/forms/select-change-popup-to-listbox-expected.txt: Added.
        * platform/chromium-android/fast/forms/select-initial-position-expected.txt: Added.
        * platform/chromium-android/fast/forms/select-list-box-with-height-expected.txt: Added.
        * platform/chromium-android/fast/forms/select-overflow-scroll-expected.txt: Added.
        * platform/chromium-android/fast/forms/select-overflow-scroll-inherited-expected.txt: Added.
        * platform/chromium-android/fast/hidpi/video-controls-in-hidpi-expected.txt: Added.
        * platform/chromium-android/fast/layers/video-layer-expected.txt: Added.
        * platform/chromium-android/fast/preloader/script-expected.txt: Added.
        * platform/chromium-android/fast/repaint/moving-shadow-on-container-expected.txt: Added.
        * platform/chromium-android/fast/repaint/moving-shadow-on-path-expected.txt: Added.
        * platform/chromium-android/fast/replaced/replaced-breaking-expected.txt: Added.
        * platform/chromium-android/fast/text/capitalize-boundaries-expected.txt: Added.
        * platform/chromium-android/fast/text/cg-fallback-bolding-expected.txt: Added.
        * platform/chromium-android/fast/text/complex-text-opacity-expected.txt: Added.
        * platform/chromium-android/fast/text/drawBidiText-expected.txt: Added.
        * platform/chromium-android/fast/text/international/bidi-listbox-atsui-expected.txt: Added.
        * platform/chromium-android/fast/text/international/bidi-listbox-expected.txt: Added.
        * platform/chromium-android/fast/text/international/hindi-spacing-expected.txt: Added.
        * platform/chromium-android/fast/text/international/thai-line-breaks-expected.txt: Added.
        * platform/chromium-android/fast/text/updateNewFont-expected.txt: Added.
        * platform/chromium-android/http/tests/security/contentSecurityPolicy/media-src-blocked-expected.txt: Added.
        * platform/chromium-android/media/W3C/audio/canPlayType/canPlayType_supported_but_no_codecs_parameter_2-expected.txt: Added.
        * platform/chromium-android/media/W3C/video/canPlayType/canPlayType_codecs_order_2-expected.txt: Added.
        * platform/chromium-android/media/W3C/video/canPlayType/canPlayType_codecs_order_3-expected.txt: Added.
        * platform/chromium-android/media/W3C/video/canPlayType/canPlayType_supported_but_no_codecs_parameter_2-expected.txt: Added.
        * platform/chromium-android/media/W3C/video/canPlayType/canPlayType_supported_but_no_codecs_parameter_3-expected.txt: Added.
        * platform/chromium-android/media/W3C/video/canPlayType/canPlayType_two_implies_one_3-expected.txt: Added.
        * platform/chromium-android/media/W3C/video/canPlayType/canPlayType_two_implies_one_4-expected.txt: Added.
        * platform/chromium-android/media/audio-controls-rendering-expected.txt: Added.
        * platform/chromium-android/media/controls-after-reload-expected.txt: Added.
        * platform/chromium-android/media/controls-strict-expected.txt: Added.
        * platform/chromium-android/media/controls-styling-expected.txt: Added.
        * platform/chromium-android/media/controls-styling-strict-expected.txt: Added.
        * platform/chromium-android/media/controls-without-preload-expected.txt: Added.
        * platform/chromium-android/media/csp-blocks-video-expected.txt: Added.
        * platform/chromium-android/media/encrypted-media/encrypted-media-can-play-type-expected.txt: Added.
        * platform/chromium-android/media/media-can-play-mpeg-audio-expected.txt: Added.
        * platform/chromium-android/media/media-can-play-mpeg4-video-expected.txt: Added.
        * platform/chromium-android/media/media-can-play-ogg-expected.txt: Added.
        * platform/chromium-android/media/media-controls-clone-expected.txt: Added.
        * platform/chromium-android/media/media-document-audio-repaint-expected.txt: Added.
        * platform/chromium-android/media/track/track-cue-rendering-horizontal-expected.txt: Added.
        * platform/chromium-android/media/track/track-cue-rendering-vertical-expected.txt: Added.
        * platform/chromium-android/media/video-controls-rendering-expected.txt: Added.
        * platform/chromium-android/media/video-currentTime-set-expected.txt: Added.
        * platform/chromium-android/media/video-display-toggle-expected.txt: Added.
        * platform/chromium-android/media/video-empty-source-expected.txt: Added.
        * platform/chromium-android/media/video-no-audio-expected.txt: Added.
        * platform/chromium-android/media/video-playing-and-pause-expected.txt: Added.
        * platform/chromium-android/media/video-source-error-expected.txt: Added.
        * platform/chromium-android/media/video-zoom-controls-expected.txt: Added.
        * platform/chromium-android/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt: Added.
        * platform/chromium-android/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt: Added.
        * platform/chromium-android/svg/css/composite-shadow-example-expected.txt: Added.
        * platform/chromium-android/svg/css/composite-shadow-with-opacity-expected.txt: Added.
        * platform/chromium-android/svg/css/stars-with-shadow-expected.txt: Added.
        * platform/chromium-android/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
        * platform/chromium-android/svg/custom/use-on-symbol-inside-pattern-expected.txt: Added.
        * platform/chromium-android/transforms/2d/hindi-rotated-expected.txt: Added.
        * platform/chromium/TestExpectations:

2012-08-30  Tony Chang  <tony@chromium.org>

        Make RenderBox::computeInlineDirectionMargins const
        https://bugs.webkit.org/show_bug.cgi?id=95255

        Reviewed by Ojan Vafai.

        Add test cases for setting margins with perpendicular blocks or flipped text.

        * fast/block/margins-perpendicular-containing-block-expected.txt: Added.
        * fast/block/margins-perpendicular-containing-block.html: Added.
        * fast/table/margins-flipped-text-direction-expected.txt: Added.
        * fast/table/margins-flipped-text-direction.html: Added.
        * fast/table/margins-perpendicular-containing-block-expected.txt: Added.
        * fast/table/margins-perpendicular-containing-block.html: Added.

2012-08-30  Aaron Colwell  <acolwell@chromium.org>

        Fix a crash in SourceBufferList.remove().
        https://bugs.webkit.org/show_bug.cgi?id=94950

        Reviewed by Eric Carlson.

        Added a layout test to verify that the application doesn't crash if a SourceBufferList is 
        holding the only references for its SourceBuffer objects when a MediaSource transitions to "closed".

        * http/tests/media/media-source/video-media-source-sourcebufferlist-crash-expected.txt: Added.
        * http/tests/media/media-source/video-media-source-sourcebufferlist-crash.html: Added.

2012-08-30  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        [EFL] Remove redundant entries on the Skipped list
        https://bugs.webkit.org/show_bug.cgi?id=95458

        Unreviewed gardening.

        * platform/efl/Skipped:

2012-08-30  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: sort object properties when dumping them in tests
        https://bugs.webkit.org/show_bug.cgi?id=95459

        Reviewed by Vsevolod Vlasov.

        add/dumpObject used to dump object properties in the natural enumerable order,
        sorting by property name now.

        * http/tests/inspector/inspector-test.js:
        (initialize_InspectorTest.InspectorTest.addObject):
        * http/tests/inspector/resource-har-conversion-expected.txt:
        * http/tests/inspector/resource-har-headers-expected.txt:
        * http/tests/inspector/resource-har-pages-expected.txt:
        * http/tests/inspector/resource-parameters-expected.txt:
        * http/tests/inspector/resources/extension-main.js:
        * inspector/cookie-parser-expected.txt:
        * inspector/debugger/script-extract-outline-expected.txt:
        * inspector/extensions/extensions-api-expected.txt:
        * inspector/extensions/extensions-audits-api-expected.txt:
        * inspector/extensions/extensions-console-expected.txt:
        * inspector/extensions/extensions-panel-expected.txt:
        * inspector/extensions/extensions-resources-expected.txt:
        * inspector/extensions/extensions-sidebar-expected.txt:
        * inspector/filtered-item-selection-dialog-filtering-expected.txt:
        * inspector/report-protocol-errors-expected.txt:
        * inspector/runtime/runtime-getProperties-expected.txt:
        * inspector/runtime/runtime-localStorage-getProperties-expected.txt:
        * inspector/timeline/timeline-animation-frame-expected.txt:
        * inspector/timeline/timeline-decode-resize-expected.txt:
        * inspector/timeline/timeline-dom-content-loaded-event-expected.txt:
        * inspector/timeline/timeline-enum-stability-expected.txt:
        * inspector/timeline/timeline-event-dispatch-expected.txt:
        * inspector/timeline/timeline-injected-script-eval-expected.txt:
        * inspector/timeline/timeline-layout-expected.txt:
        * inspector/timeline/timeline-load-event-expected.txt:
        * inspector/timeline/timeline-mark-timeline-expected.txt:
        * inspector/timeline/timeline-network-resource-expected.txt:
        * inspector/timeline/timeline-paint-expected.txt:
        * inspector/timeline/timeline-parse-html-expected.txt:
        * inspector/timeline/timeline-recalculate-styles-expected.txt:
        * inspector/timeline/timeline-script-tag-1-expected.txt:
        * inspector/timeline/timeline-script-tag-2-expected.txt:
        * inspector/timeline/timeline-time-stamp-expected.txt:
        * inspector/timeline/timeline-timer-expected.txt:
        * inspector/user-metrics-expected.txt:
        * platform/chromium/http/tests/inspector/resource-har-conversion-expected.txt:
        * platform/chromium/inspector/timeline/timeline-animation-frame-expected.txt:
        * platform/chromium/inspector/timeline/timeline-event-dispatch-expected.txt:
        * platform/chromium/inspector/timeline/timeline-layout-expected.txt:
        * platform/chromium/inspector/timeline/timeline-network-resource-expected.txt:
        * platform/chromium/inspector/timeline/timeline-paint-expected.txt:
        * platform/chromium/inspector/timeline/timeline-parse-html-expected.txt:
        * platform/chromium/inspector/timeline/timeline-timer-expected.txt:

2012-08-30  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r127131.
        http://trac.webkit.org/changeset/127131
        https://bugs.webkit.org/show_bug.cgi?id=95463

        It makes the fast/regions/ test crash on Chromium (Requested
        by jchaffraix on #webkit).

        * fast/regions/region-style-text-shadow-expected.html: Removed.
        * fast/regions/region-style-text-shadow.html: Removed.

2012-08-30  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r127133.
        http://trac.webkit.org/changeset/127133
        https://bugs.webkit.org/show_bug.cgi?id=95462

        These tests still fail (Requested by Ossy on #webkit).

        * platform/qt-5.0-wk2/Skipped:

2012-08-30  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        [EFL] Remove tests from Skipped list that don't exist
        https://bugs.webkit.org/show_bug.cgi?id=95457

        Unreviewed gardening.

        * platform/efl/Skipped:

2012-08-30  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: Some urls in CSS stylesheets cause errors when generating Computed Styles HTML
        https://bugs.webkit.org/show_bug.cgi?id=95427

        Reviewed by Vsevolod Vlasov.

        * inspector/styles/inject-stylesheet-expected.txt:
        * inspector/styles/inject-stylesheet.html:
        * platform/chromium/inspector/styles/inject-stylesheet-expected.txt:

2012-08-30  Keishi Hattori  <keishi@webkit.org>

        Tick marks don't match thumb when applying padding or border to input type=range
        https://bugs.webkit.org/show_bug.cgi?id=93791

        Reviewed by Kent Tamura.

        * fast/forms/datalist/input-appearance-range-with-datalist-rtl-expected.html:
        * fast/forms/datalist/input-appearance-range-with-datalist-rtl.html:
        * fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.txt: Added.
        * fast/forms/datalist/input-appearance-range-with-padding-with-datalist.html: Added.
        * fast/forms/datalist/input-appearance-range-with-transform-expected.txt: Added.
        * fast/forms/datalist/input-appearance-range-with-transform.html: Added.
        * platform/chromium-mac/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png: Added.
        * platform/chromium-mac/fast/forms/datalist/input-appearance-range-with-transform-expected.png: Added.
        * platform/chromium/TestExpectations:

2012-08-30  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [WK2][WTR] Add didReceiveServerRedirectForProvisionalLoadForFrame dumping
        https://bugs.webkit.org/show_bug.cgi?id=95454

        Reviewed by Kenneth Rohde Christiansen.

        Unskipped http/tests/loading/307-after-303-after-post.html.
        Output for http/tests/loading/redirect-methods.html is improved.

        * platform/wk2/Skipped:

2012-08-30  Andrey Kosyakov  <caseq@chromium.org>

        REGRESSION(r127039): It broke inspector/timeline/timeline-load.html fails on many platforms
        https://bugs.webkit.org/show_bug.cgi?id=95414

        Unreviewed. Remove stray InspectorTest.completeTest() from a method that is called from several test cases.

        * inspector/timeline/timeline-load.html:

2012-08-30  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt][WK2] Unreviewed gardening, unskip now passing tests.

        * platform/qt-5.0-wk2/Skipped:

2012-08-30  Andrei Onea  <onea@adobe.com>

        [CSSRegions]Add support for text-shadow in region styling
        https://bugs.webkit.org/show_bug.cgi?id=94472

        Reviewed by David Hyatt.

        Added test for region styling on the text shadow property.

        * fast/regions/region-style-text-shadow-expected.html: Added.
        * fast/regions/region-style-text-shadow.html: Added.

2012-08-30  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding a platform-specific baseline that's required after r127117.

        Fixing expectations for a couple of tests that were gardened in r127109.
        They are both reftests so image failures are occurring.

        * platform/gtk/TestExpectations:
        * platform/gtk/fast/events/set-attribute-listener-window-onerror-crash-expected.txt: Added.

2012-08-30  Anton Muhin  <antonm@chromium.org>

        Update test expectations to follow common guidelines.
        https://bugs.webkit.org/show_bug.cgi?id=95442

        Reviewed by Csaba Osztrogonác.

        Follow up to https://trac.webkit.org/changeset/127117

        * fast/events/set-attribute-listener-window-onerror-crash-expected.txt:
        * platform/chromium/fast/events/set-attribute-listener-window-onerror-crash-expected.txt: Added.

2012-08-30  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [EFL] Gardening after r127108
        https://bugs.webkit.org/show_bug.cgi?id=95438

        Unreviewed gardening.

        Gardening of fast/dom/shadow/shadowdom-for-textarea-complex-shadow.html and 
        fast/dom/shadow/shadowdom-for-textarea-with-placeholder.html.

        * platform/efl/TestExpectations:

2012-08-30  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] REGRESSION(r122175): fast/loader/document-destruction-within-unload.html makes the following test assert
        https://bugs.webkit.org/show_bug.cgi?id=95441

        Unreviewed gardening.

        * platform/qt/Skipped: Skip fast/loader/document-destruction-within-unload.html to paint the bot green.

2012-08-30  KwangYong Choi  <ky0.choi@samsung.com>

        [EFL] Gardening for fast/forms/range/thumbslider-no-parent-slider.html after r126864
        https://bugs.webkit.org/show_bug.cgi?id=95437

        Unreviewed, gardening.

        Slider thumb can be displayed without parent slider after r126864.

        * platform/efl/TestExpectations:
        * platform/efl/fast/forms/range/thumbslider-no-parent-slider-expected.png: Added.
        * platform/efl/fast/forms/range/thumbslider-no-parent-slider-expected.txt: Added.

2012-08-30  Anton Muhin  <antonm@chromium.org>

        Heap-use-after-free in WebCore::ElementV8Internal::onclickAttrGetter
        https://bugs.webkit.org/show_bug.cgi?id=94440

        Reviewed by Adam Barth.

        The problem appears due to onerror callback which resets onclick attribute.
        As a part of changing onclick attribute value, previous event listener
        gets deref which led to its destruction and hence use-after-free.
        Refing it in ::getListenerObject helps to prevent this unfortunate scenario.

        * fast/events/set-attribute-listener-window-onerror-crash-expected.txt: Added.
        * fast/events/set-attribute-listener-window-onerror-crash.html: Added.

2012-08-30  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [EFL] Gardening after r127135, r127039
        https://bugs.webkit.org/show_bug.cgi?id=95433

        Unreviewed gardening.

        Gardening of media/video-controls-captions.html and inspector/timeline/timeline-load.html.

        * platform/efl/TestExpectations:

2012-08-30  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, skip new failing tests.

        * platform/qt/Skipped:

2012-08-30  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding failure expectations for media/video-controls-captions.html
        and svg/custom/clamped-masking-clipping.svg, the tests have been failing
        since introduced in r127035 and r126993, respectively.

        Also adding a flakiness expectation for
        fast/layers/scroll-no-visible-content-but-visible-descendant.html.

        * platform/gtk/TestExpectations:

2012-08-30  Shinya Kawanaka  <shinyak@chromium.org>

        AuthorShadowDOM support for textarea element.
        https://bugs.webkit.org/show_bug.cgi?id=91485

        Reviewed by Dimitri Glazkov.

        We have the following tests.
        (1) having only <shadow> insertion point.
        (2) not having <shadow> insertion point.
        (3) having <shadow> and <content> insertion point.
        (4) with rows/cols attribute
        (5) with placeholder attribute

        * fast/dom/shadow/shadow-disable-expected.txt:
        * fast/dom/shadow/shadow-disable.html:
        * fast/dom/shadow/shadowdom-for-textarea-complex-shadow-expected.html:
        * fast/dom/shadow/shadowdom-for-textarea-complex-shadow.html:
        * fast/dom/shadow/shadowdom-for-textarea-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-textarea-only-shadow-expected.html:
        * fast/dom/shadow/shadowdom-for-textarea-only-shadow.html:
        * fast/dom/shadow/shadowdom-for-textarea-with-attribute-expected.html: Copied from LayoutTests/fast/dom/shadow/shadowdom-for-textarea-only-shadow-expected.html.
        * fast/dom/shadow/shadowdom-for-textarea-with-attribute.html: Copied from LayoutTests/fast/dom/shadow/shadowdom-for-textarea-only-shadow.html.
        * fast/dom/shadow/shadowdom-for-textarea-with-placeholder-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-textarea-with-placeholder.html: Added.
        * fast/dom/shadow/shadowdom-for-textarea-with-style-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-textarea-with-style.html: Copied from LayoutTests/fast/dom/shadow/shadowdom-for-textarea-only-shadow.html.
        * fast/dom/shadow/shadowdom-for-textarea-without-shadow.html:
        * fast/dom/shadow/shadowdom-for-textarea.html: Added.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:

2012-08-29  Andrei Bucur  <abucur@adobe.com>

        Layout Test fast/repaint/japanese-rl-selection-repaint-in-regions.html is failing after r126304
        https://bugs.webkit.org/show_bug.cgi?id=94730

        Reviewed by Dimitri Glazkov.

        Re-enable the japanese-rl-selection-repaint-in-regions.html test for Chromium after the fix was deployed.

        * platform/chromium/TestExpectations:

2012-08-29  Yoshifumi Inoue  <yosin@chromium.org>

        Unreviewed. [Chromium] Rebaseline fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic.html for Chromium-Mac and Chromium-Win
        after changes of https://bugs.webkit.org/show_bug.cgi?id=95285

        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.txt:
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.txt:
        * platform/chromium/TestExpectations:

2012-08-29  Noel Gordon  <noel.gordon@gmail.com>

        WebPImageDecoder progressive decodes fail to decode valid images
        https://bugs.webkit.org/show_bug.cgi?id=74062

        Reviewed by Adam Barth.

        Add test for a partial image load, and a test for a complete image load with a
        pause to cause a progressive/incremental webp image decode.

        * fast/images/resources/large.webp: Added.
        * http/tests/images/webp-partial-load-expected.txt: Added.
        * http/tests/images/webp-partial-load.html: Added.
        * http/tests/images/webp-progressive-load-expected.txt: Added.
        * http/tests/images/webp-progressive-load.html: Added.
        * platform/chromium-linux/http/tests/images/webp-partial-load-expected.png: Added.
        Result differs because the linux DRT network layers returns partial encoded image
        data from the cache layer in multiples of 2048 bytes until all data is received.
        * platform/chromium/http/tests/images/webp-partial-load-expected.png: Added.
        * platform/chromium/http/tests/images/webp-progressive-load-expected.png: Added.
        * platform/efl/TestExpectations: This port does not support webp images.
        * platform/gtk/TestExpectations: ditto.
        * platform/mac/Skipped: ditto.
        * platform/qt/Skipped: ditto.
        * platform/win/Skipped: ditto.
        * platform/wincairo/Skipped: ditto.

2012-08-29  Adam Barth  <abarth@webkit.org>

        security/crypto-random-values-limits.html test the exact value that causes us to throw
        https://bugs.webkit.org/show_bug.cgi?id=95403

        Reviewed by Eric Seidel.

        As requested by Darin Adler, this patch makes us test the exact length
        threshold at which we start throwing an exception. This value is
        defined in the spec, and we want to make sure we hit it exactly.

        * security/crypto-random-values-limits-expected.txt:
        * security/crypto-random-values-limits.html:

2012-08-29  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt][WK1] New test css3/filters/null-effect-check.html added in r126927 fails
        https://bugs.webkit.org/show_bug.cgi?id=95308

        Reviewed by Simon Hausmann.

        * css3/filters/null-effect-check.html: Modify this reftest not to be dumpAsText() test.
        * platform/qt-5.0-wk1/Skipped: Unskip the now passing test.

2012-08-29  Xianzhu Wang  <wangxianzhu@chromium.org>

        [Chromium-Android] Upstream layout test expectations (Part 3)
        https://bugs.webkit.org/show_bug.cgi?id=95392

        Reviewed by Adam Barth.

        This part include:
        - media tests
        - slow tests
        - other misc updates

        * platform/chromium/TestExpectations:

2012-08-29  Luciano Wolf  <luciano.wolf@openbossa.org>

        [Qt][WK2] ApplicationCache LayoutTests failed
        https://bugs.webkit.org/show_bug.cgi?id=69541

        Reviewed by Kenneth Rohde Christiansen.

        Unskip http/appcache tests for qt-5.0-wk2.

        * platform/qt-5.0-wk2/Skipped:

2012-08-29  Yoshifumi Inoue  <yosin@chromium.org>

        [Tests] Add test case for right-to-left rendering of multiple fields time input UI
        https://bugs.webkit.org/show_bug.cgi?id=95285

        Reviewed by Kent Tamura.

        This patch adds a new test case of appearance of dir="rtl" case to
        multiple fields time input UI.

        This patch affects ports which enable both ENABLE_INPUT_TYPE_TIME and
        ENABLE_INPUT_TYPE_TIME_MULTIPLE_FIELDS.

        Note: I'll do rebaseline for Chromium-Mac and Chromium-Win.

        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic.html: Added an input element with dir="rtl".
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png: Updated for a new input element.
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.txt: ditto.
        * platform/chromium/TestExpectations: Disabled time-multiple-fields-appearance-basic.html for Chromium-Mac and Chromium-Win.

2012-08-29  Aaron Colwell  <acolwell@chromium.org>

        Add WebKit prefix to MediaSource, SourceBuffer, & SourceBufferList DOMWindow constructor attributes.
        https://bugs.webkit.org/show_bug.cgi?id=95247

        Reviewed by Eric Carlson.

        Update MediaSource tests to include the WebKit prefix on MediaSource, SourceBuffer, & SourceBufferTest objects.

        * http/tests/media/media-source/media-source.js:
        * http/tests/media/media-source/video-media-source-add-and-remove-buffers.html:
        * http/tests/media/media-source/video-media-source-async-events.html:
        * http/tests/media/media-source/video-media-source-event-attributes.html:
        * http/tests/media/media-source/video-media-source-objects-expected.txt:
        * http/tests/media/media-source/video-media-source-objects.html:
        * http/tests/media/media-source/video-media-source-play.html:
        * http/tests/media/media-source/video-media-source-state-changes.html:

2012-08-29  Dominic Mazzoni  <dmazzoni@google.com>

        AX: Canvas should have a distinct role
        https://bugs.webkit.org/show_bug.cgi?id=95248

        Reviewed by Chris Fleizach.

        Add new tests for canvas role.

        * accessibility/canvas.html: Deleted.
        * accessibility/canvas-expected.txt: Deleted.
        * accessibility/canvas-description-and-role.html: Added.
        * platform/chromium/accessibility/canvas-description-and-role-expected.txt: Added.
        * platform/gtk/TestExpectations:
        * platform/mac/accessibility/canvas.html: Added.
        * platform/mac/accessibility/canvas-expected.txt: Added.
        * platform/mac/accessibility/canvas-description-and-role-expected.txt: Added.

2012-08-29  Michael Saboff  <msaboff@apple.com>

        use after free in WebCore::FileReader::doAbort
        https://bugs.webkit.org/show_bug.cgi?id=91004

        Reviewed by Jian Li.

        New tests to check that FileReader::abort doesn't crash or create events before
        or after reading.

        * fast/files/file-reader-done-reading-abort-expected.txt: Added.
        * fast/files/file-reader-done-reading-abort.html: Added.
        * fast/files/file-reader-immediate-abort-expected.txt: Added.
        * fast/files/file-reader-immediate-abort.html: Added.

2012-08-29  Jessie Berlin  <jberlin@apple.com>

        ASSERTION FAILURE in JSC::JSGlobalData::float32ArrayDescriptor when running fast/js/dfg-float64array.html
        https://bugs.webkit.org/show_bug.cgi?id=95398

        Skip the tests affected by this assertion failure.

        * platform/mac-wk2/Skipped:

2012-08-29  Jessie Berlin  <jberlin@apple.com>

        Mountain Lion missing results for media/controls-without-preload.html
        https://bugs.webkit.org/show_bug.cgi?id=95417

        Add the text results the bots were seeing to get the bots greener.

        * platform/mac/media/controls-without-preload-expected.txt: Added.

2012-08-29  Philip Rogers  <pdr@google.com>

        Unreviewed update of circle-in-mask-with-shadow test expectation.

        * platform/chromium-linux/svg/css/circle-in-mask-with-shadow-expected.png:
        * platform/chromium-mac/svg/css/circle-in-mask-with-shadow-expected.png: Modified property svn:mime-type.
        * platform/chromium-win/svg/css/circle-in-mask-with-shadow-expected.png:
        * platform/chromium/TestExpectations:

2012-08-29  Abhishek Arya  <inferno@chromium.org>

        Crash in WebCore::StyleSheetContents::checkLoadCompleted.
        https://bugs.webkit.org/show_bug.cgi?id=95106

        Reviewed by Antti Koivisto.

        * fast/css/style-element-process-crash-expected.txt: Added.
        * fast/css/style-element-process-crash.html: Added.

2012-08-29  José Dapena Paz  <jdapena@igalia.com>

        [Gtk] Process Gtk 3.4 smooth scroll events properly.
        https://bugs.webkit.org/show_bug.cgi?id=88070

        Added layout tests support for smooth scroll in Gtk 3.4, and use smooth
        scroll for emulating multi-tick mouseScrollBy events.

        Reviewed by Martin Robinson.

        * platform/gtk-wk2/fast/events/wheelevent-in-horizontal-scrollbar-in-rtl-expected.txt: Added.
        * platform/gtk-wk2/fast/events/wheelevent-in-vertical-scrollbar-in-rtl-expected.txt: Added.
        * platform/gtk/TestExpectations:
        * platform/gtk/fast/events/wheelevent-in-horizontal-scrollbar-in-rtl-expected.txt: Added.
        * platform/gtk/fast/events/wheelevent-in-vertical-scrollbar-in-rtl-expected.txt: Added.

2012-08-29  Dean Jackson  <dino@apple.com>

        Unreviewed gardening for Mac Lion after r127046.

        * platform/mac-lion/TestExpectations:

2012-08-29  Roger Fong  <roger_fong@apple.com>

        Unreviewed Gardening. platform/win/accessibility/single-select-children.html times out on Windows.
        https://bugs.webkit.org/show_bug.cgi?id=95405

        This test times out, probably for a similar reason as https://bugs.webkit.org/show_bug.cgi?id=93667.
        DRT on Windows seems to have a tough time figuring out to continue the test when a select menu has gained focus / is opened.

        Adding to skip list for now to get bots greener.

        * platform/win/Skipped:

2012-08-29  Philip Rogers  <pdr@google.com>

       Unreviewed rebaseline after r127035

       Updated base expectations:
       * platform/chromium-linux/media/track/track-cue-rendering-vertical-expected.txt:
       * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.txt:
       * platform/chromium-mac/media/track/track-cue-rendering-vertical-expected.txt:
       * platform/chromium-win/media/track/track-cue-rendering-horizontal-expected.txt:
        * platform/chromium-win/media/track/track-cue-rendering-vertical-expected.txt:

        Removed unnecessary expectations:
        * platform/chromium-mac-snowleopard/media/track/track-cue-rendering-horizontal-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/media/track/track-cue-rendering-vertical-expected.txt: Removed.

        Updated expectations and added mime types:
        * platform/chromium-linux/media/track/track-cue-rendering-horizontal-expected.png: Added property svn:mime-type.
        * platform/chromium-linux/media/track/track-cue-rendering-vertical-expected.png: Added property svn:mime-type.
        * platform/chromium-mac-snowleopard/media/track/track-cue-rendering-horizontal-expected.png: Added property svn:mime-type.
        * platform/chromium-mac-snowleopard/media/track/track-cue-rendering-vertical-expected.png: Added property svn:mime-type.
        * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.png: Added property svn:mime-type.
        * platform/chromium-win-xp/media/track/track-cue-rendering-vertical-expected.png: Added property svn:mime-type.
        * platform/chromium-win/media/track/track-cue-rendering-horizontal-expected.png: Added property svn:mime-type.
        * platform/chromium-win/media/track/track-cue-rendering-vertical-expected.png: Added property svn:mime-type.

        Updated TestExpectations:
        * platform/chromium/TestExpectations:

2012-08-29  Alex Sakhartchouk  <alexst@chromium.org>

        [chromium] Support high DIP pixel tests with DumpRenderTree
        https://bugs.webkit.org/show_bug.cgi?id=94935

        Reviewed by James Robinson.

        Introducing new expected test results in full resolution and temporarily
        marking the files on other platforms as expected to fail until I can update them later

        * platform/chromium-linux/fast/hidpi/broken-image-icon-hidpi-expected.png:
        * platform/chromium-linux/fast/hidpi/broken-image-with-size-hidpi-expected.png:
        * platform/chromium-linux/fast/hidpi/clip-text-in-hidpi-expected.png:
        * platform/chromium-linux/fast/hidpi/device-scale-factor-paint-expected.png:
        * platform/chromium-linux/fast/hidpi/focus-rings-expected.png:
        * platform/chromium-linux/fast/hidpi/image-set-as-background-expected.png:
        * platform/chromium-linux/fast/hidpi/image-set-background-dynamic-expected.png:
        * platform/chromium-linux/fast/hidpi/image-set-background-repeat-expected.png:
        * platform/chromium-linux/fast/hidpi/image-set-background-repeat-without-size-expected.png:
        * platform/chromium-linux/fast/hidpi/image-set-border-image-comparison-expected.png:
        * platform/chromium-linux/fast/hidpi/image-set-border-image-dynamic-expected.png:
        * platform/chromium-linux/fast/hidpi/image-set-border-image-simple-expected.png:
        * platform/chromium-linux/fast/hidpi/image-set-in-content-dynamic-expected.png:
        * platform/chromium-linux/fast/hidpi/image-set-out-of-order-expected.png:
        * platform/chromium-linux/fast/hidpi/image-set-simple-expected.png:
        * platform/chromium-linux/fast/hidpi/image-set-without-specified-width-expected.png:
        * platform/chromium-linux/fast/hidpi/resize-corner-hidpi-expected.png:
        * platform/chromium-linux/fast/hidpi/video-controls-in-hidpi-expected.png:
        * platform/chromium/TestExpectations:

2012-08-29  Roger Fong  <roger_fong@apple.com>

        Unreviewed Gardening: editing/delete/br-004(5)(6) failing on Windows (old run webkit tests)
        https://bugs.webkit.org/show_bug.cgi?id=95391

        Looks like NRWT expects different results for these tests than ORWT, as per http://trac.webkit.org/changeset/90490.
        Adding these three failing tests to skip list to get bots greener.

        * platform/win/Skipped:

2012-08-29  Florin Malita  <fmalita@chromium.org>

        Unreviewed, adjusting reftest mask to avoid spurious Mac failures.

        * svg/custom/clamped-masking-clipping-expected.svg:
        * svg/custom/clamped-masking-clipping.svg:

2012-08-29  Tony Chang  <tony@chromium.org>

        Unreviewed, mark css3/flexbox/flexitem.html as failing on efl. There
        are differences with form controls.

        * platform/efl/TestExpectations:

2012-08-29  Julien Chaffraix  <jchaffraix@webkit.org>

        Final unreviewed rebaselining after r126683.

        This change is identical to r126944, r126832, r126818, r126793 and r126957 except that it touches around
        68 files. If you are interested in the details, it's better to check one of those as they are easier to
        follow.

        This change is massive as it optimizes the baselines from the different ports. The apparent sizes change in the
        common baselines are expected (I checked them against the other baselines). They don't represent real size changes
        following r126683 (which shouldn't happen), just that some older change made the size change and we are propagating
        it to the common baseline.

        * platform/chromium/TestExpectations
        Removed all the entries related to BUGWK84286.

        [Snipped the long list of touched file]

2012-08-29  Tony Chang  <tony@chromium.org>

        r126257 broke css3/flexbox/flexitem.html
        https://bugs.webkit.org/show_bug.cgi?id=94720

        Reviewed by Ojan Vafai.

        Move the failing test case into a new file so we can re-enable the
        rest of the tests. We probably need to add some debugging information
        to the failing test case to identify the cause of flakiness.

        * css3/flexbox/flexitem-expected.txt: Remove flaky test case.
        * css3/flexbox/flexitem-stretch-image-expected.txt: Added.
        * css3/flexbox/flexitem-stretch-image.html: Added.
        * css3/flexbox/flexitem.html: Remove flaky test case.
        * platform/chromium/TestExpectations: Change failure to new test.
        * platform/efl/TestExpectations: Change failure to new test.
        * platform/mac/Skipped: Remove so we can get flakiness information.
        * platform/mac/TestExpectations: Mark new test as flaky.

2012-08-29  David Grogan  <dgrogan@chromium.org>

        IndexedDB: Throw TypeError for invalid version parameters
        https://bugs.webkit.org/show_bug.cgi?id=95143

        Reviewed by Tony Chang.

        * http/tests/inspector/indexeddb/indexeddb-test.js:
        Remove 0 as a version parameter now that it will throw TypeError. It
        should have been a no-op anyway.

        * storage/indexeddb/intversion-bad-parameters-expected.txt: Added.
        * storage/indexeddb/intversion-bad-parameters.html: Added.
        * storage/indexeddb/resources/intversion-bad-parameters.js: Added.
        (test):
        (deleteSuccess):

2012-08-29  Jessie Berlin  <jberlin@apple.com>

        ASSERTION FAILED: enclosingIntRect(rendererMappedResult) == enclosingIntRect(FloatQuad(result).boundingBox()) : WebCore::FloatRect WebCore::RenderGeometryMap::absoluteRect(const WebCore::FloatRect &) const
        https://bugs.webkit.org/show_bug.cgi?id=92464

        Saw an instance of fast/events/tabindex-focus-blur-all.html hitting the assertion on Debug
        WK1 as well. Since it doesn't always happen on Debug WK1, mark it as flakey.

        * platform/mac-wk2/Skipped:
        Move handling of the test from here ...
        * platform/mac/TestExpectations:
        ... to here.

2012-08-29  Brady Eidson  <beidson@apple.com>

        REGRESSION: Not sending NPP_SetWindow is causing Flash to not throttle itself
        <rdar://problem/12133021> and https://bugs.webkit.org/show_bug.cgi?id=95274

        Reviewed by Sam Weinig.

        * platform/mac-wk2/plugins/npp-setwindow-called-on-scroll-expected.txt: Added.
        * platform/mac-wk2/plugins/npp-setwindow-called-on-scroll.html: Added.

2012-08-29  Alexandru Chiculita  <achicu@adobe.com>

        [CSS Shaders] Use CSS transform parsing code within CSS Shader
        https://bugs.webkit.org/show_bug.cgi?id=71401

        Reviewed by Dean Jackson.

        Added test to check for the computed style of the transform parameters of the 
        custom() function. Also, added a test file to compare the result of applying the transform
        using CSS Custom Filters and using CSS 3D Transforms.

        * css3/filters/custom/custom-filter-property-computed-style-expected.txt:
        * css3/filters/custom/effect-custom-transform-parameters-expected.html: Added.
        * css3/filters/custom/effect-custom-transform-parameters.html: Added.
        * css3/filters/resources/vertex-transform-parameter.vs: Added.
        * css3/filters/script-tests/custom-filter-property-computed-style.js:
        (description):
        * platform/chromium/css3/filters/custom/custom-filter-property-computed-style-expected.txt:

2012-08-29  Eugene Klyuchnikov  <eustas.bug@gmail.com>

        Web Inspector: Timeline: avoid "IPC message too big" on save/load
        https://bugs.webkit.org/show_bug.cgi?id=91991

        Reviewed by Alexander Pavlov.

        Refactored to adopt workflow.

        * inspector/timeline/timeline-load.html: Turned into test suite to avoid code
        duplication. Added "malformed input" case.

2012-08-29  Anna Cavender  <annacc@chromium.org>

        Create a toggle button for closed captions.
        https://bugs.webkit.org/show_bug.cgi?id=94395

        Reviewed by Eric Carlson.

        This patch will create a button that toggles any captions or subtitles on or off.

        * media/video-controls-captions-expected.txt: Added.
        * media/video-controls-captions.html: Added.

2012-08-29  Zhenyao Mo  <zmo@google.com>

        Unreviewed, chromium test expectations cleanup.

        * platform/chromium/TestExpectations:

2012-08-29  Kamil Blank  <k.blank@samsung.com>

        [EFL] Add setting API for allow universal/file access from file URLs.
        https://bugs.webkit.org/show_bug.cgi?id=83121

        Reviewed by Eric Seidel.

        Enable test connected with setAllowUniversalAccessFromFileURLs and setAllowFileAccessFromFileURLs.

        * platform/efl/Skipped:

2012-08-29  W. James MacLean  <wjmaclean@chromium.org>

        [chromium] Link highlight should clear on page navigation.
        https://bugs.webkit.org/show_bug.cgi?id=95129

        Reviewed by James Robinson.

        Modified WebViewImpl to clear link highlight when navigating to new url.

        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-navigate.html: Added.
        * platform/chromium-linux/compositing/gestures/resources/gesture-tapHighlight-simple-navigate-destination.html: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-navigate-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-navigate-expected.txt: Added.

2012-08-29  Jessie Berlin  <jberlin@apple.com>

        ASSERTION FAILED: enclosingIntRect(rendererMappedResult) == enclosingIntRect(FloatQuad(result).boundingBox()) : WebCore::FloatRect WebCore::RenderGeometryMap::absoluteRect(const WebCore::FloatRect &) const
        https://bugs.webkit.org/show_bug.cgi?id=92464

        Skip fast/events/tabindex-focus-blur-all.html since it is manifesting as a crash on the WK2
        Debug Testers.

        * platform/mac-wk2/Skipped:

2012-08-29  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Unskip 2 willSendRequest tests that are passing consistently
        https://bugs.webkit.org/show_bug.cgi?id=95289

        Unreviewed EFL gardening.

        Unskip the following tests are EFL port:
        fast/loader/onload-willSendRequest-null-for-script.html
        fast/loader/willSendRequest-null-for-preload.html

        * platform/efl/Skipped:

2012-08-29  Xianzhu Wang  <wangxianzhu@chromium.org>

        '\r's in test expectations files confuse chromium-android layout test driver
        https://bugs.webkit.org/show_bug.cgi?id=95353

        Reviewed by Adam Barth.

        Modified the test cases not to output '\r's.
        Removed the '\r's from expectation files.

        * fast/dom/Window/window-property-clearing-expected.txt:
        * fast/dom/Window/window-property-clearing.html:
        * fast/dom/simultaneouslyRegsiteredTimerFireOrder-expected.txt:
        * fast/dom/simultaneouslyRegsiteredTimerFireOrder.html:

2012-08-29  Julien Chaffraix  <jchaffraix@webkit.org>

        Unreviewed gardening.

        * platform/chromium-linux/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png: Added.
        Added missing baseline for this test.

2012-08-29  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r126972.
        http://trac.webkit.org/changeset/126972
        https://bugs.webkit.org/show_bug.cgi?id=95349

        accessibility/canvas-description-and-role.html has been
        failing consistently on several bots and Dominic needs some
        time to investigate why (Requested by jchaffraix on #webkit).

        * accessibility/canvas-description-and-role.html: Removed.
        * accessibility/canvas-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/canvas-expected.txt.
        * accessibility/canvas.html: Renamed from LayoutTests/platform/mac/accessibility/canvas.html.
        * platform/chromium/accessibility/canvas-description-and-role-expected.txt: Removed.
        * platform/gtk/TestExpectations:
        * platform/mac/accessibility/canvas-description-and-role-expected.txt: Removed.

2012-08-29  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Minor debugger-test polish.
        https://bugs.webkit.org/show_bug.cgi?id=95348

        Reviewed by Alexander Pavlov.

        Added meaningful assertion messages to facilitate debugging.
        Added meaningful mimeType to script mock.

        * http/tests/inspector/debugger-test.js:
        (initialize_DebuggerTest.):
        (initialize_DebuggerTest):
        * inspector/debugger/raw-source-code-expected.txt:

2012-08-29  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: Page with @import and :last-child in an edited stylesheet will crash
        https://bugs.webkit.org/show_bug.cgi?id=95324

        Reviewed by Antti Koivisto.

        * inspector/styles/import-pseudoclass-crash-expected.txt: Added.
        * inspector/styles/import-pseudoclass-crash.html: Added.
        * inspector/styles/resources/import-pseudoclass-crash-empty.css: Added.
        * inspector/styles/resources/import-pseudoclass-crash.css: Added.
        (:last-child):

2012-08-29  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Turn workspace into a container of UiSourceCodes put in different projects.
        https://bugs.webkit.org/show_bug.cgi?id=95335

        Reviewed by Pavel Feldman.

        * http/tests/inspector/compiler-script-mapping.html:
        * inspector/debugger/breakpoint-manager.html:
        * inspector/debugger/script-snippet-model.html:
        * inspector/debugger/scripts-panel.html:

2012-08-29  Szilard Ledan  <szledan@inf.u-szeged.hu>

        [WK2] New fast/events/tab-focus-link-in-canvas fails from r126908
        https://bugs.webkit.org/show_bug.cgi?id=95329

        Reviewed by Csaba Osztrogonác.

        * platform/wk2/Skipped:

2012-08-29  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed EFL gardening.

        Moving fast/forms/color/input-value-sanitization-color.html out as flaky.

        * platform/efl-wk2/TestExpectations: Flakily crashing test marked.

2012-08-29  Florin Malita  <fmalita@chromium.org>

        Incorrect large-area clipping
        https://bugs.webkit.org/show_bug.cgi?id=95197

        Reviewed by Nikolas Zimmermann.

        * svg/custom/clamped-masking-clipping-expected.svg: Added.
        * svg/custom/clamped-masking-clipping.svg: Added.

2012-08-29  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Move known crash issue to TestExpectations
        https://bugs.webkit.org/show_bug.cgi?id=95327

        Unreviewed, EFL gardening.

        Moving out x-frame-options-deny-meta-tag-in-body.html with details discussed in bug 94458.

        * platform/efl/TestExpectations: Marked crash issue, discussed in bug 94458.

2012-08-29  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed EFL gardening.

        EFL requires a newline at the end of the test expectations here.

        * platform/efl/fast/events/overflow-viewport-renderer-deleted-expected.txt: Added.

2012-08-29  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Clean up Skipped file
        https://bugs.webkit.org/show_bug.cgi?id=95306

        Unreviewed EFL gardening.

        Remove from Skipped list several test cases that are now passing
        consistently on EFL port. Some other tests have been moved to
        TestExpectations since we need to get rid of the Skipped list
        progressively.

        * platform/efl-wk2/TestExpectations:
        * platform/efl/Skipped:
        * platform/efl/TestExpectations:
        * platform/efl/editing/selection/collapse-selection-in-bidi-expected.txt: Added.
        * platform/efl/editing/selection/extend-selection-bidi-expected.png: Added.
        * platform/efl/editing/selection/extend-selection-bidi-expected.txt: Added.
        * platform/efl/fast/box-shadow/shadow-tiling-artifact-expected.txt: Added.
        * platform/efl/fast/forms/color/input-color-onchange-event-expected.txt: Added.
        * platform/efl/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.png: Added.
        * platform/efl/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.txt: Added.
        * platform/efl/fast/replaced/object-with-embed-url-param-expected.txt: Added.
        * platform/efl/fast/text/complex-synthetic-bold-space-width-expected.png: Added.
        * platform/efl/fast/text/complex-synthetic-bold-space-width-expected.txt: Added.

2012-08-29  KwangYong Choi  <ky0.choi@samsung.com>

        [EFL] Rebaseline after r126864
        https://bugs.webkit.org/show_bug.cgi?id=95278

        Unreviewed, rebaseline.

        Updated range with datalist pixel test expectations because slider theme is changed.

        * platform/efl/fast/forms/datalist/input-appearance-range-with-datalist-expected.png:
        * platform/efl/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:

2012-08-29  Philip Rogers  <pdr@google.com>

        Use SVGImage instead of cached image when drawing without a render tree.
        https://bugs.webkit.org/show_bug.cgi?id=95002

        Reviewed by Nikolas Zimmermann.

        * svg/as-image/svg-canvas-draw-image-detached-expected.txt: Added.
        * svg/as-image/svg-canvas-draw-image-detached.html: Added.

2012-08-22  Simon Hausmann  <simon.hausmann@nokia.com>

        [Qt] REGRESSION(r125428): fast/profiler/nested-start-and-stop-profiler.html fails
        https://bugs.webkit.org/show_bug.cgi?id=93897

        Reviewed by Kenneth Rohde Christiansen.

        * platform/qt/Skipped: Unskip test that is now passing.

2012-08-29  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt][WK1] Unreviewd gardening. Skip failing css3 filter test.
        https://bugs.webkit.org/show_bug.cgi?id=95308

        * platform/qt-5.0-wk1/Skipped: skip css3/filters/null-effect-check.html after r126927.

2012-08-29  Dominic Mazzoni  <dmazzoni@google.com>

        AX: Canvas should have a distinct role
        https://bugs.webkit.org/show_bug.cgi?id=95248

        Reviewed by Chris Fleizach.

        Add new tests for canvas role.

        * accessibility/canvas.html: Deleted.
        * accessibility/canvas-expected.txt: Deleted.
        * accessibility/canvas-description-and-role.html: Added.
        * platform/chromium/accessibility/canvas-description-and-role-expected.txt: Added.
        * platform/gtk/TestExpectations:
        * platform/mac/accessibility/canvas.html: Added.
        * platform/mac/accessibility/canvas-expected.txt: Added.
        * platform/mac/accessibility/canvas-description-and-role-expected.txt: Added.

2012-08-28  Dominic Mazzoni  <dmazzoni@google.com>

        AX: Focusable elements without a role should not be ignored
        https://bugs.webkit.org/show_bug.cgi?id=94302

        Reviewed by Chris Fleizach.

        Adds a new test to make sure that a generic focusable element (like a div with tabindex=0)
        can get focus and return an appropriate title, just like a form control or element with
        an ARIA role.

        Modifies three existing tests that were previously assuming that a focusable node
        with no role would be ignored for accessibility ("accessibilityIsIgnored").

        * accessibility/editable-webarea-context-menu-point.html:
        * accessibility/focusable-div-expected.txt: Added.
        * accessibility/focusable-div.html: Added.
        * accessibility/table-detection.html:
        * platform/mac/accessibility/listbox-hit-test.html:

2012-08-28  Joone Hur  <joone.hur@intel.com>

        [EFL] Unreviewed gardening on the 64bit build bot.
 
        The following test cases don't crash so they should be removed from 
        WK2 TestExpectations file. 
        inspector/elements/event-listeners-about-blank.html
        inspector/console/console-assert.html
        inspector/debugger/debugger-step-out.html
        inspector/debugger/debugger-suspend-active-dom-objects.html
        fast/forms/fieldset/fieldset-crash.html
        fast/events/keyevent-iframe-removed-crash.html
        
        The following test cases pass only in WK2 so marked them as pass.
        fast/loader/opaque-base-url.html 
        canvas/philip/tests/2d.text.draw.fontface.notinpage.html 
        editing/execCommand/indent-paragraphs.html 
        fast/animation/request-animation-frame-during-modal.html 
        fast/forms/mailto/formenctype-attribute-button-html.html
        fast/forms/mailto/formenctype-attribute-input-html.html
        fast/frames/seamless/seamless-inherited-document-style.html
        fast/js/names.html
        http/tests/security/cross-frame-access-call.html
        http/tests/security/frameNavigation/inactive-function-in-popup-navigate-child.html

        The following test case is marked as known failure.
        fast/events/tab-focus-link-in-canvas.html

        * platform/efl-wk2/TestExpectations:

2012-08-28  Kenichi Ishibashi  <bashi@chromium.org>

        style->fontMetrics() should be available when setting line-height
        https://bugs.webkit.org/show_bug.cgi?id=93327

        Reviewed by Darin Adler.

        * fast/canvas/crash-set-font.html: Add a test case that sets both font-size and line-height.

2012-08-28  Philip Rogers  <pdr@google.com>

        Unreviewed rebaseline after r126683

        Unreviewed rebaseline of 8 test expectations after r126683.

        Common baselines: (http/tests/misc/acid2-pixel-expected.txt already existed)
        * ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.txt: Added.
        * ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.txt: Added.
        * ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.txt: Added.
        * ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.txt: Added.
        * ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.txt: Added.
        * ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.txt: Added.
        * ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-001-expected.txt: Added.

        Chromium-specific baselines:
        * platform/chromium-win/http/tests/misc/acid2-pixel-expected.txt:
        * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.txt:
        * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.txt:
        * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.txt:
        * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.txt:
        * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.txt:
        * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.txt:
        * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-001-expected.txt:

        Removed entries that no longer need to be rebaselined:
        * platform/chromium/TestExpectations:

        Removed these baselines so that they fall back to the common ones:
        * platform/chromium-linux-x86/http/tests/misc: Removed.
        * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.txt: Removed.
        * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.txt: Removed.
        * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.txt: Removed.
        * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.txt: Removed.
        * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.txt: Removed.
        * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.txt: Removed.
        * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-001-expected.txt: Removed.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.txt: Removed.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.txt: Removed.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.txt: Removed.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.txt: Removed.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.txt: Removed.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.txt: Removed.
        * platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-001-expected.txt: Removed.
        * platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.txt: Removed.
        * platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.txt: Removed.
        * platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.txt: Removed.
        * platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.txt: Removed.
        * platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.txt: Removed.
        * platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.txt: Removed.
        * platform/gtk/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-001-expected.txt: Removed.
        * platform/mac-lion/http/tests/misc: Removed.
        * platform/mac-lion/http/tests/misc/acid2-pixel-expected.txt: Removed.
        * platform/mac-lion/ietestcenter/css3/bordersbackgrounds: Removed.
        * platform/mac-lion/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.txt: Removed.
        * platform/mac-lion/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.txt: Removed.
        * platform/mac-lion/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.txt: Removed.
        * platform/mac-lion/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.txt: Removed.
        * platform/mac-lion/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.txt: Removed.
        * platform/mac-lion/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.txt: Removed.
        * platform/mac-lion/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-001-expected.txt: Removed.

2012-08-28  Adam Barth  <abarth@webkit.org>

        crypto.getRandomValues should throw an exception when given a big array
        https://bugs.webkit.org/show_bug.cgi?id=95269

        Reviewed by Eric Seidel.

        * security/crypto-random-values-limits-expected.txt: Added.
        * security/crypto-random-values-limits.html: Added.

2012-08-28  Tom Sepez  <tsepez@chromium.org>

        CSP doesn't turn off eval, etc. in Web Workers
        https://bugs.webkit.org/show_bug.cgi?id=93392

        Reviewed by Adam Barth.

        On the JSC side, the blocking of eval() in workers was handled correctly, so it is
        a matter of adding calls check the policy for setTimeout and SetInterval.  On the v8
        side, it is a matter of handling the above, plus eval().

        * http/tests/security/contentSecurityPolicy/resources/worker-eval.js: Added.
        * http/tests/security/contentSecurityPolicy/resources/worker-function-function.js: Added.
        (fn):
        * http/tests/security/contentSecurityPolicy/resources/worker-set-timeout.js:
        * http/tests/security/contentSecurityPolicy/worker-eval-blocked-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/worker-eval-blocked.html: Added.
        * http/tests/security/contentSecurityPolicy/worker-function-function-blocked-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/worker-function-function-blocked.html: Added.
        * http/tests/security/contentSecurityPolicy/worker-set-timeout-blocked-expected.txt:

2012-08-28  Aaron Colwell  <acolwell@chromium.org>

        Make MediaSource event dispatch asynchronous.
        https://bugs.webkit.org/show_bug.cgi?id=95217

        Reviewed by Eric Carlson.

        - Added a test to verify that MediaSource & SourceBufferList events are dispatched asynchronously.
        - Updated a few existing tests that were relying on the old synchronous dispatch.

        * http/tests/media/media-source/video-media-source-async-events-expected.txt: Added.
        * http/tests/media/media-source/video-media-source-async-events.html: Added.
        * http/tests/media/media-source/video-media-source-event-attributes.html:
        * http/tests/media/media-source/video-media-source-objects.html:
        * http/tests/media/media-source/video-media-source-seek-expected.txt:
        * http/tests/media/media-source/video-media-source-state-changes-expected.txt:

2012-08-28  Julien Chaffraix  <jchaffraix@webkit.org>

        Unreviewed penultimate rebaseline after r126683.

        * platform/chromium/TestExpectations:
        Removed 38 tests that got rebaselined.

        * editing/execCommand/4580583-1-expected.txt: Renamed from LayoutTests/platform/efl/editing/execCommand/4580583-1-expected.txt.
        * editing/execCommand/4580583-2-expected.txt: Renamed from LayoutTests/platform/efl/editing/execCommand/4580583-2-expected.txt.
        * fast/block/float/012-expected.txt: Renamed from LayoutTests/platform/efl/fast/block/float/012-expected.txt.
        * fast/block/float/013-expected.txt: Renamed from LayoutTests/platform/efl/fast/block/float/013-expected.txt.
        * fast/block/float/016-expected.txt:
        * fast/block/margin-collapse/041-expected.txt: Renamed from LayoutTests/platform/efl/fast/block/margin-collapse/041-expected.txt.
        * fast/block/margin-collapse/043-expected.txt: Renamed from LayoutTests/platform/efl/fast/block/margin-collapse/043-expected.txt.
        * fast/block/margin-collapse/057-expected.txt: Renamed from LayoutTests/platform/efl/fast/block/margin-collapse/057-expected.txt.
        * fast/css/acid2-expected.txt:
        * fast/css/acid2-pixel-expected.txt:
        * fast/css/border-height-expected.txt: Renamed from LayoutTests/platform/efl/fast/css/border-height-expected.txt.
        * fast/frames/viewsource-attribute-expected.txt: Renamed from LayoutTests/platform/efl/fast/frames/viewsource-attribute-expected.txt.
        * fast/frames/viewsource-on-image-file-expected.txt: Renamed from LayoutTests/platform/efl/fast/frames/viewsource-on-image-file-expected.txt.
        * fast/inline/inline-padding-disables-text-quirk-expected.txt: Renamed from LayoutTests/platform/efl/fast/inline/inline-padding-disables-text-quirk-expected.txt.
        * fast/inline/inline-text-quirk-bpm-expected.txt: Renamed from LayoutTests/platform/efl/fast/inline/inline-text-quirk-bpm-expected.txt.
        * fast/layers/scroll-rect-to-visible-expected.txt: Renamed from LayoutTests/platform/efl/fast/layers/scroll-rect-to-visible-expected.txt.
        * fast/lists/007-expected.txt: Renamed from LayoutTests/platform/efl/fast/lists/007-expected.txt.
        * fast/multicol/block-axis-horizontal-bt-expected.txt: Renamed from LayoutTests/platform/efl/fast/multicol/block-axis-horizontal-bt-expected.txt.
        * fast/multicol/block-axis-vertical-lr-expected.txt: Renamed from LayoutTests/platform/efl/fast/multicol/block-axis-vertical-lr-expected.txt.
        * fast/multicol/block-axis-vertical-rl-expected.txt: Renamed from LayoutTests/platform/efl/fast/multicol/block-axis-vertical-rl-expected.txt.
        * fast/overflow/overflow-rtl-expected.txt:
        * fast/overflow/overflow-rtl-inline-scrollbar-expected.txt: Renamed from LayoutTests/platform/efl/fast/overflow/overflow-rtl-inline-scrollbar-expected.txt.
        * fast/table/border-collapsing/003-expected.txt: Renamed from LayoutTests/platform/efl/fast/table/border-collapsing/003-expected.txt.
        * fast/table/border-collapsing/003-vertical-expected.txt: Renamed from LayoutTests/platform/efl/fast/table/border-collapsing/003-vertical-expected.txt.
        * fast/table/border-collapsing/rtl-border-collapsing-expected.txt: Renamed from LayoutTests/platform/efl/fast/table/border-collapsing/rtl-border-collapsing-expected.txt.
        * fast/table/colgroup-spanning-groups-rules-expected.txt: Renamed from LayoutTests/platform/efl/fast/table/colgroup-spanning-groups-rules-expected.txt.
        * fast/text/basic/015-expected.txt: Renamed from LayoutTests/platform/efl/fast/text/basic/015-expected.txt.
        * http/tests/misc/acid2-expected.txt: Renamed from LayoutTests/platform/efl/fast/css/acid2-expected.txt.
        Common baselines.

        * platform/efl/fast/block/float/016-expected.txt: Removed.
        * platform/efl/fast/css/acid2-pixel-expected.txt: Removed.
        * platform/efl/fast/overflow/overflow-rtl-expected.txt: Removed.
        * platform/efl/http/tests/misc/acid2-expected.txt: Removed.
        * platform/gtk/editing/execCommand/4580583-1-expected.txt: Removed.
        * platform/gtk/editing/execCommand/4580583-2-expected.txt: Removed.
        * platform/gtk/fast/block/float/012-expected.txt: Removed.
        * platform/gtk/fast/block/float/013-expected.txt: Removed.
        * platform/gtk/fast/block/float/016-expected.txt: Removed.
        * platform/gtk/fast/block/margin-collapse/041-expected.txt: Removed.
        * platform/gtk/fast/block/margin-collapse/043-expected.txt: Removed.
        * platform/gtk/fast/block/margin-collapse/057-expected.txt: Removed.
        * platform/gtk/fast/css/acid2-expected.txt: Removed.
        * platform/gtk/fast/css/acid2-pixel-expected.txt: Removed.
        * platform/gtk/fast/css/border-height-expected.txt: Removed.
        * platform/gtk/fast/frames/viewsource-attribute-expected.txt: Removed.
        * platform/gtk/fast/frames/viewsource-on-image-file-expected.txt: Removed.
        * platform/gtk/fast/inline/inline-padding-disables-text-quirk-expected.txt: Removed.
        * platform/gtk/fast/inline/inline-text-quirk-bpm-expected.txt: Removed.
        * platform/gtk/fast/layers/scroll-rect-to-visible-expected.txt: Removed.
        * platform/gtk/fast/lists/007-expected.txt: Removed.
        * platform/gtk/fast/multicol/block-axis-horizontal-bt-expected.txt: Removed.
        * platform/gtk/fast/multicol/block-axis-vertical-lr-expected.txt: Removed.
        * platform/gtk/fast/multicol/block-axis-vertical-rl-expected.txt: Removed.
        * platform/gtk/fast/overflow/overflow-rtl-expected.txt: Removed.
        * platform/gtk/fast/overflow/overflow-rtl-inline-scrollbar-expected.txt: Removed.
        * platform/gtk/fast/table/border-collapsing/003-expected.txt: Removed.
        * platform/gtk/fast/table/border-collapsing/003-vertical-expected.txt: Removed.
        * platform/gtk/fast/table/border-collapsing/rtl-border-collapsing-expected.txt: Removed.
        * platform/gtk/fast/table/colgroup-spanning-groups-rules-expected.txt: Removed.
        * platform/gtk/fast/text/basic/015-expected.txt: Removed.
        * platform/gtk/http/tests/misc/acid2-expected.txt: Removed.
        * platform/mac-lion/editing/deleting/type-delete-after-quote-expected.txt: Removed.
        * platform/mac-lion/editing/execCommand/4580583-1-expected.txt: Removed.
        * platform/mac-lion/editing/execCommand/4580583-2-expected.txt: Removed.
        * platform/mac-lion/editing/inserting/5418891-expected.txt: Removed.
        * platform/mac-lion/editing/inserting/5510537-expected.txt: Removed.
        * platform/mac-lion/editing/inserting/6703873-expected.txt: Removed.
        * platform/mac-lion/editing/inserting/break-blockquote-after-delete-expected.txt: Removed.
        * platform/mac-lion/editing/pasteboard/5006779-expected.txt: Removed.
        * platform/mac-lion/editing/pasteboard/paste-blockquote-after-blockquote-expected.txt: Removed.
        * platform/mac-lion/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.txt: Removed.
        * platform/mac-lion/fast/block/float/012-expected.txt: Removed.
        * platform/mac-lion/fast/block/float/013-expected.txt: Removed.
        * platform/mac-lion/fast/block/margin-collapse/041-expected.txt: Removed.
        * platform/mac-lion/fast/block/margin-collapse/043-expected.txt: Removed.
        * platform/mac-lion/fast/block/margin-collapse/057-expected.txt: Removed.
        * platform/mac-lion/fast/css/acid2-expected.txt: Removed.
        * platform/mac-lion/fast/css/acid2-pixel-expected.txt: Removed.
        * platform/mac-lion/fast/css/border-height-expected.txt: Removed.
        * platform/mac-lion/fast/frames/viewsource-attribute-expected.txt: Removed.
        * platform/mac-lion/fast/frames/viewsource-on-image-file-expected.txt: Removed.
        * platform/mac-lion/fast/inline/inline-padding-disables-text-quirk-expected.txt: Removed.
        * platform/mac-lion/fast/inline/inline-text-quirk-bpm-expected.txt: Removed.
        * platform/mac-lion/fast/layers/scroll-rect-to-visible-expected.txt: Removed.
        * platform/mac-lion/fast/lists/007-expected.txt: Removed.
        * platform/mac-lion/fast/multicol/block-axis-horizontal-bt-expected.txt: Removed.
        * platform/mac-lion/fast/multicol/block-axis-vertical-lr-expected.txt: Removed.
        * platform/mac-lion/fast/multicol/block-axis-vertical-rl-expected.txt: Removed.
        * platform/mac-lion/fast/overflow/overflow-rtl-expected.txt: Removed.
        * platform/mac-lion/fast/overflow/overflow-rtl-inline-scrollbar-expected.txt: Removed.
        * platform/mac-lion/fast/table/border-collapsing/003-expected.txt: Removed.
        * platform/mac-lion/fast/table/border-collapsing/003-vertical-expected.txt: Removed.
        * platform/mac-lion/fast/table/border-collapsing/rtl-border-collapsing-expected.txt: Removed.
        * platform/mac-lion/fast/table/colgroup-spanning-groups-rules-expected.txt: Removed.
        * platform/mac-lion/fast/text/basic/015-expected.txt: Removed.
        * platform/mac-lion/http/tests/misc/acid2-expected.txt: Removed.
        Removed those baselines so that they properly fallback to the correct ones.

        * platform/chromium-linux-x86/fast/repaint/repaint-across-writing-mode-boundary-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/repaint/repaint-across-writing-mode-boundary-expected.txt.
        * platform/chromium-linux-x86/fast/text/monospace-width-cache-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/text/monospace-width-cache-expected.txt.
        * platform/chromium-linux/fast/repaint/repaint-across-writing-mode-boundary-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/repaint/repaint-across-writing-mode-boundary-expected.txt.
        * platform/chromium-linux/fast/text/monospace-width-cache-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/text/monospace-width-cache-expected.txt.
        * platform/chromium-mac-snowleopard/editing/inserting/break-blockquote-after-delete-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/fast/repaint/repaint-across-writing-mode-boundary-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/repaint/repaint-across-writing-mode-boundary-expected.txt.
        * platform/chromium-mac-snowleopard/fast/text/monospace-width-cache-expected.txt: Added.
        * platform/chromium-mac/editing/inserting/break-blockquote-after-delete-expected.txt:
        * platform/chromium-mac/fast/block/float/013-expected.txt:
        * platform/chromium-mac/fast/block/float/016-expected.txt:
        * platform/chromium-mac/fast/overflow/overflow-rtl-expected.txt:
        * platform/chromium-mac/fast/repaint/repaint-across-writing-mode-boundary-expected.txt:
        * platform/chromium-mac/fast/text/monospace-width-cache-expected.txt: Added.
        * platform/chromium-win-xp/fast/repaint/repaint-across-writing-mode-boundary-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/repaint/repaint-across-writing-mode-boundary-expected.txt.
        * platform/chromium-win-xp/fast/text/monospace-width-cache-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/text/monospace-width-cache-expected.txt.
        * platform/chromium-win/editing/deleting/type-delete-after-quote-expected.txt:
        * platform/chromium-win/editing/execCommand/4580583-1-expected.txt:
        * platform/chromium-win/editing/execCommand/4580583-2-expected.txt:
        * platform/chromium-win/editing/inserting/5418891-expected.txt:
        * platform/chromium-win/editing/inserting/5510537-expected.txt:
        * platform/chromium-win/editing/inserting/6703873-expected.txt:
        * platform/chromium-win/editing/inserting/break-blockquote-after-delete-expected.txt:
        * platform/chromium-win/editing/pasteboard/5006779-expected.txt:
        * platform/chromium-win/editing/pasteboard/paste-blockquote-after-blockquote-expected.txt:
        * platform/chromium-win/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.txt:
        * platform/chromium-win/fast/block/float/012-expected.txt:
        * platform/chromium-win/fast/block/float/013-expected.txt:
        * platform/chromium-win/fast/block/float/016-expected.txt:
        * platform/chromium-win/fast/block/margin-collapse/041-expected.txt:
        * platform/chromium-win/fast/block/margin-collapse/043-expected.txt:
        * platform/chromium-win/fast/block/margin-collapse/057-expected.txt:
        * platform/chromium-win/fast/css/acid2-expected.txt:
        * platform/chromium-win/fast/css/acid2-pixel-expected.txt:
        * platform/chromium-win/fast/css/border-height-expected.txt:
        * platform/chromium-win/fast/frames/viewsource-attribute-expected.txt:
        * platform/chromium-win/fast/frames/viewsource-on-image-file-expected.txt:
        * platform/chromium-win/fast/inline/inline-padding-disables-text-quirk-expected.txt:
        * platform/chromium-win/fast/inline/inline-text-quirk-bpm-expected.txt:
        * platform/chromium-win/fast/layers/scroll-rect-to-visible-expected.txt:
        * platform/chromium-win/fast/lists/007-expected.txt:
        * platform/chromium-win/fast/multicol/block-axis-horizontal-bt-expected.txt:
        * platform/chromium-win/fast/multicol/block-axis-vertical-lr-expected.txt:
        * platform/chromium-win/fast/multicol/block-axis-vertical-rl-expected.txt:
        * platform/chromium-win/fast/overflow/overflow-rtl-expected.txt:
        * platform/chromium-win/fast/overflow/overflow-rtl-inline-scrollbar-expected.txt:
        * platform/chromium-win/fast/repaint/repaint-across-writing-mode-boundary-expected.txt:
        * platform/chromium-win/fast/table/border-collapsing/003-expected.txt:
        * platform/chromium-win/fast/table/border-collapsing/003-vertical-expected.txt:
        * platform/chromium-win/fast/table/border-collapsing/rtl-border-collapsing-expected.txt:
        * platform/chromium-win/fast/table/colgroup-spanning-groups-rules-expected.txt:
        * platform/chromium-win/fast/text/basic/015-expected.txt:
        * platform/chromium-win/fast/text/monospace-width-cache-expected.txt:
        * platform/chromium-win/http/tests/misc/acid2-expected.txt:
        Chromium specific updates.

2012-08-28  Simon Fraser  <simon.fraser@apple.com>

        Handle sticky that overflows its container
        https://bugs.webkit.org/show_bug.cgi?id=95260

        Reviewed by Ojan Vafai.

        Testcase with sticky elements that overflow their containers.

        * fast/css/sticky/sticky-overflowing-expected.html: Added.
        * fast/css/sticky/sticky-overflowing.html: Added.

2012-08-28  Xianzhu Wang  <wangxianzhu@chromium.org>

        [Chromium-Android] Upstream layout test expectations (Part 2)
        https://bugs.webkit.org/show_bug.cgi?id=95212

        Reviewed by Adam Barth.

        Update test expectations for Android:
        - 2d canvas tests (both gpu and non-gpu path)
        - compositing tests
        - more WONTFIXes for control behavior tests
        - skip features not enabled on Android

        * platform/chromium/TestExpectations:

2012-08-28  Joanmarie Diggs  <jdiggs@igalia.com>

        Implement AccessibilityUIElement::titleUIElement() and AccessibilityUIElement::stringValue()
        https://bugs.webkit.org/show_bug.cgi?id=95185

        Reviewed by Chris Fleizach.

        Updated layout test expected results. In all three cases below:
        1) Remove objects from the tree representation which did not belong,
        but were included as a side effect of AccessibilityUIElement::stringValue()
        not having been implemented.
        2) Add the stringValue() return value to the tree representation.
        Note that the implementation of AccessibilityUIElement::titleUIElement()
        will be tested by the existing legend.html layout text. See bug 84137.

        * platform/gtk/accessibility/adjacent-continuations-cause-assertion-failure-expected.txt: Updated.
        * platform/gtk/accessibility/deleting-iframe-destroys-axcache-expected.txt: Updated.
        * platform/gtk/accessibility/div-within-anchors-causes-crash-expected.txt: Updated.

2012-08-28  Julien Chaffraix  <jchaffraix@webkit.org>

        Unreviewed gardening, more rebaselining after r126911.

        * platform/chromium-win-xp/fast/inline: Removed.
        * platform/chromium-win/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
        * platform/chromium-win/fast/inline/absolute-positioned-inline-in-centred-block-expected.png:
        * platform/chromium-win/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.png:

2012-08-28  Philip Rogers  <pdr@google.com>

        Rebaseline crash-hw-sw-switch.html for Chromium Snow Leopard.

        Unreviewed update of test expectations.

        The purpose of this test is to track crash regressions so it is still
        passing even with the slightly different pixel results.

        * platform/chromium-mac-snowleopard/css3/filters/crash-hw-sw-switch-expected.png:

2012-08-28  Philip Rogers  <pdr@google.com>

        Mark filesystem-url-in-iframe as flaky
        https://bugs.webkit.org/show_bug.cgi?id=95246

        Marking a test as flaky without review.

        This test is flaky, producing different text output once every few runs.
        This patch temporarily marks it as flaky until the test can be fixed.

        * platform/chromium/TestExpectations:

2012-08-27  Alexandru Chiculita  <achicu@adobe.com>

        [CSS Filters] Filters should render using sRGB until the specification says how it works
        https://bugs.webkit.org/show_bug.cgi?id=94372

        Reviewed by Dirk Schulze.

        Added test to check that blur(0) grayscale(0) is the same as grayscale(0) blur(0). 
        Also rebaselined expected results on Safari Mac, Chromium Mac/Linux.

        * css3/filters/filter-change-repaint-composited-expected.png:
        * css3/filters/filter-change-repaint-expected.png:
        * css3/filters/filter-repaint-blur-expected.png:
        * css3/filters/filter-repaint-child-layers-expected.png:
        * css3/filters/filter-repaint-composited-fallback-crash-expected.png:
        * css3/filters/filter-repaint-composited-fallback-expected.png:
        * css3/filters/filter-repaint-sepia-expected.png:
        * css3/filters/filter-repaint-shadow-clipped-expected.png:
        * css3/filters/filter-repaint-shadow-expected.png:
        * css3/filters/filter-repaint-shadow-rotated-expected.png:
        * css3/filters/null-effect-check-expected.html: Added.
        * css3/filters/null-effect-check.html: Added.
        * css3/filters/remove-filter-rendering-expected.png:
        * platform/chromium-linux/css3/filters/crash-hw-sw-switch-expected.png:
        * platform/chromium-linux/css3/filters/custom/custom-filter-shader-cache-expected.png:
        * platform/chromium-linux/css3/filters/custom/effect-custom-combined-missing-expected.png:
        * platform/chromium-linux/css3/filters/custom/effect-custom-expected.png:
        * platform/chromium-linux/css3/filters/custom/filter-repaint-custom-clipped-expected.png:
        * platform/chromium-linux/css3/filters/custom/filter-repaint-custom-expected.png:
        * platform/chromium-linux/css3/filters/custom/filter-repaint-custom-rotated-expected.png:
        * platform/chromium-linux/css3/filters/effect-brightness-clamping-expected.png:
        * platform/chromium-linux/css3/filters/effect-brightness-expected.png:
        * platform/chromium-linux/css3/filters/filter-empty-element-crash-expected.png:
        * platform/chromium-mac/css3/filters/add-filter-rendering-expected.png:
        * platform/chromium-mac/css3/filters/crash-filter-change-expected.png:
        * platform/chromium-mac/css3/filters/crash-hw-sw-switch-expected.png:
        * platform/chromium-mac/css3/filters/custom/custom-filter-shader-cache-expected.png:
        * platform/chromium-mac/css3/filters/custom/effect-color-check-expected.png:
        * platform/chromium-mac/css3/filters/custom/effect-custom-combined-missing-expected.png:
        * platform/chromium-mac/css3/filters/custom/effect-custom-expected.png:
        * platform/chromium-mac/css3/filters/custom/filter-repaint-custom-clipped-expected.png:
        * platform/chromium-mac/css3/filters/custom/filter-repaint-custom-expected.png:
        * platform/chromium-mac/css3/filters/custom/filter-repaint-custom-rotated-expected.png:
        * platform/chromium-mac/css3/filters/effect-blur-expected.png:
        * platform/chromium-mac/css3/filters/effect-brightness-clamping-expected.png:
        * platform/chromium-mac/css3/filters/effect-brightness-expected.png:
        * platform/chromium-mac/css3/filters/effect-combined-expected.png:
        * platform/chromium-mac/css3/filters/effect-contrast-expected.png:
        * platform/chromium-mac/css3/filters/effect-drop-shadow-expected.png:
        * platform/chromium-mac/css3/filters/effect-grayscale-expected.png:
        * platform/chromium-mac/css3/filters/effect-hue-rotate-expected.png:
        * platform/chromium-mac/css3/filters/effect-invert-expected.png:
        * platform/chromium-mac/css3/filters/effect-opacity-expected.png:
        * platform/chromium-mac/css3/filters/effect-reference-expected.png:
        * platform/chromium-mac/css3/filters/effect-reference-external-expected.png:
        * platform/chromium-mac/css3/filters/effect-reference-hw-expected.png:
        * platform/chromium-mac/css3/filters/effect-reference-ordering-expected.png:
        * platform/chromium-mac/css3/filters/effect-saturate-expected.png:
        * platform/chromium-mac/css3/filters/effect-sepia-expected.png:
        * platform/chromium-mac/css3/filters/filter-repaint-blur-expected.png: Added.
        * platform/chromium-mac/css3/filters/filter-repaint-blur-expected.txt: Added.
        * platform/chromium-mac/css3/filters/filter-repaint-child-layers-expected.png: Added.
        * platform/chromium-mac/css3/filters/filter-repaint-child-layers-expected.txt: Added.
        * platform/chromium-mac/css3/filters/filter-repaint-composited-fallback-crash-expected.png: Added.
        * platform/chromium-mac/css3/filters/filter-repaint-composited-fallback-crash-expected.txt: Added.
        * platform/chromium-mac/css3/filters/filter-repaint-composited-fallback-expected.png: Added.
        * platform/chromium-mac/css3/filters/filter-repaint-composited-fallback-expected.txt: Added.
        * platform/chromium-mac/css3/filters/filter-repaint-expected.png:
        * platform/chromium-mac/css3/filters/filter-repaint-sepia-expected.png: Copied from LayoutTests/platform/chromium-mac/css3/filters/multiple-filters-invalidation-expected.png.
        * platform/chromium-mac/css3/filters/filter-repaint-sepia-expected.txt: Added.
        * platform/chromium-mac/css3/filters/filter-repaint-shadow-clipped-expected.png: Copied from LayoutTests/platform/chromium-mac/css3/filters/custom/filter-repaint-custom-rotated-expected.png.
        * platform/chromium-mac/css3/filters/filter-repaint-shadow-clipped-expected.txt: Added.
        * platform/chromium-mac/css3/filters/filter-repaint-shadow-expected.png: Added.
        * platform/chromium-mac/css3/filters/filter-repaint-shadow-expected.txt: Added.
        * platform/chromium-mac/css3/filters/filter-repaint-shadow-rotated-expected.png: Copied from LayoutTests/platform/chromium-mac/css3/filters/custom/filter-repaint-custom-rotated-expected.png.
        * platform/chromium-mac/css3/filters/filter-repaint-shadow-rotated-expected.txt: Added.
        * platform/chromium-mac/css3/filters/filtered-inline-expected.png:
        * platform/chromium-mac/css3/filters/multiple-filters-invalidation-expected.png:
        * platform/chromium-mac/css3/filters/nested-filters-expected.png:
        * platform/chromium-mac/css3/filters/regions-expanding-expected.png:
        * platform/chromium-mac/css3/filters/simple-filter-rendering-expected.png:
        * platform/chromium-win/css3/filters/add-filter-rendering-expected.png:
        * platform/chromium-win/css3/filters/crash-filter-change-expected.png:
        * platform/chromium-win/css3/filters/custom/effect-color-check-expected.png:
        * platform/chromium-win/css3/filters/effect-blur-expected.png:
        * platform/chromium-win/css3/filters/effect-combined-expected.png:
        * platform/chromium-win/css3/filters/effect-contrast-expected.png:
        * platform/chromium-win/css3/filters/effect-drop-shadow-expected.png:
        * platform/chromium-win/css3/filters/effect-grayscale-expected.png:
        * platform/chromium-win/css3/filters/effect-hue-rotate-expected.png:
        * platform/chromium-win/css3/filters/effect-invert-expected.png:
        * platform/chromium-win/css3/filters/effect-opacity-expected.png:
        * platform/chromium-win/css3/filters/effect-reference-expected.png:
        * platform/chromium-win/css3/filters/effect-reference-external-expected.png:
        * platform/chromium-win/css3/filters/effect-reference-hw-expected.png:
        * platform/chromium-win/css3/filters/effect-reference-ordering-expected.png:
        * platform/chromium-win/css3/filters/effect-saturate-expected.png:
        * platform/chromium-win/css3/filters/effect-sepia-expected.png:
        * platform/chromium-win/css3/filters/filter-repaint-expected.png:
        * platform/chromium-win/css3/filters/filtered-inline-expected.png:
        * platform/chromium-win/css3/filters/multiple-filters-invalidation-expected.png:
        * platform/chromium-win/css3/filters/nested-filters-expected.png:
        * platform/chromium-win/css3/filters/regions-expanding-expected.png:
        * platform/chromium-win/css3/filters/simple-filter-rendering-expected.png:
        * platform/chromium/TestExpectations: css3/filters directory needs rebaseline on Windows.
        * platform/chromium/css3/filters/blur-filter-page-scroll-expected.png:
        * platform/chromium/css3/filters/blur-filter-page-scroll-parents-expected.png:
        * platform/chromium/css3/filters/blur-filter-page-scroll-self-expected.png:
        * platform/mac/TestExpectations: Unskipped old failing tests.

2012-08-28  Philip Rogers  <pdr@google.com>

        Rebaseline details-nested-2.html and clone-anonymous-block-non-inline-child-crash.html after 126789
        https://bugs.webkit.org/show_bug.cgi?id=95226

        Reviewed by Abhishek Arya.

        * fast/html/details-nested-2-expected.txt: Added.
        * fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Replaced.
        * platform/chromium-linux/fast/html/details-nested-2-expected.txt: Removed.
        * platform/chromium-linux/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Removed.
        * platform/chromium-mac/fast/html/details-nested-2-expected.txt:
        * platform/chromium-mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
        * platform/chromium-win/fast/html/details-nested-2-expected.txt:
        * platform/chromium-win/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
        * platform/efl/fast/html/details-nested-2-expected.txt: Removed.
        * platform/efl/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Removed.
        * platform/gtk/fast/html/details-nested-2-expected.txt: Removed.
        * platform/gtk/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Removed.
        * platform/win-future: Added.
        * platform/win-future/fast: Added.
        * platform/win-future/fast/multicol: Added.
        * platform/win-future/fast/multicol/span: Added.
        * platform/win-future/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added.

2012-08-28  Julien Chaffraix  <jchaffraix@webkit.org>

        Unreviewed rebaseline after r126911.

        * platform/chromium/TestExpectations:
        Removed the 3 rebaselined tests.

        * platform/chromium-mac-snowleopard/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.png: Added.
        * platform/chromium-mac/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
        * platform/chromium-mac/fast/inline/absolute-positioned-inline-in-centred-block-expected.png:
        * platform/chromium-mac/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt:
        * platform/chromium-mac/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.png:
        * platform/chromium-mac/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt: Added.
        Added new baselines matching the ones landed for mac.

2012-08-28  Simon Fraser  <simon.fraser@apple.com>

        Regression (r126774): Crash when scrolling after removing sticky element.
        https://bugs.webkit.org/show_bug.cgi?id=95174

        Reviewed by Abhishek Arya.

        Testcase with JS that removes a position:sticky element, then scrolls.

        * fast/css/sticky/remove-sticky-crash-expected.txt: Added.
        * fast/css/sticky/remove-sticky-crash.html: Added.

2012-08-28  Robert Hogan  <robert@webkit.org>

        Fix up ref-tests added in r126911 to make them more port-friendly.

        Unreviewed, gardening.

        * fast/css/center-align-absolute-position-inline-block.html:
        * fast/css/center-align-absolute-position.html:

2012-08-28  Philip Rogers  <pdr@google.com>

        Rebaseline webgl-repaint for slightly different mac results.

        Unreviewed rebaseline of test expectations.

        The mac results have a slightly different shade of green but
        it is still a passing result.

        * platform/chromium-mac/compositing/webgl/webgl-repaint-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/threaded/compositing/webgl: Added.
        * platform/chromium-mac/platform/chromium/virtual/threaded/compositing/webgl/webgl-repaint-expected.png: Added.

2012-08-27  Jeffrey Pfau  <jpfau@apple.com>

        Make shared workers respect third-party storage blocking setting
        https://bugs.webkit.org/show_bug.cgi?id=94559

        Reviewed by Adam Barth.

        Created tests for accessing shared workers from a third party and first party when third-party blocking is on and off.

        * http/tests/security/cross-origin-shared-worker-allowed-expected.txt: Added.
        * http/tests/security/cross-origin-shared-worker-allowed.html: Added.
        * http/tests/security/cross-origin-shared-worker-expected.txt: Added.
        * http/tests/security/cross-origin-shared-worker.html: Added.
        * http/tests/security/resources/cross-origin-iframe-for-shared-worker.html: Added.
        * http/tests/security/resources/shared-worker.js: Added.
        (self.addEventListener):
        * platform/chromium/TestExpectations: Shared workers are not supported in chromium DRT

2012-08-28  Robert Hogan  <robert@webkit.org>

        REGRESSION (r94492): Unstable layout of static block inside text-align: center div
        https://bugs.webkit.org/show_bug.cgi?id=77754

        Reviewed by David Hyatt.

        * fast/css/align-positioned-object-on-resize-expected.txt: Removed.
        * fast/css/align-positioned-object-on-resize.html: Removed.
        * fast/css/bug4860-absolute-inline-child-inherits-alignment-expected.png: Removed.
        * fast/css/bug4860-absolute-inline-child-inherits-alignment-expected.txt: Removed.
        * fast/css/bug4860-absolute-inline-child-inherits-alignment.html: Removed.
            These tests are no longer valid. They expect an out-of-flow block to align with the 
            center of their parent. The valid behaviour for an out-of-flow element with a center-align
            parent is take the center of the parent as their start position. The expected behaviour is
            now covered by center-align-absolute-position.html below.
            
        * fast/css/center-align-absolute-position-expected.html: Added.
        * fast/css/center-align-absolute-position-inline-block-expected.html: Added.
        * fast/css/center-align-absolute-position-inline-block.html: Added.
        * fast/css/center-align-absolute-position.html: Added.
            
        * fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks.html:
        * platform/chromium-linux/fast/inline/absolute-positioned-inline-in-centred-block-expected.png:
        * platform/chromium-linux/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.png:
           This isn't a very helpful test - but note that the alignment of LTR-RTL centers on an axis. The behaviour
           now matches FF.
        * platform/chromium-mac/fast/css/bug4860-absolute-inline-child-inherits-alignment-expected.png: Removed.
        * platform/chromium-win/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
        * platform/chromium-win/fast/css/bug4860-absolute-inline-child-inherits-alignment-expected.png: Removed.
        * platform/chromium-win/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt:
        * platform/chromium-win/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt:
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt:
        * platform/chromium/fast/css/bug4860-absolute-inline-child-inherits-alignment-expected.txt: Removed.
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/qt/fast/css/bug4860-absolute-inline-child-inherits-alignment-expected.png: Removed.
        * platform/qt/fast/css/bug4860-absolute-inline-child-inherits-alignment-expected.txt: Removed.
            The rebaselined results on each of these now matches FF.

2012-08-24  Jon Lee  <jonlee@apple.com>

        Update TestRunner API for web notifications
        https://bugs.webkit.org/show_bug.cgi?id=95093
        <rdar://problem/12179649>

        Reviewed by Jessie Berlin.

        This is work toward providing Mac support for web notifications in DRT and WTR (77969).

        Refactor the tests to use the renamed legacy API calls.

        * fast/notifications/notifications-check-permission.html:
        * fast/notifications/notifications-click-event-focus.html:
        * fast/notifications/notifications-click-event.html:
        * fast/notifications/notifications-display-close-events.html:
        * fast/notifications/notifications-document-close-crash.html: Also, convert from Windows to UNIX line endings.
        * fast/notifications/notifications-double-show.html:
        * fast/notifications/notifications-event-stop-propagation.html-disabled:
        * fast/notifications/notifications-multi-events.html-disabled:
        * fast/notifications/notifications-no-icon.html:
        * fast/notifications/notifications-replace.html:
        * fast/notifications/notifications-rtl.html:
        * fast/notifications/notifications-with-permission.html:
        * fast/notifications/notifications-without-permission.html:
        * fast/notifications/resources/notifications-cancel-request-permission.html:
        * platform/qt-5.0-wk2/Skipped:

2012-08-28  Dominic Mazzoni  <dmazzoni@google.com>

        AX: Should be able to tab to focus a link in a canvas subtree
        https://bugs.webkit.org/show_bug.cgi?id=94967

        Reviewed by Chris Fleizach.

        Adds a test to make sure you can tab to a link inside a canvas
        subtree.

        * fast/events/tab-focus-link-in-canvas-expected.txt: Added.
        * fast/events/tab-focus-link-in-canvas.html: Added.

2012-08-28  Philip Rogers  <pdr@google.com>

        Rebaselining chromium-mac test results with scrollbars.

        Unreviewed update of test results.

        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/image-object-in-canvas-expected.png:

2012-08-28  Roger Fong  <roger_fong@apple.com>

        3 composited-during-animation/compositied-during-transition test results on Windows now match Mac results.
        https://bugs.webkit.org/show_bug.cgi?id=95162

        Reviewed by Jessie Berlin.

        Failing test results previously checked in here: https://bugs.webkit.org/show_bug.cgi?id=88024.
        3 of these tests now match Mac test results. Removing failing test results.

        * platform/win/css3/filters/composited-during-animation-expected.txt: Removed.
        * platform/win/css3/filters/composited-during-animation-layertree-expected.txt: Removed.
        * platform/win/css3/filters/composited-during-transition-layertree-expected.txt: Removed.

2012-08-28  Roger Fong  <roger_fong@apple.com>

        Unreviewed. Remove Windows specific object-sizing test results.
        https://bugs.webkit.org/show_bug.cgi?id=95160

        These test results now match the general LayoutTest results, removing failing platform specific results.

        * platform/win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Removed.
        * platform/win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: Removed.
        * platform/win/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.txt: Removed.
        * platform/win/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt: Removed.

2012-08-28  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        [EFL] Gardening of the WK2 Debug Bot failing tests
        https://bugs.webkit.org/show_bug.cgi?id=95210

        Unreviewed gardening.

        * platform/efl-wk2/TestExpectations:

2012-08-28  Adam Barth  <abarth@webkit.org>

        Unreviewed. Update the TestExpectations to match what the cr-linux-ews
        bot sees.

        * platform/chromium/TestExpectations:

2012-08-28  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding platform-specific baselines required after r126840.

        Adding a platform-specific baseline for a window.performance test
        and a failure expectation for a Canvas text drawing test, both required
        after r126846 when memory cache started being cleared between tests
        for the GTK port.

        * platform/gtk/TestExpectations:
        * platform/gtk/fast/overflow/paged-x-div-with-column-gap-expected.txt: Added.
        * platform/gtk/fast/overflow/paged-x-with-column-gap-expected.txt: Added.
        * platform/gtk/http/tests/w3c/webperf/approved/navigation-timing/html/test_performance_attributes_exist_in_object-expected.txt: Added.

2012-08-28  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] WebKit EFL updates view on HTTP 204 response
        https://bugs.webkit.org/show_bug.cgi?id=95199

        Reviewed by Kenneth Rohde Christiansen.

        Unskip http/tests/navigation/response204.html now
        that EFL port properly ignores responses with
        HTTP status 204 (No content).

        * platform/efl-wk2/TestExpectations:
        * platform/efl/Skipped:

2012-08-28  János Badics  <jbadics@inf.u-szeged.hu>

        [Qt][WK1] Gardening after r126873. Skip a newly added failing test.

        Reviewed by Csaba Osztrogonác.

        * platform/qt-5.0-wk1/Skipped:

2012-08-28  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        [EFL] Gardening of failing tests and new baselines
        https://bugs.webkit.org/show_bug.cgi?id=95195

        Unreviewed gardening.

        * platform/efl/TestExpectations:
        All CSS Sticky tests after r126774 since we don't support it
        yet. WebGL inspector also added to the list after r126857 for the same
        reason.

        * platform/efl/fast/html/details-nested-2-expected.txt:
        * platform/efl/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added.
        Needs new baselines after r126787.

        * platform/efl/fast/block/float/float-avoidance-expected.png:
        * platform/efl/fast/block/float/float-avoidance-expected.txt:
        * platform/efl/fast/forms/validation-message-appearance-expected.png:
        * platform/efl/fast/forms/validation-message-appearance-expected.txt:
        * platform/efl/fast/text/textIteratorNilRenderer-expected.png:
        * platform/efl/fast/text/textIteratorNilRenderer-expected.txt:
        * platform/efl/http/tests/navigation/javascriptlink-frames-expected.png:
        * platform/efl/http/tests/navigation/javascriptlink-frames-expected.txt:
        Updated baselines after r126750.

        * platform/efl/fast/dom/HTMLMeterElement/meter-clone-expected.txt: Removed.
        * platform/efl/fast/dom/HTMLMeterElement/meter-element-crash-expected.txt: Removed.
        * platform/efl/fast/dom/HTMLMeterElement/meter-element-form-expected.txt: Removed.
        * platform/efl/fast/dom/HTMLMeterElement/meter-element-markup-expected.txt: Removed.
        * platform/efl/fast/dom/HTMLMeterElement/meter-element-with-child-crash-expected.txt: Removed.
        * platform/efl/fast/dom/HTMLMeterElement/meter-percent-size-expected.txt: Removed.
        * platform/efl/fast/dom/HTMLMeterElement/set-meter-properties-expected.txt: Removed.
        Removed since they are the same as global expectations.

        * platform/efl/fast/overflow/paged-x-div-with-column-gap-expected.png: Added.
        * platform/efl/fast/overflow/paged-x-div-with-column-gap-expected.txt: Added.
        * platform/efl/fast/overflow/paged-x-with-column-gap-expected.png: Added.
        * platform/efl/fast/overflow/paged-x-with-column-gap-expected.txt: Added.
        New baselines after r126840.

2012-08-28  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Unskip http/tests/misc/acid3.html test case
        https://bugs.webkit.org/show_bug.cgi?id=95201

        Unreviewed EFL gardening.

        Unskip http/tests/misc/acid3.html since it is
        passing consistently for EFL port.

        * platform/efl/Skipped:
        * platform/efl/http/tests/misc/acid3-expected.png: Added.
        * platform/efl/http/tests/misc/acid3-expected.txt: Added.

2012-08-28  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Update TestExpectations for fast/canvas/canvas*-shadow.html tests
        https://bugs.webkit.org/show_bug.cgi?id=95196

        Unreviewed EFL gardening.

        Unskip fast/canvas/canvas-strokePath-shadow.html since it is passing
        consistently now and already unskip for GTK in r116122.

        Move fast/canvas/canvas-fillPath-shadow.html from Skipped file to
        TestExpectations.

        * platform/efl/Skipped:
        * platform/efl/TestExpectations:

2012-08-28  Kangil Han  <kangil.han@samsung.com>

        [EFL][WK2][WTR] Rebaseline newly added SVG text test cases
        https://bugs.webkit.org/show_bug.cgi?id=95190

        Unreviewed, EFL rebaselining.

        Rebaselined svg text test cases.

        * platform/efl/svg/text/select-textLength-spacing-squeeze-1-expected.txt: Added.
        * platform/efl/svg/text/select-textLength-spacing-squeeze-2-expected.txt: Added.
        * platform/efl/svg/text/select-textLength-spacing-squeeze-3-expected.txt: Added.
        * platform/efl/svg/text/select-textLength-spacing-squeeze-4-expected.txt: Added.
        * platform/efl/svg/text/select-textLength-spacing-stretch-1-expected.txt: Added.
        * platform/efl/svg/text/select-textLength-spacing-stretch-2-expected.txt: Added.
        * platform/efl/svg/text/select-textLength-spacing-stretch-3-expected.txt: Added.
        * platform/efl/svg/text/select-textLength-spacing-stretch-4-expected.txt: Added.
        * platform/efl/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: Added.
        * platform/efl/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt: Added.
        * platform/efl/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt: Added.
        * platform/efl/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt: Added.
        * platform/efl/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: Added.
        * platform/efl/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: Added.
        * platform/efl/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: Added.
        * platform/efl/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: Added.
        * platform/efl/svg/text/select-x-list-1-expected.txt: Added.
        * platform/efl/svg/text/select-x-list-2-expected.txt: Added.
        * platform/efl/svg/text/select-x-list-3-expected.txt: Added.
        * platform/efl/svg/text/select-x-list-4-expected.txt: Added.
        * platform/efl/svg/text/select-x-list-with-tspans-1-expected.txt: Added.
        * platform/efl/svg/text/select-x-list-with-tspans-2-expected.txt: Added.
        * platform/efl/svg/text/select-x-list-with-tspans-3-expected.txt: Added.
        * platform/efl/svg/text/select-x-list-with-tspans-4-expected.txt: Added.
        * platform/efl/svg/text/selection-doubleclick-expected.txt: Added.
        * platform/wk2/Skipped:

2012-08-28  Hugo Parente Lima  <hugo.lima@openbossa.org>

        [WK2] Send click events to WebCore when the user clicked on a non-special node with TOUCH_ADJUSTMENT enabled.
        https://bugs.webkit.org/show_bug.cgi?id=91012

        Reviewed by Antonio Gomes.

        * touchadjustment/focusout-on-touch-expected.txt: Added.
        * touchadjustment/focusout-on-touch.html: Added.

2012-08-28  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        Datalist RTL test fails on ports that have progress indicator on the range groove
        https://bugs.webkit.org/show_bug.cgi?id=95074

        Reviewed by Kent Tamura.

        Updated test case to draw a black box covering the range slider. The
        ticks can still be seen and hopefully we can keep this test case a ref
        test.

        * fast/forms/datalist/input-appearance-range-with-datalist-rtl-expected.html:
        * fast/forms/datalist/input-appearance-range-with-datalist-rtl.html:
        * platform/efl/TestExpectations:

2012-08-28  Kangil Han  <kangil.han@samsung.com>

        [WK2] SVG animation pause API missing
        https://bugs.webkit.org/show_bug.cgi?id=63396

        Reviewed by Kenneth Rohde Christiansen.

        SVG animation pause API has been replaced by manual call.
        Therefore, it is not needed anymore.

        * platform/wk2/Skipped:

2012-08-28  Ryuan Choi  <ryuan.choi@samsung.com>

        [EFL][WK2] Implement WebPopupMenuProxyEfl to support <select>
        https://bugs.webkit.org/show_bug.cgi?id=88616

        Reviewed by Gyuyoung Kim.

        * platform/efl-wk2/TestExpectations: Unskip fast/forms/select/menulist-popup-crash.html

2012-08-28  Sukolsak Sakshuwong  <sukolsak@gmail.com>

        Crash in EditingStyle::mergeStyle
        https://bugs.webkit.org/show_bug.cgi?id=94740

        Reviewed by Ryosuke Niwa.

        * editing/style/apply-style-atomic-expected.txt: Added.
        * editing/style/apply-style-atomic.html: Added.

2012-08-28  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        [EFL] Range input ignores padding
        https://bugs.webkit.org/show_bug.cgi?id=94595

        Reviewed by Kenneth Rohde Christiansen.

        Updated test expectations. We now report the correct thumb size and
        respect the defined padding. Two tests were skipped because they
        assume a certain thumb size and hit tests fails because of that.

        * platform/efl/TestExpectations:
        * platform/efl/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
        * platform/efl/fast/forms/box-shadow-override-expected.png:
        * platform/efl/fast/forms/box-shadow-override-expected.txt:
        * platform/efl/fast/forms/datalist/range-snap-to-datalist-expected.txt:
        * platform/efl/fast/forms/input-appearance-height-expected.png:
        * platform/efl/fast/forms/input-appearance-height-expected.txt:
        * platform/efl/fast/forms/range/input-appearance-range-expected.png:
        * platform/efl/fast/forms/range/input-appearance-range-expected.txt:
        * platform/efl/fast/forms/range/slider-mouse-events-expected.txt: Added.
        * platform/efl/fast/forms/range/slider-padding-expected.png:
        * platform/efl/fast/forms/range/slider-padding-expected.txt:
        * platform/efl/fast/forms/range/slider-thumb-shared-style-expected.png:
        * platform/efl/fast/forms/range/slider-thumb-shared-style-expected.txt:
        * platform/efl/fast/layers/video-layer-expected.png:
        * platform/efl/fast/layers/video-layer-expected.txt:
        * platform/efl/fast/repaint/slider-thumb-drag-release-expected.txt:
        * platform/efl/media/audio-controls-rendering-expected.png:
        * platform/efl/media/audio-controls-rendering-expected.txt:
        * platform/efl/media/audio-repaint-expected.txt:
        * platform/efl/media/controls-styling-strict-expected.png:
        * platform/efl/media/controls-styling-strict-expected.txt:
        * platform/efl/media/track/track-cue-rendering-horizontal-expected.png:
        * platform/efl/media/track/track-cue-rendering-horizontal-expected.txt:
        * platform/efl/media/track/track-cue-rendering-vertical-expected.png:
        * platform/efl/media/track/track-cue-rendering-vertical-expected.txt:

2012-08-28  Christophe Dumez  <christophe.dumez@intel.com>

        REGRESSION (r124512): Failures in MathML Presentation tests on GTK and EFL
        https://bugs.webkit.org/show_bug.cgi?id=93073

        Reviewed by Kenneth Rohde Christiansen.

        Rebaseline MathML presentation tests and several CSS line-box-contain
        tests for EFL and GTK port.

        Unskip mathml test cases for both ports now that their result
        looks correct.

        * platform/efl/TestExpectations:
        * platform/efl/fast/block/lineboxcontain/block-glyphs-replaced-expected.png:
        * platform/efl/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt:
        * platform/efl/fast/block/lineboxcontain/glyphs-expected.png:
        * platform/efl/fast/block/lineboxcontain/glyphs-expected.txt:
        * platform/efl/mathml/presentation/attributes-expected.png:
        * platform/efl/mathml/presentation/attributes-expected.txt:
        * platform/efl/mathml/presentation/fenced-expected.png:
        * platform/efl/mathml/presentation/fenced-expected.txt:
        * platform/efl/mathml/presentation/fenced-mi-expected.png:
        * platform/efl/mathml/presentation/fenced-mi-expected.txt:
        * platform/efl/mathml/presentation/fractions-expected.png:
        * platform/efl/mathml/presentation/fractions-expected.txt:
        * platform/efl/mathml/presentation/fractions-vertical-alignment-expected.png:
        * platform/efl/mathml/presentation/fractions-vertical-alignment-expected.txt:
        * platform/efl/mathml/presentation/mo-stretch-expected.png:
        * platform/efl/mathml/presentation/mo-stretch-expected.txt:
        * platform/efl/mathml/presentation/mroot-pref-width-expected.png:
        * platform/efl/mathml/presentation/mroot-pref-width-expected.txt:
        * platform/efl/mathml/presentation/roots-expected.png:
        * platform/efl/mathml/presentation/roots-expected.txt:
        * platform/efl/mathml/presentation/row-alignment-expected.png:
        * platform/efl/mathml/presentation/row-alignment-expected.txt:
        * platform/efl/mathml/presentation/sub-expected.png:
        * platform/efl/mathml/presentation/sub-expected.txt:
        * platform/efl/mathml/presentation/subsup-expected.png:
        * platform/efl/mathml/presentation/subsup-expected.txt:
        * platform/efl/mathml/presentation/sup-expected.png:
        * platform/efl/mathml/presentation/sup-expected.txt:
        * platform/efl/mathml/presentation/tables-expected.png:
        * platform/efl/mathml/presentation/tables-expected.txt:
        * platform/efl/mathml/presentation/tokenElements-expected.txt:
        * platform/efl/mathml/presentation/under-expected.png:
        * platform/efl/mathml/presentation/under-expected.txt:
        * platform/efl/mathml/presentation/underover-expected.png:
        * platform/efl/mathml/presentation/underover-expected.txt:
        * platform/gtk/TestExpectations:
        * platform/gtk/fast/block/lineboxcontain/block-glyphs-expected.png:
        * platform/gtk/fast/block/lineboxcontain/block-glyphs-expected.txt:
        * platform/gtk/fast/block/lineboxcontain/block-glyphs-replaced-expected.png:
        * platform/gtk/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt:
        * platform/gtk/fast/block/lineboxcontain/glyphs-expected.png:
        * platform/gtk/fast/block/lineboxcontain/glyphs-expected.txt:
        * platform/gtk/mathml/presentation/attributes-expected.png:
        * platform/gtk/mathml/presentation/attributes-expected.txt:
        * platform/gtk/mathml/presentation/fenced-expected.png:
        * platform/gtk/mathml/presentation/fenced-expected.txt:
        * platform/gtk/mathml/presentation/fenced-mi-expected.png:
        * platform/gtk/mathml/presentation/fenced-mi-expected.txt:
        * platform/gtk/mathml/presentation/fractions-expected.png:
        * platform/gtk/mathml/presentation/fractions-expected.txt:
        * platform/gtk/mathml/presentation/fractions-vertical-alignment-expected.png:
        * platform/gtk/mathml/presentation/fractions-vertical-alignment-expected.txt:
        * platform/gtk/mathml/presentation/mo-expected.png:
        * platform/gtk/mathml/presentation/mo-expected.txt:
        * platform/gtk/mathml/presentation/mo-stretch-expected.png:
        * platform/gtk/mathml/presentation/mo-stretch-expected.txt:
        * platform/gtk/mathml/presentation/mroot-pref-width-expected.png:
        * platform/gtk/mathml/presentation/mroot-pref-width-expected.txt:
        * platform/gtk/mathml/presentation/over-expected.png:
        * platform/gtk/mathml/presentation/over-expected.txt:
        * platform/gtk/mathml/presentation/roots-expected.png:
        * platform/gtk/mathml/presentation/roots-expected.txt:
        * platform/gtk/mathml/presentation/row-alignment-expected.png:
        * platform/gtk/mathml/presentation/row-alignment-expected.txt:
        * platform/gtk/mathml/presentation/row-expected.png:
        * platform/gtk/mathml/presentation/row-expected.txt:
        * platform/gtk/mathml/presentation/style-expected.png:
        * platform/gtk/mathml/presentation/style-expected.txt:
        * platform/gtk/mathml/presentation/sub-expected.png:
        * platform/gtk/mathml/presentation/sub-expected.txt:
        * platform/gtk/mathml/presentation/subsup-expected.png:
        * platform/gtk/mathml/presentation/subsup-expected.txt:
        * platform/gtk/mathml/presentation/sup-expected.png:
        * platform/gtk/mathml/presentation/sup-expected.txt:
        * platform/gtk/mathml/presentation/tables-expected.png:
        * platform/gtk/mathml/presentation/tables-expected.txt:
        * platform/gtk/mathml/presentation/tokenElements-expected.txt:
        * platform/gtk/mathml/presentation/under-expected.png:
        * platform/gtk/mathml/presentation/under-expected.txt:
        * platform/gtk/mathml/presentation/underover-expected.png:
        * platform/gtk/mathml/presentation/underover-expected.txt:

2012-08-28  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, skip a new failing test.

        * platform/qt/Skipped:

2012-08-28  Simon Hausmann  <simon.hausmann@nokia.com>

        [Qt] New test introduced in r126611 fails: fast/css/image-set-setting.html
        https://bugs.webkit.org/show_bug.cgi?id=95054

        Reviewed by Eric Seidel.

        Unskip layout tests for CSS_IMAGE_SET.

        * platform/qt/Skipped:

2012-08-28  Andrey Adaikin  <aandrey@chromium.org>

        Web Inspector: [WebGL] Add a test to catch new WebGL context states parameters
        https://bugs.webkit.org/show_bug.cgi?id=94941

        Reviewed by Kenneth Russell.

        Adds a test to catch changes in WebGL API so that we don't miss new WebGL state parameters
        and could update WebGL state saving/restoring logic in the InjectedScriptWebGLModuleSource.js

        * inspector/profiler/webgl-profiler-api-changes-expected.txt: Added.
        * inspector/profiler/webgl-profiler-api-changes.html: Added.

2012-08-28  Kentaro Hara  <haraken@chromium.org>

        Unreviewed, rolling out r126852.
        http://trac.webkit.org/changeset/126852
        https://bugs.webkit.org/show_bug.cgi?id=94433

        broke qt and mac tests

        * http/tests/inspector/csp-injected-content-warning-contains-stacktrace-expected.txt: Removed.
        * http/tests/inspector/csp-injected-content-warning-contains-stacktrace.html: Removed.
        * http/tests/inspector/csp-inline-warning-contains-stacktrace-expected.txt: Removed.
        * http/tests/inspector/csp-inline-warning-contains-stacktrace.html: Removed.
        * http/tests/inspector/resources/csp-inline-test.js: Removed.
        * http/tests/inspector/resources/csp-test.js: Removed.

2012-08-28  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, skip failing tests.

        * platform/qt/Skipped:

2012-08-28  Mike West  <mkwst@chromium.org>

        Add call stacks to Content Security Policy checks when relevant.
        https://bugs.webkit.org/show_bug.cgi?id=94433

        Reviewed by Adam Barth.

        * http/tests/inspector/csp-injected-content-warning-contains-stacktrace-expected.txt: Added.
        * http/tests/inspector/csp-injected-content-warning-contains-stacktrace.html: Added.
        * http/tests/inspector/csp-inline-warning-contains-stacktrace-expected.txt: Added.
        * http/tests/inspector/csp-inline-warning-contains-stacktrace.html: Added.
        * http/tests/inspector/resources/csp-inline-test.js: Added.
        (thisTest):
        * http/tests/inspector/resources/csp-test.js: Added.
        (test.addMessage):
        (test):

2012-08-27  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Skipping the tests in fast/css/sticky. CSS Sticky Position
        feature is not yet enabled on the GTK port.

        * platform/gtk/TestExpectations:

2012-08-27  János Badics  <jbadics@inf.u-szeged.hu>

        [Qt] Gardening after r126789. Update expectations and skip a test
        because of disabled SHADOW_DOM feature.

        Reviewed by Csaba Osztrogonác.

        * platform/qt/Skipped:
        * platform/qt/fast/html/details-nested-2-expected.txt:
        * platform/qt/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:

2012-08-27  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Enable CSS sticky position
        https://bugs.webkit.org/show_bug.cgi?id=95172

        Reviewed by Simon Hausmann.

        * platform/qt/Skipped: Unskip a now passing test, skip still failing sticky tests.

2012-08-27  Taiju Tsuiki  <tzik@chromium.org>

        Web Inspector: Add delete button to FileSystemView
        https://bugs.webkit.org/show_bug.cgi?id=93940

        Reviewed by Vsevolod Vlasov.

        Adding status bar button to allow user to delete entries in FileSystem
        for debugging use.

        * http/tests/inspector/filesystem/delete-entry-expected.txt: Added.
        * http/tests/inspector/filesystem/delete-entry.html: Added.

2012-08-27  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Rebaselining two tests after r126789.

        Skipping one FileSystem API test that was added in r126785.

        Momentarily suppressing all test failures in fast/css/sticky
        without proper bug handle.

        * platform/gtk/TestExpectations:
        * platform/gtk/fast/html/details-nested-2-expected.txt:
        * platform/gtk/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added.

2012-08-27  Yoshifumi Inoue  <yosin@chromium.org>

        [Tests] Using ref image instead ref HTML for fast/forms/time-multiple-fields/time-multiple-fields-appearance-{basic,pseudo-element}.html
        https://bugs.webkit.org/show_bug.cgi?id=95055

        Unreviewed. Rebaseline for multiple fields time input UI of Chromium-Mac and Chromium-Win.

        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png: Added.
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.txt: Added.
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png: Added.
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.txt: Added.
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
        * platform/chromium/TestExpectations:

2012-08-27  Beth Dakin  <bdakin@apple.com>

        https://bugs.webkit.org/show_bug.cgi?id=94848
        When paged-x/y is specified on the root, columnGap is ignored, and garbage pixels 
        are likely

        Reviewed by Dan Bernsetin.

        New tests.
        * fast/overflow/paged-x-div-with-column-gap.html: Added.
        * fast/overflow/paged-x-with-column-gap.html: Added.
        * platform/mac/fast/overflow/paged-x-div-with-column-gap-expected.png: Added.
        * platform/mac/fast/overflow/paged-x-div-with-column-gap-expected.txt: Added.
        * platform/mac/fast/overflow/paged-x-with-column-gap-expected.png: Added.
        * platform/mac/fast/overflow/paged-x-with-column-gap-expected.txt: Added.

        Updated results needed for Chromium.
        * platform/chromium/TestExpectations:

2012-08-27  Kent Tamura  <tkent@chromium.org>

        REGRESSION(r109480): Form state for iframe content is not restored
        https://bugs.webkit.org/show_bug.cgi?id=90870

        Reviewed by Jochen Eisinger.

        * fast/loader/form-state-restore-with-frames.html: Added.
        * fast/loader/form-state-restore-with-frames-expected.txt: Added.
        * fast/loader/resources/form-state-restore-with-frames-1.html: Added.

2012-08-27  Julien Chaffraix  <jchaffraix@webkit.org>

        Crash in RenderTable::removeCaption
        https://bugs.webkit.org/show_bug.cgi?id=95090

        Reviewed by Abhishek Arya.

        * fast/table/table-caption-moved-crash-expected.txt: Added.
        * fast/table/table-caption-moved-crash.html: Added.

2012-08-27  Julien Chaffraix  <jchaffraix@webkit.org>

        Even more unreviewed rebaselining after r126683.

        * platform/chromium/TestExpectations:
        Rebaselined 30 tests (see the new common baselines below).

        * animations/cross-fade-border-image-source-expected.txt: Renamed from LayoutTests/platform/efl/animations/cross-fade-border-image-source-expected.txt.
        * css1/box_properties/border_bottom-expected.txt: Renamed from LayoutTests/platform/efl/css1/box_properties/border_bottom-expected.txt.
        * css1/box_properties/border_bottom_inline-expected.txt: Renamed from LayoutTests/platform/efl/css1/box_properties/border_bottom_inline-expected.txt.
        * css1/box_properties/border_left-expected.txt: Renamed from LayoutTests/platform/efl/css1/box_properties/border_left-expected.txt.
        * css1/box_properties/border_left_inline-expected.txt: Renamed from LayoutTests/platform/efl/css1/box_properties/border_left_inline-expected.txt.
        * css1/box_properties/border_right-expected.txt: Renamed from LayoutTests/platform/efl/css1/box_properties/border_right-expected.txt.
        * css1/box_properties/border_right_inline-expected.txt: Renamed from LayoutTests/platform/efl/css1/box_properties/border_right_inline-expected.txt.
        * css1/units/length_units-expected.txt: Renamed from LayoutTests/platform/efl/css1/units/length_units-expected.txt.
        * css2.1/20110323/absolute-replaced-height-036-expected.txt: Renamed from LayoutTests/platform/efl/css2.1/20110323/absolute-replaced-height-036-expected.txt.
        * css2.1/20110323/block-non-replaced-height-007-expected.txt: Renamed from LayoutTests/platform/efl/css2.1/20110323/block-non-replaced-height-007-expected.txt.
        * css2.1/20110323/block-non-replaced-height-008-expected.txt: Renamed from LayoutTests/platform/efl/css2.1/20110323/block-non-replaced-height-008-expected.txt.
        * css2.1/20110323/block-non-replaced-height-009-expected.txt: Renamed from LayoutTests/platform/efl/css2.1/20110323/block-non-replaced-height-009-expected.txt.
        * css2.1/20110323/block-non-replaced-height-010-expected.txt: Renamed from LayoutTests/platform/efl/css2.1/20110323/block-non-replaced-height-010-expected.txt.
        * css2.1/20110323/block-non-replaced-width-001-expected.txt: Renamed from LayoutTests/platform/efl/css2.1/20110323/block-non-replaced-width-001-expected.txt.
        * css2.1/20110323/block-non-replaced-width-002-expected.txt: Renamed from LayoutTests/platform/efl/css2.1/20110323/block-non-replaced-width-002-expected.txt.
        * css2.1/20110323/block-non-replaced-width-003-expected.txt: Renamed from LayoutTests/platform/efl/css2.1/20110323/block-non-replaced-width-003-expected.txt.
        * css2.1/20110323/block-non-replaced-width-004-expected.txt: Renamed from LayoutTests/platform/efl/css2.1/20110323/block-non-replaced-width-004-expected.txt.
        * css2.1/20110323/block-non-replaced-width-008-expected.txt: Renamed from LayoutTests/platform/efl/css2.1/20110323/block-non-replaced-width-008-expected.txt.
        * css2.1/20110323/margin-applies-to-008-expected.txt: Renamed from LayoutTests/platform/efl/css2.1/20110323/margin-applies-to-008-expected.txt.
        * css2.1/20110323/width-non-replaced-inline-001-expected.txt: Renamed from LayoutTests/platform/efl/css2.1/20110323/width-non-replaced-inline-001-expected.txt.
        * css2.1/t040302-c61-phys-len-00-b-expected.txt: Renamed from LayoutTests/platform/efl/css2.1/t040302-c61-phys-len-00-b-expected.txt.
        * css2.1/t0804-c5507-padn-r-02-f-expected.txt: Renamed from LayoutTests/platform/efl/css2.1/t0804-c5507-padn-r-02-f-expected.txt.
        * css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt: Renamed from LayoutTests/platform/efl/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt.
        * css2.1/t0804-c5509-padn-l-02-f-expected.txt: Renamed from LayoutTests/platform/efl/css2.1/t0804-c5509-padn-l-02-f-expected.txt.
        * css2.1/t0805-c5519-brdr-r-02-e-expected.txt: Renamed from LayoutTests/platform/efl/css2.1/t0805-c5519-brdr-r-02-e-expected.txt.
        * css2.1/t0805-c5519-ibrdr-r-00-a-expected.txt: Renamed from LayoutTests/platform/efl/css2.1/t0805-c5519-ibrdr-r-00-a-expected.txt.
        * css2.1/t0805-c5520-brdr-b-00-a-expected.txt: Renamed from LayoutTests/platform/efl/css2.1/t0805-c5520-brdr-b-00-a-expected.txt.
        * css2.1/t0805-c5520-ibrdr-b-00-a-expected.txt: Renamed from LayoutTests/platform/efl/css2.1/t0805-c5520-ibrdr-b-00-a-expected.txt.
        * css2.1/t0805-c5521-brdr-l-02-e-expected.txt: Renamed from LayoutTests/platform/efl/css2.1/t0805-c5521-brdr-l-02-e-expected.txt.
        Common baselines for the tests.

        * platform/gtk/animations/cross-fade-border-image-source-expected.txt: Removed.
        * platform/gtk/css1/box_properties/border_bottom-expected.txt: Removed.
        * platform/gtk/css1/box_properties/border_bottom_inline-expected.txt: Removed.
        * platform/gtk/css1/box_properties/border_left-expected.txt: Removed.
        * platform/gtk/css1/box_properties/border_left_inline-expected.txt: Removed.
        * platform/gtk/css1/box_properties/border_right-expected.txt: Removed.
        * platform/gtk/css1/box_properties/border_right_inline-expected.txt: Removed.
        * platform/gtk/css1/units/length_units-expected.txt: Removed.
        * platform/gtk/css2.1/20110323/absolute-replaced-height-036-expected.txt: Removed.
        * platform/gtk/css2.1/20110323/block-non-replaced-height-007-expected.txt: Removed.
        * platform/gtk/css2.1/20110323/block-non-replaced-height-008-expected.txt: Removed.
        * platform/gtk/css2.1/20110323/block-non-replaced-height-009-expected.txt: Removed.
        * platform/gtk/css2.1/20110323/block-non-replaced-height-010-expected.txt: Removed.
        * platform/gtk/css2.1/20110323/block-non-replaced-width-001-expected.txt: Removed.
        * platform/gtk/css2.1/20110323/block-non-replaced-width-002-expected.txt: Removed.
        * platform/gtk/css2.1/20110323/block-non-replaced-width-003-expected.txt: Removed.
        * platform/gtk/css2.1/20110323/block-non-replaced-width-004-expected.txt: Removed.
        * platform/gtk/css2.1/20110323/block-non-replaced-width-008-expected.txt: Removed.
        * platform/gtk/css2.1/20110323/margin-applies-to-008-expected.txt: Removed.
        * platform/gtk/css2.1/20110323/width-non-replaced-inline-001-expected.txt: Removed.
        * platform/gtk/css2.1/t040302-c61-phys-len-00-b-expected.txt: Removed.
        * platform/gtk/css2.1/t0804-c5507-padn-r-02-f-expected.txt: Removed.
        * platform/gtk/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt: Removed.
        * platform/gtk/css2.1/t0804-c5509-padn-l-02-f-expected.txt: Removed.
        * platform/gtk/css2.1/t0805-c5519-brdr-r-02-e-expected.txt: Removed.
        * platform/gtk/css2.1/t0805-c5519-ibrdr-r-00-a-expected.txt: Removed.
        * platform/gtk/css2.1/t0805-c5520-brdr-b-00-a-expected.txt: Removed.
        * platform/gtk/css2.1/t0805-c5520-ibrdr-b-00-a-expected.txt: Removed.
        * platform/gtk/css2.1/t0805-c5521-brdr-l-02-e-expected.txt: Removed.
        * platform/mac-lion/animations/cross-fade-border-image-source-expected.txt: Removed.
        * platform/mac-lion/css1/box_properties/border_bottom-expected.txt: Removed.
        * platform/mac-lion/css1/box_properties/border_bottom_inline-expected.txt: Removed.
        * platform/mac-lion/css1/box_properties/border_left-expected.txt: Removed.
        * platform/mac-lion/css1/box_properties/border_left_inline-expected.txt: Removed.
        * platform/mac-lion/css1/box_properties/border_right-expected.txt: Removed.
        * platform/mac-lion/css1/box_properties/border_right_inline-expected.txt: Removed.
        * platform/mac-lion/css1/units/length_units-expected.txt: Removed.
        * platform/mac-lion/css2.1/20110323/absolute-replaced-height-036-expected.txt: Removed.
        * platform/mac-lion/css2.1/20110323/block-non-replaced-height-007-expected.txt: Removed.
        * platform/mac-lion/css2.1/20110323/block-non-replaced-height-008-expected.txt: Removed.
        * platform/mac-lion/css2.1/20110323/block-non-replaced-height-009-expected.txt: Removed.
        * platform/mac-lion/css2.1/20110323/block-non-replaced-height-010-expected.txt: Removed.
        * platform/mac-lion/css2.1/20110323/block-non-replaced-width-001-expected.txt: Removed.
        * platform/mac-lion/css2.1/20110323/block-non-replaced-width-002-expected.txt: Removed.
        * platform/mac-lion/css2.1/20110323/block-non-replaced-width-003-expected.txt: Removed.
        * platform/mac-lion/css2.1/20110323/block-non-replaced-width-004-expected.txt: Removed.
        * platform/mac-lion/css2.1/20110323/block-non-replaced-width-008-expected.txt: Removed.
        * platform/mac-lion/css2.1/20110323/margin-applies-to-008-expected.txt: Removed.
        * platform/mac-lion/css2.1/20110323/width-non-replaced-inline-001-expected.txt: Removed.
        * platform/mac-lion/css2.1/t040302-c61-phys-len-00-b-expected.txt: Removed.
        * platform/mac-lion/css2.1/t0804-c5507-padn-r-02-f-expected.txt: Removed.
        * platform/mac-lion/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt: Removed.
        * platform/mac-lion/css2.1/t0804-c5509-padn-l-02-f-expected.txt: Removed.
        * platform/mac-lion/css2.1/t0805-c5519-brdr-r-02-e-expected.txt: Removed.
        * platform/mac-lion/css2.1/t0805-c5519-ibrdr-r-00-a-expected.txt: Removed.
        * platform/mac-lion/css2.1/t0805-c5520-brdr-b-00-a-expected.txt: Removed.
        * platform/mac-lion/css2.1/t0805-c5520-ibrdr-b-00-a-expected.txt: Removed.
        * platform/mac-lion/css2.1/t0805-c5521-brdr-l-02-e-expected.txt: Removed.
        Removed those baselines as they are properly covered by the fallbacks.

        * platform/chromium-linux-x86/fast/css/line-height-determined-by-primary-font-expected.txt: Copied from LayoutTests/platform/chromium-linux/fast/css/line-height-determined-by-primary-font-expected.txt.
        * platform/chromium-linux/fast/css/line-height-determined-by-primary-font-expected.txt:
        * platform/chromium-mac-snowleopard/fast/css/line-height-determined-by-primary-font-expected.txt: Added.
        * platform/chromium-mac/fast/css/line-height-determined-by-primary-font-expected.txt: Added.
        * platform/chromium-win-xp/fast/css/line-height-determined-by-primary-font-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/css/line-height-determined-by-primary-font-expected.txt.
        * platform/chromium-win/animations/cross-fade-border-image-source-expected.txt:
        * platform/chromium-win/css1/box_properties/border_bottom-expected.txt:
        * platform/chromium-win/css1/box_properties/border_bottom_inline-expected.txt:
        * platform/chromium-win/css1/box_properties/border_left-expected.txt:
        * platform/chromium-win/css1/box_properties/border_left_inline-expected.txt:
        * platform/chromium-win/css1/box_properties/border_right-expected.txt:
        * platform/chromium-win/css1/box_properties/border_right_inline-expected.txt:
        * platform/chromium-win/css1/units/length_units-expected.txt:
        * platform/chromium-win/css2.1/20110323/absolute-replaced-height-036-expected.txt:
        * platform/chromium-win/css2.1/20110323/block-non-replaced-height-007-expected.txt:
        * platform/chromium-win/css2.1/20110323/block-non-replaced-height-008-expected.txt:
        * platform/chromium-win/css2.1/20110323/block-non-replaced-height-009-expected.txt:
        * platform/chromium-win/css2.1/20110323/block-non-replaced-height-010-expected.txt:
        * platform/chromium-win/css2.1/20110323/block-non-replaced-width-001-expected.txt:
        * platform/chromium-win/css2.1/20110323/block-non-replaced-width-002-expected.txt:
        * platform/chromium-win/css2.1/20110323/block-non-replaced-width-003-expected.txt:
        * platform/chromium-win/css2.1/20110323/block-non-replaced-width-004-expected.txt:
        * platform/chromium-win/css2.1/20110323/block-non-replaced-width-008-expected.txt:
        * platform/chromium-win/css2.1/20110323/margin-applies-to-008-expected.txt:
        * platform/chromium-win/css2.1/20110323/width-non-replaced-inline-001-expected.txt:
        * platform/chromium-win/css2.1/t040302-c61-phys-len-00-b-expected.txt:
        * platform/chromium-win/css2.1/t0804-c5507-padn-r-02-f-expected.txt:
        * platform/chromium-win/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt:
        * platform/chromium-win/css2.1/t0804-c5509-padn-l-02-f-expected.txt:
        * platform/chromium-win/css2.1/t0805-c5519-brdr-r-02-e-expected.txt:
        * platform/chromium-win/css2.1/t0805-c5519-ibrdr-r-00-a-expected.txt:
        * platform/chromium-win/css2.1/t0805-c5520-brdr-b-00-a-expected.txt:
        * platform/chromium-win/css2.1/t0805-c5520-ibrdr-b-00-a-expected.txt:
        * platform/chromium-win/css2.1/t0805-c5521-brdr-l-02-e-expected.txt:
        * platform/chromium-win/fast/css/line-height-determined-by-primary-font-expected.txt:
        Updated Chromium baselines as after r126683 the top border is always dumped.

2012-08-27  Luke Macpherson   <macpherson@chromium.org>

        Fix CSSParserValue::createCSSValue() for viewport based units.
        https://bugs.webkit.org/show_bug.cgi?id=94772

        Reviewed by Tony Chang.

        Add test that uses variables, calc and viewport units together.

        * fast/css/variables/calc-vw-crash-expected.txt: Added.
        * fast/css/variables/calc-vw-crash.html: Added.

2012-08-27  Mark Lam  <mark.lam@apple.com>

        Gardening: skipping tests due to WebCore::JSEventListener::jsFunction(WebCore::ScriptExecutionContext*) crashes.
        https://bugs.webkit.org/show_bug.cgi?id=95144.

        Reviewed by Stephanie Lewis.

        fast/events/keyevent-iframe-removed-crash.html
        fullscreen/full-screen-iframe-zIndex.html
        fullscreen/full-screen-restrictions.html
        http/tests/security/MessagePort/event-listener-context.html
        platform/mac/accessibility/search-with-frames.html
        svg/custom/use-instanceRoot-as-event-target.xhtml

        * platform/mac/Skipped:

2012-08-27  Julien Chaffraix  <jchaffraix@webkit.org>

        More unreviewed rebaselining after r126683.

        * platform/chromium/TestExpectations:
        Removed 5 tests rebaselined in css2.1.

        * platform/chromium-linux/css2.1/t0805-c5519-brdr-r-00-a-expected.txt:
        * platform/chromium-linux/css2.1/t0805-c5519-brdr-r-01-e-expected.txt:
        * platform/chromium-linux/css2.1/t0805-c5520-brdr-b-01-e-expected.txt:
        * platform/chromium-linux/css2.1/t0805-c5521-brdr-l-00-a-expected.txt:
        * platform/chromium-linux/css2.1/t0805-c5521-brdr-l-01-e-expected.txt:
        * platform/chromium-linux/css2.1/t0805-c5521-ibrdr-l-00-a-expected.txt:
        * platform/chromium-win/css2.1/t0805-c5519-brdr-r-00-a-expected.txt:
        * platform/chromium-win/css2.1/t0805-c5519-brdr-r-01-e-expected.txt:
        * platform/chromium-win/css2.1/t0805-c5520-brdr-b-01-e-expected.txt:
        * platform/chromium-win/css2.1/t0805-c5521-brdr-l-00-a-expected.txt:
        * platform/chromium-win/css2.1/t0805-c5521-brdr-l-01-e-expected.txt:
        * platform/chromium-win/css2.1/t0805-c5521-ibrdr-l-00-a-expected.txt:
        Updated Chromium specific baseline now that we always dump the border top.

        * css2.1/t0805-c5519-brdr-r-00-a-expected.txt: Added.
        * css2.1/t0805-c5519-brdr-r-01-e-expected.txt: Added.
        * css2.1/t0805-c5520-brdr-b-01-e-expected.txt: Added.
        * css2.1/t0805-c5521-brdr-l-00-a-expected.txt: Added.
        * css2.1/t0805-c5521-brdr-l-01-e-expected.txt: Added.
        * css2.1/t0805-c5521-ibrdr-l-00-a-expected.txt: Added.
        * platform/efl/css2.1/t0805-c5519-brdr-r-00-a-expected.txt: Removed.
        * platform/efl/css2.1/t0805-c5519-brdr-r-01-e-expected.txt: Removed.
        * platform/efl/css2.1/t0805-c5520-brdr-b-01-e-expected.txt: Removed.
        * platform/efl/css2.1/t0805-c5521-brdr-l-00-a-expected.txt: Removed.
        * platform/efl/css2.1/t0805-c5521-brdr-l-01-e-expected.txt: Removed.
        * platform/efl/css2.1/t0805-c5521-ibrdr-l-00-a-expected.txt: Removed.
        * platform/gtk/css2.1/t0805-c5519-brdr-r-00-a-expected.txt: Removed.
        * platform/gtk/css2.1/t0805-c5519-brdr-r-01-e-expected.txt: Removed.
        * platform/gtk/css2.1/t0805-c5520-brdr-b-01-e-expected.txt: Removed.
        * platform/gtk/css2.1/t0805-c5521-brdr-l-00-a-expected.txt: Removed.
        * platform/gtk/css2.1/t0805-c5521-brdr-l-01-e-expected.txt: Removed.
        * platform/gtk/css2.1/t0805-c5521-ibrdr-l-00-a-expected.txt: Removed.
        Removed efl + gtk baselines, replaced by the common one.

        * platform/mac-lion/css2.1/t0805-c5519-brdr-r-00-a-expected.txt: Removed.
        * platform/mac-lion/css2.1/t0805-c5519-brdr-r-01-e-expected.txt: Removed.
        * platform/mac-lion/css2.1/t0805-c5520-brdr-b-01-e-expected.txt: Removed.
        * platform/mac-lion/css2.1/t0805-c5521-brdr-l-00-a-expected.txt: Removed.
        * platform/mac-lion/css2.1/t0805-c5521-brdr-l-01-e-expected.txt: Removed.
        * platform/mac-lion/css2.1/t0805-c5521-ibrdr-l-00-a-expected.txt: Removed.
        Removed Mac Lion baseline as it was a duplicate of mac.

2012-08-27  Simon Fraser  <simon.fraser@apple.com>

        If both left and right (or top and bottom) are specified for sticky, use left (or top)
        https://bugs.webkit.org/show_bug.cgi?id=95146

        Reviewed by Dan Bernstein.

        Ref tests for stickies with left and right, or top and bottom specified.

        * fast/css/sticky/sticky-both-sides-expected.html: Added.
        * fast/css/sticky/sticky-both-sides.html: Added.

2012-08-24  James Robinson  <jamesr@chromium.org>

        WebGL should not flip textures on presentation if contents are unchanged
        https://bugs.webkit.org/show_bug.cgi?id=94961

        Reviewed by Kenneth Russell.

        Adds a test to make sure multiple displays without any WebGL draw calls leave the WebGL output alone.

        * compositing/webgl/webgl-repaint-expected.png: Added.
        * compositing/webgl/webgl-repaint-expected.txt: Added.
        * compositing/webgl/webgl-repaint.html: Added.

2012-08-27  Leo Yang  <leoyang@rim.com>

        [BlackBerry] Test expectation for fast/js/constructor-length.html
        https://bugs.webkit.org/show_bug.cgi?id=95125

        Reviewed by Yong Li.

        * platform/blackberry/fast/js/constructor-length-expected.txt: Added.

2012-08-27  Julien Chaffraix  <jchaffraix@webkit.org>

        Unreviewed gardening.

        * platform/chromium/TestExpectations:
        Marked some position: sticky tests as failing due to sub-pixel layout.

2012-08-27  Mark Lam  <mark.lam@apple.com>

        Gardening: Skipping tests due to JSC::Bindings::Instance::createRuntimeObject(JSC::ExecState*) crashes.
        https://bugs.webkit.org/show_bug.cgi?id=95116.

        Reviewed by Sam Weinig.

        editing/pasteboard/paste-TIFF.html
        platform/mac/editing/pasteboard/dataTransfer-set-data-file-url.html

        * platform/mac/Skipped:

2012-08-27  Julien Chaffraix  <jchaffraix@webkit.org>

        Unreviewed rebaselining after r126683.

        * platform/chromium/TestExpectations:
        Removed 4 entries that were rebaselined.

        * fast/block/float/avoidance-rtl-expected.txt: Replaced.
        * fast/borders/border-radius-wide-border-01-expected.txt: Replaced.
        * fast/borders/only-one-border-with-width-expected.txt: Replaced.
        * fast/multicol/progression-reverse-expected.txt: Replaced.
        Common baseline updates now that we always dump the first border.

        * platform/efl/fast/block/float/avoidance-rtl-expected.txt: Removed.
        * platform/efl/fast/borders/border-radius-wide-border-01-expected.txt: Removed.
        * platform/efl/fast/borders/only-one-border-with-width-expected.txt: Removed.
        * platform/efl/fast/multicol/progression-reverse-expected.txt: Removed.
        * platform/gtk/fast/block/float/avoidance-rtl-expected.txt: Removed.
        * platform/gtk/fast/borders/border-radius-wide-border-01-expected.txt: Removed.
        * platform/gtk/fast/borders/only-one-border-with-width-expected.txt: Removed.
        * platform/gtk/fast/multicol/progression-reverse-expected.txt: Removed.
        * platform/mac-lion/fast/block/float/avoidance-rtl-expected.txt: Removed.
        * platform/mac-lion/fast/borders: Removed.
        * platform/mac-lion/fast/borders/border-radius-wide-border-01-expected.txt: Removed.
        * platform/mac-lion/fast/borders/only-one-border-with-width-expected.txt: Removed.
        * platform/mac-lion/fast/multicol/progression-reverse-expected.txt: Removed.
        * platform/mac/fast/block/float/avoidance-rtl-expected.txt: Removed.
        * platform/mac/fast/borders/border-radius-wide-border-01-expected.txt: Removed.
        * platform/mac/fast/borders/only-one-border-with-width-expected.txt: Removed.
        * platform/mac/fast/multicol/progression-reverse-expected.txt: Removed.
        * platform/qt/fast/block/float/avoidance-rtl-expected.txt: Removed.
        * platform/qt/fast/borders/border-radius-wide-border-01-expected.txt: Removed.
        * platform/qt/fast/borders/only-one-border-with-width-expected.txt: Removed.
        Removed those baselines now that they can be shared with the common one above.

2012-08-27  Takashi Sakamoto  <tasak@google.com>

        ShadowRoot insertion point change aborts css transition
        https://bugs.webkit.org/show_bug.cgi?id=93755

        Reviewed by Hajime Morita.

        * fast/dom/shadow/transition-on-shadow-host-with-distributed-node-expected.txt: Added.
        * fast/dom/shadow/transition-on-shadow-host-with-distributed-node.html: Added.
        * platform/chromium-linux/fast/html/details-nested-2-expected.txt: Added, because of changing the code about adding shadow root.
        * platform/chromium-linux/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added.
        * platform/mac/fast/html/details-nested-2-expected.txt: Rebased, because of changing the code about adding shadow root.
        * platform/mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Rebased.

2012-08-27  Anna Cavender  <annacc@chromium.org>

        TextTrack modes are strings
        https://bugs.webkit.org/show_bug.cgi?id=85050

        Reviewed by Eric Carlson.

        The spec recently changed away from enumeration to string for the type
        of TextTrack mode.
        http://dev.w3.org/html5/spec/media-elements.html#texttrackmode

        Remove check for mode constants as we are no longer using an enum:
        * media/track/track-constants-expected.txt:
        * media/track/track-constants.html:

        Update tests to use the new strings rather than the enums:
        * media/track/track-delete-during-setup-expected.txt:
        * media/track/track-delete-during-setup.html:
        * media/track/track-element-dom-change-crash-expected.txt:
        * media/track/track-element-dom-change-crash.html:
        * media/track/track-load-from-src-readyState.html:
        * media/track/track-mode-expected.txt:
        * media/track/track-mode-not-changed-by-new-track-expected.txt:
        * media/track/track-mode-not-changed-by-new-track.html:
        * media/track/track-mode-triggers-loading-expected.txt:
        * media/track/track-mode-triggers-loading.html:
        * media/track/track-mode.html:
        * media/track/track-texttracks-expected.txt:
        * media/track/track-texttracks.html:
        * media/video-test.js:
        (enableAllTextTracks):

2012-08-27  Mike West  <mkwst@chromium.org>

        'self' in a CSP directive should match blob: and filesystem: URLs.
        https://bugs.webkit.org/show_bug.cgi?id=94918

        Reviewed by Adam Barth.

        * http/tests/security/contentSecurityPolicy/blob-urls-match-self-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/blob-urls-match-self.html: Added.
        * http/tests/security/contentSecurityPolicy/filesystem-urls-match-self-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/filesystem-urls-match-self.html: Added.
            Test the new functionality.
        * http/tests/security/contentSecurityPolicy/resources/multiple-iframe-test.js:
        (test):
            Adding support for data: URLs.
        * http/tests/security/contentSecurityPolicy/source-list-parsing-08-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/source-list-parsing-08.html: Added.
            Adding data: URL tests to ensure that grabbing the inner URL of the
            URL to test doesn't inadvertently regress that behavior.
        * platform/efl/Skipped:
        * platform/mac/Skipped:
        * platform/qt/Skipped:
        * platform/win/Skipped:
            Skipping filessytem test on ports where it's not enabled.

2012-08-27  Simon Fraser  <simon.fraser@apple.com>

        Fix some more sticky ref tests; avoid wrapping at the 800px
        window width, and remove a margin:auto from a reference.

        * fast/css/sticky/sticky-margins-expected.html:
        * fast/css/sticky/sticky-margins.html:
        * fast/css/sticky/sticky-writing-mode-vertical-lr-expected.html:

2012-08-27  Tommy Widenflycht  <tommyw@google.com>

        MediaStream API: Fix review comments from patch #93119
        https://bugs.webkit.org/show_bug.cgi?id=95064

        Reviewed by Adam Barth.

        * fast/mediastream/RTCIceCandidate-expected.txt:
        * fast/mediastream/RTCIceCandidate.html:
        * fast/mediastream/RTCSessionDescription-expected.txt:
        * fast/mediastream/RTCSessionDescription.html:
        * fast/mediastream/constructors-expected.txt:
        * fast/mediastream/constructors.html:

2012-08-27  Simon Fraser  <simon.fraser@apple.com>

        Fix sticky-position test to hide scrollbars.

        * fast/css/sticky/sticky-side-margins-expected.html:
        * fast/css/sticky/sticky-side-margins.html:

2012-08-27  Victor Carbune  <victor@rosedu.org>

        Crash when trying to render empty cues
        https://bugs.webkit.org/show_bug.cgi?id=94776

        Reviewed by Eric Carlson.

        Added extra safety checks.

        * media/track/track-cue-rendering-empty-cue-crash-expected.txt: Added.
        * media/track/track-cue-rendering-empty-cue-crash.html: Added.

2012-08-27  Julien Chaffraix  <jchaffraix@webkit.org>

        Unreviewed Chromium gardening.

        * platform/chromium/TestExpectations:
        Marked fast/text/atsui-bidi-control.html as timing out on SnowLeopard.

2012-08-24  Simon Fraser  <simon.fraser@apple.com>

        Implement sticky positioning
        https://bugs.webkit.org/show_bug.cgi?id=90046

        Reviewed by Ojan Vafai.

        Various ref tests for sticky positioning.

        * fast/css/sticky/inflow-sticky-expected.html: Added.
        * fast/css/sticky/inflow-sticky.html: Added.
        * fast/css/sticky/inline-sticky-abspos-child-expected.html: Added.
        * fast/css/sticky/inline-sticky-abspos-child.html: Added.
        * fast/css/sticky/inline-sticky-expected.html: Added.
        * fast/css/sticky/inline-sticky.html: Added.
        * fast/css/sticky/replaced-sticky-expected.html: Added.
        * fast/css/sticky/replaced-sticky.html: Added.
        * fast/css/sticky/sticky-as-positioning-container-expected.html: Added.
        * fast/css/sticky/sticky-as-positioning-container.html: Added.
        * fast/css/sticky/sticky-left-expected.html: Added.
        * fast/css/sticky/sticky-left-percentage-expected.html: Added.
        * fast/css/sticky/sticky-left-percentage.html: Added.
        * fast/css/sticky/sticky-left.html: Added.
        * fast/css/sticky/sticky-margins-expected.html: Added.
        * fast/css/sticky/sticky-margins.html: Added.
        * fast/css/sticky/sticky-side-margins-expected.html: Added.
        * fast/css/sticky/sticky-side-margins.html: Added.
        * fast/css/sticky/sticky-stacking-context-expected.html: Added.
        * fast/css/sticky/sticky-stacking-context.html: Added.
        * fast/css/sticky/sticky-top-expected.html: Added.
        * fast/css/sticky/sticky-top-margins-expected.html: Added.
        * fast/css/sticky/sticky-top-margins.html: Added.
        * fast/css/sticky/sticky-top.html: Added.
        * fast/css/sticky/sticky-writing-mode-horizontal-bt-expected.html: Added.
        * fast/css/sticky/sticky-writing-mode-horizontal-bt.html: Added.
        * fast/css/sticky/sticky-writing-mode-vertical-lr-expected.html: Added.
        * fast/css/sticky/sticky-writing-mode-vertical-lr.html: Added.
        * fast/css/sticky/sticky-writing-mode-vertical-rl-expected.html: Added.
        * fast/css/sticky/sticky-writing-mode-vertical-rl.html: Added.

2012-08-27  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Debugger should break on failed assertions in Break on exceptions mode.
        https://bugs.webkit.org/show_bug.cgi?id=95088

        Reviewed by Yury Semikhatsky.

        * inspector/debugger/debugger-pause-on-failed-assertion-expected.txt: Added.
        * inspector/debugger/debugger-pause-on-failed-assertion.html: Added.

2012-08-27  Hugo Parente Lima  <hugo.lima@openbossa.org>

        [Qt] fast/url/path.html with Qt5 differ results on both WK1 and WK2
        https://bugs.webkit.org/show_bug.cgi?id=77380

        Reviewed by Kenneth Rohde Christiansen.

        * platform/qt-4.8/fast/url/path-expected.txt: Renamed from LayoutTests/platform/qt/fast/url/path-expected.txt.
        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0/Skipped:

2012-08-25  Andrey Kosyakov  <caseq@chromium.org>

        Web Inspector: display cause for style recalculation and layout on Timeline
        https://bugs.webkit.org/show_bug.cgi?id=95000

        Reviewed by Pavel Feldman.

        - added new events (ScheduleStyleRecalculation and InvlidateLayout)
        - rebaselined a test due to a new event;

        * inspector/timeline/timeline-enum-stability-expected.txt:
        * inspector/timeline/timeline-script-tag-1-expected.txt:

2012-08-27  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviwed gardening. Skip test that fails on 32bit release.
        https://bugs.webkit.org/show_bug.cgi?id=95070

        * platform/qt/Skipped: skip inspector/styles/media-queries.html after r126717.

2012-08-27  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt][WK2] Unreviewd gardening. Skip failing compositing tests.
        https://bugs.webkit.org/show_bug.cgi?id=95076.

        * platform/qt-5.0-wk2/Skipped:

2012-08-27  KyungTae Kim  <ktf.kim@samsung.com>

        [EFL] Wrong button height on CSS tests
        https://bugs.webkit.org/show_bug.cgi?id=85494

        Reviewed by Gyuyoung Kim.

        This patch changes styles of buttons (not to reset border style).
        Update baselines for tests include buttons.
        
        * platform/efl/TestExpectations:
        * platform/efl/fast/css/continuationCrash-expected.png:
        * platform/efl/fast/css/continuationCrash-expected.txt:
        * platform/efl/fast/css/margin-top-bottom-dynamic-expected.png:
        * platform/efl/fast/css/margin-top-bottom-dynamic-expected.txt:
        * platform/efl/fast/css/rtl-ordering-expected.png:
        * platform/efl/fast/css/rtl-ordering-expected.txt:
        * platform/efl/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
        * platform/efl/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
        * platform/efl/fast/forms/basic-buttons-expected.png:
        * platform/efl/fast/forms/basic-buttons-expected.txt:
        * platform/efl/fast/forms/blankbuttons-expected.png:
        * platform/efl/fast/forms/blankbuttons-expected.txt:
        * platform/efl/fast/forms/box-shadow-override-expected.png:
        * platform/efl/fast/forms/box-shadow-override-expected.txt:
        * platform/efl/fast/forms/button-positioned-expected.png:
        * platform/efl/fast/forms/button-positioned-expected.txt:
        * platform/efl/fast/forms/button-sizes-expected.png:
        * platform/efl/fast/forms/button-sizes-expected.txt:
        * platform/efl/fast/forms/button-style-color-expected.png:
        * platform/efl/fast/forms/button-style-color-expected.txt:
        * platform/efl/fast/forms/button-table-styles-expected.png:
        * platform/efl/fast/forms/button-table-styles-expected.txt:
        * platform/efl/fast/forms/button-text-transform-expected.png:
        * platform/efl/fast/forms/button-text-transform-expected.txt:
        * platform/efl/fast/forms/control-restrict-line-height-expected.png:
        * platform/efl/fast/forms/control-restrict-line-height-expected.txt:
        * platform/efl/fast/forms/file/file-input-direction-expected.png:
        * platform/efl/fast/forms/file/file-input-direction-expected.txt:
        * platform/efl/fast/forms/file/file-input-disabled-expected.png:
        * platform/efl/fast/forms/file/file-input-disabled-expected.txt:
        * platform/efl/fast/forms/formmove3-expected.png:
        * platform/efl/fast/forms/formmove3-expected.txt:
        * platform/efl/fast/forms/input-appearance-height-expected.png:
        * platform/efl/fast/forms/input-appearance-height-expected.txt:
        * platform/efl/fast/forms/input-button-sizes-expected.png:
        * platform/efl/fast/forms/input-button-sizes-expected.txt:
        * platform/efl/fast/forms/input-value-expected.png:
        * platform/efl/fast/forms/input-value-expected.txt:
        * platform/efl/fast/forms/targeted-frame-submission-expected.png:
        * platform/efl/fast/forms/targeted-frame-submission-expected.txt:
        * platform/efl/fast/html/details-replace-summary-child-expected.png:
        * platform/efl/fast/html/details-replace-summary-child-expected.txt:
        * platform/efl/fast/html/details-replace-text-expected.png:
        * platform/efl/fast/html/details-replace-text-expected.txt:
        * platform/efl/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
        * platform/efl/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
        * platform/efl/fast/overflow/scrollRevealButton-expected.png:
        * platform/efl/fast/overflow/scrollRevealButton-expected.txt:
        * platform/efl/fast/replaced/replaced-breaking-expected.png:
        * platform/efl/fast/replaced/replaced-breaking-expected.txt:
        * platform/efl/fast/replaced/width100percent-button-expected.png:
        * platform/efl/fast/replaced/width100percent-button-expected.txt:

2012-08-27  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: DOM tree search issue with quotation marks
        https://bugs.webkit.org/show_bug.cgi?id=95065

        Reviewed by Pavel Feldman.

        * inspector/elements/elements-panel-search-expected.txt:
        * inspector/elements/elements-panel-search.html:

2012-08-27  Dominic Cooney   <dominicc@chromium.org>

        [Chromium] Unreviewed gardening.

        More rebaselines to account for font aliasing differences.

        * platform/chromium-mac-snowleopard/compositing/overflow/nested-scrolling-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/nested-scrolling-expected.png.
        * platform/chromium-mac/compositing/overflow/nested-scrolling-expected.png:

2012-08-27  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Mark inspector/styles/media-queries.html as flaky for WK1 as well
        https://bugs.webkit.org/show_bug.cgi?id=95067

        Unreviewed EFL gardening. Mark inspector/styles/media-queries.html as
        flaky for WK1 as well.

        * platform/efl-wk2/TestExpectations:
        * platform/efl/TestExpectations:

2012-08-27  Dominic Cooney  <dominicc@chromium.org>

        [Chromium] Unreviewed gardening.

        Rebaseline to account for font antialiasing differences.

        * platform/chromium-mac-snowleopard/compositing/overflow/remove-overflow-crash2-expected.png: Added.

2012-08-27  Dominic Cooney   <dominicc@chromium.org>

        [Chromium] Unreviewed gardening.

        Update expectations for inspector/styles/media-queries.html which
        started failing on Linux (dbg) at r126717 and flaky on Linux, Win
        at or right after that revision.

        * platform/chromium/TestExpectations:

2012-08-27  Dominic Cooney  <dominicc@chromium.org>

        [Chromium] Unreviewed gardening

        Fix test expectation lint errors.

        * platform/chromium/TestExpectations:

2012-08-24  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: Incorrect property override computation when !important is involved
        https://bugs.webkit.org/show_bug.cgi?id=94923

        Reviewed by Vsevolod Vlasov.

        * inspector/elements/elements-panel-styles-expected.txt:
        * inspector/elements/resources/elements-panel-styles.css:
        (.foo, .foo::before):

2012-08-27  Yoshifumi Inoue  <yosin@chromium.org>

        [Tests] Using ref image instead ref HTML for fast/forms/time-multiple-fields/time-multiple-fields-appearance-{basic,pseudo-element}.html
        https://bugs.webkit.org/show_bug.cgi?id=95055

        Reviewed by Kent Tamura.

        This patch changes test expectations of time-multiple-fields-appearance-basic.html
        and time-multiple-fields-appearance-pseudo-elements.html to images
        rather than HTML for ease of maintenance. There were unexpected image
        differences between actual images and HTML reference images. It seems
        rebaseline is easier than updating JavaScript code and CSS style sheet
        of reference HTML.

        Note: This patch contains Chromium-Linux images only. We need to do
        rebaseline for Chromium-Mac and Chromium-Win later.

        * fast/forms/time-multiple-fields/resources/time-multiple-fields-appearance.css: Removed.
        * fast/forms/time-multiple-fields/resources/time-multiple-fields-appearance.js: Removed.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.html: Removed.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html: Changed not to use external style sheet.
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png: Added.
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.txt: Added.
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
        * platform/chromium/TestExpectations: Updates entries for rebaseline

2012-08-27  Balazs Ankes  <bank@inf.u-szeged.hu>

        [Qt] New test introduced in r126611 fails: fast/css/image-set-setting.html.
        https://bugs.webkit.org/show_bug.cgi?id=95054

        Unreviewed gardeing.

        * platform/qt/Skipped:

2012-08-27  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Skip several compositing/overflow test cases
        https://bugs.webkit.org/show_bug.cgi?id=95047

        Unreviewed EFL gardening. Skip several compositing/overflow
        test cases which are failing due to incomplete support
        for accelerated compositing or missing support for
        layerTreeAsText().

        * platform/efl/TestExpectations:

2012-08-27  Dominic Cooney  <dominicc@chromium.org>

        [Chromium] Unreviewed gardening.

        Add missing baselines and rebaseline some minor font rendering
        differences.

        * platform/chromium-linux/compositing/overflow/nested-scrolling-expected.png:
        * platform/chromium-linux/compositing/overflow/nested-scrolling-expected.txt:
        * platform/chromium-mac/compositing/overflow/nested-scrolling-expected.png: Added.
        * platform/chromium-mac/compositing/overflow/nested-scrolling-expected.txt: Added.
        * platform/chromium-mac/compositing/overflow/remove-overflow-crash2-expected.png: Added.
        * platform/chromium-mac/compositing/overflow/remove-overflow-crash2-expected.txt: Added.
        * platform/chromium-win/compositing/overflow/nested-scrolling-expected.png: Added.
        * platform/chromium-win/compositing/overflow/nested-scrolling-expected.txt: Added.
        * platform/chromium-win/compositing/overflow/remove-overflow-crash2-expected.png: Added.
        * platform/chromium-win/compositing/overflow/remove-overflow-crash2-expected.txt: Added.
        * platform/chromium/TestExpectations:
        * platform/chromium/compositing/overflow/clipping-ancestor-with-accelerated-scrolling-ancestor-expected.png: Renamed from LayoutTests/platform/chromium-linux/compositing/overflow/clipping-ancestor-with-accelerated-scrolling-ancestor-expected.png.
        * platform/chromium/compositing/overflow/clipping-ancestor-with-accelerated-scrolling-ancestor-expected.txt: Renamed from LayoutTests/platform/chromium-linux/compositing/overflow/clipping-ancestor-with-accelerated-scrolling-ancestor-expected.txt.
        * platform/chromium/compositing/overflow/overflow-clip-with-accelerated-scrolling-ancestor-expected.png: Renamed from LayoutTests/platform/chromium-linux/compositing/overflow/overflow-clip-with-accelerated-scrolling-ancestor-expected.png.
        * platform/chromium/compositing/overflow/overflow-clip-with-accelerated-scrolling-ancestor-expected.txt: Renamed from LayoutTests/platform/chromium-linux/compositing/overflow/overflow-clip-with-accelerated-scrolling-ancestor-expected.txt.

2012-08-27  Dominic Cooney  <dominicc@chromium.org>

        [Chromium] Unreviewed gardening.

        Update expectations for
        fast/writing-mode/broken-ideographic-font.html after r126683.

        * platform/chromium/TestExpectations:

2012-08-26  Yoshifumi Inoue  <yosin@chromium.org>

        [Forms] Focus style of millisecond field in multiple fields time input UI is different from other fields
        https://bugs.webkit.org/show_bug.cgi?id=95046

        Reviewed by Kent Tamura.

        This patch adds a new test for checking focus style of all fields in
        multiple fields time input UI.

        We check appearance of focus field in fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic.html

        * fast/forms/time-multiple-fields/time-multiple-fields-focus-style-expected.txt: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-focus-style.html: Added.

2012-08-26  Mark Lam  <mark.lam@apple.com>

        Skipping http/tests/security/local-user-CSS-from-remote.html to green mac WK2 bots.
        https://bugs.webkit.org/show_bug.cgi?id=95043.

        Reviewed by Kentaro Hara.

        * platform/mac-wk2/Skipped:

2012-08-26  Mark Lam  <mark.lam@apple.com>

        Skipping fast/forms/validation-message-user-modify.html to green mac WK2 bots.
        https://bugs.webkit.org/show_bug.cgi?id=95042.

        Reviewed by Kentaro Hara.

        * platform/mac-wk2/Skipped:

2012-08-26  Filip Pizlo  <fpizlo@apple.com>

        Finally inlining should correctly track the catch context
        https://bugs.webkit.org/show_bug.cgi?id=94986
        <rdar://problem/11753784>

        Reviewed by Sam Weinig.

        * fast/js/jsc-test-list:
        * fast/js/script-tests/throw-from-finally.js: Added.
        * fast/js/throw-from-finally.html: Added.
        * fast/js/throw-from-finally-expected.txt: Added.

2012-08-26  Robert Hogan  <robert@webkit.org>

        Suppress Mac test requiring rebaseline after r126683.

        Unreviewed gardening.

        fast/repaint/control-clip.html was suppressed and failing already so remove it from
        the tests requiring rebaseline after r126683.

        * platform/chromium/TestExpectations:

2012-08-26  Robert Hogan  <robert@webkit.org>

        Suppress test requiring rebaseline after r126683

        Unreviewed, gardening.

        * platform/chromium/TestExpectations:

2012-08-26  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: make ConsoleView listen to the JavaScriptContextManager
        https://bugs.webkit.org/show_bug.cgi?id=94940

        Reviewed by Vsevolod Vlasov.

        * inspector/elements/elements-panel-rewrite-href-expected.txt:
        * inspector/styles/styles-url-linkify-expected.txt:

2012-08-26  Filip Pizlo  <fpizlo@apple.com>

        Don't allocate space for arguments and call frame if arguments aren't captured
        https://bugs.webkit.org/show_bug.cgi?id=95024

        Reviewed by Geoffrey Garen.

        Test coverage for the case where an argument was legitimately captured.

        * fast/js/jsc-test-list:
        * fast/js/legitimately-captured-argument-expected.txt: Added.
        * fast/js/legitimately-captured-argument.html: Added.
        * fast/js/script-tests/legitimately-captured-argument.js: Added.

2012-08-26  Robert Hogan  <robert@webkit.org>

        Suppress 6 failing tests on Qt.

        Unreviewed gardening.

        * platform/qt/TestExpectations:

2012-08-26  Robert Hogan  <robert@webkit.org>

        Rebaseline Mac test results after r126683.

        Unreviewed gardening.

        * platform/mac-lion/animations/cross-fade-border-image-source-expected.txt: Copied from LayoutTests/platform/mac/animations/cross-fade-border-image-source-expected.txt.
        * platform/mac-lion/css1/box_properties/border_bottom-expected.txt: Copied from LayoutTests/platform/mac/css1/box_properties/border_bottom-expected.txt.
        * platform/mac-lion/css1/box_properties/border_bottom_inline-expected.txt: Copied from LayoutTests/platform/mac/css1/box_properties/border_bottom_inline-expected.txt.
        * platform/mac-lion/css1/box_properties/border_left-expected.txt: Copied from LayoutTests/platform/mac/css1/box_properties/border_left-expected.txt.
        * platform/mac-lion/css1/box_properties/border_left_inline-expected.txt: Copied from LayoutTests/platform/mac/css1/box_properties/border_left_inline-expected.txt.
        * platform/mac-lion/css1/box_properties/border_right-expected.txt: Copied from LayoutTests/platform/mac/css1/box_properties/border_right-expected.txt.
        * platform/mac-lion/css1/box_properties/border_right_inline-expected.txt: Copied from LayoutTests/platform/mac/css1/box_properties/border_right_inline-expected.txt.
        * platform/mac-lion/css1/units/length_units-expected.txt: Copied from LayoutTests/platform/mac/css1/units/length_units-expected.txt.
        * platform/mac-lion/css2.1/20110323/absolute-replaced-height-036-expected.txt: Copied from LayoutTests/platform/mac/css2.1/20110323/absolute-replaced-height-036-expected.txt.
        * platform/mac-lion/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt: Added.
        * platform/mac-lion/css2.1/20110323/abspos-replaced-width-margin-000-expected.txt: Added.
        * platform/mac-lion/css2.1/20110323/block-non-replaced-height-007-expected.txt: Copied from LayoutTests/platform/mac/css2.1/20110323/block-non-replaced-height-007-expected.txt.
        * platform/mac-lion/css2.1/20110323/block-non-replaced-height-008-expected.txt: Copied from LayoutTests/platform/mac/css2.1/20110323/block-non-replaced-height-008-expected.txt.
        * platform/mac-lion/css2.1/20110323/block-non-replaced-height-009-expected.txt: Copied from LayoutTests/platform/mac/css2.1/20110323/block-non-replaced-height-009-expected.txt.
        * platform/mac-lion/css2.1/20110323/block-non-replaced-height-010-expected.txt: Copied from LayoutTests/platform/mac/css2.1/20110323/block-non-replaced-height-010-expected.txt.
        * platform/mac-lion/css2.1/20110323/block-non-replaced-width-001-expected.txt: Copied from LayoutTests/platform/mac/css2.1/20110323/block-non-replaced-width-001-expected.txt.
        * platform/mac-lion/css2.1/20110323/block-non-replaced-width-002-expected.txt: Copied from LayoutTests/platform/mac/css2.1/20110323/block-non-replaced-width-002-expected.txt.
        * platform/mac-lion/css2.1/20110323/block-non-replaced-width-003-expected.txt: Copied from LayoutTests/platform/mac/css2.1/20110323/block-non-replaced-width-003-expected.txt.
        * platform/mac-lion/css2.1/20110323/block-non-replaced-width-004-expected.txt: Copied from LayoutTests/platform/mac/css2.1/20110323/block-non-replaced-width-004-expected.txt.
        * platform/mac-lion/css2.1/20110323/block-non-replaced-width-008-expected.txt: Copied from LayoutTests/platform/mac/css2.1/20110323/block-non-replaced-width-008-expected.txt.
        * platform/mac-lion/css2.1/20110323/margin-applies-to-008-expected.txt: Copied from LayoutTests/platform/mac/css2.1/20110323/margin-applies-to-008-expected.txt.
        * platform/mac-lion/css2.1/20110323/width-non-replaced-inline-001-expected.txt: Copied from LayoutTests/platform/mac/css2.1/20110323/width-non-replaced-inline-001-expected.txt.
        * platform/mac-lion/css2.1/t040302-c61-phys-len-00-b-expected.txt: Copied from LayoutTests/platform/mac/css2.1/t040302-c61-phys-len-00-b-expected.txt.
        * platform/mac-lion/css2.1/t0804-c5507-padn-r-02-f-expected.txt: Copied from LayoutTests/platform/mac/css2.1/t0804-c5507-padn-r-02-f-expected.txt.
        * platform/mac-lion/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt: Copied from LayoutTests/platform/mac/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt.
        * platform/mac-lion/css2.1/t0804-c5509-padn-l-02-f-expected.txt: Copied from LayoutTests/platform/mac/css2.1/t0804-c5509-padn-l-02-f-expected.txt.
        * platform/mac-lion/css2.1/t0805-c5519-brdr-r-00-a-expected.txt: Copied from LayoutTests/platform/mac/css2.1/t0805-c5519-brdr-r-00-a-expected.txt.
        * platform/mac-lion/css2.1/t0805-c5519-brdr-r-01-e-expected.txt: Copied from LayoutTests/platform/mac/css2.1/t0805-c5519-brdr-r-01-e-expected.txt.
        * platform/mac-lion/css2.1/t0805-c5519-brdr-r-02-e-expected.txt: Copied from LayoutTests/platform/mac/css2.1/t0805-c5519-brdr-r-02-e-expected.txt.
        * platform/mac-lion/css2.1/t0805-c5519-ibrdr-r-00-a-expected.txt: Copied from LayoutTests/platform/mac/css2.1/t0805-c5519-ibrdr-r-00-a-expected.txt.
        * platform/mac-lion/css2.1/t0805-c5520-brdr-b-00-a-expected.txt: Copied from LayoutTests/platform/mac/css2.1/t0805-c5520-brdr-b-00-a-expected.txt.
        * platform/mac-lion/css2.1/t0805-c5520-brdr-b-01-e-expected.txt: Copied from LayoutTests/platform/mac/css2.1/t0805-c5520-brdr-b-01-e-expected.txt.
        * platform/mac-lion/css2.1/t0805-c5520-ibrdr-b-00-a-expected.txt: Copied from LayoutTests/platform/mac/css2.1/t0805-c5520-ibrdr-b-00-a-expected.txt.
        * platform/mac-lion/css2.1/t0805-c5521-brdr-l-00-a-expected.txt: Copied from LayoutTests/platform/mac/css2.1/t0805-c5521-brdr-l-00-a-expected.txt.
        * platform/mac-lion/css2.1/t0805-c5521-brdr-l-01-e-expected.txt: Copied from LayoutTests/platform/mac/css2.1/t0805-c5521-brdr-l-01-e-expected.txt.
        * platform/mac-lion/css2.1/t0805-c5521-brdr-l-02-e-expected.txt: Copied from LayoutTests/platform/mac/css2.1/t0805-c5521-brdr-l-02-e-expected.txt.
        * platform/mac-lion/css2.1/t0805-c5521-ibrdr-l-00-a-expected.txt: Copied from LayoutTests/platform/mac/css2.1/t0805-c5521-ibrdr-l-00-a-expected.txt.
        * platform/mac-lion/css3/selectors3/html/css3-modsel-19b-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-19b-expected.txt.
        * platform/mac-lion/css3/selectors3/html/css3-modsel-64-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-64-expected.txt.
        * platform/mac-lion/css3/selectors3/xhtml/css3-modsel-19b-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-19b-expected.txt.
        * platform/mac-lion/css3/selectors3/xhtml/css3-modsel-64-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-64-expected.txt.
        * platform/mac-lion/css3/selectors3/xml/css3-modsel-19b-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.txt.
        * platform/mac-lion/css3/selectors3/xml/css3-modsel-64-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-64-expected.txt.
        * platform/mac-lion/editing/deleting/type-delete-after-quote-expected.txt: Copied from LayoutTests/platform/mac/editing/deleting/type-delete-after-quote-expected.txt.
        * platform/mac-lion/editing/execCommand/4580583-1-expected.txt: Copied from LayoutTests/platform/mac/editing/execCommand/4580583-1-expected.txt.
        * platform/mac-lion/editing/execCommand/4580583-2-expected.txt: Copied from LayoutTests/platform/mac/editing/execCommand/4580583-2-expected.txt.
        * platform/mac-lion/editing/inserting/5418891-expected.txt: Copied from LayoutTests/platform/mac/editing/inserting/5418891-expected.txt.
        * platform/mac-lion/editing/inserting/5510537-expected.txt: Copied from LayoutTests/platform/mac/editing/inserting/5510537-expected.txt.
        * platform/mac-lion/editing/inserting/6703873-expected.txt: Copied from LayoutTests/platform/mac/editing/inserting/6703873-expected.txt.
        * platform/mac-lion/editing/inserting/break-blockquote-after-delete-expected.txt: Copied from LayoutTests/platform/mac/editing/inserting/break-blockquote-after-delete-expected.txt.
        * platform/mac-lion/editing/pasteboard/5006779-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/5006779-expected.txt.
        * platform/mac-lion/editing/pasteboard/paste-blockquote-after-blockquote-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-blockquote-after-blockquote-expected.txt.
        * platform/mac-lion/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.txt.
        * platform/mac-lion/fast/block/float/012-expected.txt: Copied from LayoutTests/platform/mac/fast/block/float/012-expected.txt.
        * platform/mac-lion/fast/block/float/013-expected.txt: Copied from LayoutTests/platform/mac/fast/block/float/013-expected.txt.
        * platform/mac-lion/fast/block/float/avoidance-rtl-expected.txt: Added.
        * platform/mac-lion/fast/block/margin-collapse/041-expected.txt: Copied from LayoutTests/platform/mac/fast/block/margin-collapse/041-expected.txt.
        * platform/mac-lion/fast/block/margin-collapse/043-expected.txt: Copied from LayoutTests/platform/mac/fast/block/margin-collapse/043-expected.txt.
        * platform/mac-lion/fast/block/margin-collapse/057-expected.txt: Copied from LayoutTests/platform/mac/fast/block/margin-collapse/057-expected.txt.
        * platform/mac-lion/fast/block/positioning/inline-block-relposition-expected.txt: Copied from LayoutTests/platform/mac/fast/block/positioning/inline-block-relposition-expected.txt.
        * platform/mac-lion/fast/borders/border-radius-wide-border-01-expected.txt: Added.
        * platform/mac-lion/fast/borders/only-one-border-with-width-expected.txt: Added.
        * platform/mac-lion/fast/css/acid2-expected.txt: Copied from LayoutTests/platform/mac/http/tests/misc/acid2-expected.txt.
        * platform/mac-lion/fast/css/acid2-pixel-expected.txt: Copied from LayoutTests/platform/mac/fast/css/acid2-pixel-expected.txt.
        * platform/mac-lion/fast/css/border-height-expected.txt: Copied from LayoutTests/platform/mac/fast/css/border-height-expected.txt.
        * platform/mac-lion/fast/css/caption-width-absolute-position-expected.txt: Copied from LayoutTests/platform/mac/fast/css/caption-width-absolute-position-expected.txt.
        * platform/mac-lion/fast/css/caption-width-absolute-position-offset-top-expected.txt: Copied from LayoutTests/platform/mac/fast/css/caption-width-absolute-position-offset-top-expected.txt.
        * platform/mac-lion/fast/css/caption-width-fixed-position-expected.txt: Copied from LayoutTests/platform/mac/fast/css/caption-width-fixed-position-expected.txt.
        * platform/mac-lion/fast/css/caption-width-fixed-position-offset-top-expected.txt: Copied from LayoutTests/platform/mac/fast/css/caption-width-fixed-position-offset-top-expected.txt.
        * platform/mac-lion/fast/css/line-height-determined-by-primary-font-expected.txt: Copied from LayoutTests/platform/mac/fast/css/line-height-determined-by-primary-font-expected.txt.
        * platform/mac-lion/fast/css/pseudo-first-line-border-width-expected.txt: Copied from LayoutTests/platform/mac/fast/css/pseudo-first-line-border-width-expected.txt.
        * platform/mac-lion/fast/css/rtl-ordering-expected.txt: Copied from LayoutTests/platform/mac/fast/css/rtl-ordering-expected.txt.
        * platform/mac-lion/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt.
        * platform/mac-lion/fast/dynamic/positioned-movement-with-positioned-children-expected.txt: Copied from LayoutTests/platform/mac/fast/dynamic/positioned-movement-with-positioned-children-expected.txt.
        * platform/mac-lion/fast/forms/basic-buttons-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-buttons-expected.txt.
        * platform/mac-lion/fast/forms/box-shadow-override-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/box-shadow-override-expected.txt.
        * platform/mac-lion/fast/forms/button-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-align-expected.txt.
        * platform/mac-lion/fast/forms/button-cannot-be-nested-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-cannot-be-nested-expected.txt.
        * platform/mac-lion/fast/forms/button-generated-content-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-generated-content-expected.txt.
        * platform/mac-lion/fast/forms/button-inner-block-reuse-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-inner-block-reuse-expected.txt.
        * platform/mac-lion/fast/forms/button-positioned-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-positioned-expected.txt.
        * platform/mac-lion/fast/forms/button-sizes-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-sizes-expected.txt.
        * platform/mac-lion/fast/forms/button-style-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-style-color-expected.txt.
        * platform/mac-lion/fast/forms/button-text-transform-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-text-transform-expected.txt.
        * platform/mac-lion/fast/forms/button-white-space-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-white-space-expected.txt.
        * platform/mac-lion/fast/forms/control-clip-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/control-clip-overflow-expected.txt.
        * platform/mac-lion/fast/forms/select-baseline-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-baseline-expected.txt.
        * platform/mac-lion/fast/frames/viewsource-attribute-expected.txt: Copied from LayoutTests/platform/mac/fast/frames/viewsource-attribute-expected.txt.
        * platform/mac-lion/fast/frames/viewsource-on-image-file-expected.txt: Copied from LayoutTests/platform/mac/fast/frames/viewsource-on-image-file-expected.txt.
        * platform/mac-lion/fast/hidpi/image-set-border-image-comparison-expected.txt: Copied from LayoutTests/platform/mac/fast/hidpi/image-set-border-image-comparison-expected.txt.
        * platform/mac-lion/fast/hidpi/image-set-border-image-dynamic-expected.txt: Copied from LayoutTests/platform/mac/fast/hidpi/image-set-border-image-dynamic-expected.txt.
        * platform/mac-lion/fast/inline/inline-padding-disables-text-quirk-expected.txt: Copied from LayoutTests/platform/mac/fast/inline/inline-padding-disables-text-quirk-expected.txt.
        * platform/mac-lion/fast/inline/inline-text-quirk-bpm-expected.txt: Copied from LayoutTests/platform/mac/fast/inline/inline-text-quirk-bpm-expected.txt.
        * platform/mac-lion/fast/invalid/residual-style-expected.txt: Copied from LayoutTests/platform/mac/fast/invalid/residual-style-expected.txt.
        * platform/mac-lion/fast/layers/scroll-rect-to-visible-expected.txt: Copied from LayoutTests/platform/mac/fast/layers/scroll-rect-to-visible-expected.txt.
        * platform/mac-lion/fast/lists/007-expected.txt: Copied from LayoutTests/platform/mac/fast/lists/007-expected.txt.
        * platform/mac-lion/fast/multicol/block-axis-horizontal-bt-expected.txt: Copied from LayoutTests/platform/mac/fast/multicol/block-axis-horizontal-bt-expected.txt.
        * platform/mac-lion/fast/multicol/block-axis-vertical-lr-expected.txt: Copied from LayoutTests/platform/mac/fast/multicol/block-axis-vertical-lr-expected.txt.
        * platform/mac-lion/fast/multicol/block-axis-vertical-rl-expected.txt: Copied from LayoutTests/platform/mac/fast/multicol/block-axis-vertical-rl-expected.txt.
        * platform/mac-lion/fast/multicol/progression-reverse-expected.txt: Added.
        * platform/mac-lion/fast/multicol/vertical-lr/rules-with-border-before-expected.txt: Added.
        * platform/mac-lion/fast/multicol/vertical-rl/rules-with-border-before-expected.txt: Added.
        * platform/mac-lion/fast/overflow/overflow-rtl-expected.txt: Copied from LayoutTests/platform/mac/fast/overflow/overflow-rtl-expected.txt.
        * platform/mac-lion/fast/overflow/overflow-rtl-inline-scrollbar-expected.txt: Copied from LayoutTests/platform/mac/fast/overflow/overflow-rtl-inline-scrollbar-expected.txt.
        * platform/mac-lion/fast/repaint/control-clip-expected.txt: Copied from LayoutTests/platform/mac/fast/repaint/control-clip-expected.txt.
        * platform/mac-lion/fast/replaced/replaced-breaking-expected.txt: Copied from LayoutTests/platform/mac/fast/replaced/replaced-breaking-expected.txt.
        * platform/mac-lion/fast/selectors/064-expected.txt: Copied from LayoutTests/platform/mac/fast/selectors/064-expected.txt.
        * platform/mac-lion/fast/table/append-cells2-expected.txt: Copied from LayoutTests/platform/mac/fast/table/append-cells2-expected.txt.
        * platform/mac-lion/fast/table/border-collapsing/003-expected.txt: Copied from LayoutTests/platform/mac/fast/table/border-collapsing/003-expected.txt.
        * platform/mac-lion/fast/table/border-collapsing/003-vertical-expected.txt: Copied from LayoutTests/platform/mac/fast/table/border-collapsing/003-vertical-expected.txt.
        * platform/mac-lion/fast/table/border-collapsing/equal-precedence-resolution-expected.txt: Copied from LayoutTests/platform/mac/fast/table/border-collapsing/equal-precedence-resolution-expected.txt.
        * platform/mac-lion/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.txt: Copied from LayoutTests/platform/mac/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.txt.
        * platform/mac-lion/fast/table/border-collapsing/rtl-border-collapsing-expected.txt: Copied from LayoutTests/platform/mac/fast/table/border-collapsing/rtl-border-collapsing-expected.txt.
        * platform/mac-lion/fast/table/colgroup-spanning-groups-rules-expected.txt: Copied from LayoutTests/platform/mac/fast/table/colgroup-spanning-groups-rules-expected.txt.
        * platform/mac-lion/fast/table/remove-td-display-none-expected.txt: Copied from LayoutTests/platform/mac/fast/table/remove-td-display-none-expected.txt.
        * platform/mac-lion/fast/text/apply-start-width-after-skipped-text-expected.txt: Copied from LayoutTests/platform/mac/fast/text/apply-start-width-after-skipped-text-expected.txt.
        * platform/mac-lion/fast/text/basic/015-expected.txt: Copied from LayoutTests/platform/mac/fast/text/basic/015-expected.txt.
        * platform/mac-lion/fast/text/monospace-width-cache-expected.txt: Copied from LayoutTests/platform/mac/fast/text/monospace-width-cache-expected.txt.
        * platform/mac-lion/fast/writing-mode/broken-ideographic-font-expected.txt: Copied from LayoutTests/platform/mac/fast/writing-mode/broken-ideographic-font-expected.txt.
        * platform/mac-lion/fast/writing-mode/vertical-font-fallback-expected.txt:
        * platform/mac-lion/http/tests/misc/acid2-expected.txt: Copied from LayoutTests/platform/mac/http/tests/misc/acid2-expected.txt.
        * platform/mac-lion/http/tests/misc/acid2-pixel-expected.txt: Copied from LayoutTests/platform/mac/fast/css/acid2-pixel-expected.txt.
        * platform/mac-lion/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.txt: Copied from LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.txt.
        * platform/mac-lion/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.txt: Copied from LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.txt.
        * platform/mac-lion/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.txt: Copied from LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.txt.
        * platform/mac-lion/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.txt: Copied from LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.txt.
        * platform/mac-lion/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.txt: Copied from LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.txt.
        * platform/mac-lion/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.txt: Copied from LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.txt.
        * platform/mac-lion/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-001-expected.txt: Copied from LayoutTests/platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-001-expected.txt.
        * platform/mac-lion/svg/custom/inline-svg-in-xhtml-expected.txt: Copied from LayoutTests/platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt.
        * platform/mac-lion/tables/mozilla/bugs/bug68912-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug68912-expected.txt.
        * platform/mac-lion/tables/mozilla/core/table_rules-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/core/table_rules-expected.txt.
        * platform/mac-lion/tables/mozilla/marvin/x_table_rules_groups-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_table_rules_groups-expected.txt.
        * platform/mac-lion/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt.
        * platform/mac-lion/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt.
        * platform/mac-lion/transforms/2d/transform-borderbox-expected.txt: Copied from LayoutTests/platform/mac/transforms/2d/transform-borderbox-expected.txt.
        * platform/mac-lion/transforms/2d/transform-origin-borderbox-expected.txt: Copied from LayoutTests/platform/mac/transforms/2d/transform-origin-borderbox-expected.txt.
        * platform/mac-lion/transitions/cross-fade-border-image-expected.txt: Added.
        * platform/mac/TestExpectations:
        * platform/mac/animations/cross-fade-border-image-source-expected.txt:
        * platform/mac/css1/box_properties/border_bottom-expected.txt:
        * platform/mac/css1/box_properties/border_bottom_inline-expected.txt:
        * platform/mac/css1/box_properties/border_left-expected.txt:
        * platform/mac/css1/box_properties/border_left_inline-expected.txt:
        * platform/mac/css1/box_properties/border_right-expected.txt:
        * platform/mac/css1/box_properties/border_right_inline-expected.txt:
        * platform/mac/css1/units/length_units-expected.txt:
        * platform/mac/css2.1/20110323/absolute-replaced-height-036-expected.txt:
        * platform/mac/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt:
        * platform/mac/css2.1/20110323/abspos-replaced-width-margin-000-expected.txt:
        * platform/mac/css2.1/20110323/block-non-replaced-height-007-expected.txt:
        * platform/mac/css2.1/20110323/block-non-replaced-height-008-expected.txt:
        * platform/mac/css2.1/20110323/block-non-replaced-height-009-expected.txt:
        * platform/mac/css2.1/20110323/block-non-replaced-height-010-expected.txt:
        * platform/mac/css2.1/20110323/block-non-replaced-width-001-expected.txt:
        * platform/mac/css2.1/20110323/block-non-replaced-width-002-expected.txt:
        * platform/mac/css2.1/20110323/block-non-replaced-width-003-expected.txt:
        * platform/mac/css2.1/20110323/block-non-replaced-width-004-expected.txt:
        * platform/mac/css2.1/20110323/block-non-replaced-width-008-expected.txt:
        * platform/mac/css2.1/20110323/margin-applies-to-008-expected.txt:
        * platform/mac/css2.1/20110323/width-non-replaced-inline-001-expected.txt:
        * platform/mac/css2.1/t040302-c61-phys-len-00-b-expected.txt:
        * platform/mac/css2.1/t0804-c5507-padn-r-02-f-expected.txt:
        * platform/mac/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt:
        * platform/mac/css2.1/t0804-c5509-padn-l-02-f-expected.txt:
        * platform/mac/css2.1/t0805-c5519-brdr-r-00-a-expected.txt:
        * platform/mac/css2.1/t0805-c5519-brdr-r-01-e-expected.txt:
        * platform/mac/css2.1/t0805-c5519-brdr-r-02-e-expected.txt:
        * platform/mac/css2.1/t0805-c5519-ibrdr-r-00-a-expected.txt:
        * platform/mac/css2.1/t0805-c5520-brdr-b-00-a-expected.txt:
        * platform/mac/css2.1/t0805-c5520-brdr-b-01-e-expected.txt:
        * platform/mac/css2.1/t0805-c5520-ibrdr-b-00-a-expected.txt:
        * platform/mac/css2.1/t0805-c5521-brdr-l-00-a-expected.txt:
        * platform/mac/css2.1/t0805-c5521-brdr-l-01-e-expected.txt:
        * platform/mac/css2.1/t0805-c5521-brdr-l-02-e-expected.txt:
        * platform/mac/css2.1/t0805-c5521-ibrdr-l-00-a-expected.txt:
        * platform/mac/css3/selectors3/html/css3-modsel-19b-expected.txt:
        * platform/mac/css3/selectors3/html/css3-modsel-64-expected.txt:
        * platform/mac/css3/selectors3/xhtml/css3-modsel-19b-expected.txt:
        * platform/mac/css3/selectors3/xhtml/css3-modsel-64-expected.txt:
        * platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.txt:
        * platform/mac/css3/selectors3/xml/css3-modsel-64-expected.txt:
        * platform/mac/editing/deleting/type-delete-after-quote-expected.txt:
        * platform/mac/editing/execCommand/4580583-1-expected.txt:
        * platform/mac/editing/execCommand/4580583-2-expected.txt:
        * platform/mac/editing/inserting/5418891-expected.txt:
        * platform/mac/editing/inserting/5510537-expected.txt:
        * platform/mac/editing/inserting/6703873-expected.txt:
        * platform/mac/editing/inserting/break-blockquote-after-delete-expected.txt:
        * platform/mac/editing/pasteboard/5006779-expected.txt:
        * platform/mac/editing/pasteboard/paste-blockquote-after-blockquote-expected.txt:
        * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.txt:
        * platform/mac/fast/block/float/012-expected.txt:
        * platform/mac/fast/block/float/013-expected.txt:
        * platform/mac/fast/block/float/avoidance-rtl-expected.txt: Added.
        * platform/mac/fast/block/margin-collapse/041-expected.txt:
        * platform/mac/fast/block/margin-collapse/043-expected.txt:
        * platform/mac/fast/block/margin-collapse/057-expected.txt:
        * platform/mac/fast/block/positioning/inline-block-relposition-expected.txt:
        * platform/mac/fast/borders/border-radius-wide-border-01-expected.txt: Added.
        * platform/mac/fast/borders/only-one-border-with-width-expected.txt: Added.
        * platform/mac/fast/css/acid2-expected.txt:
        * platform/mac/fast/css/acid2-pixel-expected.txt:
        * platform/mac/fast/css/border-height-expected.txt:
        * platform/mac/fast/css/caption-width-absolute-position-expected.txt:
        * platform/mac/fast/css/caption-width-absolute-position-offset-top-expected.txt:
        * platform/mac/fast/css/caption-width-fixed-position-expected.txt:
        * platform/mac/fast/css/caption-width-fixed-position-offset-top-expected.txt:
        * platform/mac/fast/css/line-height-determined-by-primary-font-expected.txt:
        * platform/mac/fast/css/pseudo-first-line-border-width-expected.txt:
        * platform/mac/fast/css/rtl-ordering-expected.txt:
        * platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt:
        * platform/mac/fast/dynamic/positioned-movement-with-positioned-children-expected.txt:
        * platform/mac/fast/forms/basic-buttons-expected.txt:
        * platform/mac/fast/forms/box-shadow-override-expected.txt:
        * platform/mac/fast/forms/button-align-expected.txt:
        * platform/mac/fast/forms/button-cannot-be-nested-expected.txt:
        * platform/mac/fast/forms/button-generated-content-expected.txt:
        * platform/mac/fast/forms/button-inner-block-reuse-expected.txt:
        * platform/mac/fast/forms/button-positioned-expected.txt:
        * platform/mac/fast/forms/button-sizes-expected.txt:
        * platform/mac/fast/forms/button-style-color-expected.txt:
        * platform/mac/fast/forms/button-text-transform-expected.txt:
        * platform/mac/fast/forms/button-white-space-expected.txt:
        * platform/mac/fast/forms/control-clip-overflow-expected.txt:
        * platform/mac/fast/forms/select-baseline-expected.txt:
        * platform/mac/fast/frames/viewsource-attribute-expected.txt:
        * platform/mac/fast/frames/viewsource-on-image-file-expected.txt:
        * platform/mac/fast/hidpi/image-set-border-image-comparison-expected.txt:
        * platform/mac/fast/hidpi/image-set-border-image-dynamic-expected.txt:
        * platform/mac/fast/inline/inline-padding-disables-text-quirk-expected.txt:
        * platform/mac/fast/inline/inline-text-quirk-bpm-expected.txt:
        * platform/mac/fast/invalid/residual-style-expected.txt:
        * platform/mac/fast/layers/scroll-rect-to-visible-expected.txt:
        * platform/mac/fast/lists/007-expected.txt:
        * platform/mac/fast/multicol/block-axis-horizontal-bt-expected.txt:
        * platform/mac/fast/multicol/block-axis-vertical-lr-expected.txt:
        * platform/mac/fast/multicol/block-axis-vertical-rl-expected.txt:
        * platform/mac/fast/multicol/progression-reverse-expected.txt: Added.
        * platform/mac/fast/multicol/vertical-lr/rules-with-border-before-expected.txt: Added.
        * platform/mac/fast/multicol/vertical-rl/rules-with-border-before-expected.txt: Added.
        * platform/mac/fast/overflow/overflow-rtl-expected.txt:
        * platform/mac/fast/overflow/overflow-rtl-inline-scrollbar-expected.txt:
        * platform/mac/fast/repaint/control-clip-expected.txt:
        * platform/mac/fast/replaced/replaced-breaking-expected.txt:
        * platform/mac/fast/selectors/064-expected.txt:
        * platform/mac/fast/table/append-cells2-expected.txt:
        * platform/mac/fast/table/border-collapsing/003-expected.txt:
        * platform/mac/fast/table/border-collapsing/003-vertical-expected.txt:
        * platform/mac/fast/table/border-collapsing/equal-precedence-resolution-expected.txt:
        * platform/mac/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.txt:
        * platform/mac/fast/table/border-collapsing/rtl-border-collapsing-expected.txt:
        * platform/mac/fast/table/colgroup-spanning-groups-rules-expected.txt:
        * platform/mac/fast/table/remove-td-display-none-expected.txt:
        * platform/mac/fast/text/apply-start-width-after-skipped-text-expected.txt:
        * platform/mac/fast/text/basic/015-expected.txt:
        * platform/mac/fast/text/monospace-width-cache-expected.txt:
        * platform/mac/fast/writing-mode/broken-ideographic-font-expected.txt:
        * platform/mac/fast/writing-mode/vertical-font-fallback-expected.txt:
        * platform/mac/http/tests/misc/acid2-expected.txt:
        * platform/mac/http/tests/misc/acid2-pixel-expected.txt:
        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.txt:
        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.txt:
        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.txt:
        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.txt:
        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.txt:
        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.txt:
        * platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-001-expected.txt:
        * platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug68912-expected.txt:
        * platform/mac/tables/mozilla/core/table_rules-expected.txt:
        * platform/mac/tables/mozilla/marvin/x_table_rules_groups-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt:
        * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt:
        * platform/mac/transforms/2d/transform-borderbox-expected.txt:
        * platform/mac/transforms/2d/transform-origin-borderbox-expected.txt:
        * platform/mac/transitions/cross-fade-border-image-expected.txt: Added.

2012-08-26  Robert Hogan  <robert@webkit.org>

        Rebaseline Qt test results after r126683.

        Unreviewed gardening.

        * platform/qt-4.8/TestExpectations:
        * platform/qt-linux/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/qt/animations/cross-fade-border-image-source-expected.txt:
        * platform/qt/css1/box_properties/border_bottom-expected.txt:
        * platform/qt/css1/box_properties/border_bottom_inline-expected.txt:
        * platform/qt/css1/box_properties/border_left-expected.txt:
        * platform/qt/css1/box_properties/border_left_inline-expected.txt:
        * platform/qt/css1/box_properties/border_right-expected.txt:
        * platform/qt/css1/box_properties/border_right_inline-expected.txt:
        * platform/qt/css1/units/length_units-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-height-036-expected.txt:
        * platform/qt/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt: Added.
        * platform/qt/css2.1/20110323/abspos-replaced-width-margin-000-expected.txt: Added.
        * platform/qt/css2.1/20110323/block-non-replaced-height-007-expected.txt:
        * platform/qt/css2.1/20110323/block-non-replaced-height-008-expected.txt:
        * platform/qt/css2.1/20110323/block-non-replaced-height-009-expected.txt:
        * platform/qt/css2.1/20110323/block-non-replaced-height-010-expected.txt:
        * platform/qt/css2.1/20110323/block-non-replaced-width-001-expected.txt:
        * platform/qt/css2.1/20110323/block-non-replaced-width-002-expected.txt:
        * platform/qt/css2.1/20110323/block-non-replaced-width-003-expected.txt:
        * platform/qt/css2.1/20110323/block-non-replaced-width-004-expected.txt:
        * platform/qt/css2.1/20110323/block-non-replaced-width-008-expected.txt:
        * platform/qt/css2.1/20110323/margin-applies-to-008-expected.txt:
        * platform/qt/css2.1/20110323/width-non-replaced-inline-001-expected.txt:
        * platform/qt/css2.1/t040302-c61-phys-len-00-b-expected.txt:
        * platform/qt/css2.1/t0804-c5507-padn-r-02-f-expected.txt:
        * platform/qt/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt:
        * platform/qt/css2.1/t0804-c5509-padn-l-02-f-expected.txt:
        * platform/qt/css2.1/t0805-c5519-brdr-r-02-e-expected.txt:
        * platform/qt/css2.1/t0805-c5519-ibrdr-r-00-a-expected.txt:
        * platform/qt/css2.1/t0805-c5520-brdr-b-00-a-expected.txt:
        * platform/qt/css2.1/t0805-c5520-ibrdr-b-00-a-expected.txt:
        * platform/qt/css2.1/t0805-c5521-brdr-l-02-e-expected.txt:
        * platform/qt/editing/deleting/type-delete-after-quote-expected.txt:
        * platform/qt/editing/execCommand/4580583-1-expected.txt:
        * platform/qt/editing/execCommand/4580583-2-expected.txt:
        * platform/qt/editing/inserting/5418891-expected.txt:
        * platform/qt/editing/inserting/5510537-expected.txt:
        * platform/qt/editing/inserting/6703873-expected.txt:
        * platform/qt/editing/inserting/break-blockquote-after-delete-expected.txt:
        * platform/qt/editing/pasteboard/5006779-expected.txt:
        * platform/qt/editing/pasteboard/paste-blockquote-after-blockquote-expected.txt:
        * platform/qt/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.txt:
        * platform/qt/fast/block/float/012-expected.txt:
        * platform/qt/fast/block/float/013-expected.txt:
        * platform/qt/fast/block/float/016-expected.txt:
        * platform/qt/fast/block/float/avoidance-rtl-expected.txt: Added.
        * platform/qt/fast/block/margin-collapse/041-expected.txt:
        * platform/qt/fast/block/margin-collapse/043-expected.txt:
        * platform/qt/fast/block/margin-collapse/057-expected.txt:
        * platform/qt/fast/borders/border-radius-wide-border-01-expected.txt: Added.
        * platform/qt/fast/borders/only-one-border-with-width-expected.txt: Added.
        * platform/qt/fast/css/acid2-expected.txt:
        * platform/qt/fast/css/acid2-pixel-expected.txt:
        * platform/qt/fast/css/border-height-expected.txt:
        * platform/qt/fast/css/caption-width-absolute-position-expected.txt:
        * platform/qt/fast/css/caption-width-absolute-position-offset-top-expected.txt:
        * platform/qt/fast/css/caption-width-fixed-position-expected.txt:
        * platform/qt/fast/css/caption-width-fixed-position-offset-top-expected.txt:
        * platform/qt/fast/css/pseudo-first-line-border-width-expected.txt: Added.
        * platform/qt/fast/frames/viewsource-attribute-expected.txt:
        * platform/qt/fast/frames/viewsource-on-image-file-expected.txt:
        * platform/qt/fast/inline/inline-padding-disables-text-quirk-expected.txt:
        * platform/qt/fast/inline/inline-text-quirk-bpm-expected.txt:
        * platform/qt/fast/layers/scroll-rect-to-visible-expected.txt:
        * platform/qt/fast/lists/007-expected.txt:
        * platform/qt/fast/multicol/block-axis-horizontal-bt-expected.txt:
        * platform/qt/fast/multicol/block-axis-vertical-lr-expected.txt:
        * platform/qt/fast/multicol/block-axis-vertical-rl-expected.txt:
        * platform/qt/fast/multicol/progression-reverse-expected.txt:
        * platform/qt/fast/multicol/vertical-lr/rules-with-border-before-expected.txt: Added.
        * platform/qt/fast/multicol/vertical-rl/rules-with-border-before-expected.txt: Added.
        * platform/qt/fast/overflow/overflow-rtl-inline-scrollbar-expected.txt:
        * platform/qt/fast/table/border-collapsing/003-expected.txt:
        * platform/qt/fast/table/border-collapsing/003-vertical-expected.txt:
        * platform/qt/fast/table/border-collapsing/equal-precedence-resolution-expected.txt:
        * platform/qt/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.txt: Added.
        * platform/qt/fast/table/border-collapsing/rtl-border-collapsing-expected.txt:
        * platform/qt/fast/table/colgroup-spanning-groups-rules-expected.txt:
        * platform/qt/fast/text/apply-start-width-after-skipped-text-expected.txt:
        * platform/qt/http/tests/misc/acid2-expected.txt:
        * platform/qt/http/tests/misc/acid2-pixel-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-001-expected.txt:
        * platform/qt/tables/mozilla/core/table_rules-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_table_rules_groups-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/other/test4-expected.txt:
        * platform/qt/transforms/2d/transform-borderbox-expected.txt:
        * platform/qt/transforms/2d/transform-origin-borderbox-expected.txt:
        * platform/qt/transitions/cross-fade-border-image-expected.txt:

2012-08-26  Robert Hogan  <robert@webkit.org>

        Rebaseline EFL test results after r126683.

        Unreviewed gardening.

        * platform/efl/TestExpectations:
        * platform/efl/animations/cross-fade-border-image-source-expected.txt:
        * platform/efl/css1/box_properties/border_bottom-expected.txt:
        * platform/efl/css1/box_properties/border_bottom_inline-expected.txt:
        * platform/efl/css1/box_properties/border_left-expected.txt:
        * platform/efl/css1/box_properties/border_left_inline-expected.txt:
        * platform/efl/css1/box_properties/border_right-expected.txt:
        * platform/efl/css1/box_properties/border_right_inline-expected.txt:
        * platform/efl/css1/units/length_units-expected.txt:
        * platform/efl/css2.1/20110323/absolute-replaced-height-036-expected.txt:
        * platform/efl/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt:
        * platform/efl/css2.1/20110323/abspos-replaced-width-margin-000-expected.txt:
        * platform/efl/css2.1/20110323/block-non-replaced-height-007-expected.txt:
        * platform/efl/css2.1/20110323/block-non-replaced-height-008-expected.txt:
        * platform/efl/css2.1/20110323/block-non-replaced-height-009-expected.txt:
        * platform/efl/css2.1/20110323/block-non-replaced-height-010-expected.txt:
        * platform/efl/css2.1/20110323/block-non-replaced-width-001-expected.txt:
        * platform/efl/css2.1/20110323/block-non-replaced-width-002-expected.txt:
        * platform/efl/css2.1/20110323/block-non-replaced-width-003-expected.txt:
        * platform/efl/css2.1/20110323/block-non-replaced-width-004-expected.txt:
        * platform/efl/css2.1/20110323/block-non-replaced-width-008-expected.txt:
        * platform/efl/css2.1/20110323/margin-applies-to-008-expected.txt:
        * platform/efl/css2.1/20110323/width-non-replaced-inline-001-expected.txt:
        * platform/efl/css2.1/t040302-c61-phys-len-00-b-expected.txt:
        * platform/efl/css2.1/t0804-c5507-padn-r-02-f-expected.txt:
        * platform/efl/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt:
        * platform/efl/css2.1/t0804-c5509-padn-l-02-f-expected.txt:
        * platform/efl/css2.1/t0805-c5519-brdr-r-00-a-expected.txt:
        * platform/efl/css2.1/t0805-c5519-brdr-r-01-e-expected.txt:
        * platform/efl/css2.1/t0805-c5519-brdr-r-02-e-expected.txt:
        * platform/efl/css2.1/t0805-c5519-ibrdr-r-00-a-expected.txt:
        * platform/efl/css2.1/t0805-c5520-brdr-b-00-a-expected.txt:
        * platform/efl/css2.1/t0805-c5520-brdr-b-01-e-expected.txt:
        * platform/efl/css2.1/t0805-c5520-ibrdr-b-00-a-expected.txt:
        * platform/efl/css2.1/t0805-c5521-brdr-l-00-a-expected.txt:
        * platform/efl/css2.1/t0805-c5521-brdr-l-01-e-expected.txt:
        * platform/efl/css2.1/t0805-c5521-brdr-l-02-e-expected.txt:
        * platform/efl/css2.1/t0805-c5521-ibrdr-l-00-a-expected.txt:
        * platform/efl/editing/execCommand/4580583-1-expected.txt:
        * platform/efl/editing/execCommand/4580583-2-expected.txt:
        * platform/efl/fast/block/float/012-expected.txt:
        * platform/efl/fast/block/float/013-expected.txt:
        * platform/efl/fast/block/float/016-expected.txt: Added.
        * platform/efl/fast/block/float/avoidance-rtl-expected.txt: Added.
        * platform/efl/fast/block/margin-collapse/041-expected.txt:
        * platform/efl/fast/block/margin-collapse/043-expected.txt:
        * platform/efl/fast/block/margin-collapse/057-expected.txt:
        * platform/efl/fast/borders/border-radius-wide-border-01-expected.txt: Added.
        * platform/efl/fast/borders/only-one-border-with-width-expected.txt: Added.
        * platform/efl/fast/css/acid2-expected.txt: Copied from LayoutTests/platform/efl/http/tests/misc/acid2-expected.txt.
        * platform/efl/fast/css/acid2-pixel-expected.txt: Copied from LayoutTests/platform/efl/http/tests/misc/acid2-expected.txt.
        * platform/efl/fast/css/border-height-expected.txt:
        * platform/efl/fast/css/caption-width-absolute-position-expected.txt:
        * platform/efl/fast/css/caption-width-absolute-position-offset-top-expected.txt:
        * platform/efl/fast/css/caption-width-fixed-position-expected.txt:
        * platform/efl/fast/css/caption-width-fixed-position-offset-top-expected.txt:
        * platform/efl/fast/css/line-height-determined-by-primary-font-expected.txt:
        * platform/efl/fast/css/pseudo-first-line-border-width-expected.txt:
        * platform/efl/fast/frames/viewsource-attribute-expected.txt:
        * platform/efl/fast/frames/viewsource-on-image-file-expected.txt:
        * platform/efl/fast/inline/inline-padding-disables-text-quirk-expected.txt:
        * platform/efl/fast/inline/inline-text-quirk-bpm-expected.txt:
        * platform/efl/fast/layers/scroll-rect-to-visible-expected.txt:
        * platform/efl/fast/lists/007-expected.txt:
        * platform/efl/fast/multicol/block-axis-horizontal-bt-expected.txt:
        * platform/efl/fast/multicol/block-axis-vertical-lr-expected.txt:
        * platform/efl/fast/multicol/block-axis-vertical-rl-expected.txt:
        * platform/efl/fast/multicol/progression-reverse-expected.txt: Added.
        * platform/efl/fast/multicol/vertical-lr/rules-with-border-before-expected.txt: Added.
        * platform/efl/fast/multicol/vertical-rl/rules-with-border-before-expected.txt: Added.
        * platform/efl/fast/overflow/overflow-rtl-expected.txt: Added.
        * platform/efl/fast/overflow/overflow-rtl-inline-scrollbar-expected.txt:
        * platform/efl/fast/repaint/repaint-across-writing-mode-boundary-expected.txt:
        * platform/efl/fast/table/border-collapsing/003-expected.txt:
        * platform/efl/fast/table/border-collapsing/003-vertical-expected.txt:
        * platform/efl/fast/table/border-collapsing/equal-precedence-resolution-expected.txt:
        * platform/efl/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.txt:
        * platform/efl/fast/table/border-collapsing/rtl-border-collapsing-expected.txt:
        * platform/efl/fast/table/colgroup-spanning-groups-rules-expected.txt:
        * platform/efl/fast/text/apply-start-width-after-skipped-text-expected.txt:
        * platform/efl/fast/text/basic/015-expected.txt:
        * platform/efl/fast/text/monospace-width-cache-expected.txt:
        * platform/efl/fast/writing-mode/broken-ideograph-small-caps-expected.txt:
        * platform/efl/fast/writing-mode/broken-ideographic-font-expected.txt:
        * platform/efl/fast/writing-mode/vertical-font-fallback-expected.txt:
        * platform/efl/http/tests/misc/acid2-expected.txt:
        * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.txt:
        * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.txt:
        * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.txt:
        * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.txt:
        * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.txt:
        * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.txt:
        * platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-001-expected.txt:
        * platform/efl/transforms/2d/transform-borderbox-expected.txt:
        * platform/efl/transforms/2d/transform-origin-borderbox-expected.txt:
        * platform/efl/transitions/cross-fade-border-image-expected.txt:

2012-08-26  Mark Lam  <mark.lam@apple.com>

        Skipping fast/block/float/016.html to green the platform mac bots.
        https://bugs.webkit.org/show_bug.cgi?id=95028.

        Reviewed by Filip Pizlo.

        * platform/mac/Skipped:

2012-08-26  Mark Lam  <mark.lam@apple.com>

        Added test-generated expected results file for a few compositing
        overflow tests.
        https://bugs.webkit.org/show_bug.cgi?id=95023.

        Reviewed by Filip Pizlo.

        * platform/mac/compositing/overflow/clipping-ancestor-with-accelerated-scrolling-ancestor-expected.txt: Added.
        * platform/mac/compositing/overflow/nested-scrolling-expected.txt: Added.
        * platform/mac/compositing/overflow/overflow-clip-with-accelerated-scrolling-ancestor-expected.txt: Added.
        * platform/mac/compositing/overflow/remove-overflow-crash2-expected.txt: Added.

2012-08-25  David Barton  <dbarton@mathscribe.com>

        Remove { vertical-align: baseline } declarations from mathml.css
        https://bugs.webkit.org/show_bug.cgi?id=95015

        Reviewed by Eric Seidel.

        Added 1 test to mathml/presentation/subsup.xhtml.

        * mathml/presentation/subsup.xhtml:
        * platform/mac/mathml/presentation/subsup-expected.png:
        * platform/mac/mathml/presentation/subsup-expected.txt:

2012-08-25  Philip Rogers  <pdr@google.com>

        Roll out r126056 and r126626
        https://bugs.webkit.org/show_bug.cgi?id=95017

        Reviewed by Dirk Schulze.

        Removing skipped test.

        * platform/mac/Skipped:

2012-08-25  Mark Lam  <mark.lam@apple.com>

        Skipping 4 compositing/overflow tests for gardening.
        https://bugs.webkit.org/show_bug.cgi?id=95011.

        Reviewed by Sam Weinig.

        compositing/overflow/overflow-auto-with-touch.html
        compositing/overflow/overflow-overlay-with-touch.html
        compositing/overflow/scrolling-content-clip-to-viewport.html
        compositing/overflow/textarea-scroll-touch.html

        * platform/mac/Skipped:

2012-08-25  David Barton  <dbarton@mathscribe.com>

        Re-unskip 2 previously fixed tests that were accidentally re-skipped in r119192.

        Unreviewed, gardening.

        * platform/mac/Skipped:

2012-08-25  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Rebaselining after the changes made in r126683.

        * platform/gtk/TestExpectations:
        * platform/gtk/animations/cross-fade-border-image-source-expected.txt:
        * platform/gtk/css1/box_properties/border_bottom-expected.txt:
        * platform/gtk/css1/box_properties/border_bottom_inline-expected.txt:
        * platform/gtk/css1/box_properties/border_left-expected.txt:
        * platform/gtk/css1/box_properties/border_left_inline-expected.txt:
        * platform/gtk/css1/box_properties/border_right-expected.txt:
        * platform/gtk/css1/box_properties/border_right_inline-expected.txt:
        * platform/gtk/css1/units/length_units-expected.txt:
        * platform/gtk/css2.1/20110323/absolute-replaced-height-036-expected.txt:
        * platform/gtk/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt:
        * platform/gtk/css2.1/20110323/abspos-replaced-width-margin-000-expected.txt:
        * platform/gtk/css2.1/20110323/block-non-replaced-height-007-expected.txt:
        * platform/gtk/css2.1/20110323/block-non-replaced-height-008-expected.txt:
        * platform/gtk/css2.1/20110323/block-non-replaced-height-009-expected.txt:
        * platform/gtk/css2.1/20110323/block-non-replaced-height-010-expected.txt:
        * platform/gtk/css2.1/20110323/block-non-replaced-width-001-expected.txt:
        * platform/gtk/css2.1/20110323/block-non-replaced-width-002-expected.txt:
        * platform/gtk/css2.1/20110323/block-non-replaced-width-003-expected.txt:
        * platform/gtk/css2.1/20110323/block-non-replaced-width-004-expected.txt:
        * platform/gtk/css2.1/20110323/block-non-replaced-width-008-expected.txt:
        * platform/gtk/css2.1/20110323/margin-applies-to-008-expected.txt:
        * platform/gtk/css2.1/20110323/width-non-replaced-inline-001-expected.txt:
        * platform/gtk/css2.1/t040302-c61-phys-len-00-b-expected.txt:
        * platform/gtk/css2.1/t0804-c5507-padn-r-02-f-expected.txt:
        * platform/gtk/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt:
        * platform/gtk/css2.1/t0804-c5509-padn-l-02-f-expected.txt:
        * platform/gtk/css2.1/t0805-c5519-brdr-r-00-a-expected.txt:
        * platform/gtk/css2.1/t0805-c5519-brdr-r-01-e-expected.txt:
        * platform/gtk/css2.1/t0805-c5519-brdr-r-02-e-expected.txt:
        * platform/gtk/css2.1/t0805-c5519-ibrdr-r-00-a-expected.txt:
        * platform/gtk/css2.1/t0805-c5520-brdr-b-00-a-expected.txt:
        * platform/gtk/css2.1/t0805-c5520-brdr-b-01-e-expected.txt:
        * platform/gtk/css2.1/t0805-c5520-ibrdr-b-00-a-expected.txt:
        * platform/gtk/css2.1/t0805-c5521-brdr-l-00-a-expected.txt:
        * platform/gtk/css2.1/t0805-c5521-brdr-l-01-e-expected.txt:
        * platform/gtk/css2.1/t0805-c5521-brdr-l-02-e-expected.txt:
        * platform/gtk/css2.1/t0805-c5521-ibrdr-l-00-a-expected.txt:
        * platform/gtk/editing/deleting/type-delete-after-quote-expected.txt:
        * platform/gtk/editing/execCommand/4580583-1-expected.txt:
        * platform/gtk/editing/execCommand/4580583-2-expected.txt:
        * platform/gtk/editing/inserting/5418891-expected.txt:
        * platform/gtk/editing/inserting/5510537-expected.txt:
        * platform/gtk/editing/inserting/6703873-expected.txt:
        * platform/gtk/editing/inserting/break-blockquote-after-delete-expected.txt:
        * platform/gtk/editing/pasteboard/5006779-expected.txt:
        * platform/gtk/editing/pasteboard/paste-blockquote-after-blockquote-expected.txt:
        * platform/gtk/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.txt:
        * platform/gtk/fast/block/float/012-expected.txt:
        * platform/gtk/fast/block/float/013-expected.txt:
        * platform/gtk/fast/block/float/016-expected.txt: Added.
        * platform/gtk/fast/block/float/avoidance-rtl-expected.txt: Added.
        * platform/gtk/fast/block/margin-collapse/041-expected.txt:
        * platform/gtk/fast/block/margin-collapse/043-expected.txt:
        * platform/gtk/fast/block/margin-collapse/057-expected.txt:
        * platform/gtk/fast/borders/border-radius-wide-border-01-expected.txt: Added.
        * platform/gtk/fast/borders/only-one-border-with-width-expected.txt: Added.
        * platform/gtk/fast/css/acid2-expected.txt: Added.
        * platform/gtk/fast/css/acid2-pixel-expected.txt: Added.
        * platform/gtk/fast/css/border-height-expected.txt:
        * platform/gtk/fast/css/caption-width-absolute-position-expected.txt:
        * platform/gtk/fast/css/caption-width-absolute-position-offset-top-expected.txt:
        * platform/gtk/fast/css/caption-width-fixed-position-expected.txt:
        * platform/gtk/fast/css/caption-width-fixed-position-offset-top-expected.txt:
        * platform/gtk/fast/css/line-height-determined-by-primary-font-expected.txt:
        * platform/gtk/fast/css/pseudo-first-line-border-width-expected.txt:
        * platform/gtk/fast/frames/viewsource-attribute-expected.txt:
        * platform/gtk/fast/frames/viewsource-on-image-file-expected.txt:
        * platform/gtk/fast/hidpi/image-set-border-image-comparison-expected.txt:
        * platform/gtk/fast/hidpi/video-controls-in-hidpi-expected.txt:
        * platform/gtk/fast/inline/inline-padding-disables-text-quirk-expected.txt:
        * platform/gtk/fast/inline/inline-text-quirk-bpm-expected.txt:
        * platform/gtk/fast/layers/scroll-rect-to-visible-expected.txt:
        * platform/gtk/fast/layers/video-layer-expected.txt:
        * platform/gtk/fast/lists/007-expected.txt:
        * platform/gtk/fast/multicol/block-axis-horizontal-bt-expected.txt:
        * platform/gtk/fast/multicol/block-axis-vertical-lr-expected.txt:
        * platform/gtk/fast/multicol/block-axis-vertical-rl-expected.txt:
        * platform/gtk/fast/multicol/progression-reverse-expected.txt: Added.
        * platform/gtk/fast/multicol/vertical-lr/rules-with-border-before-expected.txt: Added.
        * platform/gtk/fast/multicol/vertical-rl/rules-with-border-before-expected.txt: Added.
        * platform/gtk/fast/overflow/overflow-rtl-expected.txt: Added.
        * platform/gtk/fast/overflow/overflow-rtl-inline-scrollbar-expected.txt:
        * platform/gtk/fast/repaint/repaint-across-writing-mode-boundary-expected.txt:
        * platform/gtk/fast/table/border-collapsing/003-expected.txt:
        * platform/gtk/fast/table/border-collapsing/003-vertical-expected.txt:
        * platform/gtk/fast/table/border-collapsing/equal-precedence-resolution-expected.txt:
        * platform/gtk/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.txt:
        * platform/gtk/fast/table/border-collapsing/rtl-border-collapsing-expected.txt:
        * platform/gtk/fast/table/colgroup-spanning-groups-rules-expected.txt:
        * platform/gtk/fast/text/apply-start-width-after-skipped-text-expected.txt:
        * platform/gtk/fast/text/basic/015-expected.txt:
        * platform/gtk/fast/text/monospace-width-cache-expected.txt:
        * platform/gtk/fast/writing-mode/broken-ideograph-small-caps-expected.txt:
        * platform/gtk/fast/writing-mode/broken-ideographic-font-expected.txt:
        * platform/gtk/fast/writing-mode/vertical-font-fallback-expected.txt:
        * platform/gtk/http/tests/misc/acid2-expected.txt:
        * platform/gtk/http/tests/misc/acid2-pixel-expected.txt:
        * platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.txt:
        * platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.txt:
        * platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.txt:
        * platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.txt:
        * platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.txt:
        * platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.txt:
        * platform/gtk/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-001-expected.txt:
        * platform/gtk/media/audio-controls-rendering-expected.txt:
        * platform/gtk/media/audio-repaint-expected.txt:
        * platform/gtk/media/controls-after-reload-expected.txt:
        * platform/gtk/media/controls-strict-expected.txt:
        * platform/gtk/media/controls-styling-expected.txt:
        * platform/gtk/media/controls-styling-strict-expected.txt:
        * platform/gtk/media/controls-without-preload-expected.txt:
        * platform/gtk/media/media-controls-clone-expected.txt:
        * platform/gtk/media/media-document-audio-repaint-expected.txt:
        * platform/gtk/media/track/track-cue-rendering-horizontal-expected.txt:
        * platform/gtk/media/track/track-cue-rendering-vertical-expected.txt:
        * platform/gtk/media/video-controls-rendering-expected.txt:
        * platform/gtk/media/video-display-toggle-expected.txt:
        * platform/gtk/media/video-empty-source-expected.txt:
        * platform/gtk/media/video-no-audio-expected.txt:
        * platform/gtk/media/video-volume-slider-expected.txt:
        * platform/gtk/media/video-zoom-controls-expected.txt:
        * platform/gtk/tables/mozilla/core/table_rules-expected.txt:
        * platform/gtk/tables/mozilla/marvin/x_table_rules_groups-expected.txt:
        * platform/gtk/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt:
        * platform/gtk/tables/mozilla_expected_failures/other/test4-expected.txt:
        * platform/gtk/transforms/2d/transform-borderbox-expected.txt:
        * platform/gtk/transforms/2d/transform-origin-borderbox-expected.txt:
        * platform/gtk/transitions/cross-fade-border-image-expected.txt:

2012-08-25  David Barton  <dbarton@mathscribe.com>

        Remove custom mac-snowleopard mathml test baselines
        https://bugs.webkit.org/show_bug.cgi?id=95004

        Reviewed by Eric Seidel.

        These custom baselines are no longer needed, since the mac lion bots were upgraded to
        OS X 10.7.4 in the fix for https://bugs.webkit.org/show_bug.cgi?id=94393.

        * platform/mac-snowleopard/mathml: Removed.
        * platform/mac-snowleopard/mathml/presentation: Removed.
        * platform/mac-snowleopard/mathml/presentation/attributes-expected.txt: Removed.
        * platform/mac-snowleopard/mathml/presentation/fenced-mi-expected.txt: Removed.
        * platform/mac-snowleopard/mathml/presentation/fractions-expected.txt: Removed.
        * platform/mac-snowleopard/mathml/presentation/mo-expected.txt: Removed.
        * platform/mac-snowleopard/mathml/presentation/over-expected.txt: Removed.
        * platform/mac-snowleopard/mathml/presentation/roots-expected.txt: Removed.
        * platform/mac-snowleopard/mathml/presentation/row-expected.txt: Removed.
        * platform/mac-snowleopard/mathml/presentation/sub-expected.txt: Removed.
        * platform/mac-snowleopard/mathml/presentation/tokenElements-expected.txt: Removed.
        * platform/mac-snowleopard/mathml/presentation/underover-expected.txt: Removed.

2012-08-25  Robert Hogan  <robert@webkit.org>

        Update TestExpectations for Qt, EFL, GTK, Apple Win and Chromium after r126683.

        Unreviewed, gardening.

        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:

2012-07-18  Robert Hogan  <robert@webkit.org>

        Tables with just border-style set on the cells do not get a grid
        https://bugs.webkit.org/show_bug.cgi?id=84286

        Reviewed by Julien Chaffraix.

        With the exception of the new test table-rules-attribute-none-with-cell-borders.html all
        of these are rebaselines due to RenderTreeAsText now reporting the first border, even if it
        is a default border.

        * fast/block/float/avoidance-rtl-expected.txt:
        * fast/borders/border-radius-wide-border-01-expected.txt:
        * fast/borders/only-one-border-with-width-expected.txt:
        * fast/css/table-rules-attribute-none-with-cell-borders-expected.html: Added.
        * fast/css/table-rules-attribute-none-with-cell-borders.html: Added.
        * fast/multicol/progression-reverse-expected.txt:
        * fast/multicol/vertical-lr/rules-with-border-before-expected.txt:
        * fast/multicol/vertical-rl/rules-with-border-before-expected.txt:
        * platform/chromium-linux/css1/box_properties/border_bottom-expected.png:
        * platform/chromium-linux/css2.1/t0805-c5519-brdr-r-00-a-expected.txt:
        * platform/chromium-linux/css2.1/t0805-c5519-brdr-r-01-e-expected.txt:
        * platform/chromium-linux/css2.1/t0805-c5520-brdr-b-01-e-expected.txt:
        * platform/chromium-linux/css2.1/t0805-c5521-brdr-l-00-a-expected.txt:
        * platform/chromium-linux/css2.1/t0805-c5521-brdr-l-01-e-expected.txt:
        * platform/chromium-linux/css2.1/t0805-c5521-ibrdr-l-00-a-expected.txt:
        * platform/chromium-linux/fast/css/line-height-determined-by-primary-font-expected.txt:
        * platform/chromium-win/animations/cross-fade-border-image-source-expected.txt:
        * platform/chromium-win/css1/box_properties/border_bottom-expected.txt:
        * platform/chromium-win/css1/box_properties/border_bottom_inline-expected.txt:
        * platform/chromium-win/css1/box_properties/border_left-expected.txt:
        * platform/chromium-win/css1/box_properties/border_left_inline-expected.txt:
        * platform/chromium-win/css1/box_properties/border_right-expected.txt:
        * platform/chromium-win/css1/box_properties/border_right_inline-expected.txt:
        * platform/chromium-win/css1/units/length_units-expected.txt:
        * platform/chromium-win/css2.1/20110323/absolute-replaced-height-036-expected.txt:
        * platform/chromium-win/css2.1/20110323/block-non-replaced-height-007-expected.txt:
        * platform/chromium-win/css2.1/20110323/block-non-replaced-height-008-expected.txt:
        * platform/chromium-win/css2.1/20110323/block-non-replaced-height-009-expected.txt:
        * platform/chromium-win/css2.1/20110323/block-non-replaced-height-010-expected.txt:
        * platform/chromium-win/css2.1/20110323/block-non-replaced-width-001-expected.txt:
        * platform/chromium-win/css2.1/20110323/block-non-replaced-width-002-expected.txt:
        * platform/chromium-win/css2.1/20110323/block-non-replaced-width-003-expected.txt:
        * platform/chromium-win/css2.1/20110323/block-non-replaced-width-004-expected.txt:
        * platform/chromium-win/css2.1/20110323/block-non-replaced-width-008-expected.txt:
        * platform/chromium-win/css2.1/20110323/margin-applies-to-008-expected.txt:
        * platform/chromium-win/css2.1/20110323/width-non-replaced-inline-001-expected.txt:
        * platform/chromium-win/css2.1/t040302-c61-phys-len-00-b-expected.txt:
        * platform/chromium-win/css2.1/t0804-c5507-padn-r-02-f-expected.txt:
        * platform/chromium-win/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt:
        * platform/chromium-win/css2.1/t0804-c5509-padn-l-02-f-expected.txt:
        * platform/chromium-win/css2.1/t0805-c5519-brdr-r-02-e-expected.txt:
        * platform/chromium-win/css2.1/t0805-c5519-ibrdr-r-00-a-expected.txt:
        * platform/chromium-win/css2.1/t0805-c5520-brdr-b-00-a-expected.txt:
        * platform/chromium-win/css2.1/t0805-c5520-ibrdr-b-00-a-expected.txt:
        * platform/chromium-win/css2.1/t0805-c5521-brdr-l-02-e-expected.txt:
        * platform/chromium-win/editing/deleting/type-delete-after-quote-expected.txt:
        * platform/chromium-win/editing/execCommand/4580583-1-expected.txt:
        * platform/chromium-win/editing/execCommand/4580583-2-expected.txt:
        * platform/chromium-win/editing/inserting/5418891-expected.txt:
        * platform/chromium-win/editing/inserting/5510537-expected.txt:
        * platform/chromium-win/editing/inserting/6703873-expected.txt:
        * platform/chromium-win/editing/inserting/break-blockquote-after-delete-expected.txt:
        * platform/chromium-win/editing/pasteboard/5006779-expected.txt:
        * platform/chromium-win/editing/pasteboard/paste-blockquote-after-blockquote-expected.txt:
        * platform/chromium-win/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.txt:
        * platform/chromium-win/fast/block/float/012-expected.txt:
        * platform/chromium-win/fast/block/float/013-expected.txt:
        * platform/chromium-win/fast/block/float/016-expected.txt:
        * platform/chromium-win/fast/block/margin-collapse/041-expected.txt:
        * platform/chromium-win/fast/block/margin-collapse/043-expected.txt:
        * platform/chromium-win/fast/block/margin-collapse/057-expected.txt:
        * platform/chromium-win/fast/css/acid2-expected.txt:
        * platform/chromium-win/fast/css/acid2-pixel-expected.txt:
        * platform/chromium-win/fast/css/border-height-expected.txt:
        * platform/chromium-win/fast/frames/viewsource-attribute-expected.txt:
        * platform/chromium-win/fast/frames/viewsource-on-image-file-expected.txt:
        * platform/chromium-win/fast/inline/inline-padding-disables-text-quirk-expected.txt:
        * platform/chromium-win/fast/inline/inline-text-quirk-bpm-expected.txt:
        * platform/chromium-win/fast/layers/scroll-rect-to-visible-expected.txt:
        * platform/chromium-win/fast/lists/007-expected.txt:
        * platform/chromium-win/fast/multicol/block-axis-horizontal-bt-expected.txt:
        * platform/chromium-win/fast/multicol/block-axis-vertical-lr-expected.txt:
        * platform/chromium-win/fast/multicol/block-axis-vertical-rl-expected.txt:
        * platform/chromium-win/fast/overflow/overflow-rtl-expected.txt:
        * platform/chromium-win/fast/overflow/overflow-rtl-inline-scrollbar-expected.txt:
        * platform/chromium-win/fast/repaint/repaint-across-writing-mode-boundary-expected.txt:
        * platform/chromium-win/fast/table/border-collapsing/003-expected.txt:
        * platform/chromium-win/fast/table/border-collapsing/003-vertical-expected.txt:
        * platform/chromium-win/fast/table/border-collapsing/rtl-border-collapsing-expected.txt:
        * platform/chromium-win/fast/table/colgroup-spanning-groups-rules-expected.txt:
        * platform/chromium-win/fast/text/basic/015-expected.txt:
        * platform/chromium-win/fast/text/monospace-width-cache-expected.txt:
        * platform/chromium-win/http/tests/misc/acid2-expected.txt:
        * platform/chromium-win/http/tests/misc/acid2-pixel-expected.txt:
        * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.txt:
        * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.txt:
        * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.txt:
        * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.txt:
        * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.txt:
        * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.txt:
        * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-001-expected.txt:
        * platform/chromium-win/tables/mozilla/core/table_rules-expected.txt:
        * platform/chromium-win/tables/mozilla/marvin/x_table_rules_groups-expected.txt:
        * platform/chromium-win/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt:
        * platform/chromium-win/tables/mozilla_expected_failures/other/test4-expected.txt:
        * platform/chromium-win/transforms/2d/transform-borderbox-expected.txt:
        * platform/chromium-win/transforms/2d/transform-origin-borderbox-expected.txt:
        * platform/chromium-win/transitions/cross-fade-border-image-expected.txt:
        * platform/chromium/fast/css/pseudo-first-line-border-width-expected.txt:
        * platform/mac/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt:
        * platform/mac/css2.1/20110323/abspos-replaced-width-margin-000-expected.txt:
        * platform/mac/fast/css/caption-width-absolute-position-expected.txt:
        * platform/mac/fast/css/caption-width-absolute-position-offset-top-expected.txt:
        * platform/mac/fast/css/caption-width-fixed-position-expected.txt:
        * platform/mac/fast/css/caption-width-fixed-position-offset-top-expected.txt:
        * platform/mac/fast/table/border-collapsing/equal-precedence-resolution-expected.txt:
        * platform/mac/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.txt:
        * platform/mac/fast/text/apply-start-width-after-skipped-text-expected.txt:

2012-08-25  Michelangelo De Simone  <michelangelo@webkit.org>

        [Crash] Null pointer in CSSParser::parseMixFunction()
        https://bugs.webkit.org/show_bug.cgi?id=94998

        Reviewed by Benjamin Poulain.

        New test cases added to check invalid comma-terminated values within mix().

        * css3/filters/custom/custom-filter-property-parsing-invalid-expected.txt:
        * css3/filters/script-tests/custom-filter-property-parsing-invalid.js:

2012-08-24  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Skipping a test added in r126611 that requires CSS image-set support.
        That feature is not currently enabled on the GTK port.

        * platform/gtk/TestExpectations:

2012-08-24  Florin Malita  <fmalita@chromium.org>

        ASSERTION FAILED: !attached() in WebCore::Node::attach()
        https://bugs.webkit.org/show_bug.cgi?id=94650

        Reviewed by Abhishek Arya.

        * svg/custom/system-language-crash-expected.txt: Added.
        * svg/custom/system-language-crash.html: Added.

2012-08-24  Glenn Adams  <glenn@skynav.com>

        CSSStyleDeclaration.cssText should not contain extraneous whitespace in final delimiter
        https://bugs.webkit.org/show_bug.cgi?id=94633

        Reviewed by Benjamin Poulain.

        Ensure cssText final delimiter does not contain extraneous space character after semicolon.

        * cssom/README.txt: Added.
        * cssom/cssstyledeclaration-csstext-final-delimiter-expected.txt: Added.
        * cssom/cssstyledeclaration-csstext-final-delimiter.html: Added.
        * editing/deleting/delete-line-break-before-underlined-content-expected.txt: Remove extraneous space.
        * editing/deleting/delete-line-break-between-paragraphs-with-same-style-expected.txt: ditto
        * editing/deleting/deleting-line-break-preserves-underline-color-expected.txt: ditto
        * editing/deleting/merge-paragraph-from-h6-with-style-2-expected.txt: ditto
        * editing/deleting/merge-paragraph-from-h6-with-style-expected.txt: ditto
        * editing/deleting/merge-paragraph-from-p-with-style-3-expected.txt: ditto
        * editing/deleting/merge-paragraph-from-p-with-style-expected.txt: ditto
        * editing/deleting/paste-with-transparent-background-color-expected.txt: ditto
        * editing/execCommand/insert-list-with-noneditable-content-expected.txt: ditto
        * editing/execCommand/script-tests/toggle-link.js: ditto
        * editing/execCommand/script-tests/toggle-unlink.js: ditto
        * editing/execCommand/toggle-link-expected.txt: ditto
        * editing/execCommand/toggle-unlink-expected.txt: ditto
        * editing/inserting/page-zoom-font-size-expected.txt: ditto
        * editing/pasteboard/19644-2-expected.txt: ditto
        * editing/pasteboard/5761530-1-expected.txt: ditto
        * editing/pasteboard/5780697-2-expected.txt: ditto
        * editing/pasteboard/copy-null-characters-expected.txt: ditto
        * editing/pasteboard/copy-paste-bidi-expected.txt: ditto
        * editing/pasteboard/copy-text-with-backgroundcolor-expected.txt: ditto
        * editing/pasteboard/data-transfer-items-expected.txt: ditto
        * editing/pasteboard/display-block-on-spans-expected.txt: ditto
        * editing/pasteboard/do-not-copy-unnecessary-styles-2-expected.txt: ditto
        * editing/pasteboard/do-not-copy-unnecessary-styles-expected.txt: ditto
        * editing/pasteboard/drag-drop-url-with-style-expected.txt: ditto
        * editing/pasteboard/onpaste-text-html-expected.txt: ditto
        * editing/pasteboard/paste-4039777-fix-expected.txt: ditto
        * editing/pasteboard/paste-and-sanitize-expected.txt: ditto
        * editing/pasteboard/paste-and-sanitize.html: ditto
        * editing/pasteboard/paste-list-003-expected.txt: ditto
        * editing/pasteboard/paste-noscript-expected.txt: ditto
        * editing/pasteboard/paste-noscript-xhtml-expected.txt: ditto
        * editing/pasteboard/paste-table-002-expected.txt: ditto
        * editing/pasteboard/paste-text-with-style-4-expected.txt: ditto
        * editing/pasteboard/paste-text-with-style-5-expected.txt: ditto
        * editing/pasteboard/paste-with-redundant-style-expected.txt: ditto
        * editing/pasteboard/preserve-underline-color-expected.txt: ditto
        * editing/pasteboard/style-from-rules-expected.txt: ditto
        * editing/pasteboard/testcase-9507-expected.txt: ditto
        * editing/style/non-inheritable-styles-expected.txt: ditto
        * editing/style/push-down-font-styles-expected.txt: ditto
        * editing/style/push-down-implicit-styles-around-list-expected.txt: ditto
        * editing/style/push-down-implicit-styles-expected.txt: ditto
        * editing/style/push-down-inline-styles-expected.txt: ditto
        * editing/style/script-tests/push-down-font-styles.js: ditto
        * editing/style/script-tests/push-down-implicit-styles-around-list.js: ditto
        * editing/style/script-tests/push-down-implicit-styles.js: ditto
        * editing/style/script-tests/push-down-inline-styles.js: ditto
        * editing/undo/remove-css-property-and-remove-style-expected.txt: ditto
        * editing/undo/replace-by-span-then-remove-expected.txt: ditto
        * editing/undo/replace-by-span-then-remove.html: ditto
        * fast/css/background-position-serialize.html: ditto
        * fast/css/counters/counter-cssText-expected.txt: ditto
        * fast/css/counters/counter-cssText.html: ditto
        * fast/css/parse-border-image-repeat-null-crash-expected.txt: ditto
        * fast/css/remove-shorthand.html: ditto
        * fast/dom/Element/scrollWidth.html: ditto
        * fast/dom/HTMLMeterElement/meter-element-markup-expected.txt: ditto
        * fast/dom/HTMLProgressElement/progress-element-markup-expected.txt: ditto
        * fast/dom/attr-style-too-lazy-expected.txt: ditto
        * fast/dom/attr-style-too-lazy.html: ditto
        * fast/dom/css-set-property-exception-expected.txt: ditto
        * fast/fast/events/ondrop-text-html-expected.txt: ditto
        * fast/mutation/observe-attributes-expected.txt: ditto
        * fast/mutation/observe-attributes.html: ditto
        * inspector/elements/insert-node-expected.txt: ditto
        * inspector/styles/styles-update-from-js-expected.txt: ditto
        * platform/chromium-win/editing/pasteboard/5780697-2-expected.txt: ditto
        * platform/efl/fast/dom/HTMLMeterElement/meter-element-markup-expected.txt: ditto
        * platform/mac/editing/pasteboard/5761530-1-expected.txt: ditto
        * platform/qt/editing/pasteboard/5761530-1-expected.txt: ditto
        * platform/qt/editing/pasteboard/5780697-2-expected.txt: ditto
        * svg/webarchive/svg-script-subresouces-expected.webarchive: ditto
        * webarchive/test-link-rel-icon-beforeload-expected.webarchive: ditto

2012-08-24  Julien Chaffraix  <jchaffraix@webkit.org>

        More unreviewed Chromium rebaselining.

        * fast/repaint/bugzilla-6473-expected.txt: Added.
        * platform/chromium-linux/fast/repaint/bugzilla-6473-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/bugzilla-6473-expected.png: Added.
        * platform/chromium-mac/fast/repaint/bugzilla-6473-expected.png: Added.
        * platform/chromium-win/fast/repaint/bugzilla-6473-expected.png: Added.
        * platform/chromium-win/fast/repaint/bugzilla-6473-expected.txt: Added.
        * platform/efl/fast/repaint/bugzilla-6473-expected.txt: Removed.
        * platform/gtk/fast/repaint/bugzilla-6473-expected.txt: Removed.
        Rebaseline this test as it was deflaked by Simon in r79661. The new baseline
        matches Mac and Mitz's expectations (see bug 21536).

        * platform/chromium/TestExpectations:
        Removed fast/repaint/bugzilla-6473.html now that it's rebaselined.
        Removed fast/table/frame-and-rules.html as it hasn't been failing for a week.

2012-08-24  W. James MacLean  <wjmaclean@chromium.org>

        [chromium] WebViewImpl::enableTouchHighlight() should always clear any existing highlight when invoked.
        https://bugs.webkit.org/show_bug.cgi?id=94978

        Reviewed by James Robinson.

        Modified WebViewImpl::enableTouchHighlight() so it always clears any existing highlight, even if no new
        highlight target is found.

        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-cancel.html: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-cancel-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-cancel-expected.txt: Added.

2012-08-24  Julien Chaffraix  <jchaffraix@webkit.org>

        Unreviewed rebaseline after r126622.

        * platform/chromium-mac-snowleopard/fast/repaint/delete-into-nested-block-expected.png: Added.

2012-08-24  Filip Pizlo  <fpizlo@apple.com>

        We should have tests for the DFG CFA's handling of structure clobbering and basic blocks
        https://bugs.webkit.org/show_bug.cgi?id=94977

        Reviewed by Mark Hahnenberg.

        * fast/js/dfg-multi-basic-block-structure-clobber-expected.txt: Added.
        * fast/js/dfg-multi-basic-block-structure-clobber.html: Added.
        * fast/js/script-tests/dfg-multi-basic-block-structure-clobber.js: Added.
        (bar):
        (foo):
        * fast/js/jsc-test-list:

2012-08-24  Xianzhu Wang  <wangxianzhu@chromium.org>

        [Chromium-Android] Reapply "Upstream layout test expectations (Part 1)"
        https://bugs.webkit.org/show_bug.cgi?id=94884

        Reviewed by Adam Barth.

        This part include:
        - Removed ANDROID tag for passing tests and tests that should be covered by other Android specific rules
        - Added android rules for fast/js and jquery/ tests
        - crbug.com/144536
        - Several other rules with public bugs

        * platform/chromium/TestExpectations:

2012-08-24  Andrei Onea  <onea@adobe.com>

        [CSSRegions]Expose WebKitNamedFlowCollection interface through document.getNamedFlows()
        https://bugs.webkit.org/show_bug.cgi?id=93368

        Reviewed by Ryosuke Niwa.

        Added test for WebKitNamedFlowCollection interface.

        * fast/regions/webkit-named-flow-collection-expected.txt: Added.
        * fast/regions/webkit-named-flow-collection.html: Added.

2012-08-24  Mark Lam  <mark.lam@apple.com>

        Skipping svg/custom/getBBox-path.svg on platform mac.
        https://bugs.webkit.org/show_bug.cgi?id=94971.

        Reviewed by Sam Weinig.

        * platform/mac/Skipped:

2012-08-24  Julien Chaffraix  <jchaffraix@webkit.org>

        Unreviewed Chromium gardening.

        Rebaselined a bunch of repaint tests on Mac. The failures or differences fell in
        the following categories:
        - small alpha difference on the repaint tests' background. This issue has been known for
        some time now but is not being worked on AFAICT.
        - Chromium unions the invalidation rects when Mac doesn't.
        - font difference.

        * platform/chromium-mac-snowleopard/fast/repaint/box-shadow-dynamic-expected.png: Added.
        * platform/chromium-mac/fast/repaint/box-shadow-dynamic-expected.png: Added.
        This test was using Mac's expectation which is wrong (they have some beige rectangles that
        are not in the page). Those new baselines matches the other ports and the expected result.

        * platform/chromium-mac-snowleopard/fast/repaint/4774354-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/4776765-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/border-fit-lines-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/border-repaint-glitch-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/bugzilla-3509-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/bugzilla-6388-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/bugzilla-7235-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/change-transform-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/containing-block-position-change-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/dynamic-table-vertical-alignment-change-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/fixed-child-move-after-scroll-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/fixed-move-after-scroll-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/float-move-during-layout-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/inline-color-change-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/layout-state-relative-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/outline-shrinking-expected.png: Added.
        * platform/chromium-mac/fast/repaint/4774354-expected.png: Added.
        * platform/chromium-mac/fast/repaint/4776765-expected.png: Added.
        * platform/chromium-mac/fast/repaint/block-selection-gap-in-table-cell-expected.png: Added.
        * platform/chromium-mac/fast/repaint/border-fit-lines-expected.png: Added.
        * platform/chromium-mac/fast/repaint/border-repaint-glitch-expected.png: Added.
        * platform/chromium-mac/fast/repaint/bugzilla-3509-expected.png: Added.
        * platform/chromium-mac/fast/repaint/bugzilla-6388-expected.png: Added.
        * platform/chromium-mac/fast/repaint/bugzilla-7235-expected.png: Added.
        * platform/chromium-mac/fast/repaint/button-spurious-layout-hint-expected.png: Added.
        * platform/chromium-mac/fast/repaint/change-transform-expected.png: Added.
        * platform/chromium-mac/fast/repaint/clip-with-layout-delta-expected.png: Added.
        * platform/chromium-mac/fast/repaint/containing-block-position-change-expected.png: Added.
        * platform/chromium-mac/fast/repaint/delete-into-nested-block-expected.png:
        * platform/chromium-mac/fast/repaint/dynamic-table-vertical-alignment-change-expected.png: Added.
        * platform/chromium-mac/fast/repaint/erase-overflow-expected.png: Added.
        * platform/chromium-mac/fast/repaint/fixed-child-move-after-scroll-expected.png: Added.
        * platform/chromium-mac/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png: Added.
        * platform/chromium-mac/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png: Added.
        * platform/chromium-mac/fast/repaint/fixed-move-after-scroll-expected.png: Added.
        * platform/chromium-mac/fast/repaint/float-in-new-block-with-layout-delta-expected.png: Added.
        * platform/chromium-mac/fast/repaint/float-move-during-layout-expected.png: Added.
        * platform/chromium-mac/fast/repaint/inline-block-resize-expected.png: Added.
        * platform/chromium-mac/fast/repaint/inline-color-change-expected.png: Added.
        * platform/chromium-mac/fast/repaint/inline-overflow-expected.png: Added.
        * platform/chromium-mac/fast/repaint/layer-full-repaint-expected.png: Added.
        * platform/chromium-mac/fast/repaint/layer-hide-when-needs-layout-expected.png: Added.
        * platform/chromium-mac/fast/repaint/layer-visibility-expected.png: Added.
        * platform/chromium-mac/fast/repaint/layout-state-relative-expected.png: Added.
        * platform/chromium-mac/fast/repaint/outline-shrinking-expected.png: Added.
        * platform/chromium/TestExpectations:

2012-08-24  Chris Evans  <cevans@google.com>

        Improve xpath-detached-nodes.html test.
        https://bugs.webkit.org/show_bug.cgi?id=36427

        Reviewed by Alexey Proskuryakov.

        * fast/xpath/xpath-detached-nodes-expected.txt:
        * fast/xpath/xpath-detached-nodes.html: Increase coverage and improve log messages.

2012-08-24  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r126606.
        http://trac.webkit.org/changeset/126606
        https://bugs.webkit.org/show_bug.cgi?id=94970

        The change broke TestExpectations.txt (Requested by jchaffraix
        on #webkit).

        * platform/chromium/TestExpectations:

2012-08-24  Anish Bhayani  <anish.bhayani@gmail.com>

        webkit-image-set() function not showing up when computing background property
        https://bugs.webkit.org/show_bug.cgi?id=94536

        Reviewed by Simon Fraser.

        Used same tests from image-set-parsing to show consistency between CSS background
        value and backgroundImage value when setting -webkit-image-set(...).

        * fast/css/image-set-setting-expected.txt: Added.
        * fast/css/image-set-setting.html: Added.
        * fast/css/script-tests/image-set-setting.js: Added.
        (testComputedStyle):
        (testImageSetRule):

2012-08-24  W. James MacLean  <wjmaclean@chromium.org>

        [chromium] gestureTapDown should not select a RenderView node as target.
        https://bugs.webkit.org/show_bug.cgi?id=94956

        Reviewed by James Robinson.

        Add check to prevent selecting a RenderView node as a highlight target.

        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-background.html: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-background-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-background-expected.txt: Added.

2012-08-24  Xianzhu Wang  <wangxianzhu@chromium.org>

        [Chromium-Android] Upstream layout test expectations (Part 1)
        https://bugs.webkit.org/show_bug.cgi?id=94884

        Reviewed by Adam Barth.

        This part include:
        - Removed ANDROID tag for passing tests and tests that should be covered by other Android specific rules
        - Added android rules for fast/js and jquery/ tests
        - crbug.com/144536
        - Several other rules with public bugs

        * platform/chromium/TestExpectations:

2012-08-24  Bear Travis  <betravis@adobe.com>

        [CSS Exclusions] Enable shape-inside for simple rectangles
        https://bugs.webkit.org/show_bug.cgi?id=89259

        Reviewed by Levi Weintraub.

        Test that inline content correctly wraps for a simple rectangular
        shape-inside. Text and inline content should wrap inside the
        rectangular shape-inside, and overflow to its containing block.
        Inline content inside a shape-inside should also avoid floats.

        * fast/exclusions/shape-inside/shape-inside-floats-simple-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-floats-simple.html: Added.
        * fast/exclusions/shape-inside/shape-inside-inline-elements-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-inline-elements.html: Added.
        * fast/exclusions/shape-inside/shape-inside-overflow-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-overflow.html: Added.
        * fast/exclusions/shape-inside/shape-inside-percentage-auto-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-percentage-auto.html: Added.
        * fast/exclusions/shape-inside/shape-inside-text-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-text.html: Added.

2012-08-24  Julien Chaffraix  <jchaffraix@webkit.org>

        Unreviewed Chromium rebaseline.

        * platform/chromium-mac/fast/table/border-collapsing/cached-69296-expected.png: Added.
        * platform/chromium-mac/fast/table/border-collapsing/cached-cell-append-expected.png: Added.
        * platform/chromium-mac/fast/table/border-collapsing/cached-cell-remove-expected.png: Added.
        * platform/chromium-mac/fast/table/border-collapsing/cached-change-cell-border-color-expected.png: Added.
        * platform/chromium-mac/fast/table/border-collapsing/cached-change-cell-border-width-expected.png: Added.
        * platform/chromium-mac/fast/table/border-collapsing/cached-change-cell-sl-border-color-expected.png: Added.
        * platform/chromium-mac/fast/table/border-collapsing/cached-change-col-border-color-expected.png: Added.
        * platform/chromium-mac/fast/table/border-collapsing/cached-change-col-border-width-expected.png: Added.
        * platform/chromium-mac/fast/table/border-collapsing/cached-change-colgroup-border-color-expected.png: Added.
        * platform/chromium-mac/fast/table/border-collapsing/cached-change-colgroup-border-width-expected.png: Added.
        * platform/chromium-mac/fast/table/border-collapsing/cached-change-row-border-color-expected.png: Added.
        * platform/chromium-mac/fast/table/border-collapsing/cached-change-row-border-width-expected.png: Added.
        * platform/chromium-mac/fast/table/border-collapsing/cached-change-table-border-color-expected.png: Added.
        * platform/chromium-mac/fast/table/border-collapsing/cached-change-table-border-width-expected.png: Added.
        * platform/chromium-mac/fast/table/border-collapsing/cached-change-tbody-border-color-expected.png: Added.
        * platform/chromium-mac/fast/table/border-collapsing/cached-change-tbody-border-width-expected.png: Added.
        * platform/chromium/TestExpectations:
        Rebaselined the border-collapsing tests on Mac. They have required a different baseline for several months
        now and the root cause (small alpha difference) doesn't seem to be worked on.

2012-08-24  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding expectations for a few failing tests that popped up on the debug
        builder after it was brought back into a working state.

        Removing failure expectation for fast/dom/Window/window-postmessage-clone.html
        after the test was fixed in r126464.

        * platform/gtk/TestExpectations:

2012-08-24  Julien Chaffraix  <jchaffraix@webkit.org>

        Unreviewed gardening.

        * platform/chromium/TestExpectations:
        Marked fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html as failing following r126534.

2012-08-24  Sudarsana Nagineni  <sudarsana.nagineni@linux.intel.com>

        [EFL] Add baselines for the tests which are missing expected results
        https://bugs.webkit.org/show_bug.cgi?id=94942

        Unreviewed EFL gardening. Add platform specific baselines required
        after r126343 and r126372.

        * platform/efl/fast/overflow/paged-x-div-expected.png: Added.
        * platform/efl/fast/overflow/paged-x-div-expected.txt: Added.
        * platform/efl/fast/overflow/paged-x-on-root-expected.png: Added.
        * platform/efl/fast/overflow/paged-x-on-root-expected.txt: Added.
        * platform/efl/fast/overflow/paged-y-div-expected.png: Added.
        * platform/efl/fast/overflow/paged-y-div-expected.txt: Added.
        * platform/efl/fast/overflow/paged-y-on-root-expected.png: Added.
        * platform/efl/fast/overflow/paged-y-on-root-expected.txt: Added.
        * platform/efl/media/track/track-cue-rendering-horizontal-expected.png: Added.
        * platform/efl/media/track/track-cue-rendering-horizontal-expected.txt: Added.
        * platform/efl/media/track/track-cue-rendering-vertical-expected.png: Added.
        * platform/efl/media/track/track-cue-rendering-vertical-expected.txt: Added.

2012-08-24  Sudarsana Nagineni  <sudarsana.nagineni@linux.intel.com>

        [EFL] fast/dom/navigator-vibration.html is failing after r126562
        https://bugs.webkit.org/show_bug.cgi?id=94939

        Reviewed by Kentaro Hara.

        Update expected results for fast/dom/navigator-vibration.html now that
        NotEnoughArguments is thrown instead of TypeError if the actual argument
        count is less than the least mandatory argument count.

        * fast/dom/navigator-vibration-expected.txt:

2012-08-24  Julien Chaffraix  <jchaffraix@webkit.org>

        Crash in RenderTableCell::borderTop() due to custom scrollbars after r124168
        https://bugs.webkit.org/show_bug.cgi?id=93903

        Reviewed by Tony Chang.

        * scrollbars/custom-scrollbar-table-cell-expected.png: Added.
        * scrollbars/custom-scrollbar-table-cell-expected.txt: Added.
        * scrollbars/custom-scrollbar-table-cell.html: Added.

2012-08-24  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: Unreviewed, fix test flakiness due to the recently introduced lazy panel loading.

        * inspector/debugger/scripts-file-selector.html:
        * inspector/debugger/step-through-event-listeners.html:
        * inspector/elements/edit-dom-actions.html:
        * inspector/elements/edit-style-attribute.html:
        * inspector/timeline/timeline-enum-stability.html:

2012-08-24  Tommy Widenflycht  <tommyw@google.com>

        MediaStream API: Add readyState functionality to RTCPeerConnection
        https://bugs.webkit.org/show_bug.cgi?id=94813

        Reviewed by Adam Barth.

        * fast/mediastream/RTCPeerConnection-state-expected.txt: Added.
        * fast/mediastream/RTCPeerConnection-state.html: Added.

2012-08-24  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Get rid of frontendReused logic on front-end.
        https://bugs.webkit.org/show_bug.cgi?id=94929

        Reviewed by Pavel Feldman.

        * http/tests/inspector/resource-tree/resource-tree-events.html:

2012-08-24  'Pavel Feldman'  <pfeldman@chromium.org>

        Web Inspector: three layout tests crashing with assertion failure
        https://bugs.webkit.org/show_bug.cgi?id=94829

        Not reviewed: updating test expectations.

        * platform/chromium/TestExpectations:

2012-08-24  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Updating baselines for css3/flexbox/flexitem.html after r126503.

        * platform/gtk/css3/flexbox: Removed.
        * platform/gtk/css3/flexbox/flexitem-expected.txt: Removed.

2012-08-24  KwangYong Choi  <ky0.choi@samsung.com>

        [EFL] Added missing SKIP keyword to platform/efl/TestExpectations
        https://bugs.webkit.org/show_bug.cgi?id=94781

        Unreviewed. Removed unnecessary SKIP keyword.

        * platform/efl/TestExpectations:

2012-08-24  Xiaobo Wang  <xbwang@torchmobile.com.cn>

        Remove platform specific expected files after the change
        https://bugs.webkit.org/show_bug.cgi?id=94790

        Reviewed by Kentaro Hara.

        1. Use the cross-platform expected files for the 2 tests in question.
        2. Update other tests for overloaded functions and their expected files
        affected by the change.

        * fast/canvas/canvas-overloads-drawImage-expected.txt:
        * fast/canvas/canvas-overloads-setFillColor-expected.txt:
        * fast/canvas/canvas-overloads-setShadow-expected.txt:
        * fast/canvas/canvas-overloads-setStrokeColor-expected.txt:
        * fast/canvas/script-tests/canvas-overloads-drawImage.js:
        * fast/canvas/script-tests/canvas-overloads-setFillColor.js:
        * fast/canvas/script-tests/canvas-overloads-setShadow.js:
        * fast/canvas/script-tests/canvas-overloads-setStrokeColor.js:
        * fast/canvas/webgl/texImageTest-expected.txt:
        * platform/chromium/fast/files/create-blob-url-crash-expected.txt: Removed.
        * platform/chromium/fast/files/url-required-arguments-expected.txt: Removed.
        * platform/gtk/fast/files/create-blob-url-crash-expected.txt: Removed.
        * platform/gtk/fast/files/url-required-arguments-expected.txt: Removed.
        * storage/indexeddb/index-get-key-argument-required-expected.txt:
        * storage/indexeddb/objectStore-required-arguments-expected.txt:
        * storage/indexeddb/transaction-and-objectstore-calls-expected.txt:
        * storage/indexeddb/transaction-storeNames-required-expected.txt:

2012-08-24  Yoshifumi Inoue  <yosin@chromium.org>

        [Forms] Multiple fields time input UI should handle Delete key as Backspace key
        https://bugs.webkit.org/show_bug.cgi?id=94902

        Reviewed by Kent Tamura.

        This patch adds a new test case for "Delete" key behavior for multiple
        fields time input UI.

        * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt: Updated expectation.
        * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html: Added "Delete" key test case.

2012-08-24  János Badics  <jbadics@inf.u-szeged.hu>

        [Qt] Gardening after r126442. Skip a test because of missing shadow feature.

        Reviewed by Csaba Osztrogonác.

        * platform/qt/Skipped:

2012-08-24  Dominic Cooney  <dominicc@chromium.org>

        [Chromium] Unreviewed gardening.

        Narrow expected failures to Linux.

        * platform/chromium/TestExpectations:

2012-08-23  Yoshifumi Inoue <yosin@chromium.org>

        [Chromium] REGRESSION(r126534) time-multiple-fields-appearance-pseudo-elements.html failing on Win7
        https://bugs.webkit.org/show_bug.cgi?id=94898

        This patch changes parameters to test expectation generator to make
        actual result and test expectation to be matched.

        Root cause of this regression is the test expectation generator for
        Chromium-Win generates second field with value "56" instead of "00".

        On Chromium-Linux and Chromium-Mac, the test expectation generator
        doesn't generate second field.

        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.html: Changes parameters to have hour and minute only.

2012-08-23  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r126496.
        http://trac.webkit.org/changeset/126496
        https://bugs.webkit.org/show_bug.cgi?id=94895

        Broke TestNotificationActiveDescendantChanged (Requested by
        dominicc on #webkit).

        * accessibility/editable-webarea-context-menu-point.html:
        * accessibility/focusable-div-expected.txt: Removed.
        * accessibility/focusable-div.html: Removed.
        * accessibility/table-detection.html:
        * platform/mac/accessibility/listbox-hit-test.html:

2012-08-23  KwangYong Choi  <ky0.choi@samsung.com>

        [EFL] Skip the tests which have wrong pixel expectations in fast/forms/
        https://bugs.webkit.org/show_bug.cgi?id=94798

        Unreviewed. Some tests in fast/forms seem to fail. Removed wrong expectations
        and marked the tests MISSING.

        fast/forms/listbox-hit-test-zoomed.html
        Test 2 in this test seems to fail.

        fast/forms/menulist-restrict-line-height.html
        The text in the popup button is clipped.

        fast/forms/search-cancel-button-style-sharing.html
        fast/forms/search-rtl.html
        Cancel mark in search field is not displayed.

        fast/forms/menulist-narrow-width.html
        fast/forms/select-baseline.html
        fast/forms/menulist-style-color.html
        fast/forms/select-style.html
        These tests seem to have style error.

        fast/forms/textarea-scroll-height.html
        fast/forms/textarea-scrolled-type.html
        Scroll bar isn't being fully rendered.

        * platform/efl/TestExpectations:
        * platform/efl/fast/forms/listbox-hit-test-zoomed-expected.png: Removed.
        * platform/efl/fast/forms/listbox-hit-test-zoomed-expected.txt: Removed.
        * platform/efl/fast/forms/menulist-narrow-width-expected.png: Removed.
        * platform/efl/fast/forms/menulist-narrow-width-expected.txt: Removed.
        * platform/efl/fast/forms/menulist-restrict-line-height-expected.png: Removed.
        * platform/efl/fast/forms/menulist-restrict-line-height-expected.txt: Removed.
        * platform/efl/fast/forms/menulist-style-color-expected.png: Removed.
        * platform/efl/fast/forms/menulist-style-color-expected.txt: Removed.
        * platform/efl/fast/forms/search-cancel-button-style-sharing-expected.png: Removed.
        * platform/efl/fast/forms/search-cancel-button-style-sharing-expected.txt: Removed.
        * platform/efl/fast/forms/search-rtl-expected.png: Removed.
        * platform/efl/fast/forms/search-rtl-expected.txt: Removed.
        * platform/efl/fast/forms/select-baseline-expected.png: Removed.
        * platform/efl/fast/forms/select-baseline-expected.txt: Removed.
        * platform/efl/fast/forms/select-style-expected.png: Removed.
        * platform/efl/fast/forms/select-style-expected.txt: Removed.
        * platform/efl/fast/forms/textarea-scroll-height-expected.png: Removed.
        * platform/efl/fast/forms/textarea-scroll-height-expected.txt: Removed.
        * platform/efl/fast/forms/textarea-scrolled-type-expected.png: Removed.
        * platform/efl/fast/forms/textarea-scrolled-type-expected.txt: Removed.

2012-08-23  Keishi Hattori  <keishi@webkit.org>

        REGRESSION(r126132): thumb doesn't match click position for rtl input type=range
        https://bugs.webkit.org/show_bug.cgi?id=94890

        Reviewed by Kent Tamura.

        * fast/forms/range/range-hit-test-with-padding-expected.txt:
        * fast/forms/range/range-hit-test-with-padding.html:

2012-08-23  Dominic Cooney  <dominicc@chromium.org>

        [Chromium] Unreviewed gardening.

        Rebaseline meter element tests on Mac. These grew a DIV in
        r125659.
        https://bugs.webkit.org/show_bug.cgi?id=94666

        * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt:
        * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-styles-expected.txt:

2012-08-23  Dominic Cooney  <dominicc@chromium.org>

        [Chromium] Unreviewed gardening.

        Revert a few test expectations tightened in r126529 to green
        builders.

        These differ by whether zero width blocks appear in the dumped
        render tree.

        * platform/chromium/TestExpectations:

2012-08-23  Yoshifumi Inoue  <yosin@chromium.org>

        [Forms] Step mismatched value should be editable in multiple field time UI.
        https://bugs.webkit.org/show_bug.cgi?id=94664

        Reviewed by Kent Tamura.

        This patch adds new test case for step mismatched value case and
        updates test cases to avoid step mismatched value, and a test file
        for dynamic layout change casued by input element's value change.

        Note: We need to do rebaseline for Chromium-Mac and Chromium-Win.

        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.html: Updated for new test case and behavior change.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic.html: ditto
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly.html: Updated for behavior change.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html: ditto
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-style.html: ditto
        * fast/forms/time-multiple-fields/time-multiple-fields-change-layout-by-value-expected.txt: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-change-layout-by-value.html: Added for dynamic layout change from value change.
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png: ditto
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.txt: ditto
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png: ditto
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.txt: ditto

2012-08-23  Kenneth Russell  <kbr@google.com>

        [Chromium] LayoutTests: css3/selector3/xml tests are flaky / have wrong expectations on Snow Leopard
        https://bugs.webkit.org/show_bug.cgi?id=82122

        Unreviewed Chromium gardening. Tightened majority of test
        expectations to only expect failures on debug bots.

        * platform/chromium/TestExpectations:

2012-08-23  Shinya Kawanaka  <shinyak@chromium.org>

        Needs update tests of Shadow DOM for keygen
        https://bugs.webkit.org/show_bug.cgi?id=94765

        Reviewed by Dimitri Glazkov.

        Now that the HTMLKeygenElement was AuthroShadowDOM-ready, it's time to update the previous
        failing tests for AuthroShadowDOM for keygen elements.

        I've updated the failing tests to follow the current implementation and updated the test expectations.

        * fast/dom/shadow/shadowdom-for-keygen-complex-shadow-expected.html:
        * fast/dom/shadow/shadowdom-for-keygen-complex-shadow.html:
        * fast/dom/shadow/shadowdom-for-keygen-only-shadow-expected.html:
        * fast/dom/shadow/shadowdom-for-keygen-only-shadow.html:
        * fast/dom/shadow/shadowdom-for-keygen-without-shadow-expected.html:
        * fast/dom/shadow/shadowdom-for-keygen-without-shadow.html:
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:

2012-08-23  Jon Honeycutt  <jhoneycutt@apple.com>

        Update Skipped list and TestExpectations in preparation for making
        Mountain Lion the default Mac builder.

        Rubber-stamped by Jessie Berlin.

        * platform/mac-lion/TestExpectations: Added.
        Moved/added test expectations from platform/mac/TestExpectations to
        here.

        * platform/mac/Skipped:
        Added some known failures from internal testers.

        * platform/mac/TestExpectations:
        Ditto.

2012-08-23  Shezan Baig  <shezbaig.wk@gmail.com>

        Remove FIXMEs from css3/flexbox/flexitem.html
        https://bugs.webkit.org/show_bug.cgi?id=94872

        Reviewed by Ojan Vafai.

        Remove FIXMEs that were fixed in bug 94604.

        * css3/flexbox/flexitem.html:

2012-08-23  Shezan Baig  <shezbaig.wk@gmail.com>

        Fix cross-direction stretch for replaced elements in column flexbox
        https://bugs.webkit.org/show_bug.cgi?id=94604

        Reviewed by Ojan Vafai.

        Fixed failing test cases. Add tests for min/max width/height.

        * css3/flexbox/flexitem-expected.txt:
        * css3/flexbox/flexitem.html:

2012-08-23  Kenneth Russell  <kbr@google.com>

        Unreviewed Chromium gardening. Generalized a few Snow Leopard-only
        expectations to Mac in order to get the new Lion bot green.

        * platform/chromium/TestExpectations:

2012-08-23  Dominic Mazzoni  <dmazzoni@google.com>

        AX: Focusable elements without a role should not be ignored
        https://bugs.webkit.org/show_bug.cgi?id=94302

        Reviewed by Chris Fleizach.

        Adds a new test to make sure that a generic focusable element (like a div with tabindex=0)
        can get focus and return an appropriate title, just like a form control or element with
        an ARIA role.

        Modifies three existing tests that were previously assuming that a focusable node
        with no role would be ignored for accessibility ("accessibilityIsIgnored").

        * accessibility/editable-webarea-context-menu-point.html:
        * accessibility/focusable-div-expected.txt: Added.
        * accessibility/focusable-div.html: Added.
        * accessibility/table-detection.html:
        * platform/mac/accessibility/listbox-hit-test.html:

2012-08-23  Mark Hahnenberg  <mhahnenberg@apple.com>

        Change behavior of MasqueradesAsUndefined to better accommodate DFG changes
        https://bugs.webkit.org/show_bug.cgi?id=93884

        Reviewed by Filip Pizlo.

        Added a test that uses a variety of ways of checking whether something is correctly 
        masquerading as undefined (or not) in a subframe.

        * fast/js/document-all-between-frames-expected.txt: Added.
        * fast/js/document-all-between-frames.html: Added.
        * fast/js/resources/document-all-between-frames-subframe.html: Added.
        * platform/chromium/TestExpectations: Chromium treats document.all differently, so skip our new test.

2012-08-23  Ulan Degenbaev  <ulan@chromium.org>

        Adjust test expectations for fast/js/toString-overrides.html and fast/js/eval-cross-window.html
        https://bugs.webkit.org/show_bug.cgi?id=94824

        Reviewed by Kentaro Hara.

        Add a bug number for tracking failing cases in fast/js/toString-overrides.html.
        Upload Chromium specific test expectations for fast/js/eval-cross-window.html.

        Failing tests in eval-cross-window swap the eval() function in the main window and the frame.
        This behaviour is not specified in ECMA-262 and is probably implementation dependent.
        Both Firefox and Chromium produce the same result for this test.

        * platform/chromium/TestExpectations:
        * platform/chromium/fast/js/eval-cross-window-expected.txt: Added.

2012-08-23  Mike West  <mkwst@chromium.org>

        Trailing spaces in CSP source lists should not generate console warnings.
        https://bugs.webkit.org/show_bug.cgi?id=94847

        Reviewed by Adam Barth.

        Trailing space after a valid source in a Content Security Policy source
        list was accidentally generating console warnings about an invalid
        (empty) source. This patch silently ignores trailing whitespace instead.

        * http/tests/security/contentSecurityPolicy/source-list-parsing-02-expected.txt:
        * http/tests/security/contentSecurityPolicy/source-list-parsing-02.html:

2012-08-23  Kenneth Russell  <kbr@google.com>

        [Chromium] LayoutTests: css3/selector3/xml tests are flaky / have wrong expectations on Snow Leopard
        https://bugs.webkit.org/show_bug.cgi?id=82122

        Unreviewed Chromium gardening. Expanded expectations from Snow Leopard to Mac.

        * platform/chromium/TestExpectations:

2012-05-25  Anna Cavender <annacc@chromium.org>

        [Chromium] Removing media/track/track-mode.html - resolved.
        [Chromium] Removing media/track/track-cues-cuechange.html - appears to be no longer failing.
 
        Unreviewed gardening.

        * platform/chromium/TestExpectations: 

2012-08-23  KwangYong Choi  <ky0.choi@samsung.com>

        [EFL] Update pixel test expectations for layout test fast/forms/
        https://bugs.webkit.org/show_bug.cgi?id=94687

        Unreviewed, rebaseline.

        Some tests have wrong pixel test expectations. They should be replaced.

        * platform/efl/fast/forms/003-expected.png:
        * platform/efl/fast/forms/006-expected.png:
        * platform/efl/fast/forms/007-expected.png:
        * platform/efl/fast/forms/HTMLOptionElement_label01-expected.png:
        * platform/efl/fast/forms/HTMLOptionElement_label02-expected.png:
        * platform/efl/fast/forms/HTMLOptionElement_label03-expected.png:
        * platform/efl/fast/forms/HTMLOptionElement_label04-expected.png:
        * platform/efl/fast/forms/HTMLOptionElement_label05-expected.png:
        * platform/efl/fast/forms/basic-buttons-expected.png:
        * platform/efl/fast/forms/basic-inputs-expected.png:
        * platform/efl/fast/forms/button-align-expected.png:
        * platform/efl/fast/forms/button-cannot-be-nested-expected.png:
        * platform/efl/fast/forms/button-default-title-expected.png:
        * platform/efl/fast/forms/button-generated-content-expected.png:
        * platform/efl/fast/forms/button-inner-block-reuse-expected.png:
        * platform/efl/fast/forms/button-sizes-expected.png:
        * platform/efl/fast/forms/button-style-color-expected.png:
        * platform/efl/fast/forms/button-table-styles-expected.png:
        * platform/efl/fast/forms/button-text-transform-expected.png:
        * platform/efl/fast/forms/button-white-space-expected.png:
        * platform/efl/fast/forms/control-clip-expected.png:
        * platform/efl/fast/forms/control-clip-overflow-expected.png:
        * platform/efl/fast/forms/control-restrict-line-height-expected.png:
        * platform/efl/fast/forms/disabled-select-change-index-expected.png:
        * platform/efl/fast/forms/encoding-test-expected.png:
        * platform/efl/fast/forms/fieldset-align-expected.png:
        * platform/efl/fast/forms/file/file-input-direction-expected.png:
        * platform/efl/fast/forms/file/file-input-disabled-expected.png:
        * platform/efl/fast/forms/floating-textfield-relayout-expected.png:
        * platform/efl/fast/forms/form-hides-table-expected.png:
        * platform/efl/fast/forms/image-border-expected.png:
        * platform/efl/fast/forms/input-appearance-bkcolor-expected.png:
        * platform/efl/fast/forms/input-appearance-default-bkcolor-expected.png:
        * platform/efl/fast/forms/input-appearance-focus-expected.png:
        * platform/efl/fast/forms/input-appearance-preventDefault-expected.png:
        * platform/efl/fast/forms/input-appearance-selection-expected.png:
        * platform/efl/fast/forms/input-appearance-visibility-expected.png:
        * platform/efl/fast/forms/input-appearance-width-expected.png:
        * platform/efl/fast/forms/input-button-sizes-expected.png:
        * platform/efl/fast/forms/input-disabled-color-expected.png:
        * platform/efl/fast/forms/input-double-click-selection-gap-bug-expected.png:
        * platform/efl/fast/forms/input-field-text-truncated-expected.png:
        * platform/efl/fast/forms/input-readonly-dimmed-expected.png:
        * platform/efl/fast/forms/input-readonly-empty-expected.png:
        * platform/efl/fast/forms/input-spaces-expected.png:
        * platform/efl/fast/forms/input-table-expected.png:
        * platform/efl/fast/forms/input-text-click-inside-expected.png:
        * platform/efl/fast/forms/input-text-option-delete-expected.png:
        * platform/efl/fast/forms/input-text-self-emptying-click-expected.png:
        * platform/efl/fast/forms/input-text-word-wrap-expected.png:
        * platform/efl/fast/forms/input-type-text-min-width-expected.png:
        * platform/efl/fast/forms/input-value-expected.png:
        * platform/efl/fast/forms/input-width-expected.png:
        * platform/efl/fast/forms/listbox-bidi-align-expected.png:
        * platform/efl/fast/forms/listbox-scrollbar-incremental-load-expected.png:
        * platform/efl/fast/forms/listbox-width-change-expected.png:
        * platform/efl/fast/forms/menulist-clip-expected.png:
        * platform/efl/fast/forms/menulist-option-wrap-expected.png:
        * platform/efl/fast/forms/menulist-width-change-expected.png:
        * platform/efl/fast/forms/minWidthPercent-expected.png:
        * platform/efl/fast/forms/negativeLineHeight-expected.png:
        * platform/efl/fast/forms/option-index-expected.png:
        * platform/efl/fast/forms/option-script-expected.png:
        * platform/efl/fast/forms/option-strip-whitespace-expected.png:
        * platform/efl/fast/forms/option-text-clip-expected.png:
        * platform/efl/fast/forms/search-display-none-cancel-button-expected.png:
        * platform/efl/fast/forms/search-vertical-alignment-expected.png:
        * platform/efl/fast/forms/searchfield-heights-expected.png:
        * platform/efl/fast/forms/select-align-expected.png:
        * platform/efl/fast/forms/select-block-background-expected.png:
        * platform/efl/fast/forms/select-change-listbox-size-expected.png:
        * platform/efl/fast/forms/select-change-listbox-to-popup-expected.png:
        * platform/efl/fast/forms/select-change-popup-to-listbox-expected.png:
        * platform/efl/fast/forms/select-dirty-parent-pref-widths-expected.png:
        * platform/efl/fast/forms/select-display-none-style-resolve-expected.png:
        * platform/efl/fast/forms/select-initial-position-expected.png:
        * platform/efl/fast/forms/select-item-background-clip-expected.png:
        * platform/efl/fast/forms/select-list-box-with-height-expected.png:
        * platform/efl/fast/forms/select-size-expected.png:
        * platform/efl/fast/forms/select-visual-hebrew-expected.png:
        * platform/efl/fast/forms/select/optgroup-rendering-expected.png:
        * platform/efl/fast/forms/tabbing-input-iframe-expected.png:
        * platform/efl/fast/forms/targeted-frame-submission-expected.png:
        * platform/efl/fast/forms/text-style-color-expected.png:
        * platform/efl/fast/forms/textAreaLineHeight-expected.png:
        * platform/efl/fast/forms/textarea-align-expected.png:
        * platform/efl/fast/forms/textarea-width-expected.png:
        * platform/efl/fast/forms/textfield-focus-ring-expected.png:
        * platform/efl/fast/forms/textfield-outline-expected.png:
        * platform/efl/fast/forms/visual-hebrew-text-field-expected.png:

2012-08-23  Christophe Dumez  <christophe.dumez@intel.com>

        Serialization of JavaScript values does not appear to respect new HTML5 Structured Clone semantics
        https://bugs.webkit.org/show_bug.cgi?id=65292

        Reviewed by Oliver Hunt.

        Update expected results for fast/dom/Window/window-postmessage-clone.html
        now that String, Boolean and Number object are correctly serialized with
        JSC.

        * fast/dom/Window/window-postmessage-clone-expected.txt:
        * platform/gtk/fast/dom/Window/window-postmessage-clone-expected.txt:

2012-08-23  Kenneth Russell  <kbr@google.com>

        Web Inspector: three layout tests crashing with assertion failure
        https://bugs.webkit.org/show_bug.cgi?id=94829

        Unreviewed. Expanded suppressions.

        * platform/chromium/TestExpectations:

2012-08-23  Andrei Onea  <onea@adobe.com>

        [CSSRegions]Crash when moving anonymous block children inside a named flow
        https://bugs.webkit.org/show_bug.cgi?id=90865

        Reviewed by Abhishek Arya.

        Added test for crash which happens when the children of an anonymous block
        inside a flow thread are moved.

        * fast/regions/move-anonymous-block-inside-named-flow-crash-expected.txt:
        * fast/regions/move-anonymous-block-inside-named-flow-crash.html:

2012-08-23  Li Yin  <li.yin@intel.com>

        Add test for decodeAudioData
        https://bugs.webkit.org/show_bug.cgi?id=92620

        Reviewed by Chris Rogers.

        Spec: https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#AudioContext-section
        This test checks if successCallback or errorCallback can be invoked correctly when
        there is a correct or error decoding.

        * webaudio/decode-audio-data-basic-expected.txt: Added.
        * webaudio/decode-audio-data-basic.html: Added.
        * webaudio/resources/media/invalid-audio-file.txt: Added.

2012-08-23  Kenneth Russell  <kbr@google.com>

        Web Inspector: three layout tests crashing with assertion failure
        https://bugs.webkit.org/show_bug.cgi?id=94829

        Unreviewed Chromium gardening. Suppressed failing tests.

        * platform/chromium/TestExpectations:

2012-08-23  Alexander Shalamov  <alexander.shalamov@intel.com>

        getComputedStyle returns wrong value for CSS3 2D transformations
        https://bugs.webkit.org/show_bug.cgi?id=94211

        Reviewed by Simon Fraser.

        This change fixes getComputedStyle-transform.html test.
        Before this change, the test doesn't do anything.
        When new transformation value is set, it immediately read
        back as an old value, thus computed style is equal to
        an old style. Moreover, expected result is never checked.
        Added new test case to computed-style-origin.html layout test.

        * fast/css/getComputedStyle/getComputedStyle-transform-expected.txt:
        * fast/css/getComputedStyle/getComputedStyle-transform.html:
        * transforms/2d/computed-style-origin-expected.txt:
        * transforms/2d/computed-style-origin.html:

2012-08-23  Takashi Sakamoto  <tasak@google.com>

        Distributed nodes should not share styles.
        https://bugs.webkit.org/show_bug.cgi?id=90661

        Reviewed by Hajime Morita.

        * fast/dom/shadow/style-of-distributed-node-expected.txt: Added.
        * fast/dom/shadow/style-of-distributed-node.html: Added.
        * fast/dom/shadow/user-modify-inheritance-expected.txt:
        As this patch also change the user-modify-inheritance's test result,
        updated the expected result.
        * fast/dom/shadow/user-modify-inheritance.html:
        Added FIXME comment.

2012-08-23  John Mellor  <johnme@chromium.org>

        Text Autosizing: Multiply large fonts less, as they are already more legible.
        https://bugs.webkit.org/show_bug.cgi?id=94227

        Reviewed by Kenneth Rohde Christiansen.

        Added test demonstrating how various font sizes are affected.

        * fast/text-autosizing/various-font-sizes-expected.html: Added.
        * fast/text-autosizing/various-font-sizes.html: Added.

2012-08-23  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding platform-specific baselines required after r126343 and r126372.

        * platform/gtk/fast/overflow/paged-x-div-expected.png: Added.
        * platform/gtk/fast/overflow/paged-x-div-expected.txt: Added.
        * platform/gtk/fast/overflow/paged-x-on-root-expected.png: Added.
        * platform/gtk/fast/overflow/paged-x-on-root-expected.txt: Added.
        * platform/gtk/fast/overflow/paged-y-div-expected.png: Added.
        * platform/gtk/fast/overflow/paged-y-div-expected.txt: Added.
        * platform/gtk/fast/overflow/paged-y-on-root-expected.png: Added.
        * platform/gtk/fast/overflow/paged-y-on-root-expected.txt: Added.
        * platform/gtk/media/track: Added.
        * platform/gtk/media/track/track-cue-rendering-horizontal-expected.png: Added.
        * platform/gtk/media/track/track-cue-rendering-horizontal-expected.txt: Added.
        * platform/gtk/media/track/track-cue-rendering-vertical-expected.png: Added.
        * platform/gtk/media/track/track-cue-rendering-vertical-expected.txt: Added.

2012-08-23  Dominic Cooney  <dominicc@chromium.org>

        Unreviewed, rolling out r126391.
        http://trac.webkit.org/changeset/126391
        https://bugs.webkit.org/show_bug.cgi?id=94302

        Breaks Chromium browser_tests AccessibilityFooter,
        AccessibilityListMarkers, AccessibilityUI

        * accessibility/editable-webarea-context-menu-point.html:
        * accessibility/focusable-div-expected.txt: Removed.
        * accessibility/focusable-div.html: Removed.
        * accessibility/table-detection.html:
        * platform/mac/accessibility/listbox-hit-test.html:

2012-08-23  Hajime Morrita  <morrita@chromium.org>

        Unreviewed Chromium gardeing.

        * platform/chromium/TestExpectations:

2012-08-23  Dominic Cooney  <dominicc@chromium.org>

        [Chromium] Unreviewed gardening.

        notifications-event-listener-crash.html test has non-deterministic
        output on Chromium XP debug.

        * platform/chromium/TestExpectations:

2012-08-23  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [EFL] Gardening after r126350
        https://bugs.webkit.org/show_bug.cgi?id=94787

        Unreviewed gardening.

        Gardening of media/track/track-cue-rendering-snap-to-lines-not-set.html.

        * platform/efl/TestExpectations:

2012-08-23  Hajime Morrita  <morrita@chromium.org>

        Unreviewed Chromium gardeing.

        * platform/chromium-mac-snowleopard/media/track/track-cue-rendering-horizontal-expected.txt: Added.
        * platform/chromium-mac-snowleopard/media/track/track-cue-rendering-vertical-expected.txt: Added.

2012-08-23  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed gardening.

        A follow-up to r126400, updating various baselines for fast/js/constructor-length.html
        so they are correct.

        * platform/gtk/fast/js/constructor-length-expected.txt:
        * platform/mac/fast/js/constructor-length-expected.txt:
        * platform/qt/fast/js/constructor-length-expected.txt:

2012-08-23  KwangYong Choi  <ky0.choi@samsung.com>

        [EFL] Added missing SKIP keyword to platform/efl/TestExpectations
        https://bugs.webkit.org/show_bug.cgi?id=94781

        Unreviewed. Some layout tests which are expected missing should not make
        expected result files during layout test.

        * platform/efl/TestExpectations:

2012-08-23  KwangYong Choi  <ky0.choi@samsung.com>

        [EFL] Use vertical slider theme when the slider is vertical
        https://bugs.webkit.org/show_bug.cgi?id=93838

        Reviewed by Kenneth Rohde Christiansen.

        Updated expected result because theme of the slider is changed.

        The size of the renderSlider is changed to 129x12 from 129x11
        because it has the slider thumb 12x12 and it is not resized when
        the size is not specified.

        * platform/efl/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
        * platform/efl/fast/forms/box-shadow-override-expected.png:
        * platform/efl/fast/forms/box-shadow-override-expected.txt:
        * platform/efl/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Added.
        * platform/efl/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png: Added.
        * platform/efl/fast/forms/input-appearance-height-expected.png:
        * platform/efl/fast/forms/input-appearance-height-expected.txt:
        * platform/efl/fast/forms/range/input-appearance-range-expected.png:
        * platform/efl/fast/forms/range/input-appearance-range-expected.txt:
        * platform/efl/fast/forms/range/slider-padding-expected.png:
        * platform/efl/fast/forms/range/slider-padding-expected.txt:
        * platform/efl/fast/forms/range/slider-thumb-shared-style-expected.png:
        * platform/efl/fast/forms/range/slider-thumb-shared-style-expected.txt:
        * platform/efl/fast/repaint/slider-thumb-drag-release-expected.txt:

2012-08-23  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed gardening.

        After the TextTrackCue constructor was updated in r126350 the
        expected constructor length is 3. Updating fast/js/constructor-length.html
        to reflect that.

        * fast/js/constructor-length.html:

2012-08-23  Hajime Morrita  <morrita@chromium.org>

        Unreviewed Chromium gardeing.

        * platform/chromium-linux/media/track/track-cue-rendering-horizontal-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/media/track/track-cue-rendering-horizontal-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/media/track/track-cue-rendering-vertical-expected.txt: Removed.
        * platform/chromium-win-xp/media/track/track-cue-rendering-horizontal-expected.png: Removed.
        * platform/chromium-win-xp/media/track/track-cue-rendering-horizontal-expected.txt: Removed.
        * platform/chromium-win-xp/media/track/track-cue-rendering-vertical-expected.txt: Removed.

2012-08-23  Philippe Normand  <pnormand@igalia.com>

        [GTK] media/video-duration-known-after-eos.html and media/media-element-play-after-eos.html are flaky
        https://bugs.webkit.org/show_bug.cgi?id=83790

        Reviewed by Eric Seidel.

        Refactor the tests to wait the loadedmetadata event before
        starting playback and attempting any access to the duration
        attribute. This is an attempt to eliminate flakyness of the tests.

        * media/media-element-play-after-eos-expected.txt:
        * media/media-element-play-after-eos.html:
        * media/video-duration-known-after-eos.html:
        * platform/gtk/TestExpectations:

2012-08-22  Hajime Morrita  <morrita@chromium.org>

        Unreviewed Chromium gardeing.
        
        * platform/chromium-mac-snowleopard/media/track/track-cue-rendering-horizontal-expected.png: Added.
        * platform/chromium-mac-snowleopard/media/track/track-cue-rendering-horizontal-expected.txt: Added.
        * platform/chromium-mac-snowleopard/media/track/track-cue-rendering-vertical-expected.png: Added.
        * platform/chromium-mac-snowleopard/media/track/track-cue-rendering-vertical-expected.txt: Added.
        * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.png: Added.
        * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.txt: Added.
        * platform/chromium-mac/media/track/track-cue-rendering-vertical-expected.png: Added.
        * platform/chromium-mac/media/track/track-cue-rendering-vertical-expected.txt: Added.
        * platform/chromium-win-xp/media/track/track-cue-rendering-horizontal-expected.png: Added.
        * platform/chromium-win-xp/media/track/track-cue-rendering-horizontal-expected.txt: Added.
        * platform/chromium-win-xp/media/track/track-cue-rendering-vertical-expected.png: Added.
        * platform/chromium-win-xp/media/track/track-cue-rendering-vertical-expected.txt: Added.
        * platform/chromium-win/media/track/track-cue-rendering-horizontal-expected.png: Added.
        * platform/chromium-win/media/track/track-cue-rendering-horizontal-expected.txt: Added.
        * platform/chromium-win/media/track/track-cue-rendering-vertical-expected.png: Added.
        * platform/chromium-win/media/track/track-cue-rendering-vertical-expected.txt: Added.

2012-08-22  Sukolsak Sakshuwong  <sukolsak@google.com>

        Implement UndoManager's item() method
        https://bugs.webkit.org/show_bug.cgi?id=94671

        Reviewed by Ryosuke Niwa.

        * editing/undomanager/undomanager-item-expected.txt: Added.
        * editing/undomanager/undomanager-item.html: Added.

2012-08-22  Dominic Mazzoni  <dmazzoni@google.com>

        AX: Focusable elements without a role should not be ignored
        https://bugs.webkit.org/show_bug.cgi?id=94302

        Reviewed by Chris Fleizach.

        Adds a new test to make sure that a generic focusable element (like a div with tabindex=0)
        can get focus and return an appropriate title, just like a form control or element with
        an ARIA role.

        Modifies three existing tests that were previously assuming that a focusable node
        with no role would be ignored for accessibility ("accessibilityIsIgnored").

        * accessibility/editable-webarea-context-menu-point.html:
        * accessibility/focusable-div-expected.txt: Added.
        * accessibility/focusable-div.html: Added.
        * accessibility/table-detection.html:
        * platform/mac/accessibility/listbox-hit-test.html:

2012-08-22  Kenneth Russell  <kbr@google.com>

        Unreviewed Chromium gardening. Optimized baselines from yesterday
        with dpranke's new algorithm in webkit-patch optimize-baselines
        from r126374 and r126380.

        * platform/chromium-linux/fast/canvas/canvas-scale-shadowBlur-expected.txt: Removed.
        * platform/chromium-linux/fast/canvas/canvas-scale-strokePath-shadow-expected.txt: Removed.
        * platform/chromium-linux/fast/canvas/canvas-strokePath-gradient-shadow-expected.txt: Removed.
        * platform/chromium-linux/fast/canvas/canvas-strokeRect-gradient-shadow-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/fast/canvas/canvas-scale-shadowBlur-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/fast/canvas/canvas-scale-strokePath-shadow-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/fast/canvas/canvas-strokePath-gradient-shadow-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/fast/canvas/canvas-strokeRect-gradient-shadow-expected.txt: Removed.
        * platform/chromium-mac/fast/canvas/canvas-scale-shadowBlur-expected.txt: Removed.
        * platform/chromium-mac/fast/canvas/canvas-scale-strokePath-shadow-expected.txt: Removed.
        * platform/chromium-mac/fast/canvas/canvas-strokePath-gradient-shadow-expected.txt: Removed.
        * platform/chromium-mac/fast/canvas/canvas-strokeRect-gradient-shadow-expected.txt: Removed.
        * platform/chromium-win-xp/fast/canvas/canvas-scale-shadowBlur-expected.txt: Removed.
        * platform/chromium-win-xp/fast/canvas/canvas-scale-strokePath-shadow-expected.txt: Removed.
        * platform/chromium-win-xp/fast/canvas/canvas-strokePath-gradient-shadow-expected.txt: Removed.
        * platform/chromium-win-xp/fast/canvas/canvas-strokeRect-gradient-shadow-expected.txt: Removed.
        * platform/chromium-win/fast/canvas/canvas-scale-shadowBlur-expected.txt: Removed.
        * platform/chromium-win/fast/canvas/canvas-scale-strokePath-shadow-expected.txt: Removed.
        * platform/chromium-win/fast/canvas/canvas-strokePath-gradient-shadow-expected.txt: Removed.
        * platform/chromium-win/fast/canvas/canvas-strokeRect-gradient-shadow-expected.txt: Removed.
        * platform/chromium/fast/canvas/canvas-scale-shadowBlur-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/fast/canvas/canvas-scale-shadowBlur-expected.txt.
        * platform/chromium/fast/canvas/canvas-scale-strokePath-shadow-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/fast/canvas/canvas-scale-strokePath-shadow-expected.txt.
        * platform/chromium/fast/canvas/canvas-strokePath-gradient-shadow-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/fast/canvas/canvas-strokePath-gradient-shadow-expected.txt.
        * platform/chromium/fast/canvas/canvas-strokeRect-gradient-shadow-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/fast/canvas/canvas-strokeRect-gradient-shadow-expected.txt.

2012-08-22  Victor Carbune  <victor@rosedu.org>

        Display a TextTrackCue when snap-to-lines flag is set
        https://bugs.webkit.org/show_bug.cgi?id=79751

        Reviewed by Tony Chang.

        Test cases covering snap-to-lines horizontal and vertical positioning of cues.

        * media/track/captions-webvtt/captions-snap-to-lines-set.vtt: Added.
        * media/track/track-cue-rendering-horizontal.html: Added.
        * media/track/track-cue-rendering-snap-to-lines-not-set-expected.txt: Updated.
        * media/track/track-cue-rendering-vertical.html: Added.
        * media/video-test.js: Updated to support pixel test dumps.
        * platform/chromium-linux/media/track/track-cue-rendering-horizontal-expected.png: Added.
        * platform/chromium-linux/media/track/track-cue-rendering-horizontal-expected.txt: Added.
        * platform/chromium-linux/media/track/track-cue-rendering-vertical-expected.png: Added.
        * platform/chromium-linux/media/track/track-cue-rendering-vertical-expected.txt: Added.
        * platform/chromium/TestExpectations: Marking these temporarily as IMAGE fail, as they will
        anyway require new baselines.
        * platform/mac/media/track/track-cue-rendering-horizontal-expected.png: Added.
        * platform/mac/media/track/track-cue-rendering-horizontal-expected.txt: Added.
        * platform/mac/media/track/track-cue-rendering-vertical-expected.png: Added.
        * platform/mac/media/track/track-cue-rendering-vertical-expected.txt: Added.

2012-08-22  Alejandro Piñeiro  <apinheiro@igalia.com>

        [Gtk] Dojo toggle buttons should expose ROLE_TOGGLE_BUTTON not ROLE_PUSH_BUTTON
        https://bugs.webkit.org/show_bug.cgi?id=73819

        Reviewed by Chris Fleizach.

        Added a test to verify that when aria-pressed is present, buttons
        will have the appropiate role.

        * platform/gtk/accessibility/aria-toggle-button-role-expected.txt: Added.
        * platform/gtk/accessibility/aria-toggle-button-role.html: Added.

2012-08-22  Kenneth Russell  <kbr@google.com>

        [Chromium] Need baselines for new paged-x and paged-y tests in fast/overflow after r126343
        https://bugs.webkit.org/show_bug.cgi?id=94748

        Unreviewed Chromium gardening. Added baselines via garden-o-matic.

        * platform/chromium-linux/fast/overflow/paged-x-div-expected.png: Added.
        * platform/chromium-linux/fast/overflow/paged-x-on-root-expected.png: Added.
        * platform/chromium-linux/fast/overflow/paged-y-div-expected.png: Added.
        * platform/chromium-linux/fast/overflow/paged-y-on-root-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/overflow/paged-x-div-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/overflow/paged-x-on-root-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/overflow/paged-y-div-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/overflow/paged-y-on-root-expected.png: Added.
        * platform/chromium-mac/fast/overflow/paged-x-div-expected.png: Added.
        * platform/chromium-mac/fast/overflow/paged-x-on-root-expected.png: Added.
        * platform/chromium-mac/fast/overflow/paged-y-div-expected.png: Added.
        * platform/chromium-mac/fast/overflow/paged-y-on-root-expected.png: Added.
        * platform/chromium-win/fast/overflow/paged-x-div-expected.png: Added.
        * platform/chromium-win/fast/overflow/paged-x-div-expected.txt: Added.
        * platform/chromium-win/fast/overflow/paged-x-on-root-expected.png: Added.
        * platform/chromium-win/fast/overflow/paged-x-on-root-expected.txt: Added.
        * platform/chromium-win/fast/overflow/paged-y-div-expected.png: Added.
        * platform/chromium-win/fast/overflow/paged-y-div-expected.txt: Added.
        * platform/chromium-win/fast/overflow/paged-y-on-root-expected.png: Added.
        * platform/chromium-win/fast/overflow/paged-y-on-root-expected.txt: Added.
        * platform/chromium/TestExpectations:
            Removed expected failures.

2012-08-22  David Grogan  <dgrogan@chromium.org>

        IndexedDB: revert int version when version change transaction aborts
        https://bugs.webkit.org/show_bug.cgi?id=94662

        Reviewed by Tony Chang.

        This is tested in some other layout tests but it should have its own,
        so add intversion-revert-on-abort.html.

        * storage/indexeddb/intversion-abort-in-initial-upgradeneeded-expected.txt:
        FAIL event.target.result.version should be 0 will be resolved at least
        when we figure out if we can make the default version an integer
        during the transition period.

        * storage/indexeddb/intversion-revert-on-abort-expected.txt: Added.
        * storage/indexeddb/intversion-revert-on-abort.html: Added.
        * storage/indexeddb/resources/intversion-revert-on-abort.js: Added.
        (test):
        (deleteSuccess):
        (firstUpgradeNeededCallback):
        (openSuccess):
        (secondUpgradeNeededCallback):
        (errorAfterAbortCallback):
        (finalSuccessCallback):

2012-08-17  Jeffrey Pfau  <jpfau@apple.com>

        Allow blocking of Web SQL databases in third-party web workers
        https://bugs.webkit.org/show_bug.cgi?id=94170

        Reviewed by Adam Barth.

        Created tests for accessing openDatabase from a third party and first party dedicated workers when third-party blocking is on and off.

        * http/tests/security/cross-origin-worker-websql-allowed-expected.txt: Added.
        * http/tests/security/cross-origin-worker-websql-allowed.html: Added.
        * http/tests/security/cross-origin-worker-websql-expected.txt: Added.
        * http/tests/security/cross-origin-worker-websql.html: Added.
        * http/tests/security/resources/cross-origin-iframe-for-worker-websql.html: Added.
        * http/tests/security/resources/document-for-cross-origin-worker-websql.html: Added.
        * http/tests/security/resources/worker-for-websql.js: Added.
        (self.onmessage):

2012-08-22  Anna Cavender  <annacc@chromium.org>

        [Chromium/GTK/EFL] Flaky media/track/track-mode test.
        https://bugs.webkit.org/show_bug.cgi?id=83878

        Reviewed by Eric Seidel.

        This test should only care that cuechange events are fired when the TextTrack
        mode is set to HIDDEN or SHOWING.  Because the events are asynchronous, we
        shouldn't test the order of them, just that they occur.

        * media/track/track-mode-expected.txt:
        * media/track/track-mode.html:

2012-08-22  Leo Yang  <leoyang@rim.com>

        Test cases under fast/filesystem/workers are flaky when using JSC
        https://bugs.webkit.org/show_bug.cgi?id=94747

        Reviewed by Yong Li.

        These test cases sometimes can't complete because the worker object
        created by startWorker() has been gc'ed before the worker thread complete.
        We should reference the object to avoid it being gc'ed.

        * fast/filesystem/workers/async-operations.html:
        * fast/filesystem/workers/file-entry-to-uri-sync.html:
        * fast/filesystem/workers/file-from-file-entry-sync.html:
        * fast/filesystem/workers/file-from-file-entry.html:
        * fast/filesystem/workers/file-writer-empty-blob.html:
        * fast/filesystem/workers/file-writer-events.html:
        * fast/filesystem/workers/file-writer-gc-blob.html:
        * fast/filesystem/workers/file-writer-sync-truncate-extend.html:
        * fast/filesystem/workers/file-writer-sync-write-overlapped.html:
        * fast/filesystem/workers/file-writer-truncate-extend.html:
        * fast/filesystem/workers/file-writer-write-overlapped.html:
        * fast/filesystem/workers/simple-persistent-sync.html:
        * fast/filesystem/workers/simple-persistent.html:
        * fast/filesystem/workers/simple-temporary-sync.html:
        * fast/filesystem/workers/simple-temporary.html:
        * fast/filesystem/workers/sync-operations.html:

2012-08-22  Anna Cavender  <annacc@chromium.org>

        Update the TextTrackCue Constructor
        https://bugs.webkit.org/show_bug.cgi?id=88583

        Reviewed by Eric Carlson.

        The TextTrackCue constructor has been changed to:
        [Constructor(double startTime, double endTime, DOMString text)]
        http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#texttrackcue

        * media/track/track-add-remove-cue-expected.txt:
        * media/track/track-add-remove-cue.html:

2012-08-22  Erik Arvidsson  <arv@chromium.org>

        Changing class attribute is not reflected in the classList property
        https://bugs.webkit.org/show_bug.cgi?id=93665

        Reviewed by Ojan Vafai.

        Before this change classAttributeChanged was only called for StyledElement. With this refactoring
        it gets called for all Elements when the class attribute changes.

        * fast/dom/Element/class-list-update-expected.txt: Added.
        * fast/dom/Element/class-list-update.html: Added.

2012-08-22  Kenneth Russell  <kbr@google.com>

        [Chromium] Need baselines for new paged-x and paged-y tests in fast/overflow after r126343
        https://bugs.webkit.org/show_bug.cgi?id=94748

        Unreviewed gardening; suppressing new failures until baselines are generated.

        * platform/chromium/TestExpectations:

2012-08-22  W. James MacLean  <wjmaclean@chromium.org>

        [chromium] Add touch link highlight animation layers.
        https://bugs.webkit.org/show_bug.cgi?id=84487

        Reviewed by James Robinson.

        Adds support for creating composited touch link highlights in renderer thread. Clipping not yet
        implemented for non-composited frames/overflow divs, but scrolling and layout changes are supported.
        Transform support currently limited to translation.

        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-clipped.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-late-composite.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-late-noncomposite.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-scrolled.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-composited-scroll-clip.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-composited-scrolled.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-composited.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-layout-change-2.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-layout-change.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-scrolled-late-composite.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-scrolled-late-noncomposite.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-scrolled.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-composited-inner.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-composited-outer.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-inner-late-composite.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-inner.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-outer-late-composite.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-outer.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-inner-scroll-inner.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-inner-scroll-outer.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-inner.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-outer-scroll-inner.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-outer-scroll-outer.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-outer.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-scrolled-inner.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-scrolled-outer.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-window-scroll.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple.html: Added.
        * platform/chromium-linux/compositing/gestures/resources/1-frame-composited.html: Added.
        * platform/chromium-linux/compositing/gestures/resources/1-frame-noncomposited.html: Added.
        * platform/chromium-linux/compositing/gestures/resources/1-nested-frame-composited.html: Added.
        * platform/chromium-linux/compositing/gestures/resources/1-nested-frame-noncomposited.html: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-clipped-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-clipped-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-late-composite-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-late-composite-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-late-noncomposite-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-late-noncomposite-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-scrolled-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-scrolled-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-composited-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-composited-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-composited-scroll-clip-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-composited-scroll-clip-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-composited-scrolled-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-composited-scrolled-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-layout-change-2-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-layout-change-2-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-layout-change-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-layout-change-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-scrolled-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-scrolled-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-scrolled-late-composite-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-scrolled-late-composite-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-scrolled-late-noncomposite-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-scrolled-late-noncomposite-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-composited-inner-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-composited-inner-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-composited-outer-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-composited-outer-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-inner-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-inner-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-inner-late-composite-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-inner-late-composite-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-outer-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-outer-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-outer-late-composite-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-outer-late-composite-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-inner-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-inner-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-inner-scroll-inner-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-inner-scroll-inner-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-inner-scroll-outer-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-inner-scroll-outer-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-outer-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-outer-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-outer-scroll-inner-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-outer-scroll-inner-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-outer-scroll-outer-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-outer-scroll-outer-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-scrolled-inner-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-scrolled-inner-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-scrolled-outer-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-scrolled-outer-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-window-scroll-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-window-scroll-expected.txt: Added.
        * platform/chromium/TestExpectations:

2012-08-22  Beth Dakin  <bdakin@apple.com>

        https://bugs.webkit.org/show_bug.cgi?id=94401
        Add support for making a web site become paginated using overflow: 
        paged-x | paged-y
        -and corresponding-
        <rdar://problem/11831783> 

        Reviewed by Dave Hyatt.

        Test the parsing of the two new values.
        * fast/css/overflow-property-expected.txt:
        * fast/css/overflow-property.html:

        New tests.
        * fast/overflow/paged-x-div.html: Added.
        * fast/overflow/paged-x-on-root.html: Added.
        * fast/overflow/paged-y-div.html: Added.
        * fast/overflow/paged-y-on-root.html: Added.
        * platform/mac/fast/overflow/paged-x-div-expected.png: Added.
        * platform/mac/fast/overflow/paged-x-div-expected.txt: Added.
        * platform/mac/fast/overflow/paged-x-on-root-expected.png: Added.
        * platform/mac/fast/overflow/paged-x-on-root-expected.txt: Added.
        * platform/mac/fast/overflow/paged-y-div-expected.png: Added.
        * platform/mac/fast/overflow/paged-y-div-expected.txt: Added.
        * platform/mac/fast/overflow/paged-y-on-root-expected.png: Added.
        * platform/mac/fast/overflow/paged-y-on-root-expected.txt: Added.

2012-08-22  Mark Lam  <mark.lam@apple.com>

        Skipping css3/flexbox/flexitem.html.
        https://bugs.webkit.org/show_bug.cgi?id=94723.

        Reviewed by Simon Fraser.

        * platform/mac/Skipped:

2012-08-22  Tommy Widenflycht  <tommyw@google.com>

        MediaStream API: Introduce RTCSessionDescription
        https://bugs.webkit.org/show_bug.cgi?id=93119

        Reviewed by Adam Barth.

        * fast/mediastream/RTCSessionDescription-expected.txt: Added.
        * fast/mediastream/RTCSessionDescription.html: Added.

2012-08-22  Victor Carbune  <victor@rosedu.org>

        DOM manipulation crashes the browser

        Creating a DOM track element by script and changing the mode crashes
        results in a browser crash.
        https://bugs.webkit.org/show_bug.cgi?id=94628

        Reviewed by Eric Carlson.

        * media/track/track-element-dom-change-crash-expected.txt: Added.
        * media/track/track-element-dom-change-crash.html: Added.

2012-08-22  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding platform-specific baseline for css3/flexbox/flexitem.html that's
        required after r126257.

        Removing failure expectation for fast/forms/range/range-hit-test-with-padding.html
        after the test was refactored in r126252 and is now passing.

        Skipping two more failing tests that take too long to fail.

        * platform/gtk/TestExpectations:
        * platform/gtk/css3/flexbox: Added.
        * platform/gtk/css3/flexbox/flexitem-expected.txt: Added.

2012-08-22  Tommy Widenflycht  <tommyw@google.com>

        MediaStream API: Introduce RTCIceCandidate
        https://bugs.webkit.org/show_bug.cgi?id=93117

        Reviewed by Adam Barth.

        * fast/mediastream/RTCIceCandidate-expected.txt: Added.
        * fast/mediastream/RTCIceCandidate.html: Added.

2012-08-22  Kenneth Russell  <kbr@google.com>

        Layout test fast/text/emphasis-overlap.html started failing differently after r126312
        https://bugs.webkit.org/show_bug.cgi?id=94735

        Unreviewed gardening. Suppressed failure.

        * platform/chromium/TestExpectations:

2012-08-22  Kenneth Russell  <kbr@google.com>

        Unreviewed, rolling out r126319.
        http://trac.webkit.org/changeset/126319
        https://bugs.webkit.org/show_bug.cgi?id=84487

        Broke Chromium Mac build

        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-clipped.html: Removed.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-late-composite.html: Removed.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-late-noncomposite.html: Removed.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled.html: Removed.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited.html: Removed.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-scrolled.html: Removed.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe.html: Removed.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-composited-scroll-clip.html: Removed.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-composited-scrolled.html: Removed.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-composited.html: Removed.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-layout-change-2.html: Removed.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-layout-change.html: Removed.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-scrolled-late-composite.html: Removed.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-scrolled-late-noncomposite.html: Removed.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-scrolled.html: Removed.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div.html: Removed.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-composited-inner.html: Removed.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-composited-outer.html: Removed.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-inner-late-composite.html: Removed.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-inner.html: Removed.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-outer-late-composite.html: Removed.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-outer.html: Removed.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe.html: Removed.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-inner-scroll-inner.html: Removed.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-inner-scroll-outer.html: Removed.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-inner.html: Removed.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-outer-scroll-inner.html: Removed.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-outer-scroll-outer.html: Removed.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-outer.html: Removed.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-scrolled-inner.html: Removed.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-scrolled-outer.html: Removed.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div.html: Removed.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-window-scroll.html: Removed.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple.html: Removed.
        * platform/chromium-linux/compositing/gestures/resources/1-frame-composited.html: Removed.
        * platform/chromium-linux/compositing/gestures/resources/1-frame-noncomposited.html: Removed.
        * platform/chromium-linux/compositing/gestures/resources/1-nested-frame-composited.html: Removed.
        * platform/chromium-linux/compositing/gestures/resources/1-nested-frame-noncomposited.html: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-expected.png: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-expected.txt: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-clipped-expected.png: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-clipped-expected.txt: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-expected.png: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-expected.txt: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-late-composite-expected.png: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-late-composite-expected.txt: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-late-noncomposite-expected.png: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-late-noncomposite-expected.txt: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-expected.png: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-expected.txt: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-scrolled-expected.png: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-scrolled-expected.txt: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-composited-expected.png: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-composited-expected.txt: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-composited-scroll-clip-expected.png: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-composited-scroll-clip-expected.txt: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-composited-scrolled-expected.png: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-composited-scrolled-expected.txt: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-expected.png: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-expected.txt: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-layout-change-2-expected.png: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-layout-change-2-expected.txt: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-layout-change-expected.png: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-layout-change-expected.txt: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-scrolled-expected.png: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-scrolled-expected.txt: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-scrolled-late-composite-expected.png: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-scrolled-late-composite-expected.txt: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-scrolled-late-noncomposite-expected.png: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-scrolled-late-noncomposite-expected.txt: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-composited-inner-expected.png: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-composited-inner-expected.txt: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-composited-outer-expected.png: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-composited-outer-expected.txt: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-expected.png: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-expected.txt: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-inner-expected.png: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-inner-expected.txt: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-inner-late-composite-expected.png: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-inner-late-composite-expected.txt: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-outer-expected.png: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-outer-expected.txt: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-outer-late-composite-expected.png: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-outer-late-composite-expected.txt: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-inner-expected.png: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-inner-expected.txt: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-inner-scroll-inner-expected.png: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-inner-scroll-inner-expected.txt: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-inner-scroll-outer-expected.png: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-inner-scroll-outer-expected.txt: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-outer-expected.png: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-outer-expected.txt: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-outer-scroll-inner-expected.png: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-outer-scroll-inner-expected.txt: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-outer-scroll-outer-expected.png: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-outer-scroll-outer-expected.txt: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-expected.png: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-expected.txt: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-scrolled-inner-expected.png: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-scrolled-inner-expected.txt: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-scrolled-outer-expected.png: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-scrolled-outer-expected.txt: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-expected.png: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-expected.txt: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-window-scroll-expected.png: Removed.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-window-scroll-expected.txt: Removed.

2012-08-22  Kenneth Russell  <kbr@google.com>

        Layout Test fast/repaint/japanese-rl-selection-repaint-in-regions.html is failing after r126304
        https://bugs.webkit.org/show_bug.cgi?id=94730

        Unreviewed; suppressed failure for the moment.

        * platform/chromium/TestExpectations:

2012-08-22  W. James MacLean  <wjmaclean@chromium.org>

        [chromium] Add touch link highlight animation layers.
        https://bugs.webkit.org/show_bug.cgi?id=84487

        Reviewed by James Robinson.

        Adds support for creating composited touch link highlights in renderer thread. Clipping not yet
        implemented for non-composited frames/overflow divs, but scrolling and layout changes are supported.
        Transform support currently limited to translation.

        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-clipped.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-late-composite.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-late-noncomposite.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-scrolled.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-composited-scroll-clip.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-composited-scrolled.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-composited.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-layout-change-2.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-layout-change.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-scrolled-late-composite.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-scrolled-late-noncomposite.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-scrolled.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-composited-inner.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-composited-outer.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-inner-late-composite.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-inner.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-outer-late-composite.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-outer.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-inner-scroll-inner.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-inner-scroll-outer.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-inner.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-outer-scroll-inner.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-outer-scroll-outer.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-outer.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-scrolled-inner.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-scrolled-outer.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-window-scroll.html: Added.
        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple.html: Added.
        * platform/chromium-linux/compositing/gestures/resources/1-frame-composited.html: Added.
        * platform/chromium-linux/compositing/gestures/resources/1-frame-noncomposited.html: Added.
        * platform/chromium-linux/compositing/gestures/resources/1-nested-frame-composited.html: Added.
        * platform/chromium-linux/compositing/gestures/resources/1-nested-frame-noncomposited.html: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-clipped-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-clipped-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-late-composite-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-late-composite-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-late-noncomposite-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-late-noncomposite-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-scrolled-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-scrolled-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-composited-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-composited-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-composited-scroll-clip-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-composited-scroll-clip-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-composited-scrolled-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-composited-scrolled-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-layout-change-2-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-layout-change-2-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-layout-change-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-layout-change-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-scrolled-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-scrolled-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-scrolled-late-composite-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-scrolled-late-composite-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-scrolled-late-noncomposite-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-scrolled-late-noncomposite-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-composited-inner-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-composited-inner-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-composited-outer-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-composited-outer-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-inner-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-inner-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-inner-late-composite-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-inner-late-composite-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-outer-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-outer-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-outer-late-composite-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-outer-late-composite-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-inner-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-inner-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-inner-scroll-inner-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-inner-scroll-inner-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-inner-scroll-outer-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-inner-scroll-outer-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-outer-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-outer-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-outer-scroll-inner-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-outer-scroll-inner-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-outer-scroll-outer-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-outer-scroll-outer-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-scrolled-inner-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-scrolled-inner-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-scrolled-outer-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-scrolled-outer-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-expected.txt: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-window-scroll-expected.png: Added.
        * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-window-scroll-expected.txt: Added.

2012-08-22  Kenneth Russell  <kbr@google.com>

        Unreviewed Chromium gardening. Copy old Mac test expectations
        (ignored anyway) for this Mac-specific test after r126219.

        * platform/chromium/platform/mac/fast/text/vertical-surrogate-pair-expected.png: Added.
        * platform/chromium/platform/mac/fast/text/vertical-surrogate-pair-expected.txt: Added.

2012-08-22  Mark Lam  <mark.lam@apple.com>

        Unskip http/tests/inspector/console-resource-errors.html.
        https://bugs.webkit.org/show_bug.cgi?id=94640.

        Reviewed by Jessie Berlin.

        The test has been rebaseline'd in r126281 and no longer fails.

        * platform/mac/Skipped:

2012-08-22  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: make "sdk" component compile independently from the rest of the front-end.
        https://bugs.webkit.org/show_bug.cgi?id=94705

        Reviewed by Vsevolod Vlasov.

        * http/tests/inspector-enabled/database-open.html:
        * http/tests/inspector-enabled/dom-storage-open.html:

2012-08-22  Koji Ishii  <kojiishi@gmail.com>

        FontMetrics.unitsPerEm(), FontPlatformData.orientation(), SimpleFontData::platformBoundsForGlyph are not implemented on Chromium Windows
        https://bugs.webkit.org/show_bug.cgi?id=83512

        Reviewed by Tony Chang.

        Chromium Windows does not implement following 3 functions that are required for bug 51450.
        1. FontMetrics.unitsPerEm() always returns the default value (gDefaultUnitsPerEm = 1000).
           This change requires rebaseline of fast/repaint/stacked-diacritics and fast/text/emphasis-overlap.
        2. FontPlatformData.orientation() always returns Horizontal. This has no effect as of this patch.
        3. SimpleFontData::platformBoundsForGlyph() always returns FloatRect().
           This change improves rendering of text-emphasis and 3 existing tests pass now.
        Tony suggested in bug 51450 review to split code that is not behind
        #if ENABLE(OPENTYPE_VERTICAL) to a separate patch.

        * platform/chromium-win/fast/repaint/stacked-diacritics-expected.png:
        * platform/chromium-win/fast/text/emphasis-overlap-expected.txt: Added due to metrics change.
        * platform/chromium/TestExpectations: Enabled 3 tests for Chromium Win.

2012-08-22  Dominic Mazzoni  <dmazzoni@google.com>

        REGRESSION (r125710): accessibility/accessibility-node-reparent.html, accessibility/accessibility-node-memory-management.html failing on GTK Linux
        https://bugs.webkit.org/show_bug.cgi?id=94200

        Reviewed by Chris Fleizach.

        This patch fixes two tests and removes them from gtk expectations.

        * platform/gtk/TestExpectations:

2012-08-22  Raul Hudea  <rhudea@adobe.com>

        Crash in WebCore::RenderBlock::removeChild
        https://bugs.webkit.org/show_bug.cgi?id=93879

        Reviewed by Abhishek Arya.

        Test the region-flow_thread sibling case

        * fast/regions/remove-flow-thread-crash-expected.txt: Added.
        * fast/regions/remove-flow-thread-crash.html: Added.

2012-08-22  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r126287.
        http://trac.webkit.org/changeset/126287
        https://bugs.webkit.org/show_bug.cgi?id=94708

        It made WK1 layout testing 3.7x slower (>1hours) (Requested by
        ossy on #webkit).

        * platform/qt/Skipped:

2012-08-22  KwangYong Choi  <ky0.choi@samsung.com>

        [EFL] Support slider tick mark snapping
        https://bugs.webkit.org/show_bug.cgi?id=94560

        Reviewed by Kenneth Rohde Christiansen.

        The expected result of fast/forms/datalist/range-snap-to-datalist.html
        is updated because slider tick mark snapping threshold is changed.

        * platform/efl/fast/forms/datalist/range-snap-to-datalist-expected.txt:

2012-08-22  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Unreviewed gardening.

        Gardening after r126025 & r126275.

        * platform/efl/TestExpectations: Unskipping one, skipping another.

2012-08-22  Shinya Kawanaka  <shinyak@chromium.org>

        Test and test expectation of Shadow DOM for button should be fixed.
        https://bugs.webkit.org/show_bug.cgi?id=94674

        Reviewed by Hajime Morita.

        Now that the HTMLButtonElement was AuthroShadowDOM-ready, it's time to update the previous
        failing tests for AuthroShadowDOM for button elements.

        I've updated the failing tests to follow the current implementation and updated the test expectations.

        * fast/dom/shadow/shadowdom-for-button-complex-shadow-expected.html:
        * fast/dom/shadow/shadowdom-for-button-complex-shadow.html:
        * fast/dom/shadow/shadowdom-for-button-only-shadow-expected.html:
        * fast/dom/shadow/shadowdom-for-button-only-shadow.html:
        * fast/dom/shadow/shadowdom-for-button-without-shadow-expected.html:
        * fast/dom/shadow/shadowdom-for-button-without-shadow.html:
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:

2012-08-22  Simon Hausmann  <simon.hausmann@nokia.com>

        [Qt] REGRESSION(r125428): fast/profiler/nested-start-and-stop-profiler.html fails
        https://bugs.webkit.org/show_bug.cgi?id=93897

        Reviewed by Kenneth Rohde Christiansen.

        * platform/qt/Skipped: Unskip test that is now passing.

2012-08-22  Christophe Dumez  <christophe.dumez@intel.com>

        window.postMessage() / MessagePort.postMessage() throw wrong exception for invalid ports argument
        https://bugs.webkit.org/show_bug.cgi?id=94581

        Reviewed by Kentaro Hara.

        Update several tests and their expected results now that an
        INVALID_STATE_ERR is thrown instead of a DATA_CLONE_ERROR
        when window.postMessage() / MessagePort.postMessage() are
        called with invalid values in their 'ports' argument.

        * fast/events/constructors/message-event-constructor-expected.txt:
        * fast/events/constructors/message-event-constructor.html: Stop using duplicate
        ports in the test since it throws an exception now.
        * fast/events/message-port-clone-expected.txt:
        * fast/events/message-port-multi-expected.txt:
        * fast/events/resources/message-port-multi.js: Add check for duplicate port case.
        * fast/workers/worker-context-multi-port-expected.txt:
        * fast/workers/worker-multi-port-expected.txt:

2012-08-22  Ulan Degenbaev  <ulan@chromium.org>

        Remove chromium/fast/js/array-functions-non-arrays-expected.txt and add WebKit bug id to chromium/TestExpectation.
        https://bugs.webkit.org/show_bug.cgi?id=94682

        Reviewed by Kentaro Hara.

        Only one failing test case remains in array-functions-non-arrays and it is being tracked by Bug 94681.

        * platform/chromium/TestExpectations:
        * platform/chromium/fast/js/array-functions-non-arrays-expected.txt: Removed.

2012-08-22  Allan Sandfeld Jensen  <allan.jensen@nokia.com>

        [TouchAdjustment] Adjust to word or selection
        https://bugs.webkit.org/show_bug.cgi?id=94449

        Reviewed by Antonio Gomes.

        Tests that touch-adjustment can adjust to the right subtargets within text-nodes.

        * touchadjustment/context-menu-select-text.html:
        * touchadjustment/context-menu-text-subtargets-expected.txt: Added.
        * touchadjustment/context-menu-text-subtargets.html: Added.
        * touchadjustment/resources/touchadjustment.js:
        (pointToString):
        (shouldBeWithin):

2012-08-22  Balazs Ankes  <bank@inf.u-szeged.hu>

        [Qt][GTK] REGRESSION(r126194): http/tests/security/contentSecurityPolicy/register-bypassing-scheme.html fails
        https://bugs.webkit.org/show_bug.cgi?id=94677

        Unreviewed gardening.

        * platform/qt/Skipped:

2012-08-22  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        * http/tests/inspector/console-resource-errors-expected.txt: Rebaseline after r126168.
        * platform/qt/Skipped: Skip tests using disabled SHADOW_DOM feature.

2012-08-22  Dominic Cooney   <dominicc@chromium.org>

        [Chromium] Unreviewed gardening.

        Rebaseline tests after http://trac.webkit.org/changeset/126219 .

        These are the same results as platform/mac-lion, which until
        r126219 were the results of platform/mac. So this is "reverting"
        r126219 in terms of Chromium expectations.

        * platform/chromium/fast/text/hyphenate-locale-expected.png: Added.
        * platform/chromium/fast/text/hyphenate-locale-expected.txt: Added.
        * platform/chromium/fast/text/justify-ideograph-vertical-expected.png: Added.
        * platform/chromium/fast/text/justify-ideograph-vertical-expected.txt: Added.

2012-08-22  Takashi Sakamoto  <tasak@google.com>

        Dynamically styling ShadowDom content on a node distributed to another shadow insertion point fails.
        https://bugs.webkit.org/show_bug.cgi?id=92899

        Reviewed by Hajime Morita.

        * fast/dom/shadow/shadowdom-dynamic-styling-expected.txt: Added.
        * fast/dom/shadow/shadowdom-dynamic-styling.html: Added.
        * editing/shadow/delete-characters-in-distributed-node-crash.html:
        Made the layout test robust. This patch causes commit-queue- and the
        failed test is delete-characters-in-distributed-node-crash.html.
        However the layout test passes when locally running run_webkit_test
        i.e. no difference between actual and expected texts. And looking at
        the commit-queue's report, the actual text has "PASS" message (no
        crash messages).

2012-08-22  Dominic Cooney  <dominicc@chromium.org>

        [Chromium] Unreviewed gardening.

        Rebaseline tests after http://trac.webkit.org/changeset/126187 .
        These are the same results as platform/mac-lion, which until
        r126187 were the results of platform/mac. So this is "reverting"
        r126187 in terms of Chromium expectations.
        https://bugs.webkit.org/show_bug.cgi?id=94665 was filed
        to track optimization of these baselines.

        * platform/chromium-mac-snowleopard/fast/writing-mode/text-orientation-basic-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/writing-mode/vertical-align-table-baseline-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/writing-mode/vertical-align-table-baseline-expected.txt: Added.
        * platform/chromium-mac/fast/writing-mode/text-orientation-basic-expected.txt: Added.
        * platform/chromium-mac/fast/writing-mode/vertical-align-table-baseline-expected.png:
        * platform/chromium-mac/fast/writing-mode/vertical-align-table-baseline-expected.txt: Added.
        * platform/chromium/TestExpectations:

2012-08-22  Dominic Cooney  <dominicc@chromium.org>

        [Chromium] Unreviewed gardening.

        Update image expectations for these tests. The 'x' to clear out a
        text field is slightly brighter on chromium-mac; this is not
        material to the intent of the tests.

        * platform/chromium-mac/fast/css/text-overflow-input-expected.png:
        * platform/chromium-mac/fast/forms/box-shadow-override-expected.png:

2012-08-22  Dominic Cooney  <dominicc@chromium.org>

        [Chromium] Unreviewed gardening.

        Add failure expectations for a regression in r126257. See
        https://bugs.webkit.org/show_bug.cgi?id=94675

        * platform/chromium/TestExpectations:

2012-08-21  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: TabbedPane: measure tab widths in batches.
        https://bugs.webkit.org/show_bug.cgi?id=94484

        Reviewed by Vsevolod Vlasov.

        * inspector/start-end-batch-update-expected.txt: Added.
        * inspector/start-end-batch-update.html: Added.
        * inspector/tabbed-pane-tabs-to-show.html:

2012-08-21  Dominic Cooney  <dominicc@chromium.org>

        [Chromium] Unreviewed gardening.

        Restore expected results for Chromium after r126219. See
        https://bugs.webkit.org/show_bug.cgi?id=94672 .

        * platform/chromium/fast/text/emphasis-combined-text-expected.png: Added.
        * platform/chromium/fast/text/emphasis-combined-text-expected.txt: Added.

2012-08-21  Dominic Cooney  <dominicc@chromium.org>

        [Chromium] Unreviewed gardening.

        Rebaseline tests after http://trac.webkit.org/changeset/126183 .
        These are the same results as platform/mac-lion, which until
        r126183 where the results of platform/mac. So this is "reverting"
        r126183 in terms of Chromium expectations.
        https://bugs.webkit.org/show_bug.cgi?id=94665 was filed
        to track optimization of these baselines.

        * platform/chromium-mac-snowleopard/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt: Added.
        * platform/chromium-mac-snowleopard/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt: Added.
        * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt: Added.
        * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt: Added.

2012-08-21  Dominic Cooney  <dominicc@chromium.org>

        [Chromium] Unreviewed gardening.

        Fix TestExpectations syntax error WIN WIN7 => WIN.

        * platform/chromium/TestExpectations:

2012-08-21  Dominic Cooney  <dominicc@chromium.org>

        [Chromium] Unreviewed gardening.

        Rebaseline tests after http://trac.webkit.org/changeset/126225 .
        These are the same results as platform/mac-lion, which until
        r126225 where the results of platform/mac. So this is "reverting"
        r126225 in terms of Chromium expectations.
        https://bugs.webkit.org/show_bug.cgi?id=94665 was filed
        to track optimization of these baselines.

        * platform/chromium-mac-snowleopard/fast/text/international/text-combine-image-test-expected.txt: Added.
        * platform/chromium-mac/css2.1/t1202-counter-04-b-expected.txt: Added.
        * platform/chromium-mac/css2.1/t1202-counters-04-b-expected.txt: Added.
        * platform/chromium-mac/fast/text/fallback-traits-fixup-expected.txt: Added.
        * platform/chromium-mac/fast/text/international/text-combine-image-test-expected.txt: Added.

2012-08-21  Kenneth Russell  <kbr@google.com>

        Unreviewed gardening. Added file somehow missed by garden-o-matic in last rebaseline.

        * platform/chromium/fast/canvas/canvas-strokeRect-alpha-shadow-expected.txt: Added.

2012-08-21  Dominic Cooney  <dominicc@chromium.org>

        [Chromium] Unreviewed gardening.

        Rebaseline tests after http://trac.webkit.org/changeset/126225 .
        https://bugs.webkit.org/show_bug.cgi?id=94665 filed to track
        optimization of these baselines.

        * platform/chromium-linux-x86/http/tests/multipart/multipart-replace-non-html-content-expected.txt: Added.
        * platform/chromium-linux/http/tests/multipart/multipart-replace-non-html-content-expected.txt: Added.
        * platform/chromium-mac-snowleopard/http/tests/multipart/multipart-replace-non-html-content-expected.txt: Added.
        * platform/chromium-mac/http/tests/multipart/multipart-replace-non-html-content-expected.txt: Added.
        * platform/chromium-win-xp/http/tests/multipart/multipart-replace-non-html-content-expected.txt: Added.
        * platform/chromium-win/http/tests/multipart/multipart-replace-non-html-content-expected.txt: Added.

2012-08-21  Dominic Cooney  <dominicc@chromium.org>

        [Chromium] Unreviewed gardening.

        Add test expectations for regression in r126250. See bug 94667.

        * platform/chromium/TestExpectations:

2012-08-21  Sukolsak Sakshuwong  <sukolsak@google.com>

        Implement UndoManager's automatic DOM transactions
        https://bugs.webkit.org/show_bug.cgi?id=91812

        Reviewed by Ryosuke Niwa.

        * editing/undomanager/automatic-transaction-attribute-expected.txt: Added.
        * editing/undomanager/automatic-transaction-attribute.html: Added.
        * editing/undomanager/automatic-transaction-data-expected.txt: Added.
        * editing/undomanager/automatic-transaction-data.html: Added.
        * editing/undomanager/automatic-transaction-node-expected.txt: Added.
        * editing/undomanager/automatic-transaction-node.html: Added.

2012-08-21  Shezan Baig  <sbaig1@bloomberg.net>

        Fix cross-direction stretch for replaced elements in row flexbox
        https://bugs.webkit.org/show_bug.cgi?id=94237

        Reviewed by Ojan Vafai.

        Fix test cases for images stretching in the cross direction. Also,
        added test cases for stretching/shrinking iframes, seamless iframes,
        and also tests for vertically flowing flexboxes.

        * css3/flexbox/flexitem-expected.txt:
        * css3/flexbox/flexitem.html:

2012-08-21  Kenneth Russell  <kbr@google.com>

        Unreviewed Chromium gardening. Rebaseline tests after http://trac.webkit.org/changeset/126225 .
        https://bugs.webkit.org/show_bug.cgi?id=94665 filed to track optimization of these baselines.

        * platform/chromium-linux-x86/fast/canvas/canvas-scale-shadowBlur-expected.txt: Added.
        * platform/chromium-linux-x86/fast/canvas/canvas-scale-strokePath-shadow-expected.txt: Added.
        * platform/chromium-linux-x86/fast/canvas/canvas-strokePath-gradient-shadow-expected.txt: Added.
        * platform/chromium-linux-x86/fast/canvas/canvas-strokeRect-gradient-shadow-expected.txt: Added.
        * platform/chromium-linux/fast/canvas/canvas-scale-shadowBlur-expected.txt: Added.
        * platform/chromium-linux/fast/canvas/canvas-scale-strokePath-shadow-expected.txt: Added.
        * platform/chromium-linux/fast/canvas/canvas-strokePath-gradient-shadow-expected.txt: Added.
        * platform/chromium-linux/fast/canvas/canvas-strokeRect-gradient-shadow-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/canvas/canvas-scale-shadowBlur-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/canvas/canvas-scale-strokePath-shadow-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/canvas/canvas-strokePath-gradient-shadow-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/canvas/canvas-strokeRect-gradient-shadow-expected.txt: Added.
        * platform/chromium-mac/fast/canvas/canvas-scale-shadowBlur-expected.txt: Added.
        * platform/chromium-mac/fast/canvas/canvas-scale-strokePath-shadow-expected.txt: Added.
        * platform/chromium-mac/fast/canvas/canvas-strokePath-gradient-shadow-expected.txt: Added.
        * platform/chromium-mac/fast/canvas/canvas-strokeRect-gradient-shadow-expected.txt: Added.
        * platform/chromium-win-xp/fast/canvas/canvas-scale-shadowBlur-expected.txt: Added.
        * platform/chromium-win-xp/fast/canvas/canvas-scale-strokePath-shadow-expected.txt: Added.
        * platform/chromium-win-xp/fast/canvas/canvas-strokePath-gradient-shadow-expected.txt: Added.
        * platform/chromium-win-xp/fast/canvas/canvas-strokeRect-gradient-shadow-expected.txt: Added.
        * platform/chromium-win/fast/canvas/canvas-scale-shadowBlur-expected.txt: Added.
        * platform/chromium-win/fast/canvas/canvas-scale-strokePath-shadow-expected.txt: Added.
        * platform/chromium-win/fast/canvas/canvas-strokePath-gradient-shadow-expected.txt: Added.
        * platform/chromium-win/fast/canvas/canvas-strokeRect-gradient-shadow-expected.txt: Added.
        * platform/chromium/platform/chromium/virtual/gpu/fast/canvas/canvas-scale-shadowBlur-expected.txt: Added.
        * platform/chromium/platform/chromium/virtual/gpu/fast/canvas/canvas-strokePath-gradient-shadow-expected.txt: Added.
        * platform/chromium/platform/chromium/virtual/gpu/fast/canvas/canvas-strokeRect-alpha-shadow-expected.txt: Added.
        * platform/chromium/platform/chromium/virtual/gpu/fast/canvas/canvas-strokeRect-gradient-shadow-expected.txt: Added.

2012-08-21  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: IDBRequest can be GCd during event dispatch
        https://bugs.webkit.org/show_bug.cgi?id=94235

        Reviewed by Ojan Vafai.

        Release references to IDBRequest and IDBTransaction objects and force GC,
        to ensure that pending events are still fired. (Doesn't exercise race
        condition where GC is triggered by script during dispatch itself, though.)

        * storage/indexeddb/pending-activity-expected.txt: Added.
        * storage/indexeddb/pending-activity-workers-expected.txt: Added.
        * storage/indexeddb/pending-activity-workers.html: Added.
        * storage/indexeddb/pending-activity.html: Added.
        * storage/indexeddb/resources/pending-activity.js: Added.
        (test):
        (prepareDatabase.request.onsuccess.request.onsuccess.request.onsuccess):
        (prepareDatabase.request.onsuccess.request.onsuccess):
        (prepareDatabase.request.onsuccess):
        (prepareDatabase):
        (testTransaction):
        (transactionOnComplete):
        (testRequest):
        (requestOnSuccess):
        (testCursorRequest):
        (cursorRequestOnFirstSuccess):
        (cursorRequestOnSecondSuccess):

2012-08-21  Keishi Hattori  <keishi@webkit.org>

        range-hit-test-with-padding.html fails unless subpixel layout is on
        https://bugs.webkit.org/show_bug.cgi?id=94585

        Reviewed by Kent Tamura.

        Ports without subpixel layout didn't exactly match the result, because slider thumb width is an odd number and we are dividing it by two.

        * fast/forms/range/range-hit-test-with-padding-expected.txt:
        * fast/forms/range/range-hit-test-with-padding.html: Adjust the max so it snaps to the step in the middle.

2012-08-21  Julien Chaffraix  <jchaffraix@webkit.org>

        Crash in RenderTableSection::setCellLogicalWidths
        https://bugs.webkit.org/show_bug.cgi?id=94291

        Reviewed by Abhishek Arya.

        * fast/table/crash-split-table-section-no-cell-recalc-expected.txt: Added.
        * fast/table/crash-split-table-section-no-cell-recalc.html: Added.

2012-08-21  Yoshifumi Inoue  <yosin@chromium.org>

        [Forms] multiple fields time input UI should not have two focus ring.
        https://bugs.webkit.org/show_bug.cgi?id=94579

        Reviewed by Hajime Morita.

        This patch adds a test case of focus appearance multiple fields time
        input UI.

        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.html: Added script to make focus appearance.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic.html: Added script to set focus to input element.

2012-08-21  Adam Barth  <abarth@webkit.org>

        V8 shouldn't have its own way of printing cross-origin error messages
        https://bugs.webkit.org/show_bug.cgi?id=94641

        Reviewed by Eric Seidel.

        Update these results to reflect the new error messages. These error
        messages are both more correct and more like JavaScriptCore.

        * platform/chromium/http/tests/security/cross-frame-access-private-browsing-expected.txt: Added.
            - We don't use the private browsing setting to implement private browsing.
        * platform/chromium/http/tests/security/cross-frame-access-document-direct-expected.txt:
        * platform/chromium/http/tests/security/inactive-document-with-empty-security-origin-expected.txt:
        * platform/chromium/http/tests/security/listener/xss-inactive-closure-expected.txt:
        * platform/chromium/http/tests/security/xss-eval-expected.txt:
            - Previously, we were incorrectly using the first script rather
              than the active script when printing the error message.
        * platform/chromium/http/tests/security/listener/xss-JSTargetNode-onclick-addEventListener-expected.txt: Removed.
        * platform/chromium/http/tests/security/listener/xss-JSTargetNode-onclick-shortcut-expected.txt: Removed.
        * platform/chromium/http/tests/security/listener/xss-XMLHttpRequest-addEventListener-expected.txt: Removed.
        * platform/chromium/http/tests/security/listener/xss-XMLHttpRequest-shortcut-expected.txt: Removed.
        * platform/chromium/http/tests/security/listener/xss-window-onclick-addEventListener-expected.txt: Removed.
        * platform/chromium/http/tests/security/listener/xss-window-onclick-shortcut-expected.txt: Removed.
            - These results are now identical to JSC.

2012-08-21  Shinya Kawanaka  <shinyak@chromium.org>

        A shadow element in ShadowDOM of a button element does not work.
        https://bugs.webkit.org/show_bug.cgi?id=91486

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/shadowdom-for-button-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-button.html: Added.
        * fast/dom/shadow/shadowdom-for-form-associated-element-useragent-expected.txt:
        * fast/dom/shadow/shadowdom-for-form-associated-element-useragent.html: a button element
        does not have user agent shadow dom anymore.

2012-08-21  Kenneth Russell  <kbr@google.com>

        Unreviewed Chromium gardening. Suppress crashes of new test.

        * platform/chromium/TestExpectations:

2012-08-21  Sukolsak Sakshuwong  <sukolsak@google.com>

        Remove UndoManager's undoscope content attribute
        https://bugs.webkit.org/show_bug.cgi?id=94637

        Reviewed by Ryosuke Niwa.

        * editing/undomanager/undomanager-reenter-expected.txt: Copied from LayoutTests/editing/undomanager/undomanager-use-after-free-expected.txt.
        * editing/undomanager/undomanager-reenter.html: Copied from LayoutTests/editing/undomanager/undomanager-use-after-free.html.
        * editing/undomanager/undomanager-use-after-free-expected.txt: Removed.
        * editing/undomanager/undomanager-use-after-free.html: Removed.
        * editing/undomanager/undoscope-attribute-expected.txt: Removed.
        * editing/undomanager/undoscope-attribute.html: Removed.
        * editing/undomanager/undoscopehost-use-after-free.html:

2012-08-21  Mark Lam  <mark.lam@apple.com>

        Skipping http/tests/inspector/console-resource-errors.html.
        https://bugs.webkit.org/show_bug.cgi?id=94646.

        Reviewed by Brady Eidson.

        Need to revert after https://bugs.webkit.org/show_bug.cgi?id=94640 is fixed.

        * platform/mac/Skipped:

2012-08-21  Tony Chang  <tony@chromium.org>

        Force XML comments to maintain whitespace
        https://bugs.webkit.org/show_bug.cgi?id=94620

        Reviewed by Pavel Feldman.

        Update comments to include whitespace formatting.

        * http/tests/xmlviewer/dumpAsText/xlink-expected.txt:
        * http/tests/xmlviewer/dumpAsText/xmlviewer-expected.txt:
        * http/tests/xmlviewer/dumpAsText/xul-expected.txt:
        * platform/chromium/http/tests/xmlviewer/dumpAsText/mathml-expected.txt:

2012-08-21  David Grogan  <dgrogan@chromium.org>

        IndexedDB: Fire error at request when abort is called in upgradeneeded
        https://bugs.webkit.org/show_bug.cgi?id=94402

        Reviewed by Tony Chang.

        * storage/indexeddb/intversion-abort-in-initial-upgradeneeded-expected.txt:
        Only remaining error in this test is versions not being reset in
        memory.

        * storage/indexeddb/resources/intversion-abort-in-initial-upgradeneeded.js:
        (deleteSuccess):
        (upgradeNeeded):
        (onAbort):
        (onError):

2012-08-21  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r126233.
        http://trac.webkit.org/changeset/126233
        https://bugs.webkit.org/show_bug.cgi?id=94656

        Broke Chromium Mac build (Requested by dominicc on #webkit).

        * media/track/captions-webvtt/captions-snap-to-lines-set.vtt: Removed.
        * media/track/track-cue-rendering-horizontal.html: Removed.
        * media/track/track-cue-rendering-snap-to-lines-not-set-expected.txt:
        * media/track/track-cue-rendering-vertical.html: Removed.
        * media/video-test.js:
        * platform/chromium-linux/media/track/track-cue-rendering-horizontal-expected.png: Removed.
        * platform/chromium-linux/media/track/track-cue-rendering-horizontal-expected.txt: Removed.
        * platform/chromium-linux/media/track/track-cue-rendering-vertical-expected.png: Removed.
        * platform/chromium-linux/media/track/track-cue-rendering-vertical-expected.txt: Removed.
        * platform/chromium/TestExpectations:
        * platform/mac/media/track/track-cue-rendering-horizontal-expected.png: Removed.
        * platform/mac/media/track/track-cue-rendering-horizontal-expected.txt: Removed.
        * platform/mac/media/track/track-cue-rendering-vertical-expected.png: Removed.
        * platform/mac/media/track/track-cue-rendering-vertical-expected.txt: Removed.

2012-08-21  Victor Carbune  <victor@rosedu.org>

        Display a TextTrackCue when snap-to-lines flag is set
        https://bugs.webkit.org/show_bug.cgi?id=79751

        Reviewed by Tony Chang.

        Test cases covering snap-to-lines horizontal and vertical positioning of cues.

        * media/track/captions-webvtt/captions-snap-to-lines-set.vtt: Added.
        * media/track/track-cue-rendering-horizontal.html: Added.
        * media/track/track-cue-rendering-snap-to-lines-not-set-expected.txt: Updated.
        * media/track/track-cue-rendering-vertical.html: Added.
        * media/video-test.js: Updated to support pixel test dumps.
        * platform/chromium-linux/media/track/track-cue-rendering-horizontal-expected.png: Added.
        * platform/chromium-linux/media/track/track-cue-rendering-horizontal-expected.txt: Added.
        * platform/chromium-linux/media/track/track-cue-rendering-vertical-expected.png: Added.
        * platform/chromium-linux/media/track/track-cue-rendering-vertical-expected.txt: Added.
        * platform/chromium/TestExpectations: Marking these temporarily as IMAGE fail, as they will
        anyway require new baselines.
        * platform/mac/media/track/track-cue-rendering-horizontal-expected.png: Added.
        * platform/mac/media/track/track-cue-rendering-horizontal-expected.txt: Added.
        * platform/mac/media/track/track-cue-rendering-vertical-expected.png: Added.
        * platform/mac/media/track/track-cue-rendering-vertical-expected.txt: Added.

2012-08-21  Zan Dobersek  <zandobersek@gmail.com>

        [GTK] fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=94617

        Reviewed by Martin Robinson.

        Remove failure expectation for fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html
        test as it now passes.

        * platform/gtk/TestExpectations:

2012-08-21  Brady Eidson  <beidson@apple.com>

        Rebaseline various tests for Mountain Lion that differ from the generic results.

        Unreviewed (Bot gardening).

        * platform/mac-lion/fast/css/pseudo-any-expected.txt: Added.
        * platform/mac-lion/http/tests/multipart/multipart-replace-non-html-content-expected.txt: Added.
        * platform/mac-lion/platform/mac/fast/loader/file-url-mimetypes-2-expected.txt: Added.
        * platform/mac-lion/sputnik/Unicode/Unicode_320/S7.6_A2.2_T2-expected.txt: Added.
        * platform/mac-lion/sputnik/Unicode/Unicode_320/S7.6_A5.2_T8-expected.txt: Added.
        * platform/mac/fast/css/pseudo-any-expected.txt: Added.
        * platform/mac/http/tests/multipart/multipart-replace-non-html-content-expected.txt: Added.
        * platform/mac/platform/mac/fast/loader/file-url-mimetypes-2-expected.txt: Added.
        * platform/mac/sputnik/Unicode/Unicode_320/S7.6_A2.2_T2-expected.txt: Added.
        * platform/mac/sputnik/Unicode/Unicode_320/S7.6_A5.2_T8-expected.txt: Added.

2012-08-21  Bruno de Oliveira Abinader  <bruno.abinader@basyskom.com>

        [css3-text] Add repaint tests for -webkit-text-decoration-line
        https://bugs.webkit.org/show_bug.cgi?id=94480

        Reviewed by Julien Chaffraix.

        Changeset r125205 introduced new CSS3 property "-webkit-text-decoration-line".
        This patch adds repaint layout tests for this property.

        * fast/css3-text-decoration/repaint/repaint-text-decoration-line-expected.png: Added.
        * fast/css3-text-decoration/repaint/repaint-text-decoration-line-expected.txt: Added.
        * fast/css3-text-decoration/repaint/repaint-text-decoration-line.html: Added.
        Expected results generated from Chromium Linux build.

2012-08-21  Levi Weintraub  <leviw@chromium.org>

        Unreviewed gardening. Further rebaselining following r126110.

        * platform/chromium-linux-x86/editing/selection: Added.
        * platform/chromium-linux-x86/editing/selection/select-from-textfield-outwards-expected.txt: Added.
        * platform/chromium-linux/editing/selection/select-from-textfield-outwards-expected.txt:
        * platform/chromium-linux/fast/forms/input-text-self-emptying-click-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug4527-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-text-self-emptying-click-expected.png:
        * platform/chromium-win-xp/editing/selection/select-from-textfield-outwards-expected.txt: Added.
        * platform/chromium-win/editing/selection/select-from-textfield-outwards-expected.txt:
        * platform/chromium-win/fast/forms/input-text-drag-down-expected.txt:
        * platform/chromium-win/fast/forms/input-text-self-emptying-click-expected.png:

2012-08-21  Filip Pizlo  <fpizlo@apple.com>

        A patchable GetById right after a watchpoint should have the appropriate nop padding
        https://bugs.webkit.org/show_bug.cgi?id=94635

        Reviewed by Mark Hahnenberg.

        * fast/js/dfg-patchable-get-by-id-after-watchpoint-expected.txt: Added.
        * fast/js/dfg-patchable-get-by-id-after-watchpoint.html: Added.
        * fast/js/script-tests/dfg-patchable-get-by-id-after-watchpoint.js: Added.
        (foo):
        (O):
        (O.prototype.f):
        (P1):
        (P2):

2012-08-21  Mark Hahnenberg  <mhahnenberg@apple.com>

        WTF Threading leaks kernel objects on platforms that use pthreads
        https://bugs.webkit.org/show_bug.cgi?id=94636

        Reviewed by Geoffrey Garen.

        Added a test that creates a bunch of workers that immediately return. This should stress 
        the new WTF threading code on platforms that use pthreads, so any major regressions in correctness 
        will probably cause this test to fail since it creates both joinable and detached threads.

        * fast/js/create-lots-of-workers-expected.txt: Added.
        * fast/js/create-lots-of-workers.html: Added.
        * fast/js/resources/empty-worker.js: Added.

2012-08-21  Florin Malita  <fmalita@chromium.org>

        ASSERT triggered in SVGTRefTargetEventListener::handleEvent()
        https://bugs.webkit.org/show_bug.cgi?id=94487

        Reviewed by Nikolas Zimmermann.

        * svg/custom/tref-stale-listener-crash-expected.txt: Added.
        * svg/custom/tref-stale-listener-crash.html: Added.

2012-08-21  Brady Eidson  <beidson@apple.com>

        Rebaseline various tests for Mountain Lion where Mountain Lion specific results override current Lion specific results,
        or in some cases match the generic results.

        Unreviewed (Bot gardening).

        * platform/mac-lion/canvas/philip/tests/2d.strokeRect.zero.5-expected.txt: Renamed from LayoutTests/platform/mac/canvas/philip/tests/2d.strokeRect.zero.5-expected.txt.
        * platform/mac-lion/css2.1/t1202-counter-04-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1202-counter-04-b-expected.png.
        * platform/mac-lion/css2.1/t1202-counter-04-b-expected.txt: Copied from LayoutTests/platform/mac/css2.1/t1202-counter-04-b-expected.txt.
        * platform/mac-lion/css2.1/t1202-counters-04-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1202-counters-04-b-expected.png.
        * platform/mac-lion/css2.1/t1202-counters-04-b-expected.txt: Copied from LayoutTests/platform/mac/css2.1/t1202-counters-04-b-expected.txt.
        * platform/mac-lion/fast/text/emphasis-combined-text-expected.png: Renamed from LayoutTests/platform/mac/fast/text/emphasis-combined-text-expected.png.
        * platform/mac-lion/fast/text/emphasis-combined-text-expected.txt: Copied from LayoutTests/platform/mac/fast/text/emphasis-combined-text-expected.txt.
        * platform/mac-lion/fast/text/fallback-traits-fixup-expected.png: Copied from LayoutTests/platform/mac/fast/text/fallback-traits-fixup-expected.png.
        * platform/mac-lion/fast/text/fallback-traits-fixup-expected.txt: Copied from LayoutTests/platform/mac/fast/text/fallback-traits-fixup-expected.txt.
        * platform/mac-lion/fast/text/hyphenate-locale-expected.png: Renamed from LayoutTests/platform/mac/fast/text/hyphenate-locale-expected.png.
        * platform/mac-lion/fast/text/hyphenate-locale-expected.txt: Copied from LayoutTests/platform/mac/fast/text/hyphenate-locale-expected.txt.
        * platform/mac-lion/fast/text/international/hindi-spacing-expected.png: Copied from LayoutTests/platform/mac/fast/text/international/hindi-spacing-expected.png.
        * platform/mac-lion/fast/text/international/hindi-spacing-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/hindi-spacing-expected.txt.
        * platform/mac-lion/fast/text/international/text-combine-image-test-expected.png: Renamed from LayoutTests/platform/mac/fast/text/international/text-combine-image-test-expected.png.
        * platform/mac-lion/fast/text/international/text-combine-image-test-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/text-combine-image-test-expected.txt.
        * platform/mac-lion/fast/text/international/vertical-text-glyph-test-expected.png: Renamed from LayoutTests/platform/mac/fast/text/international/vertical-text-glyph-test-expected.png.
        * platform/mac-lion/fast/text/international/vertical-text-glyph-test-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/vertical-text-glyph-test-expected.txt.
        * platform/mac-lion/fast/text/justify-ideograph-vertical-expected.png: Renamed from LayoutTests/platform/mac/fast/text/justify-ideograph-vertical-expected.png.
        * platform/mac-lion/fast/text/justify-ideograph-vertical-expected.txt: Copied from LayoutTests/platform/mac/fast/text/justify-ideograph-vertical-expected.txt.
        * platform/mac-lion/http/tests/xmlhttprequest/web-apps/012-expected.txt: Renamed from LayoutTests/platform/mac/http/tests/xmlhttprequest/web-apps/012-expected.txt.
        * platform/mac-lion/http/tests/xmlhttprequest/web-apps/013-expected.txt: Renamed from LayoutTests/platform/mac/http/tests/xmlhttprequest/web-apps/013-expected.txt.
        * platform/mac-lion/media/audio-repaint-expected.png: Renamed from LayoutTests/platform/mac/media/audio-repaint-expected.png.
        * platform/mac-lion/media/audio-repaint-expected.txt: Added.
        * platform/mac-lion/media/video-size-intrinsic-scale-expected.txt: Renamed from LayoutTests/platform/mac/media/video-size-intrinsic-scale-expected.txt.
        * platform/mac-lion/platform/mac/fast/text/vertical-surrogate-pair-expected.png: Renamed from LayoutTests/platform/mac/platform/mac/fast/text/vertical-surrogate-pair-expected.png.
        * platform/mac-lion/platform/mac/fast/text/vertical-surrogate-pair-expected.txt: Copied from LayoutTests/platform/mac/platform/mac/fast/text/vertical-surrogate-pair-expected.txt.
        * platform/mac/css2.1/t1202-counter-04-b-expected.png:
        * platform/mac/css2.1/t1202-counter-04-b-expected.txt:
        * platform/mac/css2.1/t1202-counters-04-b-expected.png:
        * platform/mac/css2.1/t1202-counters-04-b-expected.txt:
        * platform/mac/fast/text/emphasis-combined-text-expected.txt:
        * platform/mac/fast/text/fallback-traits-fixup-expected.png:
        * platform/mac/fast/text/fallback-traits-fixup-expected.txt:
        * platform/mac/fast/text/hyphenate-locale-expected.txt:
        * platform/mac/fast/text/international/hindi-spacing-expected.png:
        * platform/mac/fast/text/international/hindi-spacing-expected.txt:
        * platform/mac/fast/text/international/text-combine-image-test-expected.txt:
        * platform/mac/fast/text/international/vertical-text-glyph-test-expected.txt:
        * platform/mac/fast/text/justify-ideograph-vertical-expected.txt:
        * platform/mac/platform/mac/fast/text/vertical-surrogate-pair-expected.txt:

2012-08-21  Brady Eidson  <beidson@apple.com>

        Rebaseline failing fast/canvas tests for Mountain Lion

        Unreviewed (Bot gardening).

        * platform/mac-lion/fast/canvas/canvas-scale-shadowBlur-expected.txt: Added.
        * platform/mac-lion/fast/canvas/canvas-scale-strokePath-shadow-expected.txt: Added.
        * platform/mac-lion/fast/canvas/canvas-strokePath-alpha-shadow-expected.txt: Added.
        * platform/mac-lion/fast/canvas/canvas-strokePath-gradient-shadow-expected.txt: Added.
        * platform/mac-lion/fast/canvas/canvas-strokeRect-gradient-shadow-expected.txt: Added.
        * platform/mac/fast/canvas/canvas-scale-shadowBlur-expected.txt: Added.
        * platform/mac/fast/canvas/canvas-scale-strokePath-shadow-expected.txt: Added.
        * platform/mac/fast/canvas/canvas-strokePath-gradient-shadow-expected.txt: Added.
        * platform/mac/fast/canvas/canvas-strokeRect-alpha-shadow-expected.txt: Added.
        * platform/mac/fast/canvas/canvas-strokeRect-gradient-shadow-expected.txt: Added.

2012-08-21  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        [EFL] Enable CSS Text Decoration by default
        https://bugs.webkit.org/show_bug.cgi?id=94483

        Reviewed by Kenneth Rohde Christiansen.

        Remove test that will now pass from the skip list.

        * platform/efl/TestExpectations:

2012-08-21  Taiju Tsuiki  <tzik@chromium.org>

        Web Inspector: Completion events of InspectorFileSystemAgent should be fired asynchronously.
        https://bugs.webkit.org/show_bug.cgi?id=93933

        Reviewed by Yury Semikhatsky.

        InspectorFileSystemAgent fires completion event too early in error case. It should wait
        until JS code is ready.

        * http/tests/inspector/filesystem/request-directory-content-expected.txt:
        * http/tests/inspector/filesystem/request-directory-content.html: Add more error case test.
        * http/tests/inspector/filesystem/request-file-content-expected.txt:
        * http/tests/inspector/filesystem/request-file-content.html: Add more error case test.
        * http/tests/inspector/filesystem/request-filesystem-root-expected.txt:
        * http/tests/inspector/filesystem/request-metadata-expected.txt:
        * http/tests/inspector/filesystem/request-metadata.html: Add more error case test.

2012-08-21  Mike West  <mkwst@chromium.org>

        Blocking a resource via Content Security Policy should trigger an Error event.
        https://bugs.webkit.org/show_bug.cgi?id=89440

        Reviewed by Jochen Eisinger.

        * http/tests/security/contentSecurityPolicy/image-blocked-expected.txt:
        * http/tests/security/contentSecurityPolicy/image-blocked.html:
        * http/tests/security/contentSecurityPolicy/register-bypassing-scheme-expected.txt:
        * http/tests/security/contentSecurityPolicy/register-bypassing-scheme.html:
            Adjusting existing tests to use the error event, as opposed to
            hacking around the fact that it wasn't triggered.
        * platform/chromium/permissionclient/image-permissions-expected.txt:
        * platform/chromium/permissionclient/image-permissions.html:
            Error events are now also generated for images blocked by Chromium's
            content settings.

2012-08-21  Sudarsana Nagineni  <sudarsana.nagineni@linux.intel.com>

        canvas/philip/tests/2d.fillStyle.parse.invalid.rgba-6.html fails
        https://bugs.webkit.org/show_bug.cgi?id=50797

        Reviewed by Andreas Kling.

        Unskipped tests that are now passing after this fix and removed
        wrong expectations.

        * platform/chromium/TestExpectations:
        * platform/chromium/canvas/philip/tests/2d.fillStyle.parse.invalid.rgba-6-expected.txt: Removed.
        * platform/efl/Skipped:
        * platform/gtk/TestExpectations:
        * platform/mac/canvas/philip/tests/2d.fillStyle.parse.invalid.rgba-6-expected.txt: Removed.
        * platform/qt/Skipped:

2012-08-21  Levi Weintraub  <leviw@chromium.org>

        Unreviewed gardening. Rebaselines following r126110.

        * platform/chromium-linux/editing/selection/select-from-textfield-outwards-expected.png:
        * platform/chromium-linux/fast/forms/input-text-drag-down-expected.png:
        * platform/chromium-linux/fast/forms/input-text-self-emptying-click-expected.png:
        * platform/chromium-linux/fast/forms/placeholder-position-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug4527-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-text-self-emptying-click-expected.png:
        * platform/chromium-mac/editing/input/caret-at-the-edge-of-input-expected.png:
        * platform/chromium-mac/editing/inserting/before-after-input-element-expected.png:
        * platform/chromium-mac/editing/pasteboard/4806874-expected.png:
        * platform/chromium-mac/editing/pasteboard/drop-text-without-selection-expected.png:
        * platform/chromium-mac/editing/pasteboard/input-field-1-expected.png:
        * platform/chromium-mac/editing/selection/3690703-2-expected.png:
        * platform/chromium-mac/editing/selection/3690703-expected.png:
        * platform/chromium-mac/editing/selection/3690719-expected.png:
        * platform/chromium-mac/editing/selection/4895428-3-expected.png:
        * platform/chromium-mac/editing/selection/4975120-expected.png:
        * platform/chromium-mac/editing/selection/drag-select-1-expected.png:
        * platform/chromium-mac/editing/selection/select-across-readonly-input-1-expected.png:
        * platform/chromium-mac/editing/selection/select-across-readonly-input-2-expected.png:
        * platform/chromium-mac/editing/selection/select-across-readonly-input-3-expected.png:
        * platform/chromium-mac/editing/selection/select-across-readonly-input-4-expected.png:
        * platform/chromium-mac/editing/selection/select-across-readonly-input-5-expected.png:
        * platform/chromium-mac/editing/selection/select-from-textfield-outwards-expected.png:
        * platform/chromium-mac/fast/block/margin-collapse/103-expected.png:
        * platform/chromium-mac/fast/css/input-search-padding-expected.png:
        * platform/chromium-mac/fast/css/line-height-determined-by-primary-font-expected.png:
        * platform/chromium-mac/fast/css/line-height-expected.png:
        * platform/chromium-mac/fast/css/square-button-appearance-expected.png:
        * platform/chromium-mac/fast/css/text-overflow-input-expected.png:
        * platform/chromium-mac/fast/dom/isindex-001-expected.png:
        * platform/chromium-mac/fast/dom/isindex-002-expected.png:
        * platform/chromium-mac/fast/events/autoscroll-expected.png:
        * platform/chromium-mac/fast/events/context-no-deselect-expected.png:
        * platform/chromium-mac/fast/forms/basic-buttons-expected.png:
        * platform/chromium-mac/fast/forms/basic-inputs-expected.png:
        * platform/chromium-mac/fast/forms/box-shadow-override-expected.png:
        * platform/chromium-mac/fast/forms/button-sizes-expected.png:
        * platform/chromium-mac/fast/forms/color/input-appearance-color-expected.png:
        * platform/chromium-mac/fast/forms/date/date-appearance-expected.png:
        * platform/chromium-mac/fast/forms/encoding-test-expected.png:
        * platform/chromium-mac/fast/forms/fieldset-align-expected.png:
        * platform/chromium-mac/fast/forms/floating-textfield-relayout-expected.png:
        * platform/chromium-mac/fast/forms/form-element-geometry-expected.png:
        * platform/chromium-mac/fast/forms/input-align-expected.png:
        * platform/chromium-mac/fast/forms/input-appearance-default-bkcolor-expected.png:
        * platform/chromium-mac/fast/forms/input-appearance-disabled-expected.png:
        * platform/chromium-mac/fast/forms/input-appearance-focus-expected.png:
        * platform/chromium-mac/fast/forms/input-appearance-height-expected.png:
        * platform/chromium-mac/fast/forms/input-appearance-preventDefault-expected.png:
        * platform/chromium-mac/fast/forms/input-appearance-readonly-expected.png:
        * platform/chromium-mac/fast/forms/input-appearance-selection-expected.png:
        * platform/chromium-mac/fast/forms/input-appearance-visibility-expected.png:
        * platform/chromium-mac/fast/forms/input-appearance-width-expected.png:
        * platform/chromium-mac/fast/forms/input-baseline-expected.png:
        * platform/chromium-mac/fast/forms/input-disabled-color-expected.png:
        * platform/chromium-mac/fast/forms/input-double-click-selection-gap-bug-expected.png:
        * platform/chromium-mac/fast/forms/input-field-text-truncated-expected.png:
        * platform/chromium-mac/fast/forms/input-placeholder-paint-order-expected.png:
        * platform/chromium-mac/fast/forms/input-placeholder-visibility-1-expected.png:
        * platform/chromium-mac/fast/forms/input-placeholder-visibility-3-expected.png:
        * platform/chromium-mac/fast/forms/input-readonly-autoscroll-expected.png:
        * platform/chromium-mac/fast/forms/input-readonly-dimmed-expected.png:
        * platform/chromium-mac/fast/forms/input-readonly-empty-expected.png:
        * platform/chromium-mac/fast/forms/input-spaces-expected.png:
        * platform/chromium-mac/fast/forms/input-table-expected.png:
        * platform/chromium-mac/fast/forms/input-text-click-inside-expected.png:
        * platform/chromium-mac/fast/forms/input-text-click-outside-expected.png:
        * platform/chromium-mac/fast/forms/input-text-double-click-expected.png:
        * platform/chromium-mac/fast/forms/input-text-drag-down-expected.png:
        * platform/chromium-mac/fast/forms/input-text-option-delete-expected.png:
        * platform/chromium-mac/fast/forms/input-text-scroll-left-on-blur-expected.png:
        * platform/chromium-mac/fast/forms/input-text-self-emptying-click-expected.png:
        * platform/chromium-mac/fast/forms/input-text-word-wrap-expected.png:
        * platform/chromium-mac/fast/forms/input-type-text-min-width-expected.png:
        * platform/chromium-mac/fast/forms/input-value-expected.png:
        * platform/chromium-mac/fast/forms/input-width-expected.png:
        * platform/chromium-mac/fast/forms/minWidthPercent-expected.png:
        * platform/chromium-mac/fast/forms/number/number-appearance-rtl-expected.png:
        * platform/chromium-mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png:
        * platform/chromium-mac/fast/forms/number/number-appearance-spinbutton-layer-expected.png:
        * platform/chromium-mac/fast/forms/placeholder-position-expected.png:
        * platform/chromium-mac/fast/forms/placeholder-pseudo-style-expected.png:
        * platform/chromium-mac/fast/forms/plaintext-mode-2-expected.png:
        * platform/chromium-mac/fast/forms/tabbing-input-iframe-expected.png:
        * platform/chromium-mac/fast/forms/text-style-color-expected.png:
        * platform/chromium-mac/fast/forms/textfield-focus-ring-expected.png:
        * platform/chromium-mac/fast/forms/textfield-overflow-expected.png:
        * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png:
        * platform/chromium-mac/fast/forms/visual-hebrew-text-field-expected.png:
        * platform/chromium-mac/fast/frames/take-focus-from-iframe-expected.png:
        * platform/chromium-mac/fast/html/details-no-summary4-expected.png:
        * platform/chromium-mac/fast/html/details-open-javascript-expected.png:
        * platform/chromium-mac/fast/html/details-open2-expected.png:
        * platform/chromium-mac/fast/html/details-open4-expected.png:
        * platform/chromium-mac/fast/lists/dynamic-marker-crash-expected.png:
        * platform/chromium-mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
        * platform/chromium-mac/fast/repaint/subtree-root-skipped-expected.png:
        * platform/chromium-mac/fast/replaced/replaced-breaking-expected.png:
        * platform/chromium-mac/fast/replaced/replaced-breaking-mixture-expected.png:
        * platform/chromium-mac/fast/replaced/width100percent-textfield-expected.png:
        * platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.png:
        * platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.png:
        * platform/chromium-mac/fast/speech/speech-bidi-rendering-expected.png:
        * platform/chromium-mac/fast/table/003-expected.png:
        * platform/chromium-mac/fast/table/colspanMinWidth-expected.png:
        * platform/chromium-mac/fast/table/spanOverlapRepaint-expected.png:
        * platform/chromium-mac/fast/table/text-field-baseline-expected.png:
        * platform/chromium-mac/fast/text/textIteratorNilRenderer-expected.png:
        * platform/chromium-mac/fast/transforms/transformed-focused-text-input-expected.png:
        * platform/chromium-mac/plugins/mouse-click-plugin-clears-selection-expected.png:
        * platform/chromium-mac/svg/custom/inline-svg-in-xhtml-expected.png:
        * platform/chromium-mac/svg/hixie/mixed/003-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/45621-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug12384-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug24200-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug2479-3-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug4382-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug46368-1-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug46368-2-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug51037-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug55545-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug59354-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug7342-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug96334-expected.png:
        * platform/chromium-mac/tables/mozilla/dom/tableDom-expected.png:
        * platform/chromium-mac/tables/mozilla/other/move_row-expected.png:
        * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png:
        * platform/chromium-win/editing/selection/select-from-textfield-outwards-expected.png:
        * platform/chromium-win/fast/forms/input-text-drag-down-expected.png:
        * platform/chromium-win/fast/forms/input-text-self-emptying-click-expected.png:
        * platform/chromium/TestExpectations:
        * platform/qt-4.8/TestExpectations:
        * platform/qt-mac/TestExpectations:

2012-08-21  Brady Eidson  <beidson@apple.com>

        Rebaseline failing fast/writing-mode tests for Mountain Lion

        Unreviewed (Bot gardening).

        * platform/mac-lion/fast/writing-mode/japanese-ruby-vertical-lr-expected.png: Copied from LayoutTests/platform/mac/fast/writing-mode/japanese-ruby-vertical-lr-expected.png.
        * platform/mac-lion/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt: Copied from LayoutTests/platform/mac/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt.
        * platform/mac-lion/fast/writing-mode/japanese-ruby-vertical-rl-expected.png: Copied from LayoutTests/platform/mac/fast/writing-mode/japanese-ruby-vertical-rl-expected.png.
        * platform/mac-lion/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt: Copied from LayoutTests/platform/mac/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt.
        * platform/mac-lion/fast/writing-mode/text-orientation-basic-expected.png: Copied from LayoutTests/platform/mac/fast/writing-mode/text-orientation-basic-expected.png.
        * platform/mac-lion/fast/writing-mode/text-orientation-basic-expected.txt: Copied from LayoutTests/platform/mac/fast/writing-mode/text-orientation-basic-expected.txt.
        * platform/mac-lion/fast/writing-mode/vertical-align-table-baseline-expected.png: Copied from LayoutTests/platform/mac/fast/writing-mode/vertical-align-table-baseline-expected.png.
        * platform/mac-lion/fast/writing-mode/vertical-align-table-baseline-expected.txt: Copied from LayoutTests/platform/mac/fast/writing-mode/vertical-align-table-baseline-expected.txt.
        * platform/mac-lion/fast/writing-mode/vertical-baseline-alignment-expected.png: Copied from LayoutTests/platform/mac/fast/writing-mode/vertical-baseline-alignment-expected.png.
        * platform/mac-lion/fast/writing-mode/vertical-baseline-alignment-expected.txt: Copied from LayoutTests/platform/mac/fast/writing-mode/vertical-baseline-alignment-expected.txt.
        * platform/mac-lion/fast/writing-mode/vertical-font-fallback-expected.png: Copied from LayoutTests/platform/mac/fast/writing-mode/vertical-font-fallback-expected.png.
        * platform/mac-lion/fast/writing-mode/vertical-font-fallback-expected.txt: Copied from LayoutTests/platform/mac/fast/writing-mode/vertical-font-fallback-expected.txt.
        * platform/mac/fast/writing-mode/japanese-ruby-vertical-lr-expected.png:
        * platform/mac/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
        * platform/mac/fast/writing-mode/japanese-ruby-vertical-rl-expected.png:
        * platform/mac/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt:
        * platform/mac/fast/writing-mode/text-orientation-basic-expected.png:
        * platform/mac/fast/writing-mode/text-orientation-basic-expected.txt:
        * platform/mac/fast/writing-mode/vertical-align-table-baseline-expected.png:
        * platform/mac/fast/writing-mode/vertical-align-table-baseline-expected.txt:
        * platform/mac/fast/writing-mode/vertical-baseline-alignment-expected.png:
        * platform/mac/fast/writing-mode/vertical-baseline-alignment-expected.txt:
        * platform/mac/fast/writing-mode/vertical-font-fallback-expected.png:
        * platform/mac/fast/writing-mode/vertical-font-fallback-expected.txt:

2012-08-21  Brady Eidson  <beidson@apple.com>

        Rebaseline failing editing/selection tests for mountain lion
        https://bugs.webkit.org/show_bug.cgi?id=94629

        Reviewed by Simon Fraser.

        Move current Mac-specific results to platform/mac-lion and add Mountain Lion results to platform/mac

        * platform/mac-lion/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png: Renamed from LayoutTests/platform/mac/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png.
        * platform/mac-lion/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt.
        * platform/mac-lion/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png: Renamed from LayoutTests/platform/mac/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png.
        * platform/mac-lion/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt.
        * platform/mac-lion/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png: Renamed from LayoutTests/platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png.
        * platform/mac-lion/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt.
        * platform/mac-lion/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png: Renamed from LayoutTests/platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png.
        * platform/mac-lion/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt.
        * platform/mac-lion/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png: Renamed from LayoutTests/platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png.
        * platform/mac-lion/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt.
        * platform/mac-lion/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png: Renamed from LayoutTests/platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png.
        * platform/mac-lion/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt.
        * platform/mac-lion/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png: Renamed from LayoutTests/platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png.
        * platform/mac-lion/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt.
        * platform/mac-lion/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png: Renamed from LayoutTests/platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png.
        * platform/mac-lion/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt.
        * platform/mac/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt:
        * platform/mac/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
        * platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
        * platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
        * platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
        * platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
        * platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
        * platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:

2012-08-21  Kenneth Russell  <kbr@google.com>

        [Chromium] context-creation-and-destruction layout tests are slow
        https://bugs.webkit.org/show_bug.cgi?id=92287

        Unreviewed; marked test slow on Linux as well.

        * platform/chromium/TestExpectations:

2012-08-21  Brady Eidson  <beidson@apple.com>

        fast/multicol/shrink-to-column-height-for-pagination.html fails on Mac WK2 bots
        https://bugs.webkit.org/show_bug.cgi?id=94624

        Unreviewed (Bot gardening).

        * platform/mac-wk2/Skipped: Skip until we fix it.

2012-08-21  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        [EFL] Layout tests gardening
        https://bugs.webkit.org/show_bug.cgi?id=94594

        Unreviewed gardening.

        * platform/efl-wk2/TestExpectations:
        * platform/efl/TestExpectations:

2012-08-21  Vincent Scheib  <scheib@chromium.org>

        Add parsing logic for allow-pointer-lock to iframe sandbox attribute.
        https://bugs.webkit.org/show_bug.cgi?id=94513

        Reviewed by Adam Barth.

        Pointer lock was previously blocked from all sandboxed iframes.
        Parsing the sandbox="allow-pointer-lock" attribute allows pages
        to control the feature and enable it in sandboxed iframes.

        * http/tests/pointer-lock/iframe-sandboxed-allow-pointer-lock-expected.txt: Added.
        * http/tests/pointer-lock/iframe-sandboxed-allow-pointer-lock.html: Copied from LayoutTests/http/tests/pointer-lock/iframe-sandboxed.html.
        * http/tests/pointer-lock/iframe-sandboxed-nested-allow-pointer-lock-expected.txt: Added.
        * http/tests/pointer-lock/iframe-sandboxed-nested-allow-pointer-lock.html: Copied from LayoutTests/http/tests/pointer-lock/iframe-sandboxed.html.
        * http/tests/pointer-lock/iframe-sandboxed-nested-disallow-then-allow-pointer-lock-expected.txt: Added.
        * http/tests/pointer-lock/iframe-sandboxed-nested-disallow-then-allow-pointer-lock.html: Copied from LayoutTests/http/tests/pointer-lock/iframe-sandboxed.html.
        * http/tests/pointer-lock/iframe-sandboxed.html:
        * http/tests/resources/pointer-lock/iframe-allows-inner-iframe.html: Added.
        * http/tests/resources/pointer-lock/iframe-common.js:
        (window.onmessage):

2012-08-21  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: do not use window's eval in InjectedScript
        https://bugs.webkit.org/show_bug.cgi?id=94610

        Reviewed by Yury Semikhatsky.

        * inspector/console/console-eval-fake-expected.txt: Added.
        * inspector/console/console-eval-fake.html: Added.

2012-08-21  Adam Barth  <abarth@webkit.org>

        Implement JSDOMWindow*::allowsAccessFrom* in terms of BindingSecurity
        https://bugs.webkit.org/show_bug.cgi?id=93407

        Reviewed by Eric Seidel.

        These test results are now more similar (although not identical) to the
        results for the V8 bindings.

        * http/tests/security/listener/xss-JSTargetNode-onclick-addEventListener-expected.txt:
        * http/tests/security/listener/xss-JSTargetNode-onclick-shortcut-expected.txt:
        * http/tests/security/listener/xss-XMLHttpRequest-addEventListener-expected.txt:
        * http/tests/security/listener/xss-XMLHttpRequest-shortcut-expected.txt:
        * http/tests/security/listener/xss-window-onclick-addEventListener-expected.txt:
        * http/tests/security/listener/xss-window-onclick-shortcut-expected.txt:

2012-08-21  Brady Eidson  <beidson@apple.com>

        WKTR doesn't implement dumpWillCacheResponse().
        https://bugs.webkit.org/show_bug.cgi?id=94607

        Unreviewed (Bot gardening)

        * platform/wk2/Skipped: Skip http/tests/misc/willCacheResponse-delegate-callback.html

2012-08-21  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r126146.
        http://trac.webkit.org/changeset/126146
        https://bugs.webkit.org/show_bug.cgi?id=94606

        It made all tests assert (Requested by Ossy on #webkit).

        * platform/qt/Skipped:

2012-08-21  Brady Eidson  <beidson@apple.com>

        MathML tests need rebaselining on Mac.
        https://bugs.webkit.org/show_bug.cgi?id=94393

        Reviewed by Dan Bernstein and Dave Barton.

        * platform/mac/mathml/presentation/attributes-expected.txt:
        * platform/mac/mathml/presentation/fenced-mi-expected.txt:
        * platform/mac/mathml/presentation/fractions-expected.txt:
        * platform/mac/mathml/presentation/mo-expected.txt:
        * platform/mac/mathml/presentation/over-expected.txt:
        * platform/mac/mathml/presentation/roots-expected.txt:
        * platform/mac/mathml/presentation/row-expected.txt:
        * platform/mac/mathml/presentation/sub-expected.txt:
        * platform/mac/mathml/presentation/tokenElements-expected.txt:
        * platform/mac/mathml/presentation/underover-expected.txt:

2012-08-20  Philippe Normand  <pnormand@igalia.com>

        media/media-document-audio-repaint.html is racy
        https://bugs.webkit.org/show_bug.cgi?id=94454

        Reviewed by Eric Carlson.

        * media/media-document-audio-repaint.html: Don't rely on the play
        event. Trigger the display and seek upon receipt of the pause event.

2012-08-21  Keishi Hattori  <keishi@webkit.org>

        Fix range-hit-test-with-padding.html by removing unnecessary part.

        Unreviewed.

        * fast/forms/range/range-hit-test-with-padding.html:

2012-08-21  János Badics  <jbadics@inf.u-szeged.hu>

        [Qt] Gardening. Skip new failing tests.

        Reviewed Csaba Osztrogonác.

        * platform/qt/Skipped:

2012-08-17  Simon Hausmann  <simon.hausmann@nokia.com>

        [Qt] REGRESSION(r125428): fast/profiler/nested-start-and-stop-profiler.html fails
        https://bugs.webkit.org/show_bug.cgi?id=93897

        Reviewed by Kenneth Rohde Christiansen.

        * platform/qt/Skipped: Unskip test that is now passing.

2012-08-21  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        fast/js/random-array-gc-stress.html has started to flakily crash in
        release builds as well, so expanding the expectation.

        The fast/forms/range/range-hit-test-with-padding.html test has been
        failing since introduced in 126132. Adding a text expectation.

        Marking one more frame flattening test as flaky.

        Skipping two calendar picker tests. The feature is currently unsupported
        and the tests take half a minute to run, so it's not really worth it.

        * platform/gtk/TestExpectations:

2012-08-21  Chris Evans  <cevans@google.com>

        Add another interesting test that used to fire a different ASSERT before we fixed https://bugs.webkit.org/show_bug.cgi?id=36427:
        ASSERT(parents.size() >= depth + 1)
        https://bugs.webkit.org/show_bug.cgi?id=84793

        Reviewed by Abhishek Arya.

        * fast/xpath/xpath-detached-import-assert-expected.txt: Added.
        * fast/xpath/xpath-detached-import-assert.html: Added.

2012-08-20  Keishi Hattori  <keishi@webkit.org>

        Clicking input type=range with padding or border sets wrong value
        https://bugs.webkit.org/show_bug.cgi?id=94473

        Reviewed by Kent Tamura.

        * fast/forms/range/range-hit-test-with-padding-expected.txt: Added.
        * fast/forms/range/range-hit-test-with-padding.html: Added.

2012-08-20  MORITA Hajime  <morrita@google.com>

        load event shouldn't fired during node insertion traversals.
        https://bugs.webkit.org/show_bug.cgi?id=94447

        Reviewed by Ryosuke Niwa.

        * fast/frames/iframe-onload-and-domnodeinserted-expected.txt: Added.
        * fast/frames/iframe-onload-and-domnodeinserted.html: Added.

2012-08-20  Shinya Kawanaka  <shinyak@chromium.org>

        ShadowRoot.cloneNode() must always throw a DATA_CLONE_ERR exception.
        https://bugs.webkit.org/show_bug.cgi?id=91704

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/shadowroot-clonenode-expected.txt: Added.
        * fast/dom/shadow/shadowroot-clonenode.html: Added.

2012-08-20  Kenneth Russell  <kbr@google.com>

        Unreviewed Chromium gardening. Improved how a few test
        expectations were merged together in r126117.

        * platform/chromium/TestExpectations:

2012-08-20  Tom Sepez  <tsepez@chromium.org>

        XSSAuditor too tolerant of injected data: URLs from other "hostless" schemes.
        https://bugs.webkit.org/show_bug.cgi?id=94547

        Reviewed by Adam Barth.

        * fast/frames/resources/static-xss-vector.html: Added.
        * fast/frames/xss-auditor-handles-file-urls-expected.txt: Added.
        * fast/frames/xss-auditor-handles-file-urls.html: Added.

2012-08-20  Luke Macpherson   <macpherson@chromium.org>

        Fix inspector with variables enabled and enable inspector variables tests by default.
        https://bugs.webkit.org/show_bug.cgi?id=94296

        Reviewed by Hajime Morita.

        Fix paths to included javascript and enable tests by default on Chromium port.

        * inspector/styles/variables/css-variables.html:
        * platform/chromium/TestExpectations:

2012-08-20  Kenneth Russell  <kbr@google.com>

        Unreviewed. Fixed lint errors in TestExpectations after r126110.

        * platform/chromium/TestExpectations:

2012-08-20  Levi Weintraub  <leviw@chromium.org>

        [Sub-pixel Layout] Block selection gap repainting can leave one pixel gaps
        https://bugs.webkit.org/show_bug.cgi?id=94526

        Reviewed by Eric Seidel.

        Correcting pixel gap repainting reverts a bunch of chromium expectations to their pre-sub-pixel layout
        versions. This largely triggers 1-pixel image diffs in input fields.

        * platform/chromium-mac/editing/input/caret-at-the-edge-of-input-expected.png:
        * platform/chromium-mac/editing/inserting/before-after-input-element-expected.png:
        * platform/chromium-mac/editing/pasteboard/4806874-expected.png:
        * platform/chromium-mac/editing/pasteboard/drop-text-without-selection-expected.png:
        * platform/chromium-mac/editing/pasteboard/input-field-1-expected.png:
        * platform/chromium-mac/editing/selection/3690703-2-expected.png:
        * platform/chromium-mac/editing/selection/3690703-expected.png:
        * platform/chromium-mac/editing/selection/3690719-expected.png:
        * platform/chromium-mac/editing/selection/4895428-3-expected.png:
        * platform/chromium-mac/editing/selection/4975120-expected.png:
        * platform/chromium-mac/editing/selection/drag-select-1-expected.png:
        * platform/chromium-mac/editing/selection/select-across-readonly-input-1-expected.png:
        * platform/chromium-mac/editing/selection/select-across-readonly-input-2-expected.png:
        * platform/chromium-mac/editing/selection/select-across-readonly-input-3-expected.png:
        * platform/chromium-mac/editing/selection/select-across-readonly-input-4-expected.png:
        * platform/chromium-mac/editing/selection/select-across-readonly-input-5-expected.png:
        * platform/chromium-mac/editing/selection/select-from-textfield-outwards-expected.png:
        * platform/chromium-mac/fast/block/margin-collapse/103-expected.png:
        * platform/chromium-mac/fast/css/input-search-padding-expected.png:
        * platform/chromium-mac/fast/css/line-height-determined-by-primary-font-expected.png:
        * platform/chromium-mac/fast/css/line-height-expected.png:
        * platform/chromium-mac/fast/css/square-button-appearance-expected.png:
        * platform/chromium-mac/fast/css/text-overflow-input-expected.png:
        * platform/chromium-mac/fast/dom/isindex-001-expected.png:
        * platform/chromium-mac/fast/dom/isindex-002-expected.png:
        * platform/chromium-mac/fast/events/autoscroll-expected.png:
        * platform/chromium-mac/fast/events/context-no-deselect-expected.png:
        * platform/chromium-mac/fast/forms/basic-buttons-expected.png:
        * platform/chromium-mac/fast/forms/basic-inputs-expected.png:
        * platform/chromium-mac/fast/forms/box-shadow-override-expected.png:
        * platform/chromium-mac/fast/forms/button-sizes-expected.png:
        * platform/chromium-mac/fast/forms/color/input-appearance-color-expected.png:
        * platform/chromium-mac/fast/forms/date/date-appearance-expected.png:
        * platform/chromium-mac/fast/forms/encoding-test-expected.png:
        * platform/chromium-mac/fast/forms/fieldset-align-expected.png:
        * platform/chromium-mac/fast/forms/floating-textfield-relayout-expected.png:
        * platform/chromium-mac/fast/forms/form-element-geometry-expected.png:
        * platform/chromium-mac/fast/forms/input-align-expected.png:
        * platform/chromium-mac/fast/forms/input-appearance-default-bkcolor-expected.png:
        * platform/chromium-mac/fast/forms/input-appearance-disabled-expected.png:
        * platform/chromium-mac/fast/forms/input-appearance-focus-expected.png:
        * platform/chromium-mac/fast/forms/input-appearance-height-expected.png:
        * platform/chromium-mac/fast/forms/input-appearance-preventDefault-expected.png:
        * platform/chromium-mac/fast/forms/input-appearance-readonly-expected.png:
        * platform/chromium-mac/fast/forms/input-appearance-selection-expected.png:
        * platform/chromium-mac/fast/forms/input-appearance-visibility-expected.png:
        * platform/chromium-mac/fast/forms/input-appearance-width-expected.png:
        * platform/chromium-mac/fast/forms/input-baseline-expected.png:
        * platform/chromium-mac/fast/forms/input-disabled-color-expected.png:
        * platform/chromium-mac/fast/forms/input-double-click-selection-gap-bug-expected.png:
        * platform/chromium-mac/fast/forms/input-field-text-truncated-expected.png:
        * platform/chromium-mac/fast/forms/input-placeholder-paint-order-expected.png:
        * platform/chromium-mac/fast/forms/input-placeholder-visibility-1-expected.png:
        * platform/chromium-mac/fast/forms/input-placeholder-visibility-3-expected.png:
        * platform/chromium-mac/fast/forms/input-readonly-autoscroll-expected.png:
        * platform/chromium-mac/fast/forms/input-readonly-dimmed-expected.png:
        * platform/chromium-mac/fast/forms/input-readonly-empty-expected.png:
        * platform/chromium-mac/fast/forms/input-spaces-expected.png:
        * platform/chromium-mac/fast/forms/input-table-expected.png:
        * platform/chromium-mac/fast/forms/input-text-click-inside-expected.png:
        * platform/chromium-mac/fast/forms/input-text-click-outside-expected.png:
        * platform/chromium-mac/fast/forms/input-text-double-click-expected.png:
        * platform/chromium-mac/fast/forms/input-text-drag-down-expected.png:
        * platform/chromium-mac/fast/forms/input-text-option-delete-expected.png:
        * platform/chromium-mac/fast/forms/input-text-scroll-left-on-blur-expected.png:
        * platform/chromium-mac/fast/forms/input-text-self-emptying-click-expected.png:
        * platform/chromium-mac/fast/forms/input-text-word-wrap-expected.png:
        * platform/chromium-mac/fast/forms/input-type-text-min-width-expected.png:
        * platform/chromium-mac/fast/forms/input-value-expected.png:
        * platform/chromium-mac/fast/forms/input-width-expected.png:
        * platform/chromium-mac/fast/forms/minWidthPercent-expected.png:
        * platform/chromium-mac/fast/forms/number/number-appearance-rtl-expected.png:
        * platform/chromium-mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png:
        * platform/chromium-mac/fast/forms/number/number-appearance-spinbutton-layer-expected.png:
        * platform/chromium-mac/fast/forms/placeholder-position-expected.png:
        * platform/chromium-mac/fast/forms/placeholder-pseudo-style-expected.png:
        * platform/chromium-mac/fast/forms/plaintext-mode-2-expected.png:
        * platform/chromium-mac/fast/forms/tabbing-input-iframe-expected.png:
        * platform/chromium-mac/fast/forms/text-style-color-expected.png:
        * platform/chromium-mac/fast/forms/textfield-focus-ring-expected.png:
        * platform/chromium-mac/fast/forms/textfield-overflow-expected.png:
        * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png:
        * platform/chromium-mac/fast/forms/visual-hebrew-text-field-expected.png:
        * platform/chromium-mac/fast/frames/take-focus-from-iframe-expected.png:
        * platform/chromium-mac/fast/html/details-no-summary4-expected.png:
        * platform/chromium-mac/fast/html/details-open-javascript-expected.png:
        * platform/chromium-mac/fast/html/details-open2-expected.png:
        * platform/chromium-mac/fast/html/details-open4-expected.png:
        * platform/chromium-mac/fast/lists/dynamic-marker-crash-expected.png:
        * platform/chromium-mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
        * platform/chromium-mac/fast/repaint/subtree-root-skipped-expected.png:
        * platform/chromium-mac/fast/replaced/replaced-breaking-expected.png:
        * platform/chromium-mac/fast/replaced/replaced-breaking-mixture-expected.png:
        * platform/chromium-mac/fast/replaced/width100percent-textfield-expected.png:
        * platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.png:
        * platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.png:
        * platform/chromium-mac/fast/speech/speech-bidi-rendering-expected.png:
        * platform/chromium-mac/fast/table/003-expected.png:
        * platform/chromium-mac/fast/table/colspanMinWidth-expected.png:
        * platform/chromium-mac/fast/table/spanOverlapRepaint-expected.png:
        * platform/chromium-mac/fast/table/text-field-baseline-expected.png:
        * platform/chromium-mac/fast/text/textIteratorNilRenderer-expected.png:
        * platform/chromium-mac/fast/transforms/transformed-focused-text-input-expected.png:
        * platform/chromium-mac/plugins/mouse-click-plugin-clears-selection-expected.png:
        * platform/chromium-mac/svg/custom/inline-svg-in-xhtml-expected.png:
        * platform/chromium-mac/svg/hixie/mixed/003-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/45621-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug12384-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug24200-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug2479-3-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug4382-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug46368-1-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug46368-2-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug51037-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug55545-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug59354-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug7342-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug96334-expected.png:
        * platform/chromium-mac/tables/mozilla/dom/tableDom-expected.png:
        * platform/chromium-mac/tables/mozilla/other/move_row-expected.png:
        * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png:
        * platform/chromium/TestExpectations:

2012-08-20  Brady Eidson  <beidson@apple.com>

        setMockGeolocationPosition not defined in WKTR
        https://bugs.webkit.org/show_bug.cgi?id=94554

        Unreviewed (bot gardening)

        * platform/wk2/Skipped:

2012-08-20  Rik Cabanier  <cabanier@adobe.com>

        parse CSS attribute -webkit-blend-mode
        https://bugs.webkit.org/show_bug.cgi?id=94024

        Reviewed by Dirk Schulze.

        Added parsing and general CSS handling of -webkit-blend-mode per http://www.w3.org/TR/2012/WD-compositing-20120816/

        * css3/compositing: Added.
        * css3/compositing/blend-mode-property-expected.txt: Added.
        * css3/compositing/blend-mode-property-parsing-expected.txt: Added.
        * css3/compositing/blend-mode-property-parsing-invalid-expected.txt: Added.
        * css3/compositing/blend-mode-property-parsing-invalid.html: Added.
        * css3/compositing/blend-mode-property-parsing.html: Added.
        * css3/compositing/blend-mode-property.html: Added.
        * css3/compositing/script-tests: Added.
        * css3/compositing/script-tests/blend-mode-property-parsing-invalid.js: Added.
        (testInvalidFilterRule):
        * css3/compositing/script-tests/blend-mode-property-parsing.js: Added.
        (jsWrapperClass):
        (shouldBeType):
        (testFilterRule):
        * css3/compositing/script-tests/blend-mode-property.js: Added.
        * platform/chromium/css3/compositing/blend-mode-property-expected.txt : Added.
        * platform/chromium/css3/compositing/blend-mode-property-parsing-expected.txt : Added.

2012-08-20  Brady Eidson  <beidson@apple.com>

        REGRESSION (125759) fast/forms/file/selected-files-from-history-state.html fails on Mac
        https://bugs.webkit.org/show_bug.cgi?id=94549

        Unreviewed (Bot gardening)

        * platform/mac-wk2/Skipped:

2012-08-20  Philip Rogers  <pdr@google.com>

        Canvas drawImage() should draw SVG at the correct scale.
        https://bugs.webkit.org/show_bug.cgi?id=94377

        Reviewed by Tim Horton.

        * svg/as-image/resources/100px-green-rect.svg: Added.
        * svg/as-image/svg-as-image-canvas-expected.html: Added.
        * svg/as-image/svg-as-image-canvas.html: Added.

2012-08-20  Chris Rogers  <crogers@google.com>

        Update TestExpectations now that stray ASSERT is fixed in AudioParamTimeline
        https://bugs.webkit.org/show_bug.cgi?id=94548

        Unreviewed.

        * platform/chromium/TestExpectations:

2012-08-20  Dominik Röttsches  <dominik.rottsches@intel.com>

        2d.imageData.object.wrap.html has wrong expectations
        https://bugs.webkit.org/show_bug.cgi?id=94089

        Reviewed by Kenneth Rohde Christiansen.

        Updating and renaming the test to match new version in W3C approved tests.

        * canvas/philip/tests/2d.imageData.object.clamp-expected.txt: Renamed from LayoutTests/canvas/philip/tests/2d.imageData.object.wrap-expected.txt.
        * canvas/philip/tests/2d.imageData.object.clamp.html: Renamed from LayoutTests/canvas/philip/tests/2d.imageData.object.wrap.html.
        * platform/chromium/TestExpectations: Unskipping.
        * platform/efl/Skipped: Unskipping.
        * platform/gtk/TestExpectations: Unskipping.
        * platform/mac/Skipped: Unskipping.
        * platform/qt/Skipped: Unskipping.

2012-08-20  Dirk Schulze  <krit@webkit.org>

        CSS Masking and CSS Filters applied in wrong order
        https://bugs.webkit.org/show_bug.cgi?id=94354

        Reviewed by Dean Jackson.

        The test checks the correct order on applying CSS Masking, Filter Effects and CSS Clipping.
        According to the Filter Effects spec, the order should be first filters, then masking and clipping.

        * css3/filters/filter-mask-clip-order-expected.html: Added.
        * css3/filters/filter-mask-clip-order.html: Added.
        * css3/filters/resources/mask.png: Added.

2012-08-20  Adam Klein  <adamk@chromium.org>

        Remove redundant TOUCH_LISTENER event type
        https://bugs.webkit.org/show_bug.cgi?id=94524

        Reviewed by Ryosuke Niwa.

        Removed tests for hasTouchEventListener as they're redundant
        with tests for touchEventHandlerCount.

        * fast/events/touch/touch-handler-count-expected.txt:
        * fast/events/touch/touch-handler-count.html:

2012-08-20  Kenneth Russell  <kbr@google.com>

        Reftest fast/text-autosizing/nested-em-line-height.html needs updating after r126058
        https://bugs.webkit.org/show_bug.cgi?id=94528

        Unreviewed Chromium gardening. Narrow test expectation.

        * platform/chromium/TestExpectations:

2012-08-20  Kenneth Russell  <kbr@google.com>

        Unreviewed Chromium gardening. Adding suppressions for failing tests.

        https://bugs.webkit.org/show_bug.cgi?id=94521
        https://bugs.webkit.org/show_bug.cgi?id=94528
        https://bugs.webkit.org/show_bug.cgi?id=94532

        * platform/chromium/TestExpectations:

2012-08-20  Ryosuke Niwa  <rniwa@webkit.org>

        Replace isolate || bidi-override by isolate-override
        https://bugs.webkit.org/show_bug.cgi?id=89746

        Reviewed by Levi Weintraub.

        Rebaseline test expectations. These tests test the new behavior and new property value -webkit-isolate-override.

        * fast/css/unicode-bidi-computed-value-expected.txt:
        * fast/css/unicode-bidi-computed-value.html:
        * fast/text/bidi-override-isolate.html:

2012-08-20  Tony Chang  <tony@chromium.org>

        RenderGrid children should always be RenderBoxes
        https://bugs.webkit.org/show_bug.cgi?id=94305

        Reviewed by Abhishek Arya.

        Add test case from fuzzer.

        * fast/css-grid-layout/should-not-collapse-anonymous-blocks-expected.txt: Added.
        * fast/css-grid-layout/should-not-collapse-anonymous-blocks.html: Added.

2012-08-20  Kenneth Russell  <kbr@google.com>

        Unreviewed, rolling out r126026.
        http://trac.webkit.org/changeset/126026
        https://bugs.webkit.org/show_bug.cgi?id=94449

        Caused assertion failure in layout test touchadjustment/context-menu.html

        * touchadjustment/context-menu-select-text.html:
        * touchadjustment/context-menu-text-subtargets-expected.txt: Removed.
        * touchadjustment/context-menu-text-subtargets.html: Removed.
        * touchadjustment/resources/touchadjustment.js:

2012-08-20  Christophe Dumez  <christophe.dumez@intel.com>

        [JSC] SerializedScriptValue::create() should throw a DataCloneError if input is an unsupported object
        https://bugs.webkit.org/show_bug.cgi?id=94493

        Reviewed by Oliver Hunt.

        Add checks for Function, Error and host objects arguments to
        MessagePort.postMessage() in fast/events/message-port-multi.html.

        According to the structured clone specification, we should throw
        a DataCloneError for such input types.

        * fast/dom/Window/anonymous-slot-with-changes-expected.txt:
        * fast/dom/Window/anonymous-slot-with-changes.html: Update test to expect
        an exception when passing a function to postMessage().
        * fast/events/message-port-multi-expected.txt: Update expected result
        accordingly.
        * fast/events/resources/message-port-multi.js:
        (testTransfers.try.f1):
        * platform/chromium/fast/events/message-port-multi-expected.txt: Removed.
        Now identical to global expectation.

2012-08-20  Ken Buchanan  <kenrb@chromium.org>
        Line boxes not being dirtied correctly during inline removal
        https://bugs.webkit.org/show_bug.cgi?id=93156

        Reviewed by David Hyatt.

        Test exercising crashing condition for bug 93156.

        * fast/block/line-layout/double-line-break-obj-removal-crash.html: Added
        * fast/block/line-layout/double-line-break-obj-removal-crash-expected.txt: Added

2012-08-20  Bruno de Oliveira Abinader  <bruno.abinader@basyskom.com>

        [css3-text] Add getComputedStyle tests for -webkit-text-decoration-line
        https://bugs.webkit.org/show_bug.cgi?id=94108

        Reviewed by Kenneth Rohde Christiansen.

        Changeset r125205 introduced new CSS3 property "-webkit-text-decoration-line",
        with included basic getComputedStyle* layout tests for parsing check. This
        patch adds a new, more robust getComputedStyle-based layout test for this
        property.

        * fast/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line-expected.txt: Added.
        * fast/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line.html: Added.
        * fast/css3-text-decoration/getComputedStyle/script-tests/getComputedStyle-text-decoration-line.js: Added.

2012-08-20  John Mellor  <johnme@chromium.org>

        Text Autosizing: Only take into account block width <= document layout width.
        https://bugs.webkit.org/show_bug.cgi?id=93862

        Reviewed by Kenneth Rohde Christiansen.

        Added 4 tests: a block wider than the main frame, iframes both narrower
        than and wider than the main frame, both also containing wide blocks,
        and a narrow iframe expanded by frame flattening.

        I verified experimentally that narrow-iframe-flattened.html passes, by
        enabling frame flattening in Settings.cpp, but unfortunately it won't
        get run by any bots since the only platform which currently enables
        Text Autosizing (Chromium), doesn't enable frame flattening (or have
        the DRT methods required to test it).

        * fast/text-autosizing/font-scale-factor-expected.html:
        * fast/text-autosizing/font-scale-factor.html:
        * fast/text-autosizing/narrow-iframe-expected.html: Added.
        * fast/text-autosizing/narrow-iframe-flattened-expected.html: Added.
        * fast/text-autosizing/narrow-iframe-flattened.html: Added.
        * fast/text-autosizing/narrow-iframe.html: Added.
        * fast/text-autosizing/wide-block-expected.html: Added.
        * fast/text-autosizing/wide-block.html: Added.
        * fast/text-autosizing/wide-iframe-expected.html: Added.
        * fast/text-autosizing/wide-iframe.html: Added.
        * platform/chromium/TestExpectations:
        * platform/win/Skipped:
        * platform/wincairo/Skipped:

2012-08-20  Bruno de Oliveira Abinader  <bruno.abinader@basyskom.com>

        [css3-text] Add parsing support for -webkit-text-decoration-style
        https://bugs.webkit.org/show_bug.cgi?id=94093

        Reviewed by Julien Chaffraix.

        This patch implements the "text-decoration-style" property parsing as specified
        in CSS3 working draft, with "-webkit-" prefix. The specification can be found
        here: http://dev.w3.org/csswg/css3-text/#text-decoration-style

        Additionally, Mozilla implementation details can be found here:
        https://developer.mozilla.org/en-US/docs/CSS/text-decoration-style

        This is an individual task for bug 90958. Rendering support will be handled on a
        different bug.

        * fast/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-style-expected.txt: Added.
        * fast/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-style.html: Added.
        * fast/css3-text-decoration/getComputedStyle/script-tests/getComputedStyle-text-decoration-style.js: Added.

2012-08-20  Kenneth Russell  <kbr@google.com>

        Unreviewed Chromium gardening. Fixed invalid test expectation.

        * platform/chromium/TestExpectations:

2012-08-20  Kenneth Russell  <kbr@google.com>

        Unreviewed Chromium rebaselining and test failure suppressions.

        https://bugs.webkit.org/show_bug.cgi?id=94494
        https://bugs.webkit.org/show_bug.cgi?id=94501
        https://bugs.webkit.org/show_bug.cgi?id=94502

        * platform/chromium-mac-snowleopard/fast/forms/input-double-click-selection-gap-bug-expected.png:
        * platform/chromium-mac/fast/css/text-overflow-input-expected.png:
        * platform/chromium-mac/fast/forms/box-shadow-override-expected.png:
        * platform/chromium-mac/fast/forms/input-double-click-selection-gap-bug-expected.png:
        * platform/chromium/TestExpectations:

2012-08-20  Mike West  <mkwst@chromium.org>

        CSP 1.1: The 'plugin-types' warning should include details about explicit type declaration when relevant.
        https://bugs.webkit.org/show_bug.cgi?id=94432

        Reviewed by Adam Barth.

        * http/tests/security/contentSecurityPolicy/1.1/plugintypes-notype-data-expected.txt:
        * http/tests/security/contentSecurityPolicy/1.1/plugintypes-notype-url-expected.txt:

2012-08-20  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r125989.
        http://trac.webkit.org/changeset/125989
        https://bugs.webkit.org/show_bug.cgi?id=94485

        "Two of the new tests always failed on Mac bots" (Requested by
        bradee-oh on #webkit).

        * css3/compositing/blend-mode-property-expected.txt: Removed.
        * css3/compositing/blend-mode-property-parsing-expected.txt: Removed.
        * css3/compositing/blend-mode-property-parsing-invalid-expected.txt: Removed.
        * css3/compositing/blend-mode-property-parsing-invalid.html: Removed.
        * css3/compositing/blend-mode-property-parsing.html: Removed.
        * css3/compositing/blend-mode-property.html: Removed.
        * css3/compositing/script-tests/blend-mode-property-parsing-invalid.js: Removed.
        * css3/compositing/script-tests/blend-mode-property-parsing.js: Removed.
        * css3/compositing/script-tests/blend-mode-property.js: Removed.

2012-08-20  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        Update canvas tests that are using CanvasPixelArray
        https://bugs.webkit.org/show_bug.cgi?id=94474

        Reviewed by Andreas Kling.

        CanvasPixelArray is deprecated. W3C already updated these tests on the
        approved tests repository. Using Uint8ClampedArray, they now pass on
        WebKit.

        * canvas/philip/tests/2d.imageData.create1.type.html:
        * canvas/philip/tests/2d.imageData.create2.type.html:
        * canvas/philip/tests/2d.imageData.get.type.html:
        * platform/chromium/TestExpectations:
        * platform/efl/Skipped:
        * platform/gtk/TestExpectations:
        * platform/mac/canvas/philip/tests/2d.imageData.create1.type-expected.txt: Removed.
        * platform/mac/canvas/philip/tests/2d.imageData.create2.type-expected.txt: Removed.
        * platform/mac/canvas/philip/tests/2d.imageData.get.type-expected.txt: Removed.
        * platform/qt/Skipped:

2012-08-20  Allan Sandfeld Jensen  <allan.jensen@nokia.com>

        [TouchAdjustment] Adjust to word or selection
        https://bugs.webkit.org/show_bug.cgi?id=94449

        Reviewed by Antonio Gomes.

        Tests that touch-adjustment can adjust to the right subtargets within text-nodes.

        * touchadjustment/context-menu-select-text.html:
        * touchadjustment/context-menu-text-subtargets-expected.txt: Added.
        * touchadjustment/context-menu-text-subtargets.html: Added.
        * touchadjustment/resources/touchadjustment.js:
        (pointToString):
        (shouldBeWithin):

2012-08-20  'Pavel Feldman'  <pfeldman@chromium.org>

        Not reviewed: fixing flaky inspector test.

        * http/tests/inspector/resource-tree/resource-tree-frame-navigate.html:
        * http/tests/inspector/resource-tree/resource-tree-test.js:
        (initialize_ResourceTreeTest.InspectorTest.dumpResourcesTree):

2012-08-20  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Fixing the failure expectations for a flaky crasher XFrameOptions test
        in debug builds. When it doesn't crash it fails due to text diff.

        * platform/gtk/TestExpectations:

2012-08-20  Dominik Röttsches  <dominik.rottsches@intel.com>

        The 2d.imageData.object.round canvas test is failing
        https://bugs.webkit.org/show_bug.cgi?id=40272

        Reviewed by Kenneth Rohde Christiansen.

        Fixing expectations for the imageData rounding test, unskipping the tests on all ports.

        * canvas/philip/tests/2d.imageData.object.round.html: Fixing expected results according to "round to even in halfway case".
        * fast/canvas/canvas-ImageData-behaviour-expected.txt: Fixing expected results according to "round to even in halfway case".
        * fast/canvas/canvas-ImageData-behaviour.js: Fixing expected results according to "round to even in halfway case".
        * platform/chromium/TestExpectations: Updating bug id for 2d.imageData.object.round.html and for wrap case, adding SVG case for rebaselining.
        * platform/efl/Skipped: 2d.imageData.object.round.html
        * platform/efl/TestExpectations: Moving 2d.imageData.object.wrap.html case here with new bug id.
        * platform/gtk/TestExpectations: Unskippng 2d.imageData.object.round.html, updating bug id for wrap case.
        * platform/mac/Skipped: Unskipping 2d.imageData.object.round.html.
        * platform/qt/Skipped: Unskipping 2d.imageData.object.round.html.

2012-08-20  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Update flaky tests to make the bots green
        https://bugs.webkit.org/show_bug.cgi?id=94467

        Unreviewed EFL gardening. Mark several tests as
        flaky in order to make the bots green.

        * platform/efl/TestExpectations:

2012-08-20  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Mark several inspector tests as flaky
        https://bugs.webkit.org/show_bug.cgi?id=94452

        Unreviewed EFL gardening. Mark several inspector
        tests as flaky to make the bots green.

        * platform/efl/TestExpectations:

2012-08-20  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Moving a couple of WONTFIX accessibility tests into the appropriate
        section.

        Removing crash expectations for a few accessibility tests that were fixed
        in r125920.

        Adding a flaky crash expectation for a XFrameOptions http test.

        Adding platform-specific baselines for a few css3 compositing tests that fail
        differently because of using JavaScriptCore instead of V8.

        * platform/gtk/TestExpectations:
        * platform/gtk/css3/compositing: Added.
        * platform/gtk/css3/compositing/blend-mode-property-expected.txt: Added.
        * platform/gtk/css3/compositing/blend-mode-property-parsing-expected.txt: Added.

2012-08-20  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: load scripts panel lazily
        https://bugs.webkit.org/show_bug.cgi?id=94416

        Reviewed by Vsevolod Vlasov.

        This change removes access to WebInspector.panels.scripts and loads it lazily.

        * http/tests/inspector/debugger-test.js:
        (initialize_DebuggerTest):
        * inspector/debugger/scripts-panel.html:
        * inspector/debugger/scripts-sorting.html:
        * inspector/filtered-item-selection-dialog-filtering.html:
        * inspector/styles/edit-inspector-stylesheet.html:
        * inspector/tabbed-editors-history.html:

2012-08-20  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Move CSS 3 compositing tests to TestExpectations
        https://bugs.webkit.org/show_bug.cgi?id=94451

        Unreviewed EFL gardening. Skip css3/compositing test
        cases for EFL port until we turn on CSS_COMPOSITING
        compile flag.

        * platform/efl/TestExpectations:

2012-08-20  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: prepare scripts panel to be lazily loaded
        https://bugs.webkit.org/show_bug.cgi?id=94423

        Reviewed by Vsevolod Vlasov.

        * http/tests/inspector/debugger-test.js:
        (initialize_DebuggerTest.InspectorTest.finishDebuggerTest.disableDebugger):
        * inspector/debugger/debugger-autocontinue-on-syntax-error.html:
        * inspector/debugger/debugger-pause-in-internal.html:
        * inspector/debugger/debugger-pause-on-exception.html:
        * inspector/debugger/scripts-panel-expected.txt:

2012-08-20  Allan Sandfeld Jensen  <allan.jensen@nokia.com>

        Unreviewed gardening, remove FAIL expectation fixed by r126006

        * platform/chromium/TestExpectations:

2012-08-20  Allan Sandfeld Jensen  <allan.jensen@nokia.com>

        [chromium] context-menu.html fails on Chromium Mac
        https://bugs.webkit.org/show_bug.cgi?id=94367

        Reviewed by Kenneth Rohde Christiansen.

        Set editing behaviour explicitly so the test behaves the same independent of host OS.

        * touchadjustment/context-menu.html:

2012-08-20  Yoshifumi Inoue  <yosin@chromium.org>

        [Tests] time-multiple-fields-appearance-basic.html and time-multiple-fields-appearance-pseudo-elements.html are failed on Chromium Mac
        https://bugs.webkit.org/show_bug.cgi?id=94439

        Unreviewed. Temporary disabled these tests.

        * platform/chromium/TestExpectations: Add entries for these tests.

2012-08-19  Yoshifumi Inoue  <yosin@chromium.org>

        [Tests] time-multiple-fields-appearance-basic.html and time-multiple-fields-appearance-pseudo-elements.html are failed on Chromium Mac
        https://bugs.webkit.org/show_bug.cgi?id=94439

        Reviewed by Kent Tamura.

        This patch updates expected images of multiple fields time input UI for
        Chromium-Linux and CSS selectors for expected HTML file for changing
        of Source/WebCore/css/themeWin.css.

        * fast/forms/time-multiple-fields/resources/time-multiple-fields-appearance.css:
        (.host): Changed padding property.
        (.ampmField): Remove wrong property.
        (.hourField): ditto
        (.millisecondField): ditto
        (.minuteField): ditto
        (.secondField): ditto
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.txt:
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.txt:
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.txt:
        * platform/chromium/TestExpectations: Remove Chromium-Mac disabled entries.

2012-08-19  Rik Cabanier  <cabanier@adobe.com>

        parse CSS attribute -webkit-blend-mode
        https://bugs.webkit.org/show_bug.cgi?id=94024

        Reviewed by Dirk Schulze.

        Added parsing and general CSS handling of -webkit-blend-mode per http://www.w3.org/TR/2012/WD-compositing-20120816/

        * css3/compositing: Added.
        * css3/compositing/blend-mode-property-expected.txt: Added.
        * css3/compositing/blend-mode-property-parsing-expected.txt: Added.
        * css3/compositing/blend-mode-property-parsing-invalid-expected.txt: Added.
        * css3/compositing/blend-mode-property-parsing-invalid.html: Added.
        * css3/compositing/blend-mode-property-parsing.html: Added.
        * css3/compositing/blend-mode-property.html: Added.
        * css3/compositing/script-tests: Added.
        * css3/compositing/script-tests/blend-mode-property-parsing-invalid.js: Added.
        (testInvalidFilterRule):
        * css3/compositing/script-tests/blend-mode-property-parsing.js: Added.
        (jsWrapperClass):
        (shouldBeType):
        (testFilterRule):
        * css3/compositing/script-tests/blend-mode-property.js: Added.

2012-08-19  MORITA Hajime  <morrita@google.com>

        DOM mutation against including <link> shouldn't trigger pending HTML parser.
        https://bugs.webkit.org/show_bug.cgi?id=93641

        Reviewed by Ryosuke Niwa.

        Note that the test content need to be such cryptic because HTML parser is involving the
        captured bug and adding explanations can affect the behavior then mask the bug.

        * http/tests/loading/remove-child-triggers-parser-expected.txt: Added.
        * http/tests/loading/remove-child-triggers-parser.html: Added.

2012-08-19  KwangYong Choi  <ky0.choi@samsung.com>

        [EFL] Gardening for fast/forms/range/thumbslider-no-parent-slider.html
        https://bugs.webkit.org/show_bug.cgi?id=94334

        Unreviewed gardening.

        Slider thumb can not be displayed without parent slider because
        current theme of EFL does not display slider thumb separately.

        * platform/efl/TestExpectations:
        * platform/efl/fast/forms/range/thumbslider-no-parent-slider-expected.png: Removed.
        * platform/efl/fast/forms/range/thumbslider-no-parent-slider-expected.txt: Removed.

2012-08-19  Yoshifumi Inoue  <yosin@chromium.org>

        [Tests] time-multiple-fields-appearance-basic.html and time-multiple-fields-appearance-pseudo-elements.html are failed on Chromium Windows
        https://bugs.webkit.org/show_bug.cgi?id=94297

        Reviewed by Kent Tamura.

        This patch updates a logic for detcting multiple fields time input UI
        has second field or not.

        * fast/forms/time-multiple-fields/resources/time-multiple-fields-appearance.js:
        (checkHasShortFormat): Added "<br>" between input elements to avoid rounding error
        on calculating rendering width of input elements. When input elements are rendered on
        same baseline, width of first one is 126px and second is 125px.
        * platform/chromium/TestExpectations: Changed bug id of entries Chromium-Mac specific bug entry, bug 94339.

2012-08-19  Mike West  <mkwst@chromium.org>

        CSP 1.1: Add 'plugin-types' and 'form-action' DOM API.
        https://bugs.webkit.org/show_bug.cgi?id=94415

        Reviewed by Adam Barth.

        * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowformaction-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowformaction.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowplugintype-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowplugintype.html: Added.

2012-08-19  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: load network panel lazily
        https://bugs.webkit.org/show_bug.cgi?id=94414

        Reviewed by Vsevolod Vlasov.

        * http/tests/inspector/inspector-test.js:
        (initialize_InspectorTest.InspectorTest.navigate):
        (initialize_InspectorTest.InspectorTest._innerReloadPage):
        * http/tests/inspector/network-test.js:
        * http/tests/inspector/network/async-xhr-json-mime-type.html:
        * http/tests/inspector/network/cached-resource-destroyed-moved-to-storage.html:
        * http/tests/inspector/network/cached-resource-destroyed-too-big-discarded.html:
        * http/tests/inspector/network/download.html:
        * http/tests/inspector/network/network-cachedresources-with-same-urls.html:
        * http/tests/inspector/network/network-clear-cache.html-disabled:
        * http/tests/inspector/network/network-clear-cookies.html-disabled:
        * http/tests/inspector/network/network-content-replacement-embed.html:
        * http/tests/inspector/network/network-content-replacement-xhr.html:
        * http/tests/inspector/network/network-cyrillic-xhr.html:
        * http/tests/inspector/network/network-disable-cache-memory.html:
        * http/tests/inspector/network/network-disable-cache-xhrs.html:
        * http/tests/inspector/network/network-disabling-check-no-memory-leak.html:
        * http/tests/inspector/network/network-embed.html:
        * http/tests/inspector/network/network-empty-xhr.html:
        * http/tests/inspector/network/network-iframe-load-and-delete.html:
        * http/tests/inspector/network/network-image-404.html:
        * http/tests/inspector/network/network-initiator-from-console.html:
        * http/tests/inspector/network/network-preview-json.html:
        * http/tests/inspector/network/network-request-revision-content.html:
        * http/tests/inspector/network/network-shared-worker.html:
        * http/tests/inspector/network/network-sidebar-width.html:
        * http/tests/inspector/network/network-size-chunked.html:
        * http/tests/inspector/network/network-size-sync.html:
        * http/tests/inspector/network/network-size.html:
        * http/tests/inspector/network/network-worker.html:
        * http/tests/inspector/network/network-xhr-async-double.html:
        * http/tests/inspector/network/network-xhr-async.html:
        * http/tests/inspector/network/network-xhr-same-url-as-main-resource.html:
        * http/tests/inspector/network/network-xhr-sync.html:
        * http/tests/inspector/network/request-parameters-decoding.html:
        * http/tests/inspector/network/x-frame-options-deny.html:
        * http/tests/inspector/resource-har-pages.html:
        * http/tests/inspector/resource-tree/resource-tree-mimetype.html:

2012-08-19  Pavel Feldman  <pfeldman@chromium.org>

        REGRESSION (r125280-r125284): inspector/console/console-format-collections.html failing on Apple Lion Debug WK1 (Tests)
        https://bugs.webkit.org/show_bug.cgi?id=93748

        Reviewed by Pavel Feldman.

        Not reviewed - simple test fix.

        * inspector/console/console-format-collections-expected.txt:
        * inspector/console/console-format-collections.html:

2012-08-18  Pavel Feldman  <pfeldman@chromium.org>

        Follow up to r125966, fixing flaky tests.

        * inspector/elements/event-listeners-about-blank.html:

2012-08-18  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: make profiles panel a lazily loaded module.
        https://bugs.webkit.org/show_bug.cgi?id=94351

        Reviewed by Yury Semikhatsky.

        * inspector/profiler/heap-snapshot-inspect-dom-wrapper.html:
        * inspector/profiler/heap-snapshot-loader.html:
        * inspector/profiler/heap-snapshot-summary-show-ranges.html:
        * inspector/profiler/heap-snapshot-summary-shown-node-count-preserved-when-sorting.html:

2012-08-18  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: load panels code on demand
        https://bugs.webkit.org/show_bug.cgi?id=94326

        Reviewed by Vsevolod Vlasov.

        Showing panels prior to running tests in order to load the code for them.

        * http/tests/inspector/resource-tree/resource-tree-non-unique-url.html:
        * inspector/database-table-name-excaping.html:
        * inspector/styles/styles-invalid-color-values.html:
        * inspector/timeline-dfs.html:

2012-08-17  Keishi Hattori  <keishi@webkit.org>

        Calendar picker shows wrong date when input element has year earlier than 100
        https://bugs.webkit.org/show_bug.cgi?id=94100

        Reviewed by Kent Tamura.

        * fast/forms/date/calendar-picker-appearance-pre-100-expected.txt: Added.
        * fast/forms/date/calendar-picker-appearance-pre-100.html: Added.

2012-08-17  Dirk Pranke  <dpranke@chromium.org>

        Unreviewed, rolling out r125897.
        http://trac.webkit.org/changeset/125897
        https://bugs.webkit.org/show_bug.cgi?id=94326

        This patch seems to have broken the inspector on the apple mac bots.

        * http/tests/inspector/resource-tree/resource-tree-non-unique-url.html:
        * inspector/database-table-name-excaping.html:
        * inspector/styles/styles-invalid-color-values.html:
        * inspector/timeline-dfs.html:

2012-08-17  Alice Cheng  <alice_cheng@apple.com>

        Preserve styling elements in DeleteSelectionCommand
        <rdar://problem/12040676>
        https://bugs.webkit.org/show_bug.cgi?id=93643

        Reviewed by Ryosuke Niwa.

        Test if delete selection command does move styling elements to
        rootEditableElement, when the selection contains some. Also test command's
        undoness.

        * editing/execCommand/delete-selection-has-style-expected.txt: Added.
        * editing/execCommand/delete-selection-has-style.html: Added.

2012-08-17  Sukolsak Sakshuwong  <sukolsak@google.com>

        Disconnect UndoManager when its undo scope host is destroyed
        https://bugs.webkit.org/show_bug.cgi?id=94388

        Reviewed by Ryosuke Niwa.

        * editing/undomanager/undoscopehost-use-after-free-expected.txt: Added.
        * editing/undomanager/undoscopehost-use-after-free.html: Added.

2012-08-17  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r125922.
        http://trac.webkit.org/changeset/125922
        https://bugs.webkit.org/show_bug.cgi?id=94389

        "Causing failing/crashing tests on Mac bots" (Requested by
        bradee-oh on #webkit).

        * inspector/profiler/heap-snapshot-inspect-dom-wrapper.html:
        * inspector/profiler/heap-snapshot-loader.html:
        * inspector/profiler/heap-snapshot-summary-show-ranges.html:
        * inspector/profiler/heap-snapshot-summary-shown-node-count-preserved-when-sorting.html:

2012-08-17  Nate Chapin  <japhet@chromium.org>

        Add missing CR in bug identifiers in TextExpectations

        * platform/chromium/TestExpectations:

2012-08-17  Nate Chapin  <japhet@chromium.org>

        Update BUGJAPHET TextExpectations entries to point to bugs.

        * platform/chromium/TestExpectations:

2012-08-17  Kiran Muppala  <cmuppala@apple.com>

        Update test expectations for inspector/timeline/timeline-decode-resize.html on mac
        https://bugs.webkit.org/show_bug.cgi?id=94375

        Reviewed by Brady Eidson.

        Mark inspector/timeline/timeline-decode-resize.html as an expected
        failure on mac until https://bugs.webkit.org/show_bug.cgi?id=94374
        is resolved.

        * platform/mac/TestExpectations:

2012-08-17  John J. Barton  <johnjbarton@chromium.org>

        Web Inspector: Refactor InspectorTest to split evals for initialization from runTest
        https://bugs.webkit.org/show_bug.cgi?id=93520

        Reviewed by Pavel Feldman.

         Split function runTestInFrontend() into initialization and runTestInFrontEnd parts;
         send them to the front-end in two different evaluateInFrontEnd calls, resulting in
         two different eval() calls. In debug setup, we'll get two different UISourceCodes,
         much easier to debug with.        

        Refactoring, all inspector tests pass.

        * http/tests/inspector/inspector-test.js:

2012-08-17  John Mellor  <johnme@chromium.org>

        Text Autosizing: Increase line height in proportion to font size.
        https://bugs.webkit.org/show_bug.cgi?id=91660

        Reviewed by Julien Chaffraix.

        Adjusted the expectation for simple-paragraph.html and
        font-scale-factor.html now that line-height is correctly increased.
        Also added 5 more tests making sure that autosized children of
        non-autosized parents work correctly, and vice versa; that nested
        inline elements behave correctly; and documenting the behavior of
        margins, borders, and padding with em lengths.

        * fast/text-autosizing/em-margin-border-padding-expected.html: Added.
        * fast/text-autosizing/em-margin-border-padding.html: Copied from LayoutTests/fast/text-autosizing/simple-paragraph.html.
        * fast/text-autosizing/font-scale-factor-expected.html:
        * fast/text-autosizing/font-scale-factor.html:
        * fast/text-autosizing/narrow-child-expected.html: Added.
        * fast/text-autosizing/narrow-child.html: Copied from LayoutTests/fast/text-autosizing/simple-paragraph.html.
        * fast/text-autosizing/nested-em-line-height-expected.html: Added.
        * fast/text-autosizing/nested-em-line-height.html: Added.
        * fast/text-autosizing/simple-paragraph-expected.html:
        * fast/text-autosizing/simple-paragraph.html:
        * fast/text-autosizing/span-child-expected.html: Added.
        * fast/text-autosizing/span-child.html: Copied from LayoutTests/fast/text-autosizing/simple-paragraph.html.
        * fast/text-autosizing/wide-child-expected.html: Added.
        * fast/text-autosizing/wide-child.html: Copied from LayoutTests/fast/text-autosizing/simple-paragraph.html.

2012-08-17  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Removing expectations for two flaky crashers that were fixed in r125181.

        Skipping three tests of otherwise unsupported features as they time out
        and just prolong the bot cycle in doing so.

        * platform/gtk/TestExpectations:

2012-08-17  Dominic Mazzoni  <dmazzoni@google.com>

        REGRESSION(r125710) - canvas-fallback-content tests asserting in Chromium
        https://bugs.webkit.org/show_bug.cgi?id=94156

        Reviewed by Chris Fleizach.

        Fixes two canvas tests that were asserting.

        * platform/chromium/TestExpectations:

2012-08-17  Levi Weintraub  <leviw@chromium.org>

        Unreviewed gardening. Updating test expectations after r125794.

        * fast/repaint/transform-absolute-child-expected.txt: Added.
        * fast/repaint/transform-repaint-descendants-expected.txt: Added.
        * platform/chromium-linux/compositing/shadows/shadow-drawing-expected.png:
        * platform/chromium-linux/fast/repaint/transform-absolute-child-expected.png:
        * platform/chromium-linux/fast/repaint/transform-repaint-descendants-expected.png:
        * platform/chromium-linux/fast/repaint/transform-translate-expected.png:
        * platform/chromium-linux/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.png: Added.
        * platform/chromium-linux/fast/transforms/transformed-document-element-expected.png:
        * platform/chromium-linux/media/audio-repaint-expected.png:
        * platform/chromium-linux/svg/transforms/svg-css-transforms-expected.png:
        * platform/chromium-linux/transforms/svg-vs-css-expected.png:
        * platform/chromium-mac-snowleopard/compositing/shadows/shadow-drawing-expected.png:
        * platform/chromium-mac-snowleopard/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/media/audio-repaint-expected.png:
        * platform/chromium-mac/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.txt: Removed.
        * platform/chromium-win/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png:
        * platform/chromium-win/fast/repaint/transform-absolute-child-expected.png:
        * platform/chromium-win/fast/repaint/transform-repaint-descendants-expected.png:
        * platform/chromium-win/fast/repaint/transform-translate-expected.png:
        * platform/chromium-win/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.png: Added.
        * platform/chromium-win/fast/transforms/transformed-document-element-expected.png:
        * platform/chromium-win/media/audio-repaint-expected.png:
        * platform/chromium-win/svg/transforms/svg-css-transforms-expected.png:
        * platform/chromium-win/transforms/svg-vs-css-expected.png:
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/sub-pixel: Added.
        * platform/chromium/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.txt: Added.
        * platform/efl/fast/repaint/transform-absolute-child-expected.txt: Removed.
        * platform/efl/fast/repaint/transform-repaint-descendants-expected.txt: Removed.
        * platform/gtk/fast/repaint/transform-absolute-child-expected.txt: Removed.
        * platform/gtk/fast/repaint/transform-repaint-descendants-expected.txt: Removed.
        * platform/mac/fast/repaint/transform-absolute-child-expected.txt: Removed.
        * platform/qt/fast/repaint/transform-absolute-child-expected.txt: Removed.

2012-08-17  Adrienne Walker  <enne@google.com>

        [chromium] Mark indexeddb/resources-panel as also timing out

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-08-17  Arpita Bahuguna  <arpitabahuguna@gmail.com>

        ASSERTION FAILED: allocatedMaxLogicalWidth <= cellMaxLogicalWidth : int WebCore::AutoTableLayout::calcEffectiveLogicalWidth()
        https://bugs.webkit.org/show_bug.cgi?id=92471

        Reviewed by Julien Chaffraix.

        * fast/table/assert-autotablelayout-maxlogicalwidth-expected.txt: Added.
        * fast/table/assert-autotablelayout-maxlogicalwidth.html: Added.
        Added a testcase for verifying that the assert in AutoTableLayout::calcEffectiveLogicalWidth()
        for allocatedMaxLogicalWidth coming greater than cellMaxLogicalWidth, does not occur.

2012-08-17  Adrienne Walker  <enne@google.com>

        [chromium] Mark context-menu.html as failing on Chromium Mac
        https://bugs.webkit.org/show_bug.cgi?id=94367

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-08-17  Adrienne Walker  <enne@google.com>

        [chromium] Rebaseline Chromium mac images after r125830

        Unreviewed gardening. Expectation update.

        All changes looked like text fields changed imperceptibly and
        checkboxes with text fields moved up to match the expected
        non-Chromium versions.

        * platform/chromium-linux-x86/fast/events/autoscroll-expected.png: Removed.
        * platform/chromium-linux-x86/http/tests/navigation/javascriptlink-frames-expected.png: Removed.
        * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png: Removed.
        * platform/chromium-mac-snowleopard/css1/box_properties/acid_test-expected.png:
        * platform/chromium-mac-snowleopard/css2.1/t09-c5526c-display-00-e-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-25-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-70-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-25-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-70-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-25-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-70-expected.png:
        * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-input-expected.png:
        * platform/chromium-mac-snowleopard/editing/inserting/before-after-input-element-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/4806874-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/drop-text-without-selection-expected.png:
        * platform/chromium-mac-snowleopard/editing/pasteboard/input-field-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/3690703-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/3690703-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/3690719-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/4895428-3-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/4975120-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/drag-select-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-1-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-3-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-4-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-5-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/select-from-textfield-outwards-expected.png:
        * platform/chromium-mac-snowleopard/fast/block/basic/011-expected.png:
        * platform/chromium-mac-snowleopard/fast/block/margin-collapse/103-expected.png:
        * platform/chromium-mac-snowleopard/fast/css/input-search-padding-expected.png:
        * platform/chromium-mac-snowleopard/fast/css/line-height-expected.png:
        * platform/chromium-mac-snowleopard/fast/css/text-overflow-input-expected.png:
        * platform/chromium-mac-snowleopard/fast/dom/isindex-001-expected.png:
        * platform/chromium-mac-snowleopard/fast/dom/isindex-002-expected.png:
        * platform/chromium-mac-snowleopard/fast/events/autoscroll-expected.png:
        * platform/chromium-mac-snowleopard/fast/events/context-no-deselect-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/001-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/basic-inputs-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/box-shadow-override-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/encoding-test-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/fieldset-align-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/file/file-input-disabled-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/floating-textfield-relayout-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/form-element-geometry-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/formmove-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/formmove2-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/indeterminate-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-align-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-appearance-default-bkcolor-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-appearance-disabled-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-appearance-focus-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-appearance-height-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-appearance-preventDefault-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-appearance-readonly-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-appearance-selection-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-appearance-visibility-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-appearance-width-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-baseline-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-disabled-color-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-field-text-truncated-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-paint-order-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-visibility-1-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-visibility-3-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-readonly-autoscroll-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-readonly-dimmed-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-readonly-empty-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-spaces-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-table-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-text-click-inside-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-text-click-outside-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-text-double-click-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-text-drag-down-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-text-option-delete-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-text-scroll-left-on-blur-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-text-self-emptying-click-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-text-word-wrap-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-type-text-min-width-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-value-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-width-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug12384-expected.png.
        * platform/chromium-mac-snowleopard/fast/forms/minWidthPercent-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/number/number-appearance-rtl-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/number/number-appearance-spinbutton-layer-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/placeholder-position-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/placeholder-pseudo-style-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/plaintext-mode-2-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/tabbing-input-iframe-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/text-style-color-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/textfield-focus-ring-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/textfield-overflow-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/textfield-overflow-expected.png.
        * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/visual-hebrew-text-field-expected.png:
        * platform/chromium-mac-snowleopard/fast/frames/take-focus-from-iframe-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-no-summary4-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-open-javascript-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-open2-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-open4-expected.png:
        * platform/chromium-mac-snowleopard/fast/inline/positionedLifetime-expected.png:
        * platform/chromium-mac-snowleopard/fast/lists/dynamic-marker-crash-expected.png:
        * platform/chromium-mac-snowleopard/fast/parser/bad-xml-slash-expected.png:
        * platform/chromium-mac-snowleopard/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug12384-expected.png.
        * platform/chromium-mac-snowleopard/fast/repaint/subtree-root-skipped-expected.png:
        * platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-expected.png:
        * platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-mixture-expected.png:
        * platform/chromium-mac-snowleopard/fast/replaced/width100percent-textfield-expected.png:
        * platform/chromium-mac-snowleopard/fast/speech/input-appearance-numberandspeech-expected.png:
        * platform/chromium-mac-snowleopard/fast/speech/input-appearance-speechbutton-expected.png:
        * platform/chromium-mac-snowleopard/fast/speech/speech-bidi-rendering-expected.png:
        * platform/chromium-mac-snowleopard/fast/table/003-expected.png:
        * platform/chromium-mac-snowleopard/fast/table/colspanMinWidth-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/textfield-overflow-expected.png.
        * platform/chromium-mac-snowleopard/fast/table/colspanMinWidth-vertical-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug12384-expected.png.
        * platform/chromium-mac-snowleopard/fast/table/spanOverlapRepaint-expected.png: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug12384-expected.png.
        * platform/chromium-mac-snowleopard/fast/table/text-field-baseline-expected.png:
        * platform/chromium-mac-snowleopard/fast/text/textIteratorNilRenderer-expected.png:
        * platform/chromium-mac-snowleopard/fast/transforms/transformed-focused-text-input-expected.png: Added.
        * platform/chromium-mac-snowleopard/http/tests/navigation/javascriptlink-frames-expected.png:
        * platform/chromium-mac-snowleopard/plugins/mouse-click-plugin-clears-selection-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png.
        * platform/chromium-mac-snowleopard/svg/custom/inline-svg-in-xhtml-expected.png:
        * platform/chromium-mac-snowleopard/svg/hixie/mixed/003-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/45621-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1188-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug12384-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1318-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug18359-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug24200-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-2-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-3-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug28928-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4382-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4527-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-1-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-2-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51037-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug55545-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug59354-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug7342-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug96334-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/dom/tableDom-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/other/move_row-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png:
        * platform/chromium-mac/css1/box_properties/acid_test-expected.png:
        * platform/chromium-mac/css2.1/t09-c5526c-display-00-e-expected.png:
        * platform/chromium-mac/css3/selectors3/html/css3-modsel-25-expected.png:
        * platform/chromium-mac/css3/selectors3/html/css3-modsel-70-expected.png:
        * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-25-expected.png:
        * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-70-expected.png:
        * platform/chromium-mac/css3/selectors3/xml/css3-modsel-25-expected.png:
        * platform/chromium-mac/css3/selectors3/xml/css3-modsel-70-expected.png:
        * platform/chromium-mac/editing/input/caret-at-the-edge-of-input-expected.png:
        * platform/chromium-mac/editing/inserting/before-after-input-element-expected.png:
        * platform/chromium-mac/editing/pasteboard/4806874-expected.png:
        * platform/chromium-mac/editing/pasteboard/drop-text-without-selection-expected.png:
        * platform/chromium-mac/editing/pasteboard/input-field-1-expected.png:
        * platform/chromium-mac/editing/selection/3690703-2-expected.png:
        * platform/chromium-mac/editing/selection/3690703-expected.png:
        * platform/chromium-mac/editing/selection/3690719-expected.png:
        * platform/chromium-mac/editing/selection/4895428-3-expected.png:
        * platform/chromium-mac/editing/selection/4975120-expected.png:
        * platform/chromium-mac/editing/selection/drag-select-1-expected.png:
        * platform/chromium-mac/editing/selection/select-across-readonly-input-1-expected.png:
        * platform/chromium-mac/editing/selection/select-across-readonly-input-2-expected.png:
        * platform/chromium-mac/editing/selection/select-across-readonly-input-3-expected.png:
        * platform/chromium-mac/editing/selection/select-across-readonly-input-4-expected.png:
        * platform/chromium-mac/editing/selection/select-across-readonly-input-5-expected.png:
        * platform/chromium-mac/editing/selection/select-from-textfield-outwards-expected.png:
        * platform/chromium-mac/fast/block/basic/011-expected.png:
        * platform/chromium-mac/fast/block/margin-collapse/103-expected.png:
        * platform/chromium-mac/fast/css/input-search-padding-expected.png:
        * platform/chromium-mac/fast/css/line-height-expected.png:
        * platform/chromium-mac/fast/css/text-overflow-input-expected.png:
        * platform/chromium-mac/fast/dom/isindex-001-expected.png:
        * platform/chromium-mac/fast/dom/isindex-002-expected.png:
        * platform/chromium-mac/fast/events/autoscroll-expected.png:
        * platform/chromium-mac/fast/events/context-no-deselect-expected.png:
        * platform/chromium-mac/fast/forms/001-expected.png:
        * platform/chromium-mac/fast/forms/basic-inputs-expected.png:
        * platform/chromium-mac/fast/forms/box-shadow-override-expected.png:
        * platform/chromium-mac/fast/forms/date/date-appearance-expected.png:
        * platform/chromium-mac/fast/forms/encoding-test-expected.png:
        * platform/chromium-mac/fast/forms/fieldset-align-expected.png:
        * platform/chromium-mac/fast/forms/file/file-input-disabled-expected.png:
        * platform/chromium-mac/fast/forms/floating-textfield-relayout-expected.png:
        * platform/chromium-mac/fast/forms/form-element-geometry-expected.png:
        * platform/chromium-mac/fast/forms/formmove-expected.png:
        * platform/chromium-mac/fast/forms/formmove2-expected.png:
        * platform/chromium-mac/fast/forms/indeterminate-expected.png:
        * platform/chromium-mac/fast/forms/input-align-expected.png:
        * platform/chromium-mac/fast/forms/input-appearance-default-bkcolor-expected.png:
        * platform/chromium-mac/fast/forms/input-appearance-disabled-expected.png:
        * platform/chromium-mac/fast/forms/input-appearance-focus-expected.png:
        * platform/chromium-mac/fast/forms/input-appearance-height-expected.png:
        * platform/chromium-mac/fast/forms/input-appearance-preventDefault-expected.png:
        * platform/chromium-mac/fast/forms/input-appearance-readonly-expected.png:
        * platform/chromium-mac/fast/forms/input-appearance-selection-expected.png:
        * platform/chromium-mac/fast/forms/input-appearance-visibility-expected.png:
        * platform/chromium-mac/fast/forms/input-appearance-width-expected.png:
        * platform/chromium-mac/fast/forms/input-baseline-expected.png:
        * platform/chromium-mac/fast/forms/input-disabled-color-expected.png:
        * platform/chromium-mac/fast/forms/input-field-text-truncated-expected.png:
        * platform/chromium-mac/fast/forms/input-placeholder-paint-order-expected.png:
        * platform/chromium-mac/fast/forms/input-placeholder-visibility-1-expected.png:
        * platform/chromium-mac/fast/forms/input-placeholder-visibility-3-expected.png:
        * platform/chromium-mac/fast/forms/input-readonly-autoscroll-expected.png:
        * platform/chromium-mac/fast/forms/input-readonly-dimmed-expected.png:
        * platform/chromium-mac/fast/forms/input-readonly-empty-expected.png:
        * platform/chromium-mac/fast/forms/input-spaces-expected.png:
        * platform/chromium-mac/fast/forms/input-table-expected.png:
        * platform/chromium-mac/fast/forms/input-text-click-inside-expected.png:
        * platform/chromium-mac/fast/forms/input-text-click-outside-expected.png:
        * platform/chromium-mac/fast/forms/input-text-double-click-expected.png:
        * platform/chromium-mac/fast/forms/input-text-drag-down-expected.png:
        * platform/chromium-mac/fast/forms/input-text-option-delete-expected.png:
        * platform/chromium-mac/fast/forms/input-text-scroll-left-on-blur-expected.png:
        * platform/chromium-mac/fast/forms/input-text-self-emptying-click-expected.png:
        * platform/chromium-mac/fast/forms/input-text-word-wrap-expected.png:
        * platform/chromium-mac/fast/forms/input-type-text-min-width-expected.png:
        * platform/chromium-mac/fast/forms/input-value-expected.png:
        * platform/chromium-mac/fast/forms/input-width-expected.png:
        * platform/chromium-mac/fast/forms/minWidthPercent-expected.png:
        * platform/chromium-mac/fast/forms/number/number-appearance-rtl-expected.png:
        * platform/chromium-mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png:
        * platform/chromium-mac/fast/forms/number/number-appearance-spinbutton-layer-expected.png:
        * platform/chromium-mac/fast/forms/placeholder-position-expected.png:
        * platform/chromium-mac/fast/forms/placeholder-pseudo-style-expected.png:
        * platform/chromium-mac/fast/forms/plaintext-mode-2-expected.png:
        * platform/chromium-mac/fast/forms/tabbing-input-iframe-expected.png:
        * platform/chromium-mac/fast/forms/text-style-color-expected.png:
        * platform/chromium-mac/fast/forms/textfield-focus-ring-expected.png:
        * platform/chromium-mac/fast/forms/textfield-overflow-expected.png:
        * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png:
        * platform/chromium-mac/fast/forms/visual-hebrew-text-field-expected.png:
        * platform/chromium-mac/fast/frames/take-focus-from-iframe-expected.png:
        * platform/chromium-mac/fast/html/details-no-summary4-expected.png:
        * platform/chromium-mac/fast/html/details-open-javascript-expected.png:
        * platform/chromium-mac/fast/html/details-open2-expected.png:
        * platform/chromium-mac/fast/html/details-open4-expected.png:
        * platform/chromium-mac/fast/inline/positionedLifetime-expected.png:
        * platform/chromium-mac/fast/lists/dynamic-marker-crash-expected.png:
        * platform/chromium-mac/fast/parser/bad-xml-slash-expected.png:
        * platform/chromium-mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
        * platform/chromium-mac/fast/repaint/subtree-root-skipped-expected.png:
        * platform/chromium-mac/fast/replaced/replaced-breaking-expected.png:
        * platform/chromium-mac/fast/replaced/replaced-breaking-mixture-expected.png:
        * platform/chromium-mac/fast/replaced/width100percent-textfield-expected.png:
        * platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.png:
        * platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.png:
        * platform/chromium-mac/fast/speech/speech-bidi-rendering-expected.png:
        * platform/chromium-mac/fast/table/003-expected.png:
        * platform/chromium-mac/fast/table/colspanMinWidth-expected.png:
        * platform/chromium-mac/fast/table/colspanMinWidth-vertical-expected.png:
        * platform/chromium-mac/fast/table/spanOverlapRepaint-expected.png:
        * platform/chromium-mac/fast/table/text-field-baseline-expected.png:
        * platform/chromium-mac/fast/text/textIteratorNilRenderer-expected.png:
        * platform/chromium-mac/fast/transforms/transformed-focused-text-input-expected.png:
        * platform/chromium-mac/http/tests/navigation/javascriptlink-frames-expected.png:
        * platform/chromium-mac/plugins/mouse-click-plugin-clears-selection-expected.png:
        * platform/chromium-mac/svg/custom/inline-svg-in-xhtml-expected.png:
        * platform/chromium-mac/svg/hixie/mixed/003-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/45621-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug12384-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug24200-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug2479-3-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug4382-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug46368-1-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug46368-2-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug51037-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug55545-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug59354-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug7342-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug96334-expected.png:
        * platform/chromium-mac/tables/mozilla/dom/tableDom-expected.png:
        * platform/chromium-mac/tables/mozilla/other/move_row-expected.png:
        * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png:
        * platform/chromium-win-xp/editing/input/caret-at-the-edge-of-input-expected.png: Removed.
        * platform/chromium-win-xp/fast/block/margin-collapse/103-expected.png: Removed.
        * platform/chromium-win-xp/fast/events/autoscroll-expected.png: Removed.
        * platform/chromium-win-xp/fast/events/context-no-deselect-expected.png: Removed.
        * platform/chromium-win-xp/fast/forms/date/date-appearance-expected.png: Removed.
        * platform/chromium-win-xp/fast/frames/take-focus-from-iframe-expected.png: Removed.
        * platform/chromium-win-xp/fast/lists/dynamic-marker-crash-expected.png: Removed.
        * platform/chromium-win-xp/fast/speech/input-appearance-numberandspeech-expected.png: Removed.
        * platform/chromium-win-xp/fast/speech/input-appearance-speechbutton-expected.png: Removed.
        * platform/chromium-win-xp/fast/speech/speech-bidi-rendering-expected.png: Removed.
        * platform/chromium-win-xp/fast/transforms/transformed-focused-text-input-expected.png: Removed.
        * platform/chromium-win-xp/http/tests/navigation/javascriptlink-frames-expected.png: Removed.
        * platform/chromium-win-xp/plugins/mouse-click-plugin-clears-selection-expected.png: Removed.
        * platform/chromium-win-xp/svg/hixie/mixed/003-expected.png: Removed.
        * platform/chromium-win-xp/tables/mozilla/dom/tableDom-expected.png: Removed.
        * platform/chromium-win-xp/tables/mozilla/other/move_row-expected.png: Removed.
        * platform/chromium-win-xp/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png: Removed.

2012-08-17  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Narrowing the failure expectation for http/tests/xmlhttprequest/origin-exact-matching.html.
        The test now constantly fails only on release builds.

        Adding a new baseline for a subpixel test that's required after r125794.

        * platform/gtk/TestExpectations:
        * platform/gtk/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.txt: Added.

2012-08-17  Anna Cavender <annacc@chromium.org>

        [Chromium] Removing track-active-cues.html from TextExpectations, passing now.
        [Chromium] Updating bug on track-cues-sorted-before-dispatch.html.
 
        Unreviewed gardening.

        * platform/chromium/TextExpectations:

2012-08-17  Sudarsana Nagineni  <sudarsana.nagineni@linux.intel.com>

        [EFL] Gardening of failing tests and new passes
        https://bugs.webkit.org/show_bug.cgi?id=94344

        Unreviewed EFL gardening of failing tests and new passes.

        * platform/efl-wk2/TestExpectations:
        * platform/efl/TestExpectations:

2012-08-17  Allan Sandfeld Jensen  <allan.jensen@nokia.com>

        Touch adjustment for context menu gestures
        https://bugs.webkit.org/show_bug.cgi?id=94101

        Reviewed by Antonio Gomes.

        Two new tests for context-menu touch adjustment.

        * touchadjustment/context-menu-expected.txt: Added.
        * touchadjustment/context-menu-select-text-expected.txt: Added.
        * touchadjustment/context-menu-select-text.html: Added.
        * touchadjustment/context-menu.html: Added.
        * touchadjustment/resources/touchadjustment.js:
        (nodeToString):
        (testTouchPoint):
        (testTouchPointContextMenu):
        (adjustTouchPointContextMenu):

2012-08-17  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: load panels code on demand
        https://bugs.webkit.org/show_bug.cgi?id=94326

        Reviewed by Vsevolod Vlasov.

        Loading code on demand (upon the panel access);

        * http/tests/inspector/resource-tree/resource-tree-non-unique-url.html:
        * inspector/database-table-name-excaping.html:
        * inspector/timeline-dfs.html:

2012-08-17  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r125880.
        http://trac.webkit.org/changeset/125880
        https://bugs.webkit.org/show_bug.cgi?id=94347

        Breaks front-end compilation: SourceFrame passed where View is
        expected. (Requested by pfeldman on #webkit).

        * inspector/debugger/reveal-execution-line.html:
        * inspector/debugger/source-frame-count.html:

2012-08-17  Jan Keromnes  <janx@linux.com>

        Web Inspector: SourceFrame shouldn't be a View
        https://bugs.webkit.org/show_bug.cgi?id=93444

        Reviewed by Pavel Feldman.

        Use TextEditor as a View instead of SourceFrame.

        * inspector/debugger/reveal-execution-line.html:
        * inspector/debugger/source-frame-count.html:

2012-08-17  Anthony Berent  <aberent@chromium.org>

        View source doesn't interpret escape characters in hrefs.
        https://bugs.webkit.org/show_bug.cgi?id=94216

        Reviewed by Adam Barth.

        Extra href added to test containing escape characters

        * fast/frames/resources/viewsource-frame-3.html: Added href containing escape characters to test
        * fast/frames/resources/viewsource-frame-4.html: Added href containing escape characters to test
        * fast/frames/viewsource-link-on-href-value.html: Check escape characters are correctly interpreted in href.

2012-08-17  Yoshifumi Inoue  <yosin@chromium.org>

        [Tests] time-multiple-fields-appearance-basic.html and time-multiple-fields-appearance-pseudo-elements.html are failed on Chromium Windows
        https://bugs.webkit.org/show_bug.cgi?id=94297

        Unreviewd. Temporary disable these tests.

        * platform/chromium/TestExpectations:

2012-08-17  Marja Hölttä  <marja@chromium.org>

        Fixed fast/forms/file/selected-files-from-history-state.html on Windows
        https://bugs.webkit.org/show_bug.cgi?id=94278

        Reviewed by Jochen Eisinger.

        * fast/forms/file/selected-files-from-history-state.html: Fixed the test.
        * platform/chromium/TestExpectations: Removed the expectation to fail.

2012-08-16  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: build Elements, Resources, Timeline, Audits and Console panels lazily.
        https://bugs.webkit.org/show_bug.cgi?id=94222

        Reviewed by Vsevolod Vlasov.

        * http/tests/inspector/elements-test.js:
        (initialize_ElementTest.InspectorTest.selectNodeWithId.onNodeFound):
        (initialize_ElementTest.InspectorTest.selectNodeWithId):
        (initialize_ElementTest.InspectorTest.expandElementsTree):
        * http/tests/inspector/extensions-test.js:
        (initialize_ExtensionsTest.InspectorTest.showPanel):
        * http/tests/inspector/inspect-element.html:
        * http/tests/inspector/resource-har-pages.html:
        * http/tests/inspector/resource-tree/resource-tree-frame-add.html:
        * http/tests/inspector/resource-tree/resource-tree-non-unique-url.html:
        * http/tests/inspector/resource-tree/resource-tree-reload.html:
        * http/tests/inspector/resource-tree/resource-tree-test.js:
        (initialize_ResourceTreeTest.InspectorTest.dumpResourcesTree):
        * inspector/console/command-line-api-inspect.html:
        * inspector/debugger/dom-breakpoints.html:
        * inspector/debugger/source-frame.html:
        * inspector/elements/edit-dom-actions.html:
        * inspector/elements/elements-img-tooltip.html:
        * inspector/elements/elements-panel-limited-children.html:
        * inspector/elements/highlight-node-scaled.html:
        * inspector/extensions/extensions-panel.html:
        * inspector/extensions/extensions-sidebar.html:
        * inspector/styles/force-pseudo-state.html:
        * inspector/styles/set-property-boundaries.html:
        * inspector/styles/styles-new-API.html:
        * inspector/timeline/timeline-test.js:
        (initialize_Timeline.InspectorTest.stopTimeline):

2012-08-17  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Add two more crash expectations for a couple of tests that started crashing
        after r125710.

        Update stale test expectations, removing or adding build type modifiers
        or updating the expected failure type.

        * platform/gtk/TestExpectations:

2012-08-17  Pascal Massimino  <pascal.massimino@gmail.com>

        update layout test for new libwebp-0.2.0
        https://bugs.webkit.org/show_bug.cgi?id=93430

        Reviewed by Adam Barth.

        * fast/images/resources/test2.webp: Added.
                lossy+alpha example
        * fast/images/resources/test3.webp: Added.
                lossless with alpha example
        * fast/images/webp-image-decoding-expected.txt:
        * fast/images/webp-image-decoding.html:
                Updated test. Will now decode test2.webp and test3.webp too.

2012-08-17  Yoshifumi Inoue  <yosin@chromium.org>

        [Tests] Adding tests for multiple fields time input UI
        https://bugs.webkit.org/show_bug.cgi?id=94196

        Reviewed by Kent Tamura.

        This patch introduces functional testing for multiple fields time input
        UI when both ENABLE_INPUT_TYPE_TIME and ENABLE_INPUT_TYPE_TIME_MULTIPLE_FIELDS
        are enabled.

        * fast/forms/time-multiple-fields/time-multiple-fields-change-type-on-focus-expected.txt: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-change-type-on-focus.html: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-losing-renderer-on-click-expected.txt: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-losing-renderer-on-click.html: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-spinbutton-change-and-input-events-expected.txt: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-spinbutton-change-and-input-events.html: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-step-attribute-expected.txt: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-step-attribute.html: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer-expected.txt: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer.html: Added.

2012-08-17  Sukolsak Sakshuwong  <sukolsak@google.com>

        Implement UndoManager's V8 bindings
        https://bugs.webkit.org/show_bug.cgi?id=93912

        Reviewed by Ryosuke Niwa.

        * editing/undomanager/domtransaction-survives-gc-expected.txt: Added.
        * editing/undomanager/domtransaction-survives-gc.html: Added.
        * editing/undomanager/undomanager-isolated-world-expected.txt: Added.
        * editing/undomanager/undomanager-isolated-world.html: Added.
        * editing/undomanager/undomanager-transact-expected.txt: Added.
        * editing/undomanager/undomanager-transact.html: Added.
        * editing/undomanager/undomanager-undo-redo-expected.txt: Added.
        * editing/undomanager/undomanager-undo-redo.html: Added.
        * editing/undomanager/undomanager-use-after-free-expected.txt: Added.
        * editing/undomanager/undomanager-use-after-free.html: Added.

2012-08-17  Dominic Mazzoni  <dmazzoni@google.com>

        REGRESSION (r125710): accessibility/accessibility-node-reparent.html, accessibility/accessibility-node-memory-management.html failing on GTK Linux
        https://bugs.webkit.org/show_bug.cgi?id=94200

        Unreviewed gardening.

        Updating the GTK test expectations for two failing accessibility tests.

        * platform/gtk/TestExpectations:

2012-08-16  Adrienne Walker  <enne@google.com>

        [chromium] Rebaseline media-document-audio-repaint after Chromium r151988

        Unreviewed gardening.

        * platform/chromium-linux/media/media-document-audio-repaint-expected.png:
        * platform/chromium-mac-snowleopard/media/media-document-audio-repaint-expected.png:
        * platform/chromium-mac/media/media-document-audio-repaint-expected.png:
        * platform/chromium-win/media/media-document-audio-repaint-expected.png:

2012-08-16  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Snippet script mapping should not load snippets until workspace reset event is dispatched on scripts panel.
        https://bugs.webkit.org/show_bug.cgi?id=94218

        Reviewed by Pavel Feldman.

        * http/tests/inspector/debugger-test.js:
        (initialize_DebuggerTest):
        * inspector/debugger/script-snippet-model-expected.txt:
        * inspector/debugger/script-snippet-model.html: added a check that snippet uiSourceCode is correctly recreated after workspace reset.
        * inspector/debugger/scripts-panel-expected.txt:
        * inspector/debugger/scripts-panel.html:
        * platform/chromium/inspector/debugger/script-snippet-model-expected.txt: Removed.

2012-08-16  Yoshifumi Inoue  <yosin@chromium.org>

        [Tests] time-multiple-fields-appearance-basic.html and time-multiple-fields-appearance-pseudo-elements.html are failed on Chromium Windows
        https://bugs.webkit.org/show_bug.cgi?id=94297

        Unreviewed. Temporary disabled time-multiple-fields-appearance-basic.html and time-multiple-fields-appearance-pseudo-elements.html are failed on Chromium Windows

        * platform/chromium/TestExpectations:

2012-08-16  Adrienne Walker  <enne@google.com>

        Rebaseline overflow-scroll-overlap to pass on both Mac and Chromium

        Unreviewed expectation gardening.

        * compositing/layer-creation/overflow-scroll-overlap-expected.txt:
        * platform/chromium/compositing/layer-creation/overflow-scroll-overlap-expected.txt: Copied from LayoutTests/compositing/layer-creation/overflow-scroll-overlap-expected.txt.

2012-08-16  Yoshifumi Inoue  <yosin@chromium.org>

        [Tests] Remove redundant text from fast/forms/resources/common-change-type-on-focus.js
        https://bugs.webkit.org/show_bug.cgi?id=94293

        Reviewed by Kent Tamura.

        This patch removes bug number text in description for sharing code
        among input types.

        * fast/forms/number/number-change-type-on-focus-expected.txt:
        * fast/forms/resources/common-change-type-on-focus.js:

2012-08-16  David Barr  <davidbarr@chromium.org>

        @import url("#foo") causes stack overflow
        https://bugs.webkit.org/show_bug.cgi?id=93687

        Reviewed by Tony Chang.

        * http/tests/css/css-imports-url-fragment-expected.txt: Added.
        * http/tests/css/css-imports-url-fragment.css: Added.
        * http/tests/css/css-imports-url-fragment.html: Added.

2012-08-16  David Grogan  <dgrogan@chromium.org>

        IndexedDB: Frontend and plumbing for integer versions
        https://bugs.webkit.org/show_bug.cgi?id=92897

        This patch exposes integer versions and the upgradeneeded event to
        script so upgradeneeded events are now fired mostly per expectations.
        This is the bulk of changes to the expected files, further intversion
        patches will change the behavior of a test or two, nothing wholesale.

        Reviewed by Tony Chang.

        * storage/indexeddb/intversion-abort-in-initial-upgradeneeded-expected.txt:
        * storage/indexeddb/intversion-and-setversion-expected.txt:
        * storage/indexeddb/intversion-blocked-expected.txt:
        * storage/indexeddb/intversion-close-between-events-expected.txt:
        * storage/indexeddb/intversion-close-in-oncomplete-expected.txt:
        * storage/indexeddb/intversion-close-in-upgradeneeded-expected.txt:
        * storage/indexeddb/intversion-gated-on-delete-expected.txt:
        * storage/indexeddb/intversion-invalid-setversion-has-no-side-effects-expected.txt:
        * storage/indexeddb/intversion-long-queue-expected.txt:
        * storage/indexeddb/intversion-open-with-version-expected.txt:

2012-08-16  Yoshifumi Inoue  <yosin@chromium.org>

        [Forms] Cleanup CSS selectors for multiple fields time input UI
        https://bugs.webkit.org/show_bug.cgi?id=94287

        Reviewed by Kent Tamura.

        This patch introduces tests for multiple fields time input UI appearance
        when both ENABLE_INPUT_TYPE_TIME and ENABLE_INPUT_TYPE_TIME_MULTIPLE_FIELDS
        are enabled.

        Note: We need to do rebaseline for Chromium-Mac and Chromium-Win.

        * fast/forms/time-multiple-fields/resources/time-multiple-fields-appearance.css: Added.
        * fast/forms/time-multiple-fields/resources/time-multiple-fields-appearance.js: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.html: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic.html: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly.html: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes.html: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.html: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-style.html: Added.
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png: Added.
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.txt: Added.
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png: Added.
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.txt: Added.
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png: Added.
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.txt: Added.
        * platform/chromium/TestExpectations: Added MISSING entries for Chromium-Mac and Chromium-Win.

2012-08-16  Michelangelo De Simone  <michelangelo@webkit.org>

        [Part 3] Parse the custom() function in -webkit-filter: parse the 3d-transforms parameters
        https://bugs.webkit.org/show_bug.cgi?id=71443

        Reviewed by Dirk Schulze.

        New round of tests for custom() to assess the correct parsing of the 3d-transform parameters.

        * css3/filters/custom/custom-filter-property-parsing-expected.txt:
        * css3/filters/custom/custom-filter-property-parsing-invalid-expected.txt:
        * css3/filters/script-tests/custom-filter-property-parsing-invalid.js:
        * css3/filters/script-tests/custom-filter-property-parsing.js:
        * platform/chromium/css3/filters/custom/custom-filter-property-parsing-expected.txt:

2012-08-16  Kiran Muppala  <cmuppala@apple.com>

        Remove test expectations for fast/overflow/line-clamp-and-columns.html on mac
        https://bugs.webkit.org/show_bug.cgi?id=94270

        Reviewed by Brady Eidson.

        Unmark fast/overflow/line-clamp-and-columns.html as an expected failure, since
        it passes after the fix for https://bugs.webkit.org/show_bug.cgi?id=94080.

        * platform/mac/TestExpectations:

2012-08-16  Levi Weintraub  <leviw@chromium.org>

        Unreviewed gardening.

        r125694 incorrectly updated mac expectations for the below test instead of
        Chromium Mac. Moving the updated expectations to Chromium and reverting the
        incorrect Mac expectations.

        * platform/chromium-mac/tables/mozilla/bugs/bug55527-expected.txt: Added.
        * platform/mac/tables/mozilla/bugs/bug55527-expected.txt:

2012-08-16  Adrienne Walker  <enne@google.com>

        [chromium] Mark fast/forms/file/selected-files-from-history-state.html as failing
        https://bugs.webkit.org/show_bug.cgi?id=94278

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-08-16  Arnaud Renevier  <a.renevier@sisa.samsung.com>

        Update TypedArrays to throw RangeError or similar instead of INDEX_SIZE_ERR
        https://bugs.webkit.org/show_bug.cgi?id=45118

        Reviewed by Kenneth Russell.

        New test to test invalid arguments to TypedArray set method

        Update array-set-out-of-bounds.html, data-view-crash.html and
        data-view-test.html test expectations no match new exceptions thrown.

        * fast/canvas/webgl/array-set-invalid-arguments-expected.txt: Added.
        * fast/canvas/webgl/array-set-invalid-arguments.html: Added.
        * fast/canvas/webgl/array-set-out-of-bounds-expected.txt:
        * fast/canvas/webgl/data-view-crash-expected.txt:
        * fast/canvas/webgl/data-view-test-expected.txt:

2012-08-16  Adrienne Walker  <enne@google.com>

        Remove text output from overflow-hidden-canvas-layer test
        https://bugs.webkit.org/show_bug.cgi?id=94050

        Unreviewed gardening.

        This was added in r125758 and doesn't need a text dump.

        * compositing/overflow/overflow-hidden-canvas-layer-expected.txt:
        * compositing/overflow/overflow-hidden-canvas-layer.html:
        * platform/chromium-linux/compositing/overflow/overflow-hidden-canvas-layer-expected.txt: Removed.

2012-08-16  Adrienne Walker  <enne@google.com>

        [chromium] Mark http/tests/inspector/indexeddb/resources-panel.html as debug crasher
        https://bugs.webkit.org/show_bug.cgi?id=94261

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-08-16  Mike West  <mkwst@chromium.org>

        Refactor CSPDirective to support non-sourcelist types.
        https://bugs.webkit.org/show_bug.cgi?id=94252

        Reviewed by Adam Barth.

        * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-invalidnonce-expected.txt:
            This test was buggy. Now it writes out the full directive text as it
            ought to.

2012-08-16  Kiran Muppala  <cmuppala@apple.com>

        Update test expectations for fast/overflow/line-clamp-and-columns.html on mac
        https://bugs.webkit.org/show_bug.cgi?id=94251

        Reviewed by Brady Eidson.

        Mark layout test fast/overflow/line-clamp-and-columns.html as an expected failure
        on mac until https://bugs.webkit.org/show_bug.cgi?id=94080 is fixed.

        * platform/mac/TestExpectations:

2012-08-16  Adrienne Walker  <enne@google.com>

        [chromium] Unreviewed gardening. Update expectations.

        * platform/chromium/TestExpectations:

2012-08-16  Ojan Vafai  <ojan@chromium.org>

        Fix test added in r125635. The test failed on non-chromium ports due
        to the column sizing 1px differently. I'm not really sure what was going on,
        but this was a fix for a crash anyways. Just marking the test dumpAsText.

        * fast/overflow/line-clamp-and-columns-expected.html: Removed.
        * fast/overflow/line-clamp-and-columns-expected.txt: Added.
        * fast/overflow/line-clamp-and-columns.html:

2012-08-16  Abhishek Arya  <inferno@chromium.org>

        Regression(r118248): Replaced element not layout
        https://bugs.webkit.org/show_bug.cgi?id=85804

        Reviewed by Levi Weintraub.

        * fast/replaced/replaced-last-line-layout-expected.html: Added.
        * fast/replaced/replaced-last-line-layout.html: Added.

2012-08-16  Adam Barth  <abarth@webkit.org>

        DirectoryEntry should use Dictionary rather than custom bindings code
        https://bugs.webkit.org/show_bug.cgi?id=94207

        Reviewed by Eric Seidel.

        This patch changes our behavior slightly in that passing a non-object
        as a flags Dictionary throws an exception rather than being treated as
        an empty dictionary. This new behavior matches the WebIDL spec and
        hopefully won't cause compat problems.

        * fast/filesystem/flags-passing-expected.txt:
        * fast/filesystem/script-tests/flags-passing.js:
        (runNullTest):
        (runNonObjectTest):

2012-08-16  Brady Eidson  <beidson@apple.com>

        http/tests/security/contentSecurityPolicy/shared-worker-connect-src-blocked.html fails (results weren't updated in r125772)
        https://bugs.webkit.org/show_bug.cgi?id=94236

        Unreviewed (test gardening)

        * http/tests/security/contentSecurityPolicy/shared-worker-connect-src-blocked-expected.txt: Update results here, like the rest of 125772 did.

2012-08-15  Levi Weintraub  <leviw@chromium.org>

        Accumulate sub-pixel offsets through layers and transforms
        https://bugs.webkit.org/show_bug.cgi?id=89238

        Reviewed by Eric Seidel.

        * fast/sub-pixel/sub-pixel-accumulates-to-layers.html: Added.
        * platform/chromium-mac/compositing/shadows/shadow-drawing-expected.png:
        * platform/chromium-mac/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png:
        * platform/chromium-mac/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.png: Added.
        * platform/chromium-mac/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.txt: Added.
        * platform/chromium-mac/fast/transforms/transformed-document-element-expected.png:
        * platform/chromium-mac/media/audio-repaint-expected.png:
        * platform/chromium-mac/svg/transforms/svg-css-transforms-expected.png:
        * platform/chromium/TestExpectations:
        * platform/efl/Skipped:
        * platform/gtk/TestExpectations:
        * platform/mac-lion/Skipped:
        * platform/mac-snowleopard/Skipped:
        * platform/mac-wk2/Skipped:
        * platform/mac/Skipped:
        * platform/qt-4.8/Skipped:
        * platform/qt/Skipped:
        * platform/win-wk2/Skipped:
        * platform/win-xp/Skipped:
        * platform/win/Skipped:
        * platform/wincairo/Skipped:
        * platform/wk2/Skipped:

2012-08-16  Anna Cavender  <annacc@chromium.org>

        Layout Test media/track/track-active-cues.html frequently times out on Windows.
        https://bugs.webkit.org/show_bug.cgi?id=81402

        Reviewed by Eric Carlson.

        This patch changes the test to use captions-fast.vtt to see if several cuechange
        events available at different times helps the test not timeout.

        * media/track/track-active-cues.html:

2012-08-16  Sergey Rogulenko  <rogulenko@google.com>

        Web Inspector: added Paint events for Images to TimelineAgent
        https://bugs.webkit.org/show_bug.cgi?id=90277

        Reviewed by Pavel Feldman.

        Added a test and fixed enum-stabitily because of a new Timeline Event.

        * inspector/timeline/resources/big.png: Added.
        * inspector/timeline/resources/test.bmp: Added.
        * inspector/timeline/resources/test.gif: Added.
        * inspector/timeline/resources/test.ico: Added.
        * inspector/timeline/resources/test.jpg: Added.
        * inspector/timeline/resources/test.png: Added.
        * inspector/timeline/resources/test.webp: Added.
        * inspector/timeline/timeline-decode-resize-expected.txt: Added.
        * inspector/timeline/timeline-decode-resize.html: Added.
        * inspector/timeline/timeline-enum-stability-expected.txt:

2012-08-16  Adrienne Walker  <enne@google.com>

        Make compositing/layer-creation/overflow-scroll-overlap non-flaky
        https://bugs.webkit.org/show_bug.cgi?id=94162

        Reviewed by James Robinson.

        This test has been failing flakily in Chromium with the scrollbar
        layer sometimes being composited and sometimes not. This is likely due
        to the video flakily being accelerated depending on whether it has
        loaded or not.

        Fix this test by making it always have a vertical scrollbar and remove
        the video with an always-composited div.

        * compositing/layer-creation/overflow-scroll-overlap-expected.txt:
        * compositing/layer-creation/overflow-scroll-overlap.html:
        * platform/chromium/TestExpectations:
        * platform/chromium/compositing/layer-creation/overflow-scroll-overlap-expected.txt: Removed.

2012-08-16  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding a platform-specific baseline after r125772.

        * platform/gtk/http/tests/security/contentSecurityPolicy/shared-worker-connect-src-blocked-expected.txt: Added.

2012-08-16  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [EFL] Gardening after r125758, r125759
        https://bugs.webkit.org/show_bug.cgi?id=94215

        Unreviewed, gardening.

        Newly added tests: compositing/overflow/overflow-hidden-canvas-layer.html, 
        fast/forms/file/selected-files-from-history-state.html fail on EFL and need gardening.

        * platform/efl/TestExpectations:

2012-08-16  Mike West  <mkwst@chromium.org>

        Implement the form-action Content Security Policy directive.
        https://bugs.webkit.org/show_bug.cgi?id=93777

        Reviewed by Jochen Eisinger.

        * http/tests/navigation/resources/redirection-response.php:
            Allow for the specification of alternate hosts for the redirect. We
            need this capability in order to check that an initial submission
            followed by a blocked redirect results in the correct behavior.
        * http/tests/security/contentSecurityPolicy/1.1/form-action-src-allowed-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/form-action-src-allowed.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/form-action-src-blocked-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/form-action-src-blocked.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/form-action-src-default-ignored-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/form-action-src-default-ignored.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/form-action-src-get-allowed-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/form-action-src-get-allowed.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/form-action-src-get-blocked-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/form-action-src-get-blocked.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/form-action-src-javascript-blocked-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/form-action-src-javascript-blocked.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/form-action-src-redirect-blocked-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/form-action-src-redirect-blocked.html: Added.

2012-08-16  KwangYong Choi  <ky0.choi@samsung.com>

        [EFL] Update pixel test expectations for layout test fast/dom/
        https://bugs.webkit.org/show_bug.cgi?id=94177

        Unreviewed, rebaseline.

        Some tests have wrong pixel test results. They should be replaced.

        And, two tests related image seem to fail. Alt text should be displayed
        if src attribute is not set.

        * platform/efl/TestExpectations: Added two tests related to display alt text without src.
        * platform/efl/fast/dom/34176-expected.png:
        * platform/efl/fast/dom/Element/class-attribute-whitespace-expected.png:
        * platform/efl/fast/dom/HTMLElement/bdo-expected.png:
        * platform/efl/fast/dom/HTMLHeadElement/head-link-style-href-check-expected.png:
        * platform/efl/fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.png:
        * platform/efl/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png:
        * platform/efl/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png:
        * platform/efl/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
        * platform/efl/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
        * platform/efl/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png:
        * platform/efl/fast/dom/HTMLMeterElement/meter-styles-expected.png:
        * platform/efl/fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.png:
        * platform/efl/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png:
        * platform/efl/fast/dom/HTMLTableElement/colSpan-expected.png:
        * platform/efl/fast/dom/HTMLTableElement/createCaption-expected.png:
        * platform/efl/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
        * platform/efl/fast/dom/Range/surroundContents-1-expected.png:
        * platform/efl/fast/dom/Window/open-existing-pop-up-blocking-expected.png:
        * platform/efl/fast/dom/blur-contenteditable-expected.png:
        * platform/efl/fast/dom/children-nodes-expected.png:
        * platform/efl/fast/dom/clone-contents-0-end-offset-expected.png:
        * platform/efl/fast/dom/css-rule-functions-expected.png:
        * platform/efl/fast/dom/focus-contenteditable-expected.png:
        * platform/efl/fast/dom/gc-10-expected.png:
        * platform/efl/fast/dom/importNodeHTML-expected.png:
        * platform/efl/fast/dom/importNodeXML-expected.png:
        * platform/efl/fast/dom/row-inner-text-expected.png:
        * platform/efl/fast/dom/scroll-reveal-left-overflow-expected.png:
        * platform/efl/fast/dom/scroll-reveal-top-overflow-expected.png:

2012-08-16  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Breakpoints are not correctly restored on reload.
        https://bugs.webkit.org/show_bug.cgi?id=94209

        Reviewed by Pavel Feldman.

        restoreBreakpoints is not called inside the test anymore to test that it is called automatically.

        * inspector/debugger/breakpoint-manager-expected.txt:
        * inspector/debugger/breakpoint-manager.html:

2012-08-16  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [EFL] Gardening after r125592, r125635
        https://bugs.webkit.org/show_bug.cgi?id=94197

        Unreviewed gardening.

        Gardening of fast/overflow/line-clamp-and-columns.html and 
        http/tests/security/frameNavigation/inactive-function-in-popup-navigate-child.html.

        * platform/efl/TestExpectations:

2012-08-16  Marja Hölttä  <marja@chromium.org>

        FormController: Enable reading selected file names from document state
        https://bugs.webkit.org/show_bug.cgi?id=91231

        Reviewed by Jochen Eisinger.

        This change enables Chromium to set up file permissions properly when
        the session restore feature restores a page with selected files.

        * fast/forms/file/selected-files-from-history-state-expected.txt: Added.
        * fast/forms/file/selected-files-from-history-state.html: Added.

2012-08-15  Shawn Singh  <shawnsingh@chromium.org>

        [chromium] set scissorRect per quad so that quads are correctly clipped
        https://bugs.webkit.org/show_bug.cgi?id=94050

        Reviewed by Adrienne Walker.

        * compositing/overflow/overflow-hidden-canvas-layer-expected.png: Added.
        * compositing/overflow/overflow-hidden-canvas-layer-expected.txt: Added.
        * compositing/overflow/overflow-hidden-canvas-layer.html: Added.

2012-08-16  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding failure expectations for two accessibility tests introduced in r125710.

        Rebaselining fast/css/word-space-extra.html after r125578.

        * platform/gtk/TestExpectations:
        * platform/gtk/fast/css/word-space-extra-expected.txt:

2012-08-16  Yoshifumi Inoue  <yosin@chromium.org>

        [Forms] Wheel event support in multiple fields time input UI
        https://bugs.webkit.org/show_bug.cgi?id=94166

        Reviewed by Kent Tamura.

        This patch adds a test for wheel event handling in multiple fields
        time input UI. 

        * fast/forms/time-multiple-fields/time-multiple-fields-wheel-event-expected.txt: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-wheel-event.html: Added.

2012-08-15  Yoshifumi Inoue  <yosin@chromium.org>

        [Tests] Disable fast/forms/time-multiple-fields tests for port which don't enable multiple fields time input UI feature
        https://bugs.webkit.org/show_bug.cgi?id=94186

        Reviewed by Kent Tamura.

        This patch disables tests in fast/forms/time-multiple-fields.
        These tests are enabled if both ENABLE_INPUT_TYPE_TIME and
        ENABLED_INPUT_TYPE_TIME_MULTIPLE_FIELDS enabled.

        * platform/chromium/TestExpectations:
        * platform/efl/tExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/Skipped:
        * platform/qt/Skipped:
        * platform/win/Skipped:
        * platform/wincairo/Skipped:

2012-08-15  Yoshifumi Inoue  <yosin@chromium.org>

        [Forms] Re-factor fast/forms/number/number-wheel-event.html
        https://bugs.webkit.org/show_bug.cgi?id=94172

        Reviewed by Kent Tamura.

        This patch moves test code from number-wheel-event.html to common-wheel-event.js
        for sharing test code among input types.

        * fast/forms/number/number-wheel-event.html:
        * fast/forms/resources/common-wheel-event.js:
        (testWheelEvent):

2012-08-15  Shinya Kawanaka  <shinyak@chromium.org>

        REGRESSION (r125659): 4 HTMLMeterElement tests fail on Mac.
        https://bugs.webkit.org/show_bug.cgi?id=94157

        Unreviewed, unskip failing tests and  rebaseline after r125659.

        * platform/mac/Skipped:
        * platform/mac/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt:
        * platform/mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
        * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
        * platform/mac/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt:

2012-08-15  Hayato Ito  <hayato@chromium.org>

        [Shadow] Stop 'load' and 'error' events at shadow boundaries
        https://bugs.webkit.org/show_bug.cgi?id=93425

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/events-stopped-at-shadow-boundary-expected.txt:
        * fast/dom/shadow/events-stopped-at-shadow-boundary.html:

2012-08-15  Yoshifumi Inoue  <yosin@chromium.org>

        [Tests] Copy to fast/forms/resources/common-wheel-event.js from fast/forms/number/number-wheel-event.html
        https://bugs.webkit.org/show_bug.cgi?id=94184

        Reviewed by Kent Tamura.

        This patch copies fast/forms/number/number-wheel-event.html 
        to fast/forms/resources/common-wheel-event.js for sharing
        test code among input types.

        * fast/forms/resources/common-wheel-event.js: Copied from LayoutTests/fast/forms/number/number-wheel-event.html.

2012-08-15  Kiran Muppala  <cmuppala@apple.com>

        (r125629): Newly added test css3/filters/custom/filter-fallback-to-software.html failing on mac
        https://bugs.webkit.org/show_bug.cgi?id=94169

        Reviewed by Sam Weinig.

        Update TestExpecatations of failing test to make the bot green.

        * platform/mac/TestExpectations:

2012-08-15  Yoshifumi Inoue  <yosin@chromium.org>

        [Forms] Rename LayoutTests/fast/forms/number/number-wheel.html to number-wheel-event.html
        https://bugs.webkit.org/show_bug.cgi?id=94173

        Reviewed by Kent Tamura.

        This patch renames LayoutTest/fast/forms/number/number-wheel.html to 
        number-wheel-event.html to indicate the test checks wheel event
        handling.

        * fast/forms/number/number-wheel-event-expected.txt: Copied from LayoutTests/fast/forms/number/number-wheel-expected.txt.
        * fast/forms/number/number-wheel-event.html: Copied from LayoutTests/fast/forms/number/number-wheel.html.
        * fast/forms/number/number-wheel-expected.txt: Removed.
        * fast/forms/number/number-wheel.html: Removed.

2012-08-15  MORITA Hajime  <morrita@google.com>

        Regression(121518) TextFieldDecorationElement formatting is broken.
        https://bugs.webkit.org/show_bug.cgi?id=90913

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/shadow-div-reflow-expected.html: Added.
        * fast/dom/shadow/shadow-div-reflow.html: Added.

2012-08-14  Jeffrey Pfau  <jpfau@apple.com>

        Allow blocking of Web SQL databases in third-party documents
        https://bugs.webkit.org/show_bug.cgi?id=94057

        Reviewed by Adam Barth.

        Created tests for accessing openDatabase from a third party and first party context when third-party blocking is on and off.

        * http/tests/security/cross-origin-websql-allowed-expected.txt: Added.
        * http/tests/security/cross-origin-websql-allowed.html: Added.
        * http/tests/security/cross-origin-websql-expected.txt: Added.
        * http/tests/security/cross-origin-websql.html: Added.
        * http/tests/security/resources/cross-origin-iframe-for-websql.html: Added.

2012-08-15  Kiran Muppala  <cmuppala@apple.com>

        Fix TestExpectations line format for two fast/css tests failing on mac
        https://bugs.webkit.org/show_bug.cgi?id=94160

        Reviewed by Sam Weinig.

        Remove "MAC" modifier, which seems to prevent the expectations from taking effect.

        * platform/mac/TestExpectations:

2012-08-15  Kiran Muppala  <cmuppala@apple.com>

        Update test expectations for css3/filters/custom/invalid-custom-filter-shader.html failing on Apple Lion Debug WK1 (Tests) 
        https://bugs.webkit.org/show_bug.cgi?id=94067

        Reviewed by Brady Eidson.

        Add to the list of tests needing rebaselining after https://bugs.webkit.org/show_bug.cgi?id=6033

        * platform/mac/TestExpectations:

2012-08-15  Alec Flett  <alecflett@chromium.org>

        IndexedDB: generate index keys for existing data in createIndex in front end
        https://bugs.webkit.org/show_bug.cgi?id=91125

        Reviewed by Tony Chang.

        The transaction should be aborted when existing data in an
        objectStore causes uniqueness errors during index creation.

        * storage/indexeddb/lazy-index-population-expected.txt: Added.
        * storage/indexeddb/lazy-index-population.html: Added.

2012-08-15  Hayato Ito  <hayato@chromium.org>

        A 'load' event should be fired on the shadow host directly, not on an inner image element of shadow dom subtree.
        https://bugs.webkit.org/show_bug.cgi?id=93920

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/shadowdom-for-image-event-expected.txt: Added.
        * fast/dom/shadow/shadowdom-for-image-event.html: Added.

2012-08-15  Lauro Neto  <lauro.neto@openbossa.org>

        [Qt] new test fast/forms/radio/radio-group.html introduced in r104668 fails
        https://bugs.webkit.org/show_bug.cgi?id=76051

        Reviewed by Csaba Osztrogonác.

        Unskip now working test.

        * platform/qt/Skipped:

2012-08-15  Matt Falkenhagen  <falken@chromium.org>

        Add a layout test for :lang() selector observing dynamic changes to lang
        https://bugs.webkit.org/show_bug.cgi?id=94092

        Reviewed by Alexey Proskuryakov.

        This patch adds a test that dynamic changes to the lang attribute are seen by the :lang selector.
        This behavior was first added in an earlier patch (probably http://trac.webkit.org/changeset/103608)
        but there was no layout test for it yet.

        * fast/selectors/lang-dynamic-expected.html: Added.
        * fast/selectors/lang-dynamic.html: Added.

2012-08-15  Brady Eidson  <beidson@apple.com>

        REGRESSION (125659): 4 HTMLMeterElement tests fail on Mac
        https://bugs.webkit.org/show_bug.cgi?id=94157

        Skipping these 4 tests until the perpetrator can fix.

        Not reviewed (Bot gardening).

        * platform/mac/Skipped:

2012-08-15  Dominik Röttsches  <d-r@roettsches.de>

        [EFL] Some late night gardening
        https://bugs.webkit.org/show_bug.cgi?id=94151

        Unreviewed, EFL gardening.

        Moving the autoscroll test out, adding platform specific baselines for the HTMLMeterElement tests.

        * platform/efl/TestExpectations:
        * platform/efl/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
        * platform/efl/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt:
        * platform/efl/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
        * platform/efl/fast/dom/HTMLMeterElement/meter-clone-expected.txt: Added.
        * platform/efl/fast/dom/HTMLMeterElement/meter-element-crash-expected.txt: Added.
        * platform/efl/fast/dom/HTMLMeterElement/meter-element-expected.txt: Added.
        * platform/efl/fast/dom/HTMLMeterElement/meter-element-form-expected.txt: Added.
        * platform/efl/fast/dom/HTMLMeterElement/meter-element-markup-expected.txt: Added.
        * platform/efl/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt: Added.
        * platform/efl/fast/dom/HTMLMeterElement/meter-element-with-child-crash-expected.txt: Added.
        * platform/efl/fast/dom/HTMLMeterElement/meter-optimums-expected.txt: Added.
        * platform/efl/fast/dom/HTMLMeterElement/meter-percent-size-expected.txt: Added.
        * platform/efl/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt: Added.
        * platform/efl/fast/dom/HTMLMeterElement/meter-styles-expected.txt: Added.
        * platform/efl/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt: Added.
        * platform/efl/fast/dom/HTMLMeterElement/set-meter-properties-expected.txt: Added.

2012-08-15  Adrienne Walker  <enne@google.com>

        [chromium] Mark canvas-fallback-content tests as asserting in debug builds
        https://bugs.webkit.org/show_bug.cgi?id=94156

        Unreviewed gardening. Update expectations.

        * platform/chromium/TestExpectations:

2012-08-15  Bruno de Oliveira Abinader  <bruno.abinader@basyskom.com>

        [css3-text] Add CSS3 Text decoration compile flag
        https://bugs.webkit.org/show_bug.cgi?id=93863

        Reviewed by Julien Chaffraix.

        This patch handles the compile flag implementation, which will come disabled by
        default, thus not exposing the CSS3 text decoration features to the web, unless
        when explicitly enabling it with "--css3-text-decoration" build parameter.

        Changeset r125205 added "-webkit-text-decoration-line" support without proper
        compile flag. I am fixing this on this patch by adding #ifdef's along the added
        code and reverting getComputedStyle* layout test changes until further notice.
        The text-decoration-line.html layout test is now moved to
        fast/css3-text-decoration directory, which is skipped on all platforms until
        feature is sound and ready to be exposed to web.

        * fast/css/getComputedStyle/computed-style-expected.txt:
        * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        * fast/css/getComputedStyle/resources/property-names.js:
        * svg/css/getComputedStyle-basic-expected.txt:
        Avoid regression by reverting changes from r125205.
        * fast/css3-text-decoration/text-decoration-line-expected.html: Renamed from LayoutTests/fast/css/text-decoration-line-expected.html.
        * fast/css3-text-decoration/text-decoration-line.html: Renamed from LayoutTests/fast/css/text-decoration-line.html.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        fast/css3-text-decoration directory is skipped until feature is enabled by default.

2012-08-15  Levi Weintraub  <leviw@chromium.org>

        More unreviewed updated expectations from r125694.

        * platform/chromium-linux/fast/text/international/bidi-layout-across-linebreak-expected.txt: Removed.
        * platform/chromium-linux/fast/transforms/bounding-rect-zoom-expected.txt: Removed.
        * platform/chromium-linux/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Removed.
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Removed.
        * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug89315-expected.txt: Removed.
        * platform/chromium-win/fast/text/international/bidi-layout-across-linebreak-expected.png:
        * platform/chromium-win/fast/text/international/bidi-layout-across-linebreak-expected.txt:
        * platform/chromium-win/fast/transforms/bounding-rect-zoom-expected.txt:
        * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
        * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
        * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
        * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
        * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug89315-expected.txt:

2012-08-15  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r125687.
        http://trac.webkit.org/changeset/125687
        https://bugs.webkit.org/show_bug.cgi?id=94147

        It broke the whole world (Requested by Ossy_night on #webkit).

        * fast/js/document-all-between-frames-expected.txt: Removed.
        * fast/js/document-all-between-frames.html: Removed.
        * fast/js/resources/document-all-between-frames-subframe.html: Removed.
        * platform/chromium/TestExpectations:

2012-08-15  Dominic Mazzoni  <dmazzoni@google.com>

        AX: Calls to AXObjectCache should prefer Node over Renderer
        https://bugs.webkit.org/show_bug.cgi?id=91794

        Reviewed by Chris Fleizach.

        New tests:
        - canvas-fallback-content tests that objects in a canvas subtree can be
          focused and then you can retrieve the role of the accessible object.
        - accessibility-node-memory-management ensures that an AccessibilityNodeObject
          is detached when its node is destroyed.
        - accessibility-node-reparent ensures that if an AccessibilityNodeObject is
          created for a node without a renderer, but the node later gets a renderer,
          the AccessibilityNodeObject is detached and an AccessibilityRenderObject is
          created instead.

        * accessibility/accessibility-node-memory-management-expected.txt: Added.
        * accessibility/accessibility-node-memory-management.html: Added.
        * accessibility/accessibility-node-reparent-expected.txt: Added.
        * accessibility/accessibility-node-reparent.html: Added.
        * accessibility/canvas-fallback-content-expected.txt: Added.
        * accessibility/canvas-fallback-content.html: Added.
        * platform/gtk/TestExpectations:

2012-08-15  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Updating baselines for <meter> tests after r125659.

        Marking fullscreen/full-screen-iframe-legacy.html and
        storage/websql/database-lock-after-reload.html as flaky.

        * platform/gtk/TestExpectations:
        * platform/gtk/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
        * platform/gtk/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt:
        * platform/gtk/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
        * platform/gtk/fast/dom/HTMLMeterElement/meter-element-expected.txt: Added.
        * platform/gtk/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt: Added.
        * platform/gtk/fast/dom/HTMLMeterElement/meter-optimums-expected.txt: Added.
        * platform/gtk/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt: Added.
        * platform/gtk/fast/dom/HTMLMeterElement/meter-styles-expected.txt: Added.
        * platform/gtk/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt: Added.

2012-08-15  Lauro Neto  <lauro.neto@openbossa.org>

        [Qt] unskip passing fast/text tests.
        https://bugs.webkit.org/show_bug.cgi?id=94127

        Reviewed by Csaba Osztrogonác.

        Three fast/text tests are working for Qt5 (WK1 and WK2).

        * platform/qt-5.0/Skipped:

2012-08-15  Levi Weintraub  <leviw@chromium.org>

        Unreviewed gardening. Updating test expectations after r125694.

        * fast/table/rowindex-expected.txt: Added.
        * fast/text/international/bidi-layout-across-linebreak-expected.txt: Added.
        * fast/text/international/bidi-override-expected.txt: Added.
        * fast/transforms/bounding-rect-zoom-expected.txt: Replaced.
        * platform/chromium-linux-x86/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Removed.
        * platform/chromium-linux/fast/text/international/bidi-layout-across-linebreak-expected.png:
        * platform/chromium-linux/fast/text/international/bidi-layout-across-linebreak-expected.txt: Added.
        * platform/chromium-linux/fast/transforms/bounding-rect-zoom-expected.txt: Added.
        * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
        * platform/chromium-linux/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Added.
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Added.
        * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug89315-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/forms/001-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/form-element-geometry-expected.png:
        * platform/chromium-mac-snowleopard/fast/replaced/width100percent-button-expected.png:
        * platform/chromium-mac-snowleopard/fast/replaced/width100percent-checkbox-expected.png:
        * platform/chromium-mac-snowleopard/fast/replaced/width100percent-radio-expected.png:
        * platform/chromium-mac-snowleopard/fast/table/rowindex-expected.png:
        * platform/chromium-mac-snowleopard/fast/table/rowindex-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/fast/text/international/bidi-LDB-2-CSS-expected.png:
        * platform/chromium-mac-snowleopard/fast/text/international/bidi-LDB-2-HTML-expected.png:
        * platform/chromium-mac-snowleopard/fast/text/international/bidi-LDB-2-formatting-characters-expected.png:
        * platform/chromium-mac-snowleopard/fast/text/international/bidi-layout-across-linebreak-expected.png:
        * platform/chromium-mac-snowleopard/fast/text/international/bidi-layout-across-linebreak-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/fast/text/international/bidi-override-expected.png:
        * platform/chromium-mac-snowleopard/fast/text/international/bidi-override-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/fast/text/textIteratorNilRenderer-expected.png:
        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-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/bug1318-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug33855-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug39209-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4527-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug55527-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
        * platform/chromium-mac/fast/table/rowindex-expected.txt: Removed.
        * platform/chromium-mac/fast/text/international/bidi-override-expected.txt: Removed.
        * platform/chromium-win-xp/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Removed.
        * platform/chromium-win-xp/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Removed.
        * platform/chromium-win/fast/text/international/bidi-layout-across-linebreak-expected.txt:
        * platform/chromium/TestExpectations:
        * platform/efl/fast/table/rowindex-expected.txt: Removed.
        * platform/efl/fast/text/international/bidi-layout-across-linebreak-expected.txt: Removed.
        * platform/efl/fast/text/international/bidi-override-expected.txt: Removed.
        * platform/efl/fast/transforms/bounding-rect-zoom-expected.txt: Removed.
        * platform/gtk/fast/table/rowindex-expected.txt: Removed.
        * platform/gtk/fast/text/international/bidi-layout-across-linebreak-expected.txt: Removed.
        * platform/gtk/fast/text/international/bidi-override-expected.txt: Removed.
        * platform/gtk/fast/transforms/bounding-rect-zoom-expected.txt: Removed.

2012-08-15  Brady Eidson  <beidson@apple.com>

        Removing a plug-in element from a page opened in a background tab in Safari crashes
        <rdar://problem/12057991> and https://bugs.webkit.org/show_bug.cgi?id=93913

        Reviewed by Beth Dakin.

        Using internal setting setCanStartMedia, pretend the page is in an unwindowed WebView then remove
        the plug-in element.

        * platform/mac-wk2/plugins/asynchronous-destroy-before-initialization-expected.txt: Added.
        * platform/mac-wk2/plugins/asynchronous-destroy-before-initialization.html: Added.

2012-08-15  Levi Weintraub  <leviw@chromium.org>

        AutoTableLayout truncates preferred widths for cells when it needs to ceil them to contain the contents
        https://bugs.webkit.org/show_bug.cgi?id=93911

        Reviewed by Eric Seidel.

        This only affects ports with sub-pixel layout enabled, and fixes regressions of a handful of tests that
        were missed when updating expectations when sub-pixel was enabled.

        * fast/sub-pixel/auto-table-layout-should-avoid-text-wrapping-expected.txt: Added.
        * fast/sub-pixel/auto-table-layout-should-avoid-text-wrapping.html: Added.
        * platform/chromium-mac/editing/deleting/5144139-2-expected.txt:
        * platform/chromium-mac/fast/forms/001-expected.png:
        * platform/chromium-mac/fast/forms/001-expected.txt:
        * platform/chromium-mac/fast/forms/button-white-space-expected.txt:
        * platform/chromium-mac/fast/forms/form-element-geometry-expected.png:
        * platform/chromium-mac/fast/forms/form-element-geometry-expected.txt:
        * platform/chromium-mac/fast/forms/formmove3-expected.txt:
        * platform/chromium-mac/fast/replaced/width100percent-button-expected.png:
        * platform/chromium-mac/fast/replaced/width100percent-button-expected.txt:
        * platform/chromium-mac/fast/replaced/width100percent-checkbox-expected.png:
        * platform/chromium-mac/fast/replaced/width100percent-checkbox-expected.txt:
        * platform/chromium-mac/fast/replaced/width100percent-radio-expected.png:
        * platform/chromium-mac/fast/replaced/width100percent-radio-expected.txt:
        * platform/chromium-mac/fast/table/rowindex-expected.png:
        * platform/chromium-mac/fast/table/rowindex-expected.txt:
        * platform/chromium-mac/fast/text/international/bidi-LDB-2-CSS-expected.png:
        * platform/chromium-mac/fast/text/international/bidi-LDB-2-CSS-expected.txt:
        * platform/chromium-mac/fast/text/international/bidi-LDB-2-HTML-expected.png:
        * platform/chromium-mac/fast/text/international/bidi-LDB-2-HTML-expected.txt:
        * platform/chromium-mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.png:
        * platform/chromium-mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt:
        * platform/chromium-mac/fast/text/international/bidi-layout-across-linebreak-expected.png:
        * platform/chromium-mac/fast/text/international/bidi-layout-across-linebreak-expected.txt:
        * platform/chromium-mac/fast/text/international/bidi-override-expected.png:
        * platform/chromium-mac/fast/text/international/bidi-override-expected.txt:
        * platform/chromium-mac/fast/text/textIteratorNilRenderer-expected.png:
        * platform/chromium-mac/fast/text/textIteratorNilRenderer-expected.txt:
        * platform/chromium-mac/fast/transforms/bounding-rect-zoom-expected.txt:
        * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
        * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
        * 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/bug1318-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug138725-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug33855-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug33855-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug39209-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug39209-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug55527-expected.png:
        * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
        * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt:
        * platform/chromium/TestExpectations:
        * platform/mac/tables/mozilla/bugs/bug55527-expected.txt:

2012-08-10  Ojan Vafai  <ojan@chromium.org>

        z-index should work without position on flexitems
        https://bugs.webkit.org/show_bug.cgi?id=91405

        Reviewed by Tony Chang.

        * css3/flexbox/z-index-expected.html: Added.
        * css3/flexbox/z-index.html: Added.
        Use a ref-test since we want to be sure that the elements get painted in the right order.

2012-08-15  Scott Graham  <scottmg@chromium.org>

        Rename window.internals.fastMallocStatistics to mallocStatistics
        https://bugs.webkit.org/show_bug.cgi?id=94033

        Reviewed by Adam Barth.

        * fast/harness/fastmallocstatistics-object.html:

2012-08-15  Ojan Vafai  <ojan@chromium.org>

        Update expectations to match the bots. This test hasn't timed out in over 500 runs.
        * platform/chromium/TestExpectations:

2012-08-14  Mark Hahnenberg  <mhahnenberg@apple.com>

        Change behavior of MasqueradesAsUndefined to better accommodate DFG changes
        https://bugs.webkit.org/show_bug.cgi?id=93884

        Reviewed by Geoffrey Garen.

        Added a test that uses a variety of ways of checking whether something is correctly 
        masquerading as undefined (or not) in a subframe.

        * fast/js/document-all-between-frames-expected.txt: Added.
        * fast/js/document-all-between-frames.html: Added.
        * fast/js/resources/document-all-between-frames-subframe.html: Added.
        * platform/chromium/TestExpectations: Chromium treats document.all differently, so skip our new test.

2012-08-15  Adam Barth  <abarth@webkit.org>

        Update TestExpectations entry to refer to an actual bug.

        * platform/chromium/TestExpectations:

2012-08-15  Arpita Bahuguna  <arpitabahuguna@gmail.com>

        There is additional space not belonged to a table between the table cells
        https://bugs.webkit.org/show_bug.cgi?id=74864

        Reviewed by Julien Chaffraix.

        * fast/table/hittest-tablecell-bottom-edge-expected.txt: Added.
        * fast/table/hittest-tablecell-bottom-edge.html: Added.
        * fast/table/hittest-tablecell-right-edge-expected.txt: Added.
        * fast/table/hittest-tablecell-right-edge.html: Added.
        Testcases added for verifying that the proper node is returned upon hit test
        carried out at a point lying on the edge of two table cells.

        * fast/table/hittest-tablecell-with-borders-bottom-edge-expected.txt: Added.
        * fast/table/hittest-tablecell-with-borders-bottom-edge.html: Added.
        * fast/table/hittest-tablecell-with-borders-right-edge-expected.txt: Added.
        * fast/table/hittest-tablecell-with-borders-right-edge.html: Added.
        These testcases verify the aforementioned behavior when the table cells
        also have border specified for them.

2012-08-15  Anna Cavender  <annacc@chromium.org>

        Add the timestampOffset attribute to SourceBuffer.
        https://bugs.webkit.org/show_bug.cgi?id=93303

        Reviewed by Dimitri Glazkov.

        On the 30 July 2012 version of the Media Source Extensions spec, a timestampOffset 
        attribute was added to the SourceBuffer object:
        http://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/media-source.html#dom-timestampoffset

        * http/tests/media/media-source/video-media-source-objects-expected.txt:
        * http/tests/media/media-source/video-media-source-objects.html:

2012-08-15  Pavel Chadnov  <chadnov@google.com>

        Web Inspector: Incorrect XHR responses when two async xhrs are sent synchronously
        https://bugs.webkit.org/show_bug.cgi?id=91630

        Reviewed by Vsevolod Vlasov.

        New test for two async XHRs sent synchronously.

        * http/tests/inspector/network-test.js:
        (doXHR):
        (doXHRWithPayload.xhr.onreadystatechange):
        (doXHRWithPayload):
        * http/tests/inspector/network/network-xhr-async-double-expected.txt: Added.
        * http/tests/inspector/network/network-xhr-async-double.html: Added.
        * http/tests/inspector/network/resources/echo-payload.php: Added.
        * platform/chromium/http/tests/inspector/console-xhr-logging-async-expected.txt:
        * platform/chromium/http/tests/inspector/console-xhr-logging-expected.txt:

2012-08-15  Christophe Dumez  <christophe.dumez@intel.com>

        [WK2] Add support for Web Intents MessagePorts
        https://bugs.webkit.org/show_bug.cgi?id=89072

        Reviewed by Kenneth Rohde Christiansen.

        Unskip webintents/web-intents-invoke-port.html and
        webintents/web-intents-obj-constructor.html for
        WebKit2 EFL now that information about message ports
        is correctly displayed by WebKitTestRunner.

        * platform/efl-wk2/TestExpectations:

2012-08-15  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        [EFL] Remove image expectation added for a ref test
        https://bugs.webkit.org/show_bug.cgi?id=94090

        Unreviewed gardening.

        * platform/efl/TestExpectations:
        * platform/efl/fast/css-generated-content/quotes-lang-expected.png: Removed.

2012-08-15  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Add platfrom specific expected results after r125593.

        * platform/qt-5.0-wk2/http/tests/misc/window-dot-stop-expected.txt: Added.
        * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt: Added.
        * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt: Added.
        * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: Added.
        * platform/qt-5.0-wk2/http/tests/xmlhttprequest/abort-should-cancel-load-expected.txt: Added.

2012-08-15  Shinya Kawanaka  <shinyak@chromium.org>

        [Chromium Mac] Unreviewed, rebaseline after r125659.

        * fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt: Renamed from LayoutTests/platform/efl/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt.
        * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
        * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt:
        * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
        * platform/gtk/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt: Removed.

2012-08-15  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening after r125659.

        * platform/qt/Skipped: Skip new tests because of disabled SHADOW_DOM
        * platform/qt/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
        * platform/qt/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
        * platform/qt/fast/dom/HTMLMeterElement/meter-element-expected.txt: Added.
        * platform/qt/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt: Added.
        * platform/qt/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
        * platform/qt/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
        * platform/qt/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png:
        * platform/qt/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
        * platform/qt/fast/dom/HTMLMeterElement/meter-styles-expected.png:
        * platform/qt/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
        * platform/qt/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt:

2012-08-15  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        Relative units are not set when the canvas has not parent
        https://bugs.webkit.org/show_bug.cgi?id=93840

        Reviewed by Kenneth Rohde Christiansen.

        Unskipped tests that will now pass, removed wrong expectations
        and updated test case which was fixed by the W3C.

        * canvas/philip/tests/2d.text.font.parse.size.percentage.default.html:
        This test case was fixed on W3C upstream:
        https://www.w3.org/Bugs/Public/show_bug.cgi?id=18522
        * fast/canvas/canvas-font-ex-units-crash-expected.txt:
        * fast/canvas/script-tests/canvas-font-ex-units-crash.js:
        * platform/chromium/TestExpectations:
        * platform/chromium/canvas/philip/tests/2d.text.font.parse.size.percentage-expected.txt: Removed.
        * platform/chromium/canvas/philip/tests/2d.text.font.parse.size.percentage.default-expected.txt: Removed.
        * platform/efl/Skipped:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/mac/canvas/philip/tests/2d.text.font.parse.size.percentage-expected.txt: Removed.
        * platform/mac/canvas/philip/tests/2d.text.font.parse.size.percentage.default-expected.txt: Removed.
        * platform/qt/Skipped:

2012-08-15  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewd gardening. Readd removed expectations in r125658 with some modification.

        * platform/qt/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt: Added.
        * platform/qt/http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt: Added.

2012-08-14  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: split standalone test runner, test scanner and test stub.
        https://bugs.webkit.org/show_bug.cgi?id=94001

        Reviewed by Vsevolod Vlasov.

        This change allows opening a) test runner, b) layout tests and c) inspector front-end off different
        hosts. It is one more step towards extension-driven runner.

        * http/tests/inspector/inspector-test.js:
        * http/tests/inspector/resources/test-runner.html: Removed.
        * http/tests/inspector/resources/test-scanner.html: Added.

2012-08-15  Shinya Kawanaka  <shinyak@chromium.org>

        AuthorShadowDOM for meter element
        https://bugs.webkit.org/show_bug.cgi?id=91970

        Reviewed by Hajime Morita.

        Contains the following tests:
          (1) meter element with AuthorShadowDOM
          (2) meter element with multiple AuthorShadowDOM with a shadow element
          (3) meter element with multiple AuthorShadowDOM without a shadow element
          (4) meter element with AuthorShadowDOM with dynamic value update
          (5) meter element with AuthorShadowDOM with style
          (6) meter element with AuthorShadowDOM with -webkit-appearance: none

        * fast/dom/HTMLMeterElement/meter-clone-expected.txt:
        * fast/dom/HTMLMeterElement/meter-clone.html:
        * fast/dom/HTMLMeterElement/meter-element-markup-expected.txt:
        * fast/dom/shadow/resources/replaced-element-styles.css:
        (.meter-like):
        (.meter-inner-element-like):
        * fast/dom/shadow/shadowdom-for-meter-dynamic-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-meter-dynamic.html: Added.
        * fast/dom/shadow/shadowdom-for-meter-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-meter-multiple-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-meter-multiple.html: Added.
        * fast/dom/shadow/shadowdom-for-meter-with-style-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-meter-with-style.html: Added.
        * fast/dom/shadow/shadowdom-for-meter-without-appearance-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-meter-without-appearance.html: Added.
        * fast/dom/shadow/shadowdom-for-meter-without-shadow-element-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-meter-without-shadow-element.html: Added.
        * fast/dom/shadow/shadowdom-for-meter.html: Added.
        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt:
        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-expected.txt:
        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt:
        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt:
        * platform/mac/TestExpectations:

2012-08-15  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviwed gardening. Skip failing tests and remove obsolete test expectations.
        https://bugs.webkit.org/show_bug.cgi?id=94076

        * platform/qt/Skipped: skip fast/events/autoscroll-in-textarea.html.
        * platform/qt/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt: Removed after r125615.
        * platform/qt/http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt: Removed after r125615.

2012-08-15  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding image failure expectation for fast/overflow/line-clamp-and-columns.html,
        the reftest is failing since it was introduced in r125635.

        Skipping media/video-controls-fullscreen-volume.html for the moment after
        it's been failing since introduced in r125590, the failure is probably expected
        and will be marked as WONTFIX when confirmed.

        Marking fast/js/random-array-gc-stress.html as a flaky crasher. The crashing
        occurs due to parallel GC being enabled.

        * platform/gtk/TestExpectations:

2012-08-15  Adam Barth  <abarth@webkit.org>

        [Chromium] fast/dom/Window/dom-access-from-closure-window.html is flaky on Linux
        https://bugs.webkit.org/show_bug.cgi?id=94060

        Reviewed by Kentaro Hara.

        Ensure that collecting garbage doesn't change the behavior of this test
        (compared with dom-access-from-closure-window.html).

        * fast/dom/Window/dom-access-from-closure-window-with-gc-expected.txt: Added.
        * fast/dom/Window/dom-access-from-closure-window-with-gc.html: Added.

2012-08-15  Yuta Kitamura  <yutak@google.com>

        [Chromium] Unreviewed. Add one more flaky test to test expectations.

        * platform/chromium/TestExpectations:

2012-08-14  Andrey Kosyakov  <caseq@chromium.org>

        Web Inspector: Calling getEventListeners() on element with malformed javascript event listeners crashes
        https://bugs.webkit.org/show_bug.cgi?id=93937

        Reviewed by Pavel Feldman.

        - added test for crash on invalid syntax in an attribute JS listener;
        - added custom expectation for chrome due to JS error logged to console by JSC while compiling attribute listener;

        * inspector/console/command-line-api-getEventListeners-expected.txt:
        * inspector/console/command-line-api-getEventListeners.html:
        * platform/chromium/inspector/console/command-line-api-getEventListeners-expected.txt: Copied from LayoutTests/inspector/console/command-line-api-getEventListeners-expected.txt.

2012-08-15  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Update expectations for canvas/philip tests that require space collapsing
        https://bugs.webkit.org/show_bug.cgi?id=94072

        Unreviewed EFL gardening.

        Move canvas/philip tests that require space collapsing
        from Skipped file to TestExpectations and indicate
        that the tests are outdated with corresponding bug
        number.

        * platform/efl/Skipped:
        * platform/efl/TestExpectations:

2012-08-15  Yuta Kitamura  <yutak@google.com>

        [Chromium] Unreviewed test expectations update. Tests named dfg-*array.html are
        known to be slow on debug bots.

        * platform/chromium/TestExpectations:

2012-08-14  Sukolsak Sakshuwong  <sukolsak@google.com>

        Text selection in text area in auto scroll mode goes wrong.
        https://bugs.webkit.org/show_bug.cgi?id=74346

        Reviewed by Ojan Vafai.

        * fast/events/autoscroll-in-textarea-expected.txt: Added.
        * fast/events/autoscroll-in-textarea.html: Added.

2012-08-14  Yuta Kitamura  <yutak@google.com>

        [Chromium] Unreviewed. Remove obsolete test expectations, and mark
        slow tests as such.

        * platform/chromium/TestExpectations:

2012-08-10  Kinuko Yasuda  <kinuko@chromium.org>

        FileWriter fails with assertion when trying to write empty Blob
        https://bugs.webkit.org/show_bug.cgi?id=93694

        Reviewed by Kent Tamura.

        if the given data size is zero (i.e. m_bytesToWrite is zero) the assertion 'bytes + m_bytesWritten > 0' should not be tested.

        * fast/filesystem/file-writer-empty-blob-expected.txt: Added.
        * fast/filesystem/file-writer-empty-blob.html: Added.
        * fast/filesystem/resources/file-writer-empty-blob.js: Added.
        * fast/filesystem/workers/file-writer-empty-blob-expected.txt: Added.
        * fast/filesystem/workers/file-writer-empty-blob.html: Added.

2012-08-14  Yuta Kitamura  <yutak@google.com>

        [Chromium] Unreviewed, another gardening. Add one slow test.

        * platform/chromium/TestExpectations:

2012-08-14  Yuta Kitamura  <yutak@google.com>

        [Chromium] Unreviewed. Add new test expectation for nested-rounded-corners.html.

        * platform/chromium/TestExpectations:

2012-08-14  Yuta Kitamura  <yutak@google.com>

        [Chromium] Unreviewed test expectation update. Address new flakiness
        and slow tests.

        * platform/chromium/TestExpectations:

2012-08-14  Ojan Vafai  <ojan@chromium.org>

        Fix access to m_markupBox in WebCore::EllipsisBox::paint
        https://bugs.webkit.org/show_bug.cgi?id=91138

        Reviewed by Abhishek Arya.

        * fast/overflow/line-clamp-and-columns-expected.html: Added.
        * fast/overflow/line-clamp-and-columns.html: Added.

2012-08-14  Yoshifumi Inoue  <yosin@chromium.org>

        [Forms] Make input type "time" to use multiple field time input UI
        https://bugs.webkit.org/show_bug.cgi?id=93929

        Reviewed by Kent Tamura.

        This patch added test expectations for multiple fields time input UI
        testing which are different behavior from single field time input UI
        for Chromium which enables multiple fields time input UI.

        * platform/chromium/fast/forms/time/time-input-visible-string-expected.txt: Select all in a field doesn't select text.
        * platform/chromium/fast/forms/time/time-stepup-stepdown-from-renderer-expected.txt: Fields don't change value on Up/Down keyboard events when they don't have focus and Up/Down keyboard increment/decrement value on hour field rather than minute field.

2012-08-14  Dean Jackson  <dino@apple.com>

        Initial call to webkitRequestAnimationFrame returns 0, Spec indicates the handle should always be > 0
        https://bugs.webkit.org/show_bug.cgi?id=85819

        Reviewed by James Robinson.

        * fast/animation/request-animation-frame-callback-id-expected.txt: Added.
        * fast/animation/request-animation-frame-callback-id.html: Added.

2012-08-14  Chris Evans  <cevans@google.com>

        Handle the XPath / (root) operator correctly for nodes that aren't attached to the document.
        https://bugs.webkit.org/show_bug.cgi?id=36427

        Reviewed by Abhishek Arya.

        * fast/xpath/xpath-detached-nodes-expected.txt: Added.
        * fast/xpath/xpath-detached-nodes.html: Added.

2012-08-14  Alexandru Chiculita  <achicu@adobe.com>

        [CSS Shaders][Chromium] Filters area applied twice when CustomFilterOperation is in the list
        https://bugs.webkit.org/show_bug.cgi?id=93900

        Reviewed by James Robinson.

        Added a test that first applies a blur and then switches to a CSS Shader plus a blur.
        The test was failing on Chromium by not removing the old blur filter from the platform layer.

        * css3/filters/custom/filter-fallback-to-software-expected.html: Added.
        * css3/filters/custom/filter-fallback-to-software.html: Added.

2012-08-14  Adrienne Walker  <enne@google.com>

        [chromium] Add baselines for video-controls-layer-creation layout test

        Unreviewed expectation update.

        * compositing/video/video-controls-layer-creation-expected.txt: Added.
        * platform/chromium-linux/compositing/video/video-controls-layer-creation-expected.png: Added.
        * platform/chromium-mac-snowleopard/compositing/video/video-controls-layer-creation-expected.png: Added.
        * platform/chromium-mac/compositing/video/video-controls-layer-creation-expected.png: Added.
        * platform/chromium-win/compositing/video/video-controls-layer-creation-expected.png: Added.
        * platform/mac/TestExpectations:

2012-08-14  Alexandru Chiculita  <achicu@adobe.com>

        Layout Test css3/filters/custom/custom-filter-animation.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=91769

        Reviewed by Dean Jackson.

        The test should be passing on Mountain Lion now, so I'm removing it from the list.

        * platform/mac/TestExpectations:

2012-08-14  Mike West  <mkwst@chromium.org>

        Tighten up parsing the 'script-nonce' CSP directive value.
        https://bugs.webkit.org/show_bug.cgi?id=93783

        Reviewed by Adam Barth.

        * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-separators-allowed-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-separators-allowed.html: Added.

2012-08-14  Adam Barth  <abarth@webkit.org>

        Delete DOMWindow::m_url
        https://bugs.webkit.org/show_bug.cgi?id=93989

        Reviewed by Eric Seidel.

        The error messages for these tests now relect the document's updated
        URL after document.write has changed the URL. Previously, we failed to
        sync these changes to DOMWindow::m_url, which is why the error messages
        showed the wrong URL.

        * http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt:
        * http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt:

2012-08-14  Andrei Onea  <onea@adobe.com>

        [CSSRegions]Region overset property is incorectly computed when content has negative letter spacing and is flowed near to the edge of a region
        https://bugs.webkit.org/show_bug.cgi?id=92506

        Reviewed by Eric Seidel.

        Added tests for incorrect regionOverset computation when visual overflow in the writing direction creates
        overset for all regions.

        * fast/regions/element-region-overset-state-negative-letter-spacing-expected.txt: Added.
        * fast/regions/element-region-overset-state-negative-letter-spacing.html: Added.
        * fast/regions/element-region-overset-state-vertical-rl-negative-letter-spacing-expected.txt: Added.
        * fast/regions/element-region-overset-state-vertical-rl-negative-letter-spacing.html: Added.

2012-08-14  Florin Malita  <fmalita@chromium.org>

        beginElement() does not observe updated animation attributes
        https://bugs.webkit.org/show_bug.cgi?id=93972

        Reviewed by Dirk Schulze.

        * svg/animations/updated-attributes-expected.txt: Added.
        * svg/animations/updated-attributes.html: Added.

2012-08-14  Roger Fong  <roger_fong@apple.com>

        Rebaseline fast/box-sizing/box-sizing.html and compositing/overflow/clip-descendents.html.
        https://bugs.webkit.org/show_bug.cgi?id=93909

        Reviewed by Tim Horton.

        As per https://bugs.webkit.org/show_bug.cgi?id=92904 rebaselining those tests.

        * compositing/overflow/clip-descendents-expected.txt: Rebaselined.
        * platform/mac/TestExpectations: Removed tests from expectations list.
        * platform/mac/fast/box-sizing/box-sizing-expected.txt: Rebaselined.

2012-08-14  Andrei Onea  <onea@adobe.com>

        [CSSRegions]regionOverset is computed as "overset" even though the region is not the last in the chain
        https://bugs.webkit.org/show_bug.cgi?id=93102

        Reviewed by Eric Seidel.

        Modified existing tests to reflect spec, where Element.webkitRegionOverset can be
        "overset" only for the last region in a region chain, if the content cannot fit inside it.

        * fast/regions/element-region-overset-state-expected.txt:
        * fast/regions/element-region-overset-state-vertical-rl-expected.txt:
        * fast/regions/element-region-overset-state-vertical-rl.html:
        * fast/regions/element-region-overset-state.html:

2012-08-13  Adrienne Walker  <enne@google.com>

        REGRESSION (r109851): Video controls do not render
        https://bugs.webkit.org/show_bug.cgi?id=93859

        Reviewed by Simon Fraser.

        Convert jernoble's test into a layout test.

        * compositing/video/video-controls-layer-creation.html: Added.
        * platform/chromium/TestExpectations:
        * platform/mac/TestExpectations:

2012-08-14  Robert Hogan  <robert@webkit.org>

        Update Test Expectations to consolidate bug refs for new tests added
        with r125578.

        Unreviewed gardening.

        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:

2012-08-14  Adrienne Walker  <enne@google.com>

        [chromium] Mark css2.1/20110323/c541-word-sp-000.htm as failing on Windows Chromium
        https://bugs.webkit.org/show_bug.cgi?id=94017

        Unreviewed gardening. Expectation update.

        * platform/chromium/TestExpectations:

2012-08-14  Robert Hogan  <robert@webkit.org>

        Update Test Expectations after r125578

       Unreviewed gardening.

       * platform/mac/TestExpectations:
       * platform/qt/TestExpectations:
       * platform/efl/TestExpectations:
       * platform/gtk/TestExpectations:

2012-08-14  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        WebKitTestRunner needs layoutTestController.dumpResourceLoadCallbacks
        https://bugs.webkit.org/show_bug.cgi?id=42332

        Reviewed by Kenneth Rohde Christiansen.

        Unskipped correspondong test cases.

        * platform/wk2/Skipped:

2012-08-14  Adam Barth  <abarth@webkit.org>

        DOMWindow::document() should not reach through Frame
        https://bugs.webkit.org/show_bug.cgi?id=27640

        Reviewed by Eric Seidel.

        * fast/dom/Window/timer-null-script-execution-context.html:
            - This test was assuming that we'd throw an exception when we
              failed to find the script execution context. Now that we are
              always able to find the script execution context, we never throw
              that exception, even after GC. As far as I can tell, the original
              intent of the test was to make sure we don't crash in that case,
              which of course we don't.
        * fast/dom/xmlhttprequest-constructor-in-detached-document-expected.txt:
            - Remove warning message about not being able to find the script
              execution context. We can now always find the script execution
              context.
        * http/tests/security/MessagePort/event-listener-context-expected.txt:
        * http/tests/security/MessagePort/event-listener-context.html:
            - This test is attempting to check that MessagePorts behave in a
              reasonable way when created in inactive documents. The test
              relies on us throwing an exception in the inactive case because
              we're unable to find the script execution context. We are now
              able to find the script execution context (as above), so we no
              longer throw the exception. It's not clear whether this test is
              valuable any more, but I've converted it to be a test that we
              don't crash in this situation.
        * platform/chromium/fast/dom/xmlhttprequest-constructor-in-detached-document-expected.txt: Removed.
            - Remove platform-specific result as it now matches the cross-platform result.

2012-08-14  Levi Weintraub  <leviw@chromium.org>

        Accumulating LayoutUnits with floats for determining block preferred width can lead to wrapping
        https://bugs.webkit.org/show_bug.cgi?id=93513

        Reviewed by Eric Seidel.

        Ensuring floats with sub-pixel values don't unnecessarily wrap.

        * fast/sub-pixel/block-preferred-widths-with-sub-pixel-floats-expected.txt: Added.
        * fast/sub-pixel/block-preferred-widths-with-sub-pixel-floats.html: Added.

2012-08-14  Jer Noble  <jer.noble@apple.com>

        Fullscreen/normal volume sliders don't stay in sync
        https://bugs.webkit.org/show_bug.cgi?id=93867

        Reviewed by Eric Carlson.

        New test checking that volume changes in the media element are reflected in the full
        screen volume slider.

        * media/video-controls-fullscreen-volume-expected.txt: Added.
        * media/video-controls-fullscreen-volume.html: Added.
        * platform/chromium/TestExpectations: Skip this test on chromium.

2012-08-14  Adrienne Walker  <enne@google.com>

        [chromium] Mark fast/regex/unicodeCaseInsensitive.html expectation as crashing
        https://bugs.webkit.org/show_bug.cgi?id=94010

        Unreviewed gardening. Update expectations.

        * platform/chromium/TestExpectations:

2012-08-14  Robert Hogan  <robert@webkit.org>

        Update Test Expectations after r125578

        Unreviewed gardening.

        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/qt/Skipped:
        * platform/qt/TestExpectations:

2012-08-14  Adrienne Walker  <enne@google.com>

        [chromium] Mark inspector/debugger tests as flaky timeout on Win7
        https://bugs.webkit.org/show_bug.cgi?id=94002

        Unreviewed gardening. Update expectations.

        * platform/chromium/TestExpectations:

2012-06-24  Robert Hogan  <robert@webkit.org>

        CSS 2.1 failure: Word-spacing affects each space and non-breaking space
        https://bugs.webkit.org/show_bug.cgi?id=89826

        Reviewed by Eric Seidel.

        * css2.1/20110323/c541-word-sp-000-expected.html: Added.
        * css2.1/20110323/c541-word-sp-000.htm: Renamed from LayoutTests/css2.1/t1604-c541-word-sp-00-b-a.html.
        * css2.1/20110323/c541-word-sp-001-expected.html: Added.
        * css2.1/20110323/c541-word-sp-001.htm: Added.
          Replaces t1604-c541-word-sp-01-b-a.html below.
        * css2.1/20110323/word-spacing-characters-002-expected.html: Added.
        * css2.1/20110323/word-spacing-characters-002.htm: Added.
        * css2.1/20110323/word-spacing-characters-003-expected.html: Added.
        * css2.1/20110323/word-spacing-characters-003.htm: Added.
          These passed already.
        * css2.1/20110323/word-spacing-remove-space-001-expected.html: Added.
        * css2.1/20110323/word-spacing-remove-space-001.htm: Added.
        * css2.1/20110323/word-spacing-remove-space-002-expected.html: Added.
        * css2.1/20110323/word-spacing-remove-space-002.htm: Added.
        * css2.1/20110323/word-spacing-remove-space-003-expected.html: Added.
        * css2.1/20110323/word-spacing-remove-space-003.htm: Added.
        * css2.1/20110323/word-spacing-remove-space-004-expected.html: Added.
        * css2.1/20110323/word-spacing-remove-space-004.htm: Added.
        * css2.1/20110323/word-spacing-remove-space-005-expected.html: Added.
        * css2.1/20110323/word-spacing-remove-space-005.htm: Added.
        * css2.1/20110323/word-spacing-remove-space-006-expected.html: Added.
        * css2.1/20110323/word-spacing-remove-space-006.htm: Added.
          These 6 tests are fixed by this patch.
        * css2.1/t1604-c541-word-sp-01-b-a.html: Removed.
          Per http://lists.w3.org/Archives/Public/public-css-testsuite/2010Jan/0029.html t1604-c541-word-sp-01-b-a.htm is
          now invalid and has been replaced by c541-word-sp-001.htm above.
        * fast/css/word-spacing-characters-complex-text-expected.html: Added.
        * fast/css/word-spacing-characters-complex-text.html: Added.
          This is a complex text version of word-spacing-characters-001.htm
        * fast/css/word-spacing-characters-expected.html: Added.
        * fast/css/word-spacing-characters.html: Added.
          The original test (word-spacing-characters-001.htm) has two spaces between the non-breaking spaces in the second last case. 
          This causes WebKit to split the text into two-runs and drop the second of the two spaces. This entire test can be replaced 
          with word-spacing-characters-001.htm from the css test suite when https://bugs.webkit.org/show_bug.cgi?id=89827 is fixed.
        * fast/css/word-spacing-linebreak-expected.html: Added.
        * fast/css/word-spacing-linebreak.html: Added.
        * platform/chromium-linux/css2.1/t1604-c541-word-sp-00-b-a-expected.png: Removed.
        * platform/chromium-linux/css2.1/t1604-c541-word-sp-00-b-a-expected.txt: Removed.
        * platform/chromium-linux/css2.1/t1604-c541-word-sp-01-b-a-expected.png: Removed.
        * platform/chromium-linux/fast/css/word-space-extra-expected.png:
        * platform/chromium-mac-snowleopard/css2.1/t1604-c541-word-sp-00-b-a-expected.png: Removed.
        * platform/chromium-mac-snowleopard/css2.1/t1604-c541-word-sp-01-b-a-expected.png: Removed.
        * platform/chromium-mac/css2.1/t1604-c541-word-sp-00-b-a-expected.png: Removed.
        * platform/chromium-mac/css2.1/t1604-c541-word-sp-01-b-a-expected.png: Removed.
        * platform/chromium-win/css2.1/t1604-c541-word-sp-00-b-a-expected.png: Removed.
        * platform/chromium-win/css2.1/t1604-c541-word-sp-00-b-a-expected.txt: Removed.
        * platform/chromium-win/css2.1/t1604-c541-word-sp-01-b-a-expected.png: Removed.
        * platform/chromium-win/css2.1/t1604-c541-word-sp-01-b-a-expected.txt: Removed.
        * platform/chromium-win/fast/css/word-space-extra-expected.txt:
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/efl/css2.1/t1604-c541-word-sp-00-b-a-expected.png: Removed.
        * platform/efl/css2.1/t1604-c541-word-sp-00-b-a-expected.txt: Removed.
        * platform/efl/css2.1/t1604-c541-word-sp-01-b-a-expected.png: Removed.
        * platform/efl/css2.1/t1604-c541-word-sp-01-b-a-expected.txt: Removed.
        * platform/gtk/TestExpectations:
        * platform/gtk/css2.1/t1604-c541-word-sp-00-b-a-expected.png: Removed.
        * platform/gtk/css2.1/t1604-c541-word-sp-00-b-a-expected.txt: Removed.
        * platform/gtk/css2.1/t1604-c541-word-sp-01-b-a-expected.png: Removed.
        * platform/gtk/css2.1/t1604-c541-word-sp-01-b-a-expected.txt: Removed.
        * platform/mac/TestExpectations:
        * platform/mac/css2.1/t1604-c541-word-sp-00-b-a-expected.png: Removed.
        * platform/mac/css2.1/t1604-c541-word-sp-00-b-a-expected.txt: Removed.
        * platform/mac/css2.1/t1604-c541-word-sp-01-b-a-expected.png: Removed.
        * platform/mac/css2.1/t1604-c541-word-sp-01-b-a-expected.txt: Removed.
        * platform/qt/TestExpectations:
        * platform/qt/css2.1/t1604-c541-word-sp-00-b-a-expected.txt: Removed.
        * platform/qt/css2.1/t1604-c541-word-sp-01-b-a-expected.png: Removed.
        * platform/qt/css2.1/t1604-c541-word-sp-01-b-a-expected.txt: Removed.
        * platform/win/Skipped:

2012-08-14  Christophe Dumez  <christophe.dumez@intel.com>

        Fix  LayoutTests/canvas/philip/tests/2d.text.draw.space.collapse.nonspace.html
        https://bugs.webkit.org/show_bug.cgi?id=92974

        Reviewed by Kenneth Rohde Christiansen.

        Unskip canvas/philip/tests/2d.text.draw.space.collapse.nonspace.html for
        all the ports now that space characters are correctly replaced in
        the text passed to fillText() and strokeText().

        * platform/chromium/TestExpectations:
        * platform/efl/Skipped:
        * platform/gtk/TestExpectations:
        * platform/mac/canvas/philip/tests/2d.text.draw.space.collapse.nonspace-expected.txt: Removed.
        * platform/qt/Skipped:

2012-08-14  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding image failure expectation for fast/css-generated-content/quotes-lang.html.

        * platform/gtk/TestExpectations:

2012-08-14  Sergio Villar Senin  <svillar@igalia.com>

        Unreviewed, updated the GTK WK2 Skipped file with well-known
        failures in the WK2 bot.

        * platform/gtk-wk2/Skipped:

2012-08-14  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        [EFL] Gardening of failing tests and new passes
        https://bugs.webkit.org/show_bug.cgi?id=93967

        Unreviewed gardening.

        * platform/efl/TestExpectations:
        * platform/efl/fast/css-generated-content/quotes-lang-expected.png: Added.

2012-08-14  Florin Malita  <fmalita@chromium.org>

        [Chromium] Rebaseline filter results after 125462
        https://bugs.webkit.org/show_bug.cgi?id=93969

        Unreviewed gardening.

        * platform/chromium-linux-x86/css3/filters/custom/filter-repaint-custom-clipped-expected.png: Removed.
        * platform/chromium-linux-x86/css3/filters/custom/filter-repaint-custom-expected.png: Removed.
        * platform/chromium-linux-x86/css3/filters/custom/filter-repaint-custom-rotated-expected.png: Removed.
        * platform/chromium-linux/css3/filters/custom/effect-custom-combined-missing-expected.png:
        * platform/chromium-mac-snowleopard/css3/filters/crash-hw-sw-switch-expected.png:
        * platform/chromium-mac/css3/filters/add-filter-rendering-expected.png:
        * platform/chromium-mac/css3/filters/crash-filter-change-expected.png:
        * platform/chromium-mac/css3/filters/crash-hw-sw-switch-expected.png:
        * platform/chromium-mac/css3/filters/custom/custom-filter-shader-cache-expected.png:
        * platform/chromium-mac/css3/filters/custom/effect-color-check-expected.png:
        * platform/chromium-mac/css3/filters/custom/effect-custom-combined-missing-expected.png:
        * platform/chromium-mac/css3/filters/custom/effect-custom-expected.png:
        * platform/chromium-mac/css3/filters/custom/filter-repaint-custom-clipped-expected.png:
        * platform/chromium-mac/css3/filters/custom/filter-repaint-custom-expected.png:
        * platform/chromium-mac/css3/filters/custom/filter-repaint-custom-rotated-expected.png:
        * platform/chromium-mac/css3/filters/effect-blur-expected.png:
        * platform/chromium-mac/css3/filters/effect-brightness-clamping-expected.png:
        * platform/chromium-mac/css3/filters/effect-brightness-expected.png:
        * platform/chromium-mac/css3/filters/effect-combined-expected.png:
        * platform/chromium-mac/css3/filters/effect-contrast-expected.png:
        * platform/chromium-mac/css3/filters/effect-drop-shadow-expected.png:
        * platform/chromium-mac/css3/filters/effect-grayscale-expected.png:
        * platform/chromium-mac/css3/filters/effect-hue-rotate-expected.png:
        * platform/chromium-mac/css3/filters/effect-invert-expected.png:
        * platform/chromium-mac/css3/filters/effect-opacity-expected.png:
        * platform/chromium-mac/css3/filters/effect-reference-expected.png:
        * platform/chromium-mac/css3/filters/effect-reference-external-expected.png:
        * platform/chromium-mac/css3/filters/effect-reference-hw-expected.png:
        * platform/chromium-mac/css3/filters/effect-reference-ordering-expected.png:
        * platform/chromium-mac/css3/filters/effect-saturate-expected.png:
        * platform/chromium-mac/css3/filters/effect-sepia-expected.png:
        * platform/chromium-mac/css3/filters/filtered-inline-expected.png:
        * platform/chromium-mac/css3/filters/multiple-filters-invalidation-expected.png:
        * platform/chromium-mac/css3/filters/nested-filters-expected.png:
        * platform/chromium-mac/css3/filters/regions-expanding-expected.png:
        * platform/chromium-mac/css3/filters/simple-filter-rendering-expected.png:
        * platform/chromium-mac/svg/filters/color-interpolation-filters-expected.png: Copied from LayoutTests/platform/chromium-mac/css3/filters/simple-filter-rendering-expected.png.
        * platform/chromium-win-xp/css3/filters/custom/filter-repaint-custom-clipped-expected.png: Removed.
        * platform/chromium-win-xp/css3/filters/custom/filter-repaint-custom-expected.png: Removed.
        * platform/chromium-win-xp/css3/filters/custom/filter-repaint-custom-rotated-expected.png: Removed.
        * platform/chromium-win/css3/filters/crash-hw-sw-switch-expected.png:
        * platform/chromium-win/css3/filters/custom/custom-filter-shader-cache-expected.png:
        * platform/chromium-win/css3/filters/custom/effect-color-check-expected.png:
        * platform/chromium-win/css3/filters/custom/effect-custom-combined-missing-expected.png:
        * platform/chromium-win/css3/filters/custom/effect-custom-expected.png:
        * platform/chromium-win/css3/filters/custom/filter-repaint-custom-clipped-expected.png:
        * platform/chromium-win/css3/filters/custom/filter-repaint-custom-expected.png:
        * platform/chromium-win/css3/filters/custom/filter-repaint-custom-rotated-expected.png:
        * platform/chromium-win/css3/filters/effect-brightness-clamping-expected.png:
        * platform/chromium-win/css3/filters/effect-brightness-expected.png:
        * platform/chromium-win/svg/filters/color-interpolation-filters-expected.png: Added.
        * platform/chromium/TestExpectations:
        * platform/efl/svg/filters/color-interpolation-filters-expected.txt: Removed.
        * platform/gtk/svg/filters/color-interpolation-filters-expected.txt: Removed.
        * svg/filters/color-interpolation-filters-expected.txt: Renamed from LayoutTests/platform/chromium-linux/svg/filters/color-interpolation-filters-expected.txt.

2012-08-14  Kent Tamura  <tkent@chromium.org>

        [Chromium] Update expectation files for fast/forms/date/calendar-picker-appearance.html

        * platform/chromium-linux-x86/fast/forms/date/calendar-picker-appearance-expected.png: Added.
        * platform/chromium-linux/fast/forms/date/calendar-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date/calendar-picker-appearance-expected.png:
        * platform/chromium-mac/fast/forms/date/calendar-picker-appearance-expected.png:
        * platform/chromium-win-xp/fast/forms/date/calendar-picker-appearance-expected.png:
        * platform/chromium-win/fast/forms/date/calendar-picker-appearance-expected.png:

2012-08-14  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        REGRESSION (r125450): 4 canvas/philip/tests tests failing on Apple Lion Release WK1 (Tests)
        https://bugs.webkit.org/show_bug.cgi?id=93910

        Unreviewed gardening.

        Removed wrong and duplicated expectations. Mac port should use the
        global expectations since this test is now passing.

        * platform/chromium/canvas/philip/tests/2d.text.font.parse.basic-expected.txt: Removed.
        * platform/chromium/canvas/philip/tests/2d.text.font.parse.complex-expected.txt: Removed.
        * platform/mac/TestExpectations:
        * platform/mac/canvas/philip/tests/2d.text.font.parse.basic-expected.txt: Removed.
        * platform/mac/canvas/philip/tests/2d.text.font.parse.complex-expected.txt: Removed.

2012-08-14  Allan Sandfeld Jensen  <allan.jensen@nokia.com>

        Unreviewed, Qt gardening

        Unmark tests that has been passing since they were fixed generally in r125371.

        * platform/qt/TestExpectations:

2012-08-14  Allan Sandfeld Jensen  <allan.jensen@nokia.com>

        Unreviewed gardening for Qt, rebaselining marked test from r125167.

        Changelog and commit mixed with entry below.

        * platform/qt/TestExpectations:
        * platform/qt/fast/block/float/overhanging-tall-block-expected.txt:

2012-08-14  Allan Sandfeld Jensen  <allan.jensen@nokia.com>

        Unreviewed gardening for Qt, rebaselining marked test from bug 93148.

        * platform/qt/TestExpectations:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:

2012-08-14  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: add external test runner for running inspector front-end tests with no TestRunner infrastructure.
        https://bugs.webkit.org/show_bug.cgi?id=93833

        Reviewed by Yury Semikhatsky.

        * http/tests/inspector/inspector-test.js:
        * http/tests/inspector/resources/test-runner.html: Added.

2012-08-14  Keishi Hattori  <keishi@webkit.org>

        [Chromium] Fix test calendar-picker-appearance.html after r125507

        Unreviewed.

        * fast/forms/date/calendar-picker-appearance.html: Use resize event instead of transitionEnd.

2012-08-10 Thiago Marcos P. Santos <thiago.santos@intel.com>

        [Qt] Remove duplicated platform test expectations
        https://bugs.webkit.org/show_bug.cgi?id=93351

        Reviewed by Csaba Osztrogonác.

        Remove platform test expectations that are the same as the global
        expectations.

        * platform/qt-5.0-wk2/compositing/iframes/fixed-position-iframe-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/iframes/invisible-iframe-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/iframes/invisible-nested-iframe-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/iframes/invisible-nested-iframe-hide-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/iframes/layout-on-compositing-change-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/iframes/nested-composited-iframe-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/iframes/nested-iframe-scrolling-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/iframes/overlapped-iframe-iframe-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/iframes/remove-iframe-crash-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/iframes/repaint-after-losing-scrollbars-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/iframes/scroll-fixed-transformed-element-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/iframes/scroll-grandchild-iframe-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/overflow/overflow-scaled-descendant-overlapping-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/reflections/become-simple-composited-reflection-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/reflections/empty-reflection-with-mask-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/reflections/remove-add-reflection-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/reflections/remove-reflection-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/rtl/rtl-absolute-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-relative-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/rtl/rtl-relative-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/events/overflow-viewport-renderer-deleted-expected.txt: Removed.
        * platform/qt-5.0-wk2/plugins/document-open-expected.txt: Removed.
        * platform/qt-5.0/fast/dom/DeviceMotion/no-page-cache-expected.txt: Removed.
        * platform/qt-5.0/fast/dom/DeviceMotion/optional-event-properties-expected.txt: Removed.
        * platform/qt-5.0/fast/dom/DeviceMotion/window-property-expected.txt: Removed.
        * platform/qt-5.0/fast/dom/DeviceOrientation/no-page-cache-expected.txt: Removed.
        * platform/qt-5.0/fast/dom/DeviceOrientation/optional-event-properties-expected.txt: Removed.
        * platform/qt-5.0/fast/dom/DeviceOrientation/window-property-expected.txt: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.txt: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt: Removed.
        * platform/qt-5.0/svg/foreignObject/text-tref-02-b-expected.txt: Removed.
        * platform/qt-mac/plugins/plugin-javascript-access-expected.txt: Removed.
        * platform/qt/compositing/geometry/composited-in-columns-expected.txt: Removed.
        * platform/qt/compositing/geometry/object-clip-rects-assertion-expected.txt: Removed.
        * platform/qt/compositing/iframes/composited-iframe-scroll-expected.txt: Removed.
        * platform/qt/compositing/iframes/iframe-content-flipping-expected.txt: Removed.
        * platform/qt/editing/execCommand/format-block-with-trailing-br-expected.txt: Removed.
        * platform/qt/editing/pasteboard/4242293-1-expected.txt: Removed.
        * platform/qt/editing/pasteboard/block-wrappers-necessary-expected.txt: Removed.
        * platform/qt/editing/selection/drag-start-event-client-x-y-expected.txt: Removed.
        * platform/qt/editing/selection/hit-test-on-text-with-line-height-expected.txt: Removed.
        * platform/qt/fast/backgrounds/svg-as-mask-expected.txt: Removed.
        * platform/qt/fast/borders/border-image-outset-split-inline-vertical-lr-expected.txt: Removed.
        * platform/qt/fast/borders/borderRadiusSolid01-expected.txt: Removed.
        * platform/qt/fast/borders/borderRadiusSolid02-expected.txt: Removed.
        * platform/qt/fast/borders/borderRadiusSolid03-expected.txt: Removed.
        * platform/qt/fast/borders/borderRadiusSolid04-expected.txt: Removed.
        * platform/qt/fast/box-shadow/box-shadow-radius-expected.txt: Removed.
        * platform/qt/fast/box-shadow/scaled-box-shadow-expected.txt: Removed.
        * platform/qt/fast/css/font-face-descending-unicode-range-expected.txt: Removed.
        * platform/qt/fast/css/font-face-font-family-descriptor-expected.txt: Removed.
        * platform/qt/fast/css/font-family-pictograph-expected.txt: Removed.
        * platform/qt/fast/css/hsla-color-expected.txt: Removed.
        * platform/qt/fast/css/rgba-custom-text-expected.txt: Removed.
        * platform/qt/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt: Removed.
        * platform/qt/fast/dom/icon-url-change-expected.txt: Removed.
        * platform/qt/fast/dom/icon-url-list-expected.txt: Removed.
        * platform/qt/fast/inline/inline-fixed-position-boundingbox-expected.txt: Removed.
        * platform/qt/fast/inline/inline-relative-offset-boundingbox-expected.txt: Removed.
        * platform/qt/fast/multicol/hit-test-gap-between-pages-expected.txt: Removed.
        * platform/qt/fast/reflections/reflection-masks-expected.txt: Removed.
        * platform/qt/fast/reflections/reflection-masks-opacity-expected.txt: Removed.
        * platform/qt/fast/repaint/repaint-svg-after-style-change-expected.txt: Removed.
        * platform/qt/fast/writing-mode/background-horizontal-bt-expected.txt: Removed.
        * platform/qt/fast/writing-mode/background-vertical-lr-expected.txt: Removed.
        * platform/qt/fast/writing-mode/background-vertical-rl-expected.txt: Removed.
        * platform/qt/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.txt: Removed.
        * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt: Removed.
        * platform/qt/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt: Removed.
        * platform/qt/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt: Removed.
        * platform/qt/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt: Removed.
        * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt: Removed.
        * platform/qt/svg/as-background-image/svg-as-background-1-expected.txt: Removed.
        * platform/qt/svg/as-background-image/svg-as-background-2-expected.txt: Removed.
        * platform/qt/svg/as-background-image/svg-as-background-3-expected.txt: Removed.
        * platform/qt/svg/as-background-image/svg-as-background-4-expected.txt: Removed.
        * platform/qt/svg/as-background-image/svg-as-background-5-expected.txt: Removed.
        * platform/qt/svg/as-background-image/svg-as-background-6-expected.txt: Removed.
        * platform/qt/svg/custom/bug86119-expected.txt: Removed.
        * platform/qt/svg/custom/glyph-transformation-with-hkern-expected.txt: Removed.
        * platform/qt/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.txt: Removed.
        * platform/qt/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Removed.
        * platform/qt/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: Removed.
        * platform/qt/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.txt: Removed.
        * platform/qt/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.txt: Removed.
        * platform/qt/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt: Removed.
        * platform/qt/svg/custom/svg-features-expected.txt: Removed.
        * platform/qt/svg/custom/use-instanceRoot-event-listeners-expected.txt: Removed.
        * platform/qt/svg/custom/use-setAttribute-crash-expected.txt: Removed.
        * platform/qt/svg/foreignObject/text-tref-02-b-expected.txt: Removed.
        * platform/qt/svg/hixie/viewbox/002-expected.txt: Removed.
        * platform/qt/svg/hixie/viewbox/003-expected.txt: Removed.
        * platform/qt/svg/repaint/inner-svg-change-viewBox-contract-expected.txt: Removed.
        * platform/qt/svg/repaint/inner-svg-change-viewBox-expected.txt: Removed.
        * platform/qt/svg/text/text-viewbox-rescale-expected.txt: Removed.
        * platform/qt/svg/zoom/page/zoom-foreign-content-expected.txt: Removed.
        * platform/qt/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.txt: Removed.
        * platform/qt/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Removed.
        * platform/qt/tables/mozilla/bugs/bug26553-expected.txt: Removed.
        * platform/qt/tables/mozilla/bugs/bug83786-expected.txt: Removed.
        * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.txt: Removed.

2012-08-14  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r125525.
        http://trac.webkit.org/changeset/125525
        https://bugs.webkit.org/show_bug.cgi?id=93950

        rebaseline revert after r125526... (Requested by philn on
        #webkit).

        * platform/gtk/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
        * platform/gtk/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt:
        * platform/gtk/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
        * platform/gtk/fast/dom/HTMLMeterElement/meter-element-expected.txt: Removed.
        * platform/gtk/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt: Removed.
        * platform/gtk/fast/dom/HTMLMeterElement/meter-optimums-expected.txt: Removed.
        * platform/gtk/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt: Removed.
        * platform/gtk/fast/dom/HTMLMeterElement/meter-styles-expected.txt: Removed.
        * platform/gtk/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt:

2012-08-14  Szilard Ledan  <szledan@inf.u-szeged.hu>

        [Qt] Gardening after r125516.

        Reviewed by Csaba Osztrogonác.

        Added baseline to fast/text/zero-font-size.html.

        * platform/qt/fast/text/zero-font-size-expected.txt:

2012-08-14  Philippe Normand  <pnormand@igalia.com>

        Unreviewed, GTK gardening.

        * platform/gtk/TestExpectations: Skip media-source tests, the GTK
        port doesn't support this feature yet and the tests time out.

2012-08-14  Mike West  <mkwst@chromium.org>

        Implement the plugin-types Content Security Policy directive.
        https://bugs.webkit.org/show_bug.cgi?id=91919

        Reviewed by Adam Barth.

        * http/tests/plugins/resources/mock-plugin-unknown-type.pl:
            Adding a mock plugin resource that is served with a type that WebKit
            doesn't understand. Using it to test a confusion attack in
            plugintypes-url-02.
        * http/tests/security/contentSecurityPolicy/1.1/plugintypes-invalid-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/plugintypes-invalid.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/plugintypes-mismatched-data-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/plugintypes-mismatched-data.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/plugintypes-mismatched-url-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/plugintypes-mismatched-url.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/plugintypes-notype-data-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/plugintypes-notype-data.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/plugintypes-notype-url-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/plugintypes-notype-url.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/plugintypes-nourl-allowed-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/plugintypes-nourl-allowed.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/plugintypes-nourl-blocked-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/plugintypes-nourl-blocked.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/plugintypes-url-01-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/plugintypes-url-01.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/plugintypes-url-02-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/plugintypes-url-02.html: Added.
        * http/tests/security/contentSecurityPolicy/object-src-none-allowed.html:
        * http/tests/security/contentSecurityPolicy/object-src-none-blocked.html:
            Renaming the `q` parameter to `plugin` in these two tests.
        * http/tests/security/contentSecurityPolicy/resources/echo-object-data.pl:
            Add output of explicit MIME types to the object data renderer, and
            changed the `q` parameter to be slightly less confusingly named.
            It's now `plugin`.
        * http/tests/security/contentSecurityPolicy/resources/multiple-iframe-plugin-test.js: Added.
            Copy `multiple-iframe-test.js`, and add in plugin-specific details,
            like `plugin`, `log`, and `type`.
        (test):
        (finishTesting):

2012-08-14  Hans Wennborg  <hans@chromium.org>

        Speech Input: wrong position was reported for scolled-down elements
        https://bugs.webkit.org/show_bug.cgi?id=93634

        Reviewed by Kent Tamura.

        Test that the position of the speech element is passed to the embedder
        corectly, i.e. where the user clicked, when the page is scrolled down.

        * fast/speech/bubble-position-scrolled-expected.txt: Added.
        * fast/speech/bubble-position-scrolled.html: Added.

2012-08-14  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r125519.
        http://trac.webkit.org/changeset/125519
        https://bugs.webkit.org/show_bug.cgi?id=93945

        New ref-tests caused image failures on chromium-mac bots.
        (Requested by yutak on #webkit).

        * fast/dom/HTMLMeterElement/meter-clone-expected.txt:
        * fast/dom/HTMLMeterElement/meter-clone.html:
        * fast/dom/HTMLMeterElement/meter-element-markup-expected.txt:
        * fast/dom/shadow/resources/replaced-element-styles.css:
        (.progress-inner-element-like):
        * fast/dom/shadow/shadowdom-for-meter-dynamic-expected.html: Removed.
        * fast/dom/shadow/shadowdom-for-meter-dynamic.html: Removed.
        * fast/dom/shadow/shadowdom-for-meter-expected.html: Removed.
        * fast/dom/shadow/shadowdom-for-meter-multiple-expected.html: Removed.
        * fast/dom/shadow/shadowdom-for-meter-multiple.html: Removed.
        * fast/dom/shadow/shadowdom-for-meter-with-style-expected.html: Removed.
        * fast/dom/shadow/shadowdom-for-meter-with-style.html: Removed.
        * fast/dom/shadow/shadowdom-for-meter-without-appearance-expected.html: Removed.
        * fast/dom/shadow/shadowdom-for-meter-without-appearance.html: Removed.
        * fast/dom/shadow/shadowdom-for-meter-without-shadow-element-expected.html: Removed.
        * fast/dom/shadow/shadowdom-for-meter-without-shadow-element.html: Removed.
        * fast/dom/shadow/shadowdom-for-meter.html: Removed.
        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt:
        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-expected.txt:
        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt:
        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt:
        * platform/mac/TestExpectations:

2012-08-14  Philippe Normand  <pnormand@igalia.com>

        Unreviewed, GTK rebaseline after r125519.

        * platform/gtk/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
        * platform/gtk/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt:
        * platform/gtk/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
        * platform/gtk/fast/dom/HTMLMeterElement/meter-element-expected.txt: Added.
        * platform/gtk/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt: Added.
        * platform/gtk/fast/dom/HTMLMeterElement/meter-optimums-expected.txt: Added.
        * platform/gtk/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt: Added.
        * platform/gtk/fast/dom/HTMLMeterElement/meter-styles-expected.txt: Added.
        * platform/gtk/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt:

2012-08-14  Philippe Normand  <pnormand@igalia.com>

        Unreviewed, GTK baseline for test introduced in r125462.

        * platform/gtk/svg/filters/color-interpolation-filters-expected.txt:

2012-08-14  Yuta Kitamura  <yutak@google.com>

        [Chromium] Unreviewed gardening. Add expectations for recent flakiness.

        * platform/chromium/TestExpectations:

2012-08-14  Shinya Kawanaka  <shinyak@chromium.org>

        AuthorShadowDOM for meter element
        https://bugs.webkit.org/show_bug.cgi?id=91970

        Reviewed by Hajime Morita.

        Contains the following tests:
          (1) meter element with AuthorShadowDOM
          (2) meter element with multiple AuthorShadowDOM with a shadow element
          (3) meter element with multiple AuthorShadowDOM without a shadow element
          (4) meter element with AuthorShadowDOM with dynamic value update
          (5) meter element with AuthorShadowDOM with style
          (6) meter element with AuthorShadowDOM with -webkit-appearance: none

        * fast/dom/HTMLMeterElement/meter-clone-expected.txt:
        * fast/dom/HTMLMeterElement/meter-clone.html:
        * fast/dom/HTMLMeterElement/meter-element-markup-expected.txt:
        * fast/dom/shadow/resources/replaced-element-styles.css:
        (.meter-like):
        (.meter-inner-element-like):
        * fast/dom/shadow/shadowdom-for-meter-dynamic-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-meter-dynamic.html: Added.
        * fast/dom/shadow/shadowdom-for-meter-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-meter-multiple-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-meter-multiple.html: Added.
        * fast/dom/shadow/shadowdom-for-meter-with-style-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-meter-with-style.html: Added.
        * fast/dom/shadow/shadowdom-for-meter-without-appearance-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-meter-without-appearance.html: Added.
        * fast/dom/shadow/shadowdom-for-meter-without-shadow-element-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-meter-without-shadow-element.html: Added.
        * fast/dom/shadow/shadowdom-for-meter.html: Added.
        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt:
        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-expected.txt:
        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt:
        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt:
        * platform/mac/TestExpectations:

2012-08-14  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL][WK2] inspector/debugger/debugger-pause-on-exception.html is duplicated in TestExpectations
        https://bugs.webkit.org/show_bug.cgi?id=93936

        Unreviewed EFL gardening. Remove duplicated test
        in WK2-EFL TestExpectations.

        * platform/efl-wk2/TestExpectations:

2012-08-14  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Unskip passing inspector tests after r125394.
        https://bugs.webkit.org/show_bug.cgi?id=93228

        * platform/qt/Skipped:

2012-08-14  Christophe Dumez  <christophe.dumez@intel.com>

        regression(r124510) webintents/web-intents-obj-constructor.html is crashing
        https://bugs.webkit.org/show_bug.cgi?id=93096

        Reviewed by Kentaro Hara.

        Unskip webintents/web-intents-obj-constructor.html now that the
        crash is fixed in WebCore.

        * platform/efl-wk2/TestExpectations:
        * platform/efl/TestExpectations:

2012-08-13  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding an empty platform baseline for r125462 just to avoid exceptions
        in the layout-test step on the buildbots. The baseline will be updated
        accordingly later.

        * platform/gtk/svg/filters/color-interpolation-filters-expected.txt: Added.

2012-08-13  Joone Hur  <joone.hur@intel.com>

        [EFL] Unreviewed gardening, rebaselining after r125462.

        Add a new test result to avoid layout-test exception

        * platform/efl/svg/filters/color-interpolation-filters-expected.txt: Added.

2012-08-13  Douglas Stockwell  <dstockwell@chromium.org>

        Crash in WebCore::RenderBlock::LineBreaker::nextLineBreak
        https://bugs.webkit.org/show_bug.cgi?id=93806

        Reviewed by Abhishek Arya.

        * fast/text/text-combine-first-line-crash-expected.txt: Added.
        * fast/text/text-combine-first-line-crash.html: Added.

2012-08-13  Yuta Kitamura  <yutak@google.com>

        [Chromium] Unreviewed. Rebaseline test results for add-table-overpaint.html.

        * platform/chromium-mac/fast/repaint/add-table-overpaint-expected.png: Added.
        * platform/chromium-win/fast/repaint/add-table-overpaint-expected.png: Renamed from LayoutTests/platform/chromium/fast/repaint/add-table-overpaint-expected.png.

2012-08-13  Yuta Kitamura  <yutak@google.com>

        [Chromium] Unreviewed, update test expectations to reflect the recent results and
        remove lint errors.

        * platform/chromium/TestExpectations:

2012-08-13  Shawn Singh  <shawnsingh@chromium.org>

        Unreviewed rebaseline after r125193.

        * platform/chromium-mac/compositing/masks/layer-mask-placement-expected.png:
        * platform/chromium-win/compositing/masks/layer-mask-placement-expected.png:
        * platform/chromium/TestExpectations:

2012-08-13  Eric Seidel  <eric@webkit.org>

        Add test to demonstrate overpainting seen in bug 92800
        https://bugs.webkit.org/show_bug.cgi?id=93901

        Reviewed by Levi Weintraub.

        Bug 92800 is a rather complicated change to fix this overpainting bug.
        Adding the test before the change so that it's easier for me to track as I change
        this behavior and for reviewers to see that I'm fixing this overpainting.

        * fast/repaint/add-table-overpaint-expected.png: Added.
        * fast/repaint/add-table-overpaint-expected.txt: Added.
        * fast/repaint/add-table-overpaint.html: Added.

2012-08-13  Elliott Sprehn  <esprehn@chromium.org>

        Expand list of supported languages for RenderQuote to match WHATWG spec
        https://bugs.webkit.org/show_bug.cgi?id=93424

        Reviewed by Eric Seidel.

        Update quote language test to include the 148 languages in the WHATWG web-apps
        recommended styling table.
        http://www.whatwg.org/specs/web-apps/current-work/multipage/rendering.html#quotes

        Add a new test that ensures language matching for quotes is case insensitive.

        * fast/css-generated-content/quotes-lang-case-insensitive-expected.html: Added.
        * fast/css-generated-content/quotes-lang-case-insensitive.html: Added.
        * fast/css-generated-content/quotes-lang-expected.html:
        * fast/css-generated-content/quotes-lang.html:

2012-08-13  Pravin D  <pravind.2k4@gmail.com>

        Bad cast in RenderBox::computeReplacedLogicalHeightUsing
        https://bugs.webkit.org/show_bug.cgi?id=93875

        Reviewed by Abhishek Arya.

        * fast/replaced/render-inline-cast-to-render-box-crash-expected.txt: Added.
        * fast/replaced/render-inline-cast-to-render-box-crash.html: Added.

2012-08-13  Dean Jackson  <dino@apple.com>

        REGRESSION (r125450): 4 canvas/philip/tests tests failing on Apple Lion Release WK1 (Tests)
        https://bugs.webkit.org/show_bug.cgi?id=93910

        Unreviewed test expectations update. Temporarily skipping tests.

        * platform/mac/TestExpectations:

2012-08-13  Florin Malita  <fmalita@chromium.org>

        WebKit+SVG does not support color-interpolation-filters or draw filters in correct colorspace
        https://bugs.webkit.org/show_bug.cgi?id=6033

        Reviewed by Dirk Schulze.

        * platform/chromium-linux/css3/filters/crash-hw-sw-switch-expected.png:
        * platform/chromium-linux/css3/filters/custom/custom-filter-shader-cache-expected.png:
        * platform/chromium-linux/css3/filters/custom/effect-custom-expected.png:
        * platform/chromium-linux/css3/filters/custom/filter-repaint-custom-clipped-expected.png:
        * platform/chromium-linux/css3/filters/custom/filter-repaint-custom-expected.png:
        * platform/chromium-linux/css3/filters/custom/filter-repaint-custom-rotated-expected.png:
        * platform/chromium-linux/css3/filters/effect-brightness-clamping-expected.png:
        * platform/chromium-linux/css3/filters/effect-brightness-expected.png:
        * platform/chromium-linux/svg/filters/color-interpolation-filters-expected.png: Added.
        * platform/chromium-linux/svg/filters/color-interpolation-filters-expected.txt: Added.
        * platform/chromium-win/css3/filters/add-filter-rendering-expected.png:
        * platform/chromium-win/css3/filters/crash-filter-change-expected.png:
        * platform/chromium-win/css3/filters/effect-blur-expected.png:
        * platform/chromium-win/css3/filters/effect-combined-expected.png:
        * platform/chromium-win/css3/filters/effect-contrast-expected.png:
        * platform/chromium-win/css3/filters/effect-drop-shadow-expected.png:
        * platform/chromium-win/css3/filters/effect-grayscale-expected.png:
        * platform/chromium-win/css3/filters/effect-hue-rotate-expected.png:
        * platform/chromium-win/css3/filters/effect-invert-expected.png:
        * platform/chromium-win/css3/filters/effect-opacity-expected.png:
        * platform/chromium-win/css3/filters/effect-reference-expected.png:
        * platform/chromium-win/css3/filters/effect-reference-external-expected.png:
        * platform/chromium-win/css3/filters/effect-reference-hw-expected.png:
        * platform/chromium-win/css3/filters/effect-reference-ordering-expected.png:
        * platform/chromium-win/css3/filters/effect-saturate-expected.png:
        * platform/chromium-win/css3/filters/effect-sepia-expected.png:
        * platform/chromium-win/css3/filters/filtered-inline-expected.png:
        * platform/chromium-win/css3/filters/multiple-filters-invalidation-expected.png:
        * platform/chromium-win/css3/filters/nested-filters-expected.png:
        * platform/chromium-win/css3/filters/regions-expanding-expected.png:
        * platform/chromium-win/css3/filters/simple-filter-rendering-expected.png:
        * platform/chromium/TestExpectations:
        * platform/chromium/css3/filters/blur-filter-page-scroll-expected.png:
        * platform/chromium/css3/filters/blur-filter-page-scroll-parents-expected.png:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * svg/filters/color-interpolation-filters.svg: Added.

2012-08-13  Raymond Toy  <rtoy@google.com>

        Oscillator node should throw exception if type is assigned an invalid value
        https://bugs.webkit.org/show_bug.cgi?id=93490

        Reviewed by Chris Rogers.

        Add tests for invalid oscillator types.
        
        * webaudio/oscillator-basic-expected.txt: Updated
        * webaudio/oscillator-basic.html: Test CUSTOM and invalid
        oscillator type.

2012-08-13  Brady Eidson  <beidson@apple.com>

        With asynchronous plug-in initialization, WebProcess and PluginProcess can deadlock
        <rdar://problem/12062125> and https://bugs.webkit.org/show_bug.cgi?id=93894

        Reviewed by Alexey Proskuryakov.

        * platform/mac-wk2/plugins/asychronous-deadlock-with-timer-and-evaluate-expected.txt: Added.
        * platform/mac-wk2/plugins/asychronous-deadlock-with-timer-and-evaluate.html: Added.

2012-08-13  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        CanvasRenderContext2D::font() does not re-serialize the font
        https://bugs.webkit.org/show_bug.cgi?id=50859

        Reviewed by Kenneth Rohde Christiansen.

        Unskip tests that will now pass and remove wrong/duplicated
        expectations. canvas-font-ex-units-crash has now the wrong
        expectations until we fix the issue on 93840.

        * fast/canvas/canvas-font-ex-units-crash-expected.txt:
        * fast/canvas/script-tests/canvas-font-ex-units-crash.js:
        Even though we are setting a value on this test case (and verifying),
        the font is not being effectiviely set as the serialization reveled. This
        is going to be fixed in another bug.
        * platform/chromium/TestExpectations:
        * platform/chromium/canvas/philip/tests/2d.text.font.parse.system-expected.txt: Removed.
        * platform/efl/Skipped:
        * platform/gtk/TestExpectations:
        * platform/mac/canvas/philip/tests/2d.text.font.parse.system-expected.txt: Removed.
        * platform/qt/Skipped:

2012-08-13  Elliott Sprehn  <esprehn@chromium.org>

        CSS quotes output quotes when depth is negative
        https://bugs.webkit.org/show_bug.cgi?id=92690

        Reviewed by Eric Seidel.

        Make the expected output of close-quote-negative-depth.html follow the spec and
        add another test that ensures the last quote pair is repeated when the depth is
        greater than the number of quote pairs.

        * fast/css-generated-content/close-quote-negative-depth-expected.html:
        * fast/css-generated-content/close-quote-negative-depth.html:
        * fast/css-generated-content/nested-quote-more-than-pairs-expected.html: Added.
        * fast/css-generated-content/nested-quote-more-than-pairs.html: Added.

2012-08-13  Simon Hausmann  <simon.hausmann@nokia.com>

        Unreviewed skip: Skip faling test after r125428.
        The fix will be tracked in https://bugs.webkit.org/show_bug.cgi?id=93897

        * platform/qt/Skipped:

2012-08-13  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r125430.
        http://trac.webkit.org/changeset/125430
        https://bugs.webkit.org/show_bug.cgi?id=93881

        Caused css2.1/t1604-c541-word-sp-00-b-a.html to regress on Mac
        builds (Requested by mwenge on #webkit).

        * css2.1/20110323/c541-word-sp-001-expected.html: Removed.
        * css2.1/20110323/c541-word-sp-001.htm: Removed.
        * css2.1/20110323/word-spacing-characters-002-expected.html: Removed.
        * css2.1/20110323/word-spacing-characters-002.htm: Removed.
        * css2.1/20110323/word-spacing-characters-003-expected.html: Removed.
        * css2.1/20110323/word-spacing-characters-003.htm: Removed.
        * css2.1/20110323/word-spacing-remove-space-001-expected.html: Removed.
        * css2.1/20110323/word-spacing-remove-space-001.htm: Removed.
        * css2.1/20110323/word-spacing-remove-space-002-expected.html: Removed.
        * css2.1/20110323/word-spacing-remove-space-002.htm: Removed.
        * css2.1/20110323/word-spacing-remove-space-003-expected.html: Removed.
        * css2.1/20110323/word-spacing-remove-space-003.htm: Removed.
        * css2.1/20110323/word-spacing-remove-space-004-expected.html: Removed.
        * css2.1/20110323/word-spacing-remove-space-004.htm: Removed.
        * css2.1/20110323/word-spacing-remove-space-005-expected.html: Removed.
        * css2.1/20110323/word-spacing-remove-space-005.htm: Removed.
        * css2.1/20110323/word-spacing-remove-space-006-expected.html: Removed.
        * css2.1/20110323/word-spacing-remove-space-006.htm: Removed.
        * css2.1/t1604-c541-word-sp-01-b-a.html: Added.
        * fast/css/word-spacing-characters-complex-text-expected.html: Removed.
        * fast/css/word-spacing-characters-complex-text.html: Removed.
        * fast/css/word-spacing-characters-expected.html: Removed.
        * fast/css/word-spacing-characters.html: Removed.
        * fast/css/word-spacing-linebreak-expected.html: Removed.
        * fast/css/word-spacing-linebreak.html: Removed.
        * platform/chromium-linux/css2.1/t1604-c541-word-sp-01-b-a-expected.png: Added.
        * platform/chromium-linux/fast/css/word-space-extra-expected.png:
        * platform/chromium-mac-snowleopard/css2.1/t1604-c541-word-sp-01-b-a-expected.png: Added.
        * platform/chromium-mac/css2.1/t1604-c541-word-sp-01-b-a-expected.png: Added.
        * platform/chromium-win/css2.1/t1604-c541-word-sp-01-b-a-expected.png: Added.
        * platform/chromium-win/css2.1/t1604-c541-word-sp-01-b-a-expected.txt: Added.
        * platform/chromium-win/fast/css/word-space-extra-expected.txt:
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/efl/css2.1/t1604-c541-word-sp-01-b-a-expected.png: Added.
        * platform/efl/css2.1/t1604-c541-word-sp-01-b-a-expected.txt: Added.
        * platform/gtk/TestExpectations:
        * platform/gtk/css2.1/t1604-c541-word-sp-01-b-a-expected.png: Added.
        * platform/gtk/css2.1/t1604-c541-word-sp-01-b-a-expected.txt: Added.
        * platform/mac/TestExpectations:
        * platform/mac/css2.1/t1604-c541-word-sp-01-b-a-expected.png: Added.
        * platform/mac/css2.1/t1604-c541-word-sp-01-b-a-expected.txt: Added.
        * platform/qt/TestExpectations:
        * platform/qt/css2.1/t1604-c541-word-sp-01-b-a-expected.png: Added.
        * platform/qt/css2.1/t1604-c541-word-sp-01-b-a-expected.txt: Added.
        * platform/win/Skipped:

2012-08-13  Dominik Röttsches  <dominik.rottsches@intel.com>

        [Cairo] canvas/philip/tests/2d.drawImage.self.2.html test failing on ports using Cairo
        https://bugs.webkit.org/show_bug.cgi?id=93244

        Reviewed by Kenneth Rohde Christiansen.

        Unskipping canvas/philip/tests/2d.drawImage.self.2.html for GTK and EFL now that it's working.

        * platform/efl/Skipped:
        * platform/gtk/TestExpectations:

2012-08-13  Lauro Neto  <lauro.neto@openbossa.org>

        [Qt] new test css3/flexbox/line-wrapping.html failing
        https://bugs.webkit.org/show_bug.cgi?id=72490

        Reviewed by Kenneth Rohde Christiansen.

        Gardening. Unskip now passing test.

        * platform/qt/Skipped:

2012-06-24  Robert Hogan  <robert@webkit.org>

        CSS 2.1 failure: Word-spacing affects each space and non-breaking space
        https://bugs.webkit.org/show_bug.cgi?id=89826

        Reviewed by Eric Seidel.

        * css2.1/20110323/c541-word-sp-001-expected.html: Added.
        * css2.1/20110323/c541-word-sp-001.htm: Added.
          Replaces t1604-c541-word-sp-01-b-a.html below.
        * css2.1/20110323/word-spacing-characters-002-expected.html: Added.
        * css2.1/20110323/word-spacing-characters-002.htm: Added.
        * css2.1/20110323/word-spacing-characters-003-expected.html: Added.
        * css2.1/20110323/word-spacing-characters-003.htm: Added.
          These passed already.
        * css2.1/20110323/word-spacing-remove-space-001-expected.html: Added.
        * css2.1/20110323/word-spacing-remove-space-001.htm: Added.
        * css2.1/20110323/word-spacing-remove-space-002-expected.html: Added.
        * css2.1/20110323/word-spacing-remove-space-002.htm: Added.
        * css2.1/20110323/word-spacing-remove-space-003-expected.html: Added.
        * css2.1/20110323/word-spacing-remove-space-003.htm: Added.
        * css2.1/20110323/word-spacing-remove-space-004-expected.html: Added.
        * css2.1/20110323/word-spacing-remove-space-004.htm: Added.
        * css2.1/20110323/word-spacing-remove-space-005-expected.html: Added.
        * css2.1/20110323/word-spacing-remove-space-005.htm: Added.
        * css2.1/20110323/word-spacing-remove-space-006-expected.html: Added.
        * css2.1/20110323/word-spacing-remove-space-006.htm: Added.
          These 6 tests are fixed by this patch.
        * css2.1/t1604-c541-word-sp-01-b-a.html: Removed.
          Per http://lists.w3.org/Archives/Public/public-css-testsuite/2010Jan/0029.html t1604-c541-word-sp-01-b-a.htm is
          now invalid and has been replaced by c541-word-sp-001.htm above.
        * fast/css/word-spacing-characters-complex-text-expected.html: Added.
        * fast/css/word-spacing-characters-complex-text.html: Added.
          This is a complex text version of word-spacing-characters-001.htm
        * fast/css/word-spacing-characters-expected.html: Added.
        * fast/css/word-spacing-characters.html: Added.
          The original test (word-spacing-characters-001.htm) has two spaces between the non-breaking spaces in the second last case. 
          This causes WebKit to split the text into two-runs and drop the second of the two spaces. This entire test can be replaced 
          with word-spacing-characters-001.htm from the css test suite when https://bugs.webkit.org/show_bug.cgi?id=89827 is fixed.
        * fast/css/word-spacing-linebreak-expected.html: Added.
        * fast/css/word-spacing-linebreak.html: Added.
        * platform/chromium-linux/css2.1/t1604-c541-word-sp-01-b-a-expected.png: Removed.
        * platform/chromium-linux/fast/css/word-space-extra-expected.png:
        * platform/chromium-mac-snowleopard/css2.1/t1604-c541-word-sp-01-b-a-expected.png: Removed.
        * platform/chromium-mac/css2.1/t1604-c541-word-sp-01-b-a-expected.png: Removed.
        * platform/chromium-win/css2.1/t1604-c541-word-sp-01-b-a-expected.png: Removed.
        * platform/chromium-win/css2.1/t1604-c541-word-sp-01-b-a-expected.txt: Removed.
        * platform/chromium-win/fast/css/word-space-extra-expected.txt:
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/efl/css2.1/t1604-c541-word-sp-01-b-a-expected.png: Removed.
        * platform/efl/css2.1/t1604-c541-word-sp-01-b-a-expected.txt: Removed.
        * platform/gtk/TestExpectations:
        * platform/gtk/css2.1/t1604-c541-word-sp-01-b-a-expected.png: Removed.
        * platform/gtk/css2.1/t1604-c541-word-sp-01-b-a-expected.txt: Removed.
        * platform/mac/TestExpectations:
        * platform/mac/css2.1/t1604-c541-word-sp-01-b-a-expected.png: Removed.
        * platform/mac/css2.1/t1604-c541-word-sp-01-b-a-expected.txt: Removed.
        * platform/qt/TestExpectations:
        * platform/qt/css2.1/t1604-c541-word-sp-01-b-a-expected.png: Removed.
        * platform/qt/css2.1/t1604-c541-word-sp-01-b-a-expected.txt: Removed.

2012-08-13  Anna Cavender  <annacc@chromium.org>

        Remove webkitMediaSourceURL from HTMLMediaElement.idl
        https://bugs.webkit.org/show_bug.cgi?id=93619

        Reviewed by Adam Barth.

        The webkitMediaSourceURL attribute is no longer needed now that we use
        createObjectURL() to generate a media source URL.

        * http/tests/media/media-source/media-source.js:
        (MediaSourceTest.setSrcToMediaSourceTestURL):

2012-08-13  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: get rid of beforeTextChanged
        https://bugs.webkit.org/show_bug.cgi?id=93851

        Reviewed by Vsevolod Vlasov.

        * http/tests/inspector/live-edit-test.js:
        (initialize_LiveEditTest.InspectorTest.replaceInSource):
        (initialize_LiveEditTest):

2012-08-13  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL][WK2] Update TestExpectations to make bot green
        https://bugs.webkit.org/show_bug.cgi?id=93852

        Unreviewed EFL gardening. Update wk2-efl TestExpectations
        to make the bot green.

        * platform/efl-wk2/TestExpectations:

2012-08-13  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, updating test expectation for
        canvas/philip/tests/2d.drawImage.self.2.html to note that
        bug #93244 tracks the regression.

        * platform/gtk/TestExpectations:

2012-08-13  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, skip a failing test.

        * platform/qt/Skipped:
        * platform/qt/TestExpectations:

2012-08-13  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] fast/box-sizing/box-sizing.html needs new baseline after r124347
        https://bugs.webkit.org/show_bug.cgi?id=93823

        Unreviewed EFL gardening.

        Provide new baseline for fast/box-sizing/box-sizing.html,
        needed after r124347.

        * platform/efl-wk2/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/efl/fast/box-sizing/box-sizing-expected.png:
        * platform/efl/fast/box-sizing/box-sizing-expected.txt: Added.

2012-08-13  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL][WK2] Skip inspector tests that hit assertion in WebCore::SuspendableTimer::resume()
        https://bugs.webkit.org/show_bug.cgi?id=93815

        Unreviewed EFL gardening.

        Update TestExpectations for several flaky Web Inspector
        test cases.

        * platform/efl-wk2/TestExpectations:
        * platform/efl/TestExpectations:

2012-08-13  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL][WK2] Wrong TestExpectations for 2 webintents tests
        https://bugs.webkit.org/show_bug.cgi?id=93811

        Unreviewed EFL gardening.

        Update expected state for the following webintents tests
        to make the tree green:
        webintents/web-intents-invoke-port.html
        webintents/web-intents-obj-constructor.html

        * platform/efl-wk2/TestExpectations:

2012-08-13  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, skip new failing/crashing tests.

        * platform/qt/Skipped:
        * platform/qt/TestExpectations:

2012-08-10  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: [Protocol] Force elements pseudo state via a separate InspectorCSSAgent method
        https://bugs.webkit.org/show_bug.cgi?id=93721

        Reviewed by Pavel Feldman.

        * http/tests/inspector/modify-cross-domain-rule.html:
        * inspector/styles/get-set-stylesheet-text.html:
        * inspector/styles/styles-formatting.html:
        * inspector/styles/styles-new-API.html:
        * inspector/styles/styles-new-API-expected.txt:

2012-08-13  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL][WK2] Replace Skipped list by TestExpectations
        https://bugs.webkit.org/show_bug.cgi?id=93796

        Reviewed by Kenneth Rohde Christiansen.

        Replace efl-wk2 Skipped file by TestExpectations now
        that we support cascaded TestExpectations in EFL
        port.

        * platform/efl-wk2/Skipped: Removed.
        * platform/efl-wk2/TestExpectations: Added.

2012-08-13  Shinya Kawanaka  <shinyak@chromium.org>

        Cannot select the AuthorShadowDOM inner element of an img element
        https://bugs.webkit.org/show_bug.cgi?id=91591

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/select-image-with-shadow-expected.txt: Added.
        * fast/dom/shadow/select-image-with-shadow.html: Added.

2012-08-13  Yuta Kitamura  <yutak@google.com>

        [Chromium] Unreviewed gardening. Add expectations for flaky tests.

        * platform/chromium/TestExpectations:

2012-08-12  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r125392.
        http://trac.webkit.org/changeset/125392
        https://bugs.webkit.org/show_bug.cgi?id=93797

        Simple rebaseline won't work. Need further investigation.
        (Requested by pfeldman on #webkit).

        * inspector/console/console-format-collections-expected.txt:

2012-08-12  Pavel Feldman  <pfeldman@chromium.org>

        Not reviewed: rebaselined inspector/console/console-format-collections.html after r125284.
        https://bugs.webkit.org/show_bug.cgi?id=93748

        * inspector/console/console-format-collections-expected.txt:

2012-08-12  Yuta Kitamura  <yutak@google.com>

        [Chromium] Unreviewed. Update TestExpectations so it matches the recent results.

        * platform/chromium/TestExpectations:

2012-08-12  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, skip new tests without expected results.

        * platform/qt/Skipped:

2012-08-12  Pravin D  <pravind.2k4@gmail.com>

        table cell.cellIndex should return -1 if there is no parent table
        https://bugs.webkit.org/show_bug.cgi?id=93738

        Reviewed by Eric Seidel.

        * fast/table/cellIndex-of-cell-with-different-parents-expected.txt: Added.
        * fast/table/cellIndex-of-cell-with-different-parents.html: Added.

2012-08-12  Mihnea Ovidenie  <mihnea@adobe.com>

        CSSRegions: Crash when using style in region for removed element.
        https://bugs.webkit.org/show_bug.cgi?id=93276

        Reviewed by Abhishek Arya.

        Added test reproducing the problem.

        * fast/regions/removed-element-style-in-region-crash-expected.txt: Added.
        * fast/regions/removed-element-style-in-region-crash.html: Added.

2012-08-12  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL][WK2] Skip webintents/web-intents-obj-constructor.html test
        https://bugs.webkit.org/show_bug.cgi?id=93778

        Unreviewed EFL gardening.

        Skip webintents/web-intents-obj-constructor.html for
        WebKit2 EFL until WTR can print information about the
        MessagePorts in a Web Intent (Bug 89072).

        * platform/efl-wk2/Skipped:

2012-08-12  Takashi Sakamoto  <tasak@google.com>

        webkit fails IETC namespaces/prefix-007.xml
        https://bugs.webkit.org/show_bug.cgi?id=86137

        Reviewed by Eric Seidel.

        * platform/chromium/TestExpectations:
        Enabled the layout tests, ietestcenter/css3/namespaces/prefix-007.xml
        and ietestcenter/css3/namespaces/prefix-010.xml.
        * platform/win/ietestcenter/css3/namespaces/prefix-007-expected.txt: Removed.
        * platform/win/ietestcenter/css3/namespaces/prefix-010-expected.txt: Removed.
        Removed old expectations.

2012-08-11  Jon Lee  <jonlee@apple.com>

        webarchive/ignore-noscript-if-scripting.html expected results should use .webarchive extension
        https://bugs.webkit.org/show_bug.cgi?id=93736
        <rdar://problem/12077654>

        Reviewed by Eric Seidel.

        Because the test uses dumpDOMAsWebArchive(), the expected results extension should be .webarchive instead of .txt.
        * webarchive/ignore-noscript-if-scripting-enabled-expected.webarchive: Renamed from LayoutTests/webarchive/ignore-noscript-if-scripting-enabled-expected.txt.

2012-08-11  Levi Weintraub  <leviw@chromium.org>

        Track block's positioned objects like percent-height children
        https://bugs.webkit.org/show_bug.cgi?id=89848

        Reviewed by Abhishek Arya.

        Adding another test to confirm that RenderBlock's positioned children lists don't become
        inconsistent.

        * fast/block/positioning/relayout-nested-positioned-elements-crash-2-expected.txt: Added.
        * fast/block/positioning/relayout-nested-positioned-elements-crash-2.html: Added.

2012-08-10  Arko Saha  <arko@motorola.com>

        Microdata: item with itemprop attribute should not include the item itself in the HTMLPropertiesCollection.
        https://bugs.webkit.org/show_bug.cgi?id=93717

        Reviewed by Ryosuke Niwa.

        Added test to ensure that item with itemprop attribute should not include
        itself in its HTMLPropetiesCollection.

        * fast/dom/MicroData/item-with-itemprop-attr-expected.txt: Added.
        * fast/dom/MicroData/item-with-itemprop-attr.html: Added.
        * fast/dom/MicroData/item-with-itemref-pointing-to-itself-expected.txt: Added.
        * fast/dom/MicroData/item-with-itemref-pointing-to-itself.html: Added.

2012-08-10  Roger Fong  <roger_fong@apple.com>

        Layout Test: plugins/nested-plugin-objects.html passes but causes subsequent test to fail on Windows.
        https://bugs.webkit.org/show_bug.cgi?id=93741

        Reviewed by Tim Horton.

        plugins/nested-plugin-objects.html passes but causes subsequent test to fail on Windows.
        plugins/netscape-dom-access-and-reload.html fails as a result.
        Or if I skip that test, then plugins/netscape-dom-access.html fails (the next test in the list).

        * platform/win/Skipped:
        Added plugins/nested-plugin-objects.html to skip list.

2012-08-10  Roger Fong  <roger_fong@apple.com>

        LayoutTest: fast/forms/basic-selects.html rebaselined.
        https://bugs.webkit.org/show_bug.cgi?id=93751

        Reviewed by Tim Horton.

        As per https://bugs.webkit.org/show_bug.cgi?id=92833, 
        this test needs to be rebaselined for other platforms.
        Rebaselining for Windows.

        * platform/win/fast/forms/basic-selects-expected.txt:
        Rebaselining.
        
2012-08-10  Elliott Sprehn  <esprehn@gmail.com>

        RenderQuote corrupts doubly linked list on insertion before head of list
        https://bugs.webkit.org/show_bug.cgi?id=93750

        Reviewed by Abhishek Arya.

        Test for moving around RenderQuote nodes before each other in an
        existing document to catch corruption in the linked list of RenderQuote.

        * fast/css-generated-content/quote-crash-93750-expected.txt: Added.
        * fast/css-generated-content/quote-crash-93750.html: Added.

2012-08-10  Dean Jackson  <dino@apple.com>

        REGRESSION (r124416): fast/forms/basic-selects.html failing on Lion Debug Tests
        https://bugs.webkit.org/show_bug.cgi?id=93538

        Unreviewed gardening. Rebaseline of this test for Mac ports, and
        remove expected failure.

        * platform/mac/TestExpectations:
        * platform/mac/fast/forms/basic-selects-expected.png:
        * platform/mac/fast/forms/basic-selects-expected.txt:

2012-08-10  Dean Jackson  <dino@apple.com>

        Unreviewed gardening. Missing platform expectations for this test. Results
        are identical to chromium-mac at present.

        * platform/mac/svg/repaint/text-mask-update-expected.txt: Added.

2012-08-10  Dean Jackson  <dino@apple.com>

        (r125185) http/tests/images/jpg-img-partial-load.html timeout on Lion
        https://bugs.webkit.org/show_bug.cgi?id=93636

        Unreviewed test expectation update for Mac.

        * platform/mac/TestExpectations:

2012-08-10  Jer Noble  <jer.noble@apple.com>

        no timeupdate events emitted for media controller
        https://bugs.webkit.org/show_bug.cgi?id=93745

        Reviewed by Eric Carlson.

        New test checking that the timeupdate event is emmitted correctly during playback.

        * media/media-controller-timeupdate-expected.txt: Added.
        * media/media-controller-timeupdate.html: Added.

2012-08-09  Jeffrey Pfau  <jpfau@apple.com>

        Allow blocking of third-party localStorage and sessionStorage
        https://bugs.webkit.org/show_bug.cgi?id=93390

        Reviewed by Adam Barth.

        Created tests for testing accessing localStorage and selfStorage from a third party and first party when third-party blocking is on and off.

        * http/tests/security/cross-origin-local-storage-allowed-expected.txt: Added.
        * http/tests/security/cross-origin-local-storage-allowed.html: Added.
        * http/tests/security/cross-origin-local-storage-expected.txt: Added.
        * http/tests/security/cross-origin-local-storage.html: Added.
        * http/tests/security/cross-origin-session-storage-allowed-expected.txt: Added.
        * http/tests/security/cross-origin-session-storage-allowed.html: Added.
        * http/tests/security/cross-origin-session-storage-expected.txt: Added.
        * http/tests/security/cross-origin-session-storage.html: Added.
        * http/tests/security/same-origin-document-domain-storage-allowed-expected.html: Added.
        * http/tests/security/same-origin-document-domain-storage-allowed.html: Added.
        * http/tests/security/resources/document-domain-iframe-for-local-storage.html: Added.
        * http/tests/security/resources/cross-origin-iframe-for-local-storage.html: Added.
        * http/tests/security/resources/cross-origin-iframe-for-session-storage.html: Added.

2012-08-10  Arko Saha  <arko@motorola.com>

        REGRESSION(r125159): ASSERTION FAILED: m_listsInvalidatedAtDocument.contains(list) in Document::unregisterNodeListCache.
        https://bugs.webkit.org/show_bug.cgi?id=93729 

        Reviewed by Ryosuke Niwa.

        Added a test to ensure that it does not crash in Document::unregisterNodeListCache.

        * fast/dom/MicroData/propertynodelist-crash-expected.txt: Added.
        * fast/dom/MicroData/propertynodelist-crash.html: Added.

2012-08-10  Alice Cheng  <alice_cheng@apple.com>

        Part 1 of: Extend -webkit-user-select with a new value "all"
        <rdar://problem/10161404>
        https://bugs.webkit.org/show_bug.cgi?id=93562

        Reviewed by Dan Bernstein.

        Add a test to verify that the new "all" value is parsed correctly.

        * editing/selection/user-select-all-parsing-expected.txt: Added.
        * editing/selection/user-select-all-parsing.html: Added.

2012-08-10  Florin Malita  <fmalita@chromium.org>

        [Chromium] Updated results for fast/borders/border-shadow-large-radius.html.

        Unreviewed gardening.

        * platform/chromium-win/fast/borders/border-shadow-large-radius-expected.png: Added.

2012-08-10  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Updating or adding newly-generated pixel baselines for tests in animations,
        dom/xhtml/level3/core, scrollbars, transforms and transitions directories.

        * platform/gtk/animations/3d/change-transform-in-end-event-expected.png: Added.
        * platform/gtk/animations/3d/matrix-transform-type-animation-expected.png: Added.
        * platform/gtk/animations/3d/replace-filling-transform-expected.png: Added.
        * platform/gtk/animations/3d/state-at-end-event-transform-expected.png: Added.
        * platform/gtk/animations/additive-transform-animations-expected.png: Added.
        * platform/gtk/animations/cross-fade-background-image-expected.png: Added.
        * platform/gtk/animations/cross-fade-border-image-source-expected.png: Added.
        * platform/gtk/animations/cross-fade-list-style-image-expected.png: Added.
        * platform/gtk/animations/cross-fade-webkit-mask-box-image-expected.png: Added.
        * platform/gtk/animations/cross-fade-webkit-mask-image-expected.png: Added.
        * platform/gtk/animations/missing-values-last-keyframe-expected.png: Added.
        * platform/gtk/animations/opacity-transform-animation-expected.png: Added.
        * platform/gtk/animations/state-at-end-event-expected.png: Added.
        * platform/gtk/dom/xhtml/level3/core/canonicalform08-expected.png: Added.
        * platform/gtk/dom/xhtml/level3/core/canonicalform09-expected.png: Added.
        * platform/gtk/dom/xhtml/level3/core/documentgetinputencoding03-expected.png: Added.
        * platform/gtk/dom/xhtml/level3/core/entitygetinputencoding02-expected.png: Added.
        * platform/gtk/dom/xhtml/level3/core/entitygetxmlversion02-expected.png: Added.
        * platform/gtk/dom/xhtml/level3/core/nodegetbaseuri05-expected.png: Added.
        * platform/gtk/dom/xhtml/level3/core/nodegetbaseuri07-expected.png: Added.
        * platform/gtk/dom/xhtml/level3/core/nodegetbaseuri09-expected.png: Added.
        * platform/gtk/dom/xhtml/level3/core/nodegetbaseuri10-expected.png: Added.
        * platform/gtk/dom/xhtml/level3/core/nodegetbaseuri11-expected.png: Added.
        * platform/gtk/dom/xhtml/level3/core/nodegetbaseuri15-expected.png: Added.
        * platform/gtk/dom/xhtml/level3/core/nodegetbaseuri17-expected.png: Added.
        * platform/gtk/dom/xhtml/level3/core/nodegetbaseuri18-expected.png: Added.
        * platform/gtk/dom/xhtml/level3/core/nodelookupnamespaceuri01-expected.png: Added.
        * platform/gtk/dom/xhtml/level3/core/nodelookupprefix19-expected.png: Added.
        * platform/gtk/scrollbars/basic-scrollbar-expected.png: Added.
        * platform/gtk/scrollbars/custom-scrollbar-with-incomplete-style-expected.png:
        * platform/gtk/scrollbars/disabled-scrollbar-expected.png: Added.
        * platform/gtk/scrollbars/listbox-scrollbar-combinations-expected.png: Added.
        * platform/gtk/scrollbars/overflow-scrollbar-combinations-expected.png: Added.
        * platform/gtk/scrollbars/scrollbar-buttons-expected.png: Added.
        * platform/gtk/scrollbars/scrollbar-orientation-expected.png: Added.
        * platform/gtk/scrollbars/scrollbars-on-positioned-content-expected.png:
        * platform/gtk/transforms/2d/compound-transforms-vs-containers-expected.png: Added.
        * platform/gtk/transforms/2d/hindi-rotated-expected.png:
        * platform/gtk/transforms/2d/transform-borderbox-expected.png: Added.
        * platform/gtk/transforms/2d/transform-fixed-container-expected.png:
        * platform/gtk/transforms/2d/transform-origin-borderbox-expected.png: Added.
        * platform/gtk/transforms/2d/zoom-menulist-expected.png:
        * platform/gtk/transforms/svg-vs-css-expected.png: Added.
        * platform/gtk/transitions/cross-fade-background-image-expected.png: Added.
        * platform/gtk/transitions/cross-fade-border-image-expected.png: Added.
        * platform/gtk/transitions/default-timing-function-expected.png:
        * platform/gtk/transitions/move-after-transition-expected.png: Added.
        * platform/gtk/transitions/opacity-transition-zindex-expected.png: Added.
        * platform/gtk/transitions/suspend-transform-transition-expected.png: Added.
        * platform/gtk/transitions/svg-text-shadow-transition-expected.png: Added.
        * platform/gtk/transitions/transition-end-event-rendering-expected.png: Added.

2012-08-10  Allan Sandfeld Jensen  <allan.jensen@nokia.com>

        [Transforms] Hit test issue with large scale() transform
        https://bugs.webkit.org/show_bug.cgi?id=23170

        Reviewed by Simon Fraser.

        New test checking that we can hit the bottom-right part of an element with
        a large scale transformation.

        Modified test-input on perspective-clipped.html, since it was mathematically
        0.1px inside the transformed target, but used to miss due to bad rounding.

        * fast/transforms/hit-test-large-scale-expected.txt: Added.
        * fast/transforms/hit-test-large-scale.html: Added.
        * transforms/3d/hit-testing/perspective-clipped-expected.txt:
        * transforms/3d/hit-testing/perspective-clipped.html:

2012-08-10  Takashi Sakamoto  <tasak@google.com>

        box-shadow creates incorrect shadow when border-radius is too large.
        https://bugs.webkit.org/show_bug.cgi?id=72103

        Reviewed by Simon Fraser.

        * fast/borders/border-shadow-large-radius.html: Added.
        * fast/borders/border-shadow-large-radius-expected.txt: Added.
        * platform/chromium-linux/fast/borders/border-shadow-large-radius-expected.png: Added.
        * platform/chromium-mac/fast/borders/border-shadow-large-radius-expected.png: Added.

2012-08-10  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Removing expectation for css3/flexbox/inline-flex-crash2.html after
        the fix for it was landed in r125302.

        * platform/gtk/TestExpectations:

2012-08-10  Ojan Vafai  <ojan@chromium.org>

        New test introduced in r125262 css3/flexbox/inline-flex-crash2.html fails
        https://bugs.webkit.org/show_bug.cgi?id=93718

        Test uses layoutTestController instead of testRunner.

        * css3/flexbox/inline-flex-crash2.html:
        * platform/qt/Skipped:

2012-08-10  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding failure expectations for failures introduced in r125133 and r125262.

        * platform/gtk/TestExpectations:

2012-08-10  Erik Arvidsson  <arv@chromium.org>

        [V8] Enable es5_readonly
        https://bugs.webkit.org/show_bug.cgi?id=91031

        Reviewed by Adam Barth.

        This turns on the es5_readonly flag for V8. This makes V8 match the ES5 spec regarding
        non writable properties on the prototype chain. JSC already behaves the right so this
        just makes V8 behave the same.


        * platform/chromium/media/network-no-source-const-shadow-expected.txt: Added.

2012-08-10  Martin Leutelt  <martin.leutelt@basyskom.com>

        [Qt] Dotted borders not drawn with rounded dots
        https://bugs.webkit.org/show_bug.cgi?id=92383

        Reviewed by Noam Rosenthal.

        The dots in borders with dotted style were previously drawn with
        rectangular dots. The CSS spec specifies that the dots should be
        rounded dots. This patch fixes this behavior for the Qt port.

        No new tests, existing ones have been updated with new expected
        results.

        * platform/qt/css2.1/t170602-bdr-conflct-w-04-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-14-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-24-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-34-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-41-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-42-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-43-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-44-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-49-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-94-d-expected.png:
        * platform/qt/editing/inserting/editing-empty-divs-expected.png:
        * platform/qt/fast/backgrounds/repeat/negative-offset-repeat-expected.png:
        * platform/qt/fast/css/margin-top-bottom-dynamic-expected.png:
        * platform/qt/fast/layers/opacity-outline-expected.png:
        * platform/qt/fast/lists/ordered-list-with-no-ol-tag-expected.png:
        * platform/qt/fast/multicol/progression-reverse-expected.png:
        * platform/qt/fast/overflow/overflow-with-local-background-attachment-expected.png:
        * platform/qt/fast/table/border-collapsing/001-expected.png:
        * platform/qt/fast/table/border-collapsing/001-vertical-expected.png:
        * platform/qt/svg/custom/no-inherited-dashed-stroke-expected.png:
        * platform/qt/svg/transforms/svg-css-transforms-expected.png:
        * platform/qt/tables/mozilla/bugs/bug22019-expected.png:
        * platform/qt/tables/mozilla/bugs/bug2947-expected.png:
        * platform/qt/tables/mozilla/bugs/bug6674-expected.png:
        * platform/qt/tables/mozilla/marvin/backgr_layers-opacity-expected.png:
        * platform/qt/tables/mozilla/marvin/backgr_position-table-expected.png:
        * platform/qt/tables/mozilla/marvin/backgr_simple-table-cell-expected.png:
        * platform/qt/tables/mozilla/marvin/backgr_simple-table-column-expected.png:
        * platform/qt/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png:
        * platform/qt/tables/mozilla/marvin/backgr_simple-table-expected.png:
        * platform/qt/tables/mozilla/marvin/backgr_simple-table-row-expected.png:
        * platform/qt/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png:
        * platform/qt/transforms/svg-vs-css-expected.png:

2012-08-10  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: render arrays as dir in case they were logged into console prior to the front-end opening.
        https://bugs.webkit.org/show_bug.cgi?id=93713

        Reviewed by Vsevolod Vlasov.

        * inspector/console/console-dirxml-expected.txt:
        * inspector/console/console-external-array-expected.txt:
        * inspector/console/console-format-collections-expected.txt:
        * inspector/console/console-format-expected.txt:
        * inspector/console/console-format.html:
        * inspector/console/console-tests-expected.txt:
        * platform/chromium/inspector/console/console-format-collections-expected.txt:

2012-08-10  Jon Lee  <jonlee@apple.com>

        Change Notification.permissionLevel() to Notification.permission
        https://bugs.webkit.org/show_bug.cgi?id=88919
        <rdar://problem/11650319>

        Reviewed by Kentaro Hara.

        * fast/notifications/notifications-permission-expected.txt: Added.
        * fast/notifications/notifications-permission.html: Added.
        * platform/chromium/TestExpectations: V8 does not properly support IDL static
        attributes. This is tracked in bug 93488.

2012-08-10  Andrey Kosyakov  <caseq@chromium.org>

        Web Inspector: add frame ids to TimeStamp, Time and TimeEnd records in Timeline
        https://bugs.webkit.org/show_bug.cgi?id=93699

        Reviewed by Pavel Feldman.

        - rebased expectations to include frameId field;
        - removed platform overrides for chromium as these are identical to the default ones;

        * inspector/timeline/timeline-mark-timeline-expected.txt:
        * inspector/timeline/timeline-time-stamp-expected.txt:
        * platform/chromium/inspector/timeline/timeline-mark-timeline-expected.txt: Removed.
        * platform/chromium/inspector/timeline/timeline-time-stamp-expected.txt: Removed.

2012-08-10  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviwed gardening.
        https://bugs.webkit.org/show_bug.cgi?id=93718

        * platform/qt/Skipped: xmlviewer/extensions-api.html moved, skip new failing test after r125262.

2012-08-10  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [EFL][WK2] Add Skipped file for EFL WK2
        https://bugs.webkit.org/show_bug.cgi?id=93645

        Unreviewed gardening.

        Added LayoutTests/platform/efl-wk2/Skipped file, so that it will be possible to keep EFL WK2 bot green.

        * platform/efl-wk2/Skipped: Added.

2012-08-10  Andrey Kosyakov  <caseq@chromium.org>

        Web Inspector: console.timeStamp() marked are not shown in Timeline overview
        https://bugs.webkit.org/show_bug.cgi?id=93697

        Reviewed by Pavel Feldman.

        - add support for dumpting timestamp records to timeline test suite;
        - dump timestamp records for TimeStamp tests;

        * inspector/timeline/timeline-test.js:
        (initialize_Timeline.InspectorTest.stopTimeline):
        (initialize_Timeline.InspectorTest.performActionsAndPrint.step3):
        (initialize_Timeline.InspectorTest.performActionsAndPrint):
        (initialize_Timeline.InspectorTest.printTimelineRecords):
        (initialize_Timeline.InspectorTest.printTimestampRecords):
        (initialize_Timeline.InspectorTest.innerPrintTimelineRecords):
        * inspector/timeline/timeline-time-stamp-expected.txt:
        * inspector/timeline/timeline-time-stamp.html:
        * platform/chromium/inspector/timeline/timeline-time-stamp-expected.txt: Removed.

2012-08-10  Mihnea Ovidenie  <mihnea@adobe.com>

        [CSS Regions] region-overflow: break still renders the content that does not fit in the last region.
        https://bugs.webkit.org/show_bug.cgi?id=92996

        Reviewed by Julien Chaffraix.

        Modified expected result for original test to match the behavior described in the regions spec.

        * fast/regions/region-overflow-break-expected.html:

2012-08-10  Sudarsana Nagineni  <sudarsana.nagineni@linux.intel.com>

        [EFL] Gardening of failing tests
        https://bugs.webkit.org/show_bug.cgi?id=93700

        Unreviewed EFL gardening.

        * platform/efl/Skipped: Test extensions-api.html moved out of
        the http directory in r125222.
        * platform/efl/TestExpectations: Add failing tests to the Test
        Expectations and unskip passing test.

2012-08-10  Andrei Poenaru  <poenaru@adobe.com>

        Web Inspector: Protocol Extension: Refactor protocol extension for CSS Regions
        https://bugs.webkit.org/show_bug.cgi?id=92089

        Reviewed by Pavel Feldman.

        Changed the test to validate the changes made to the protocol.

        * inspector/styles/protocol-css-regions-commands-expected.txt:
        * inspector/styles/protocol-css-regions-commands.html:

2012-08-10  Allan Sandfeld Jensen  <allan.jensen@nokia.com>

        Unreviewed gardening, rebaselining marked tests from r125167.

        * platform/chromium-mac/fast/block/float/overhanging-tall-block-expected.txt:
        * platform/chromium-win/fast/block/float/overhanging-tall-block-expected.txt:
        * platform/chromium/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/mac/fast/block/float/overhanging-tall-block-expected.txt:

2012-08-10  Tony Chang  <tony@chromium.org>

        implement display: -webkit-inline-flex
        https://bugs.webkit.org/show_bug.cgi?id=77772

        Reviewed by Ojan Vafai.

        Include 2 crash tests that caused this to be reverted the last time.

        * css3/flexbox/inline-flex-crash-expected.txt: Added.
        * css3/flexbox/inline-flex-crash.html: Added.
        * css3/flexbox/inline-flex-crash2-expected.txt: Added.
        * css3/flexbox/inline-flex-crash2.html: Added.
        * css3/flexbox/inline-flex-expected.html: Added.
        * css3/flexbox/inline-flex.html: Added.

2012-08-10  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, rebaselining after r125167.

        * platform/gtk/fast/block/float/overhanging-tall-block-expected.txt:

2012-08-10  Arko Saha  <arko@motorola.com>

        itemType.add should treat \t as a space.
        https://bugs.webkit.org/show_bug.cgi?id=92991

        Reviewed by Ryosuke Niwa.

        Added test to verifiy itemtype, itemref, itemprop attributes behavior on adding
        a token in presence of trailing space characters.
        Rebased existing test cases.

        * fast/dom/HTMLElement/class-list-expected.txt:
        * fast/dom/HTMLElement/class-list-quirks-expected.txt:
        * fast/dom/HTMLElement/script-tests/class-list.js:
        * fast/dom/HTMLOutputElement/dom-settable-token-list-expected.txt:
        * fast/dom/HTMLOutputElement/script-tests/dom-settable-token-list.js:
        * fast/dom/MicroData/domsettabletokenlist-attributes-add-token-expected.txt: Added.
        * fast/dom/MicroData/domsettabletokenlist-attributes-add-token.html: Added.

2012-08-09  Matt Falkenhagen  <falken@chromium.org>

        Move some CSS -webkit-locale tests out of fast/text/
        https://bugs.webkit.org/show_bug.cgi?id=93571

        Reviewed by Alexey Proskuryakov.

        Move the tests from fast/text/ to fast/css/, as they are not text-related.

        * fast/css/content-language-case-insensitivity-expected.txt: Renamed from LayoutTests/fast/text/content-language-case-insensitivity-expected.txt.
        * fast/css/content-language-case-insensitivity.html: Renamed from LayoutTests/fast/text/content-language-case-insensitivity.html.
        * fast/css/content-language-comma-separated-list-expected.txt: Renamed from LayoutTests/fast/text/content-language-comma-separated-list-expected.txt.
        * fast/css/content-language-comma-separated-list.html: Renamed from LayoutTests/fast/text/content-language-comma-separated-list.html.
        * fast/css/content-language-dynamically-added-expected.txt: Renamed from LayoutTests/fast/text/content-language-dynamically-added-expected.txt.
        * fast/css/content-language-dynamically-added.html: Renamed from LayoutTests/fast/text/content-language-dynamically-added.html.
        * fast/css/content-language-dynamically-changed-expected.txt: Renamed from LayoutTests/fast/text/content-language-dynamically-changed-expected.txt.
        * fast/css/content-language-dynamically-changed.html: Renamed from LayoutTests/fast/text/content-language-dynamically-changed.html.
        * fast/css/content-language-dynamically-removed-expected.txt: Renamed from LayoutTests/fast/text/content-language-dynamically-removed-expected.txt.
        * fast/css/content-language-dynamically-removed.html: Renamed from LayoutTests/fast/text/content-language-dynamically-removed.html.
        * fast/css/content-language-empty-expected.txt: Renamed from LayoutTests/fast/text/content-language-empty-expected.txt.
        * fast/css/content-language-empty.html: Renamed from LayoutTests/fast/text/content-language-empty.html.
        * fast/css/content-language-late-expected.txt: Renamed from LayoutTests/fast/text/content-language-late-expected.txt.
        * fast/css/content-language-late.html: Renamed from LayoutTests/fast/text/content-language-late.html.
        * fast/css/content-language-mapped-to-webkit-locale-expected.txt: Renamed from LayoutTests/fast/text/content-language-mapped-to-webkit-locale-expected.txt.
        * fast/css/content-language-mapped-to-webkit-locale.html: Renamed from LayoutTests/fast/text/content-language-mapped-to-webkit-locale.html.
        * fast/css/content-language-multiple-expected.txt: Renamed from LayoutTests/fast/text/content-language-multiple-expected.txt.
        * fast/css/content-language-multiple.html: Renamed from LayoutTests/fast/text/content-language-multiple.html.
        * fast/css/content-language-no-content-expected.txt: Renamed from LayoutTests/fast/text/content-language-no-content-expected.txt.
        * fast/css/content-language-no-content.html: Renamed from LayoutTests/fast/text/content-language-no-content.html.
        * fast/css/content-language-only-whitespace-expected.txt: Renamed from LayoutTests/fast/text/content-language-only-whitespace-expected.txt.
        * fast/css/content-language-only-whitespace.html: Renamed from LayoutTests/fast/text/content-language-only-whitespace.html.
        * fast/css/content-language-with-whitespace-expected.txt: Renamed from LayoutTests/fast/text/content-language-with-whitespace-expected.txt.
        * fast/css/content-language-with-whitespace.html: Renamed from LayoutTests/fast/text/content-language-with-whitespace.html.
        * fast/css/lang-mapped-to-webkit-locale-dynamic-expected.txt: Renamed from LayoutTests/fast/text/lang-mapped-to-webkit-locale-dynamic-expected.txt.
        * fast/css/lang-mapped-to-webkit-locale-dynamic.xhtml: Renamed from LayoutTests/fast/text/lang-mapped-to-webkit-locale-dynamic.xhtml.
        * fast/css/lang-mapped-to-webkit-locale-expected.txt: Renamed from LayoutTests/fast/text/lang-mapped-to-webkit-locale-expected.txt.
        * fast/css/lang-mapped-to-webkit-locale.xhtml: Renamed from LayoutTests/fast/text/lang-mapped-to-webkit-locale.xhtml.
        * fast/css/xml-lang-ignored-in-html-expected.txt: Renamed from LayoutTests/fast/text/xml-lang-ignored-in-html-expected.txt.
        * fast/css/xml-lang-ignored-in-html.html: Renamed from LayoutTests/fast/text/xml-lang-ignored-in-html.html.

2012-08-09  Kent Tamura  <tkent@chromium.org>

        Add DOMString reflection test
        https://bugs.webkit.org/show_bug.cgi?id=93681

        Reviewed by Hajime Morita.

        Introduce fast/dom/domstring-atribute-reflection.html, which
        should have tess for all of reflected DOMString IDL attribute,
        like fast/dom/boolean-attribute-reflection.html and
        URL-attribute-reflectin.html.

        As the first step, integrate fast/forms/input-step.html and
        fast/form/name-attribute.html into
        domstring-attribute-reflection.html.

        * fast/dom/domstring-attribute-reflection-expected.txt: Renamed from LayoutTests/fast/forms/name-attribute-expected.txt.
        * fast/dom/domstring-attribute-reflection.html: Added.
        * fast/forms/input-step-expected.txt: Removed.
        * fast/forms/input-step.html: Removed.
        * fast/forms/name-attribute.html: Removed.

2012-08-09  Sukolsak Sakshuwong  <sukolsak@google.com>

        Mouse-select then Cut, results in preceding character being lost
        https://bugs.webkit.org/show_bug.cgi?id=60830

        Reviewed by Ryosuke Niwa.

        * editing/pasteboard/smart-paste-in-text-control-expected.txt: Added.
        * editing/pasteboard/smart-paste-in-text-control.html: Added.
        * platform/chromium/TestExpectations:

2012-08-09  Joone Hur  <joone.hur@intel.com>

        [EFL] Unreviewed gardening

        Rebaseline compositing/repaint/newly-composited-on-scroll.html on EFL after r125086.
        Rebaseline fast/forms/datalist/range-snap-to-datalist.html on EFL after r125048.

        * platform/efl/compositing/repaint/newly-composited-on-scroll-expected.png: Added.
        * platform/efl/compositing/repaint/newly-composited-on-scroll-expected.txt: Added.
        * platform/efl/fast/forms/datalist/range-snap-to-datalist-expected.txt: Added.

2012-08-09  Mike Lawther  <mikelawther@chromium.org>

        Unreviewed gardening.

        Unskip tests that are now non-flaky (see fix in http://trac.webkit.org/changeset/121506)

        * platform/chromium/TestExpectations:
        * platform/mac/TestExpectations:

2012-08-09  Luke Macpherson   <macpherson@chromium.org>

        Fix null pointer deref in RenderFileUploadControl::computePreferredLogicalWidth().
        https://bugs.webkit.org/show_bug.cgi?id=93579

        Reviewed by Kent Tamura.

        Exercise code path that causes an upload button to exist without a renderer.

        * fast/forms/file/file-crash-by-display-none-button.html: Added.
        * fast/forms/file/file-crash-by-display-none-button-expected.txt: Added.

2012-08-09  Yuta Kitamura  <yutak@chromium.org>

        Unreviewed. Remove duplicate test expectation entry causing a lint error.

        * platform/chromium/TestExpectations:

2012-08-09  Xianzhu Wang  <wangxianzhu@chromium.org>

        [Chromium-Android] Skip layout tests directories that are not applicable
        https://bugs.webkit.org/show_bug.cgi?id=93670

        Reviewed by Dirk Pranke.

        Removed 'WONTFIX ANDROID SKIP' lines for whole directories added in r125094.
        Use ChromiumAndroidPort.skipped_layout_tests() instead.

        * platform/chromium/TestExpectations:

2012-08-09  Erik Arvidsson  <arv@chromium.org>

        HTMLElement.classList cannot remove classnames with uppercase characters
        https://bugs.webkit.org/show_bug.cgi?id=93628

        Reviewed by Alexey Proskuryakov.

        Before this patch we were trying to be smart and determine whether we needed the update m_classNamesForQuirksMode
        based on whether m_classNamesForQuirksMode.isNull(), however, m_classNamesForQuirksMode.isNull() is true when the
        class name is the empty string.

        We also did not update m_classNamesForQuirksMode when the class attribute was cleared.

        * fast/dom/HTMLElement/class-list-expected.txt:
        * fast/dom/HTMLElement/class-list-quirks-expected.txt:
        * fast/dom/HTMLElement/script-tests/class-list.js:

2012-08-09  MORITA Hajime  <morrita@google.com>

        https://bugs.webkit.org/show_bug.cgi?id=93587
        Node::replaceChild() can create bad DOM topology with MutationEvent, Part 2

        Reviewed by Kent Tamura.

        * fast/events/mutation-during-replace-child-2-expected.txt: Added.
        * fast/events/mutation-during-replace-child-2.html: Added.

2012-08-09  Kinuko Yasuda  <kinuko@chromium.org>

        http/tests/security/mixedContent/blob-url-in-iframe.html fails on Mac
        https://bugs.webkit.org/show_bug.cgi?id=88736

        Reviewed by Alexey Proskuryakov.

        Remove security/mixedContent/blob-url-in-iframe.html as it should pass with this patch.

        * platform/mac/Skipped:

2012-08-09  Julien Chaffraix  <jchaffraix@webkit.org>

        Crash in WebCore::RenderTable::cellBefore
        https://bugs.webkit.org/show_bug.cgi?id=91160

        Reviewed by Abhishek Arya.

        * fast/table/split-anonymous-boxes-around-table-repaint-crash-expected.txt: Added.
        * fast/table/split-anonymous-boxes-around-table-repaint-crash.html: Added.

2012-08-09  Roger Fong  <roger_fong@apple.com>

        LayoutTest: fast/forms/select/menulist-popup-crash.html timeout on Windows.
        https://bugs.webkit.org/show_bug.cgi?id=93667

        Reviewed by Tim Horton.

        Test times out and was added to Mac skiplist: http://trac.webkit.org/changeset/102884.
        Adding to Windows skip list as well.
        
        * platform/win/Skipped:
        Add test to skip list.

2012-08-09  David Grogan  <dgrogan@chromium.org>

        IndexedDB: intversion-long-queue.html fails an assert
        https://bugs.webkit.org/show_bug.cgi?id=92783

        Reviewed by Tony Chang.

        * platform/chromium/TestExpectations:
        * storage/indexeddb/intversion-long-queue-expected.txt:
        Add some FAIL lines that will be fixed when patch from 92897 lands.
        This patch doesn't actually change any behavior,
        intversion-long-queue-expected.txt was generated with 92897 patched in
        and the test was skipped so it didn't matter.

2012-08-09  Julien Chaffraix  <jchaffraix@webkit.org>

        REGRESSION(r117339): cell in block-level table in inline-block are aligned with their last line box
        https://bugs.webkit.org/show_bug.cgi?id=91137

        Reviewed by Tony Chang.

        * fast/table/anonymous-table-no-baseline-align-expected.html: Added.
        * fast/table/anonymous-table-no-baseline-align.html: Added.
        * fast/table/inline-table-in-inline-block-last-baseline-align-expected.html: Added.
        * fast/table/inline-table-in-inline-block-last-baseline-align.html: Added.

2012-08-09  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [WK2] Unskip tests requiring layoutTestController.dumpResourceResponseMIMETypes
        https://bugs.webkit.org/show_bug.cgi?id=93638

        Unreviewed. Unskip tests requiring layoutTestController.dumpResourceResponseMIMETypes.

        * platform/wk2/Skipped:

2012-08-09  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, typo fix.

        * platform/qt-5.0-wk2/Skipped:

2012-08-09  Mike West  <mkwst@chromium.org>

        Invalid Content Security Policy sources should generate console warnings.
        https://bugs.webkit.org/show_bug.cgi?id=93599

        Reviewed by Adam Barth.

        * http/tests/security/contentSecurityPolicy/source-list-parsing-02-expected.txt:
        * http/tests/security/contentSecurityPolicy/source-list-parsing-02.html:
            Move two invalid source tests out into 07.
        * http/tests/security/contentSecurityPolicy/source-list-parsing-07-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/source-list-parsing-07.html: Added.
            Many invalid source tests, all of which should generate warnings.

2012-08-09  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, paint the bots green.

        * platform/qt-5.0-wk2/Skipped: Skip failing tests.
        * platform/qt-5.0-wk2/fast/forms/mailto/advanced-get-expected.txt: Added because of whitespace differenced.
        * platform/qt-5.0-wk2/fast/forms/mailto/advanced-put-expected.txt: Added because of whitespace differenced.
        * platform/qt/TestExpectations: Mark an asserting test as crash.

2012-08-09  Bruno de Oliveira Abinader  <bruno.abinader@basyskom.com>

        [css3-text] Add suport for -webkit-text-decoration-line
        https://bugs.webkit.org/show_bug.cgi?id=90959

        Reviewed by Kenneth Rohde Christiansen.

        This patch implements the "text-decoration-line" property specified in CSS3
        working draft, with "-webkit-" prefix. The specification can be found below:
        http://dev.w3.org/csswg/css3-text/#text-decoration-line

        Additionally, Mozilla implementation details can be found here:
        https://developer-dev.allizom.org/en-US/docs/CSS/text-decoration-line

        It is important to notice that "-webkit-text-decoration-line" and
        "text-decoration" properties shares the same property handlers, however, the
        former resets the latter if value from latter doesn't have "important" value
        set (same behavior as Firefox). In a rare case where both properties have
        "important" value set, the text decoration gets value from the last parsed
        property.

        * 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/text-decoration-line-expected.html: Added.
        * fast/css/text-decoration-line.html: Added.
        * svg/css/getComputedStyle-basic-expected.txt:

2012-08-09  Robert Hogan  <robert@webkit.org>

        CSS 2.1 failure: 'Text-indent' only affects a line if it is the first formatted line of an element
        https://bugs.webkit.org/show_bug.cgi?id=63185

        Reviewed by Eric Seidel.

        * css2.1/20110323/text-indent-014-expected.html: Added.
        * css2.1/20110323/text-indent-014.htm: Added.
        * fast/css/text-indent-first-line-001-expected.html: Added.
        * fast/css/text-indent-first-line-001.html: Added.
        * fast/css/text-indent-first-line-002-expected.html: Added.
        * fast/css/text-indent-first-line-002.html: Added.
        * fast/css/text-indent-first-line-003-expected.html: Added.
        * fast/css/text-indent-first-line-003.html: Added.
        * fast/css/text-indent-first-line-004-expected.html: Added.
        * fast/css/text-indent-first-line-004.html: Added.
        * fast/css/text-indent-first-line-005-expected.html: Added.
        * fast/css/text-indent-first-line-005.html: Added.
          Text-indent in the span here is inherited from the div. CSS 2.1: "Since the 'text-indent' 
          property inherits, when specified on a block element, it will affect descendant 
          inline-block elements."
        * fast/css/text-indent-first-line-006-expected.html: Added.
        * fast/css/text-indent-first-line-006.html: Added.

2012-08-09  Roger Fong  <roger_fong@apple.com>

        Gardening LayoutTests/platform/win/fast/canvas tests folder.
        https://bugs.webkit.org/show_bug.cgi?id=93633

        Reviewed by Tim Horton.

        These tests pass now.
        Adjusting expected results.
        Removing other failing results.

        * platform/win/fast/canvas/canvas-draw-canvas-on-canvas-shadow-expected.txt:
            This test is now passing. Modifying to passing results since Mac fallback results are failing.
        * platform/win/fast/canvas/canvas-scale-drawImage-shadow-expected.txt: Removed.
        * platform/win/fast/canvas/canvas-scale-fillPath-shadow-expected.txt: Removed.
        * platform/win/fast/canvas/canvas-scale-fillRect-shadow-expected.txt: Removed.
        * platform/win/fast/canvas/canvas-transforms-fillRect-shadow-expected.txt: Removed.

2012-08-09  Mike West  <mkwst@chromium.org>

        Content Security Policy directives with an invalid character should log a console warning.
        https://bugs.webkit.org/show_bug.cgi?id=93622

        Reviewed by Adam Barth.

        * http/tests/security/contentSecurityPolicy/directive-parsing-05-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/directive-parsing-05.html: Added.

2012-08-09  Ryosuke Niwa  <rniwa@webkit.org>

        Fix a test after r125178.

        * fast/harness/perftests/runs-per-second-log-expected.txt:
        * fast/harness/perftests/runs-per-second-log.html:

2012-08-09  Shawn Singh  <shawnsingh@chromium.org>

        [chromium] Pass mask scale and offset to shaders for correct masking
        https://bugs.webkit.org/show_bug.cgi?id=93558

        Reviewed by Adrienne Walker.

        Added a layout test that checks the mask does not accidentally get
        resized when it is inside of an overflow div.

        * compositing/masks/mask-of-clipped-layer-expected.png: Added.
        * compositing/masks/mask-of-clipped-layer-expected.txt: Added.
        * compositing/masks/mask-of-clipped-layer.html: Added.
        * compositing/resources/alpha-blocks.png: Added.

2012-08-09  Mihnea Ovidenie  <mihnea@adobe.com>

        CSSRegions: Crash when attaching a region to the removed named flow
        https://bugs.webkit.org/show_bug.cgi?id=93204

        Reviewed by Abhishek Arya.

        Add test reproducing the crash.

        * fast/regions/region-attached-wrong-flow-crash-expected.txt: Added.
        * fast/regions/region-attached-wrong-flow-crash.html: Added.

2012-08-09  Dean Jackson  <dino@apple.com>

        (r125185) http/tests/images/jpg-img-partial-load.html timeout on Lion
        https://bugs.webkit.org/show_bug.cgi?id=93636

        Unreviewed test expectations update.

        * platform/mac/TestExpectations:

2012-08-09  Florin Malita  <fmalita@chromium.org>

        [Chromium] Updated expectations for script-change-externalResourcesRequired-while-loading.svg

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-08-09  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [EFL] Gardening after r125102
        https://bugs.webkit.org/show_bug.cgi?id=93593

        Unreviewed gardening.

        * platform/efl/TestExpectations: Included newly added compositing/plugins/no-backing-store.html test.

2012-08-09  'Pavel Feldman'  <pfeldman@chromium.org>

        Web Inspector: follow up to r125174 - fix subtype use.

        Not reviewed.

        * inspector/console/console-format-expected.txt:

2012-08-09  Brady Eidson  <beidson@apple.com>

        Layout Test fast/forms/autocomplete-off-with-default-value-does-not-clear.html is failing (on Chromium)
        https://bugs.webkit.org/show_bug.cgi?id=93586

        Not reviewed (fixing a test failure).

        This test is only valid for platforms with the page cache enabled.

        * platform/chromium/TestExpectations: Skip fast/forms/autocomplete-off-with-default-value-does-not-clear.html

2012-08-09  Florin Malita  <fmalita@chromium.org>

        [Chromium] Unreviewed gardening: updated expectations for console-format-collections.html.

        * platform/chromium/TestExpectations:

2012-08-09  Florin Malita  <fmalita@chromium.org>

        [Chromium] Unreviewed gardening: updated Win results for 125160.

        * platform/chromium-win/svg/custom/use-detach-expected.png:

2012-08-09  Florin Malita  <fmalita@chromium.org>

        [Chromium] Unreviewed gardening: updated results for 125167.

        * platform/chromium-linux/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.txt:
        * platform/chromium-mac/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.txt:
        * platform/chromium-win/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.txt:
        * platform/chromium/TestExpectations:

2012-08-09  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: generate preview for the objects dumped into the console upon logging.
        https://bugs.webkit.org/show_bug.cgi?id=35801

        Reviewed by Vsevolod Vlasov.

        * inspector/console/command-line-api-inspect-expected.txt:
        * inspector/console/console-dir-expected.txt:
        * inspector/console/console-eval-global-expected.txt:
        * inspector/console/console-eval-global.html:
        * inspector/console/console-format-collections-expected.txt:
        * inspector/console/console-format-collections.html:
        * inspector/console/console-format-expected.txt:
        * inspector/console/console-format.html:
        * inspector/console/console-log-document-proto-expected.txt:
        * inspector/console/console-log-document-proto.html:
        * inspector/console/console-log-toString-object-expected.txt:
        * inspector/debugger/watch-expressions-panel-switch-expected.txt:
        * inspector/elements/event-listener-sidebar-expected.txt:
        * inspector/elements/event-listeners-about-blank-expected.txt:
        * platform/chromium/inspector/console/console-dir-expected.txt:
        * platform/chromium/inspector/console/console-eval-global-expected.txt: Removed.
        * platform/chromium/inspector/console/console-format-collections-expected.txt:
        * platform/chromium/inspector/console/console-format-expected.txt: Removed.
        * platform/chromium/inspector/console/console-log-document-proto-expected.txt:
        * platform/chromium/inspector/debugger/watch-expressions-panel-switch-expected.txt:
        * platform/chromium/inspector/elements/event-listener-sidebar-expected.txt: Removed.

2012-08-09  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        * platform/qt-5.0/fast/js/global-constructors-expected.txt:
        * platform/qt/Skipped:
        * platform/qt/fast/dom/constructed-objects-prototypes-expected.txt:
        * platform/qt/fast/events/keyevent-iframe-removed-crash-expected.txt: Added.

2012-08-09  Allan Sandfeld Jensen  <allan.jensen@nokia.com>

        Unreviewed, update TestExpectations with one more test to rebase after r125167

        * platform/chromium/TestExpectations:

2012-08-08  Andrey Kosyakov  <caseq@chromium.org>

        Web Inspector: display progress bar while loading timeline data
        https://bugs.webkit.org/show_bug.cgi?id=92762

        Reviewed by Pavel Feldman.

        - fix loading tests to pass mock progress indicator;

        * inspector/timeline/timeline-load-incompatible.html:
        * inspector/timeline/timeline-load.html:

2012-08-09  Allan Sandfeld Jensen  <allan.jensen@nokia.com>

        Floored and truncated rounded confused.
        https://bugs.webkit.org/show_bug.cgi?id=93475

        Reviewed by Levi Weintraub.

        * platform/chromium/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:

2012-08-09  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: improve large array logging experience
        https://bugs.webkit.org/show_bug.cgi?id=93499

        Reviewed by Vsevolod Vlasov.

        * inspector/console/console-big-array-expected.txt:
        * inspector/console/console-big-array.html:

2012-08-09  MORITA Hajime  <morrita@google.com>

        DOMCharacterDataModified should not be fired inside shadows
        https://bugs.webkit.org/show_bug.cgi?id=93427

        Reviewed by Ryosuke Niwa.

        Added two tests. This also fixes existing test, which cover the wrong behavior.

        * fast/dom/shadow/suppress-mutation-events-in-shadow-characterdata-expected.txt: Added.
        * fast/dom/shadow/suppress-mutation-events-in-shadow-characterdata.html: Added.
        * fast/events/dom-character-data-modified-textarea-crash.html:
        - DOMCharacterDataModified shouldn't be fired in this case.
          Fixed to allow test to terminate without the event.
          Note that The event was fired by <textarea>, which is fixed by this change.
        * fast/forms/textarea-and-mutation-events-appending-text-expected.txt: Added.
        * fast/forms/textarea-and-mutation-events-appending-text.html: Added.
        * svg/custom/tref-nested-events-crash.svg:
        - DOMCharacterDataModified shouldn't be fired in this case.
          Fixed to allow test to terminate without the event.
          Note that The event was fired by SVGShadowText, which is just an implentation detail and
          should not be exposed.

2012-08-09  Takashi Toyoshima  <toyoshim@chromium.org>

        Unreviewed, update TestExpectations for chromium gardening.
        https://bugs.webkit.org/show_bug.cgi?id=93589

        Mark svg/dom/SVGScriptElement/script-change-externalResourcesRequired-while-loading.svg as slow for Mac10.6 (dbg).

        * platform/chromium/TestExpectations:

2012-08-09  Eric Seidel  <eric@webkit.org>

        Use m_everHadLayout in RenderObject::checkForRepaintDuringLayout()
        https://bugs.webkit.org/show_bug.cgi?id=20885

        Reviewed by Dan Bernstein.

        Updated result.  Appears to be a progression.  I suspect
        we were over-drawing the <g> container before and now we're
        just drawing the two objects which change.

        * platform/chromium-mac/svg/custom/use-detach-expected.png:
        * platform/chromium-linux/svg/custom/use-detach-expected.png:
        * platform/mac/svg/custom/use-detach-expected.png:

2012-08-08  Arko Saha  <arko@motorola.com>

        Microdata: PropertyNodeList cache should be invalidated on id attribute change.
        https://bugs.webkit.org/show_bug.cgi?id=93485

        Reviewed by Ryosuke Niwa.

        Added test to verify HTMLPropertiesCollection and PropertyNodeList interfaces
        behavior on changing id attribute.

        * fast/dom/MicroData/propertiescollection-on-changing-id-attr-expected.txt: Added.
        * fast/dom/MicroData/propertiescollection-on-changing-id-attr.html: Added.

2012-08-09  Takashi Toyoshima  <toyoshim@chromium.org>

        Unreviewed, TestExpectations update for a newly added test
        https://bugs.webkit.org/show_bug.cgi?id=93586

        * platform/chromium/TestExpectations:

2012-08-09  Arko Saha  <arko@motorola.com>

        Microdata: HTMLPropertiesCollection does not contain all properties when item is not attached to the DOM tree.
        https://bugs.webkit.org/show_bug.cgi?id=93456

        Reviewed by Ryosuke Niwa.

        Added tests to ensure that HTMLPropertiesCollection contains all item properties
        when item is not attached to the DOM tree.

        * fast/dom/MicroData/add-remove-property-to-item-which-is-not-attached-to-domtree-expected.txt: Added.
        * fast/dom/MicroData/add-remove-property-to-item-which-is-not-attached-to-domtree.html: Added.
        * fast/dom/MicroData/item-not-attached-to-domtree-expected.txt: Added.
        * fast/dom/MicroData/item-not-attached-to-domtree.html: Added.
        * fast/dom/MicroData/itemref-pointing-to-root-node-expected.txt: Added.
        * fast/dom/MicroData/itemref-pointing-to-root-node.html: Added.

2012-08-08  Alpha Lam  <hclam@chromium.org>

        Test rendering JPEG <img> with CSS background
        https://bugs.webkit.org/show_bug.cgi?id=93171

        Reviewed by Simon Fraser.

        Tests defer answering the alpha state for BitmapImage not yet
        decoded doesn't affect rendering results.

        Test: http/tests/images/jpg-img-partial-load.html

        Tests the rendering results of a partially loaded JPEG image.
        The image should be green in the top region and blue in the
        lower region. The blue is the background color revealed by
        full alpha of the undecoded region.

        * fast/images/resources/green-256x256.jpg: Added.
        * http/tests/images/jpg-img-partial-load-expected.png: Added.
        * http/tests/images/jpg-img-partial-load-expected.txt: Added.
        * http/tests/images/jpg-img-partial-load.html: Added.
        * http/tests/resources/load-and-stall.php: Added.

2012-08-08  Xingnan Wang  <xingnan.wang@intel.com>

        Skip CoreAnimation plugin model tests on android
        https://bugs.webkit.org/show_bug.cgi?id=90586

        Reviewed by Adam Barth.

        * platform/chromium/TestExpectations:

2012-08-08  Xingnan Wang  <xingnan.wang@intel.com>

        Skip platform/mac/editing/deleting/backward-delete.html on android
        https://bugs.webkit.org/show_bug.cgi?id=90585

        Reviewed by Adam Barth.

        * platform/chromium/TestExpectations:

2012-08-05  Kinuko Yasuda  <kinuko@chromium.org>

        Unprefix window.webkitURL
        https://bugs.webkit.org/show_bug.cgi?id=93034

        Reviewed by Jian Li.

        Adding unprefixed window.URL as other browsers like FireFox and Opera 12 seem to have the API unprefixed.
        (This patch doesn't remove webkitURL yet as Safari and Chrome has exposed the URL for a while now.)

        Changed most of the window.URL test code to use unprefixed version.
        To verify webkitURL is still available left webkitURL related tests in
        fast/dom/DOMURL/check-instanceof-domurl-functions.html.

        * editing/pasteboard/data-transfer-items-image-png.html:
        * fast/dom/DOMURL/check-instanceof-domurl-functions-expected.txt:
        * fast/dom/DOMURL/check-instanceof-domurl-functions.html:
        * fast/dom/HTMLAnchorElement/anchor-download-unset.html:
        * fast/dom/HTMLAnchorElement/anchor-download.html:
        * fast/dom/HTMLAnchorElement/anchor-nodownload-set.html:
        * fast/dom/HTMLAnchorElement/anchor-nodownload.html:
        * fast/dom/constructed-objects-prototypes-expected.txt:
        * fast/dom/window-domurl-crash.html:
        * fast/files/apply-blob-url-to-img.html:
        * fast/files/apply-blob-url-to-xhr.html:
        * fast/files/create-blob-url-crash.html:
        * fast/files/domurl-script-execution-context-crash.html:
        * fast/files/revoke-blob-url.html:
        * fast/files/url-null-expected.txt:
        * fast/files/url-null.html:
        * fast/files/url-required-arguments-expected.txt:
        * fast/files/url-required-arguments.html:
        * fast/files/workers/inline-worker-via-blob-url.html:
        * fast/files/workers/resources/worker-apply-blob-url-to-xhr.js:
        * fast/js/constructor-length.html:
        * http/tests/fileapi/create-blob-url-from-data-url.html:
        * http/tests/security/mixedContent/blob-url-in-iframe.html:
        * platform/chromium-win/compositing/geometry/object-clip-rects-assertion-expected.txt:
        * platform/chromium/fast/files/url-required-arguments-expected.txt:
        * platform/chromium/media/video-capture-preview.html:
        * platform/gtk/fast/dom/constructed-objects-prototypes-expected.txt:
        * platform/gtk/fast/files/url-required-arguments-expected.txt:
        * platform/gtk/fast/js/constructor-length-expected.txt:
        * platform/gtk/fast/js/global-constructors-expected.txt:
        * platform/mac/fast/js/constructor-length-expected.txt:
        * platform/mac/fast/js/global-constructors-expected.txt:
        * platform/qt-5.0/fast/js/global-constructors-expected.txt:
        * platform/qt/fast/dom/constructed-objects-prototypes-expected.txt:
        * platform/qt/fast/js/constructor-length-expected.txt:
        * platform/qt/fast/js/global-constructors-expected.txt:

2012-08-08  Wei James  <james.wei@intel.com>

        nested fragment parser test slow on Android
        https://bugs.webkit.org/show_bug.cgi?id=90438

        Reviewed by Ryosuke Niwa.

        * platform/chromium/TestExpectations:

2012-08-08  MORITA Hajime  <morrita@google.com>

        [SVG] load events shouldn't be fired during Node::insrtedInto()
        https://bugs.webkit.org/show_bug.cgi?id=92969

        Reviewed by Ryosuke Niwa.

        * svg/custom/loadevents-async-expected.txt: Added.
        * svg/custom/loadevents-async.html: Added.

2012-08-08  Tony Chang  <tony@chromium.org>

        css3/flexbox/content-height-with-scrollbars.html failing on non-fractional pixel layout machines
        https://bugs.webkit.org/show_bug.cgi?id=93530

        Unreviewed, fixing the test to not depend on rounding behavior.

        * css3/flexbox/content-height-with-scrollbars-expected.html: Use a fixed width.
        * css3/flexbox/content-height-with-scrollbars.html: Use a fixed width.
        * platform/efl/TestExpectations: Remove failing expectation.
        * platform/gtk/TestExpectations: Remove failing expectation.
        * platform/mac/TestExpectations: Remove failing expectation.

2012-08-08  Dirk Pranke  <dpranke@chromium.org>

        Unreviewed TestExpectations cleanup and a new baseline.

        * platform/chromium/TestExpectations:
        * platform/chromium/http/tests/security/sandboxed-iframe-modify-self-expected.txt: Added.

2012-08-08  Erik Arvidsson  <arv@chromium.org>

        Fix invalid test
        https://bugs.webkit.org/show_bug.cgi?id=93543

        Reviewed by Kentaro Hara.

        The HTMLMediaElement.prototype.NETWORK_NO_SOURCE is non writable so assigning to the element instance should
        be ignored.

        * media/network-no-source-const-shadow-expected.txt:
        * media/network-no-source-const-shadow.html:

2012-08-08  Alexandru Chiculita  <achicu@adobe.com>

        [CSS Shaders] Invalid shaders should act as pass-through filters
        https://bugs.webkit.org/show_bug.cgi?id=93405

        Reviewed by Dean Jackson.

        Note that invalid-custom-filter-shader-expected.html is actually using another builtin filter,
        just to make sure we trigger the whole FilterEffectRenderer on the images, otherwise the result will be
        slightly different because of the conversion errors. Having another filter like grayscale(0) will trigger
        the same precission errors on the result of the expected html.

        * css3/filters/custom/invalid-custom-filter-shader-expected.html: Added.
        * css3/filters/custom/invalid-custom-filter-shader.html: Added.
        * css3/filters/resources/invalid-shader.vs: Added.

2012-08-08  Brady Eidson  <beidson@apple.com>

        Google search query text reverts to original search query after multiple searches
        <rdar://problem/10800686> and https://bugs.webkit.org/show_bug.cgi?id=93544

        Reviewed by Darin Adler.

        * fast/forms/autocomplete-off-with-default-value-does-not-clear-expected.txt: Added.
        * fast/forms/autocomplete-off-with-default-value-does-not-clear.html: Added.
        * fast/forms/resources/go-back.html: Added.

2012-08-08  Raymond Toy  <rtoy@google.com>

        Creating "basic waveform" Oscillator nodes is not efficient
        https://bugs.webkit.org/show_bug.cgi?id=93194

        Reviewed by Chris Rogers.

        Add test to verify that the returned oscillator type is the same
        as what was set.
        
        * webaudio/oscillator-basic-expected.txt: Added.
        * webaudio/oscillator-basic.html: Added.

2012-08-08  Tom Sepez  <tsepez@chromium.org>

        Avoid ASSERT(m_workerContext->isSharedWorkerContext()) in WorkerScriptController::initScript()
        https://bugs.webkit.org/show_bug.cgi?id=93521

        Reviewed by Adam Barth.

        * http/tests/security/contentSecurityPolicy/resources/worker-set-timeout.js: Added.
        * http/tests/security/contentSecurityPolicy/worker-set-timeout-blocked-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/worker-set-timeout-blocked.html: Added.

2012-08-08  Dean Jackson  <dino@apple.com>

        (r124484) inspector/device-orientation-success.html failing on Mac ports
        https://bugs.webkit.org/show_bug.cgi?id=93552

        Unreviewed test expectations update. inspector/device-orientation-success.html missing console output.

        * platform/mac/TestExpectations:

2012-08-08  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        CanvasRenderContext2D::setFont() should ignore inherited properties and default keyword value
        https://bugs.webkit.org/show_bug.cgi?id=93491

        Reviewed by Kenneth Rohde Christiansen.

        Unskipped tests that are now passing after this fix and removed wrong
        expectations.

        * platform/chromium/TestExpectations:
        * platform/chromium/canvas/philip/tests/2d.text.font.parse.invalid-expected.txt: Removed.
        * platform/efl/Skipped:
        * platform/gtk/TestExpectations:
        * platform/mac/canvas/philip/tests/2d.text.font.parse.invalid-expected.txt: Removed.
        * platform/qt/Skipped:

2012-08-08  Roger Fong  <roger_fong@apple.com>

        css3/calc/transitions-dependent.html was causing css3/calc/transitions.html to fail
        https://bugs.webkit.org/show_bug.cgi?id=93515

        Reviewed by Tim Horton.

        The transitions-dependent.html test was causing the transitions.html test to fail.
        This was a result of a timeout callback set in the first test that was only being fired
        in the second test because the first test did not use waitUntilDone/notifyDone. 
        The second test printed out an extra TypeError: 'undefined' error message because the callback 
        was defined in the first test and was thus 'undefined' by the time it was called while the second test
        was running.
        
        In addition, the test contained the following line:
        window.addEventListener("load", function() { waitForAnimationStart(runTest(expectedValues)); }, false);
        which does not work as intended because the parameter to waitForAnimationStart should have been a function
        that calls runTest, not the call to the runTest function itself, which calls the method immediately.

        * css3/calc/transitions-dependent.html:
        Added waitUntilDone/notifyDone.
        Fixed function parameter.

2012-08-08  Florin Malita  <fmalita@chromium.org>

        [Chromium] Unreviewed gardening: Chromium results for compositing/repaint/newly-composited-on-scroll.html.

        * platform/chromium-mac/compositing/repaint/newly-composited-on-scroll-expected.png: Added.
        * platform/chromium-win/compositing/repaint/newly-composited-on-scroll-expected.png: Added.

2012-08-08  Florin Malita  <fmalita@chromium.org>

        [Chromium] Unreviewed gardening: compositing/plugins/no-backing-store.html yields incorrect results.

        * platform/chromium/TestExpectations:

2012-08-08  Dean Jackson  <dino@apple.com>

        REGRESSION (r124416): fast/forms/basic-selects.html failing on Lion Debug Tests
        https://bugs.webkit.org/show_bug.cgi?id=93538

        Unreviewed test expectations update after regression from r124416 on Mac ports.

        * platform/mac/TestExpectations:

2012-08-08  Simon Fraser  <simon.fraser@apple.com>

        Avoid backing store on layers created for CoreAnimation plugins
        https://bugs.webkit.org/show_bug.cgi?id=93526
        <rdar://problem/12052828>

        Reviewed by Dean Jackson.

        Test for backing store on CoreAnimation-based plugins in various
        configurations.

        * compositing/plugins/no-backing-store-expected.txt: Added.
        * compositing/plugins/no-backing-store.html: Added.

2012-08-08  Jeff Timanus  <twiz@chromium.org>

        [Chromium] Updating fast/canvas/webgl/gl-teximage.html to prevent valid variations in results from causing test failures.
        https://bugs.webkit.org/show_bug.cgi?id=89494

        Reviewed by Adrienne Walker.

        * fast/canvas/webgl/gl-teximage-expected.txt:
        * fast/canvas/webgl/gl-teximage.html: Only display the actual percentage of passing pixels when outside of DRT.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/mac/TestExpectations:

2012-08-08  Dean Jackson  <dino@apple.com>

        Rebaseline fast/box-sizing/box-sizing.html and compositing/overflow/clip-descendents.html
        https://bugs.webkit.org/show_bug.cgi?id=92904

        Unreviewed test expectations update. The IMAGE test was passing on Lion and Mountain Lion.

        * platform/mac/TestExpectations:

2012-08-08  Xianzhu Wang  <wangxianzhu@chromium.org>

        [Chromium-Android] Apply all Linux layout test expectations
        https://bugs.webkit.org/show_bug.cgi?id=92653

        Reviewed by Adam Barth.

        We used to let chromium_android.py replace all 'LINUX' to 'LINUX ANDROID' in test expectations on Android to automatically inherit all test expectations of chromium-linux.
        As a step of upstreaming chromium-android, now we actually update TestExpectations.

        In this change, 'LINUX's are replaced to 'LINUX ANDROID', *except* those:
        1) already have 'ANDROID',
        2) not applicable or not to be tested on Android, e.g. plugins, inspector, non-virtual gpu tests, etc. Instead we add SKIP rules for them.

        * platform/chromium/TestExpectations:

2012-08-08  Dean Jackson  <dino@apple.com>

        css3/flexbox/content-height-with-scrollbars.html failing image test on Lion and MountainLion
        https://bugs.webkit.org/show_bug.cgi?id=93530

        Unreviewed test expectations update.

        * platform/mac/TestExpectations:

2012-08-08  Erik Arvidsson  <arv@chromium.org>

        DOM4: classList should be defined on Element and not on HTMLElement
        https://bugs.webkit.org/show_bug.cgi?id=93015

        Reviewed by Adam Barth.

        DOM4 specs that Element should have the classList WebIDL attribute. This moves the
        attribute to the correct IDL file.

        * fast/dom/Element/class-list-expected.txt: Added.
        * fast/dom/Element/class-list.html: Added.

2012-08-08  Beth Dakin  <bdakin@apple.com>

        https://bugs.webkit.org/show_bug.cgi?id=93393
        Overflow regions sometimes repaint incorrectly after going into or 
        coming out of compositing mode
        -and corresponding-
        <rdar://problem/12006463>

        Reviewed by Simon Fraser.

        * compositing/repaint/newly-composited-on-scroll.html: Added.
        * platform/mac/compositing/repaint/newly-composited-on-scroll-expected.png: Added.
        * platform/mac/compositing/repaint/newly-composited-on-scroll-expected.txt: Added.

2012-08-08  Eric Carlson  <eric.carlson@apple.com>

        REGRESSION (r124710-r124713): media/video-seek-past-end-paused.html failing on Apple Lion Debug WK1 (Tests)
        https://bugs.webkit.org/show_bug.cgi?id=93394

        Unreviewed. Adding the correct results for failing tests on Mac.

        * platform/mac/media/video-seek-past-end-paused-expected.txt:

2012-08-08  Pavel Feldman  <pfeldman@chromium.org>

        REGRESSION(r125046): Breaks debug build (assertion in protocol type checks) (Requested by pfeldman on #webkit).
        https://bugs.webkit.org/show_bug.cgi?id=93505

        Not reviewed: roll out.

        * inspector/console/command-line-api-inspect-expected.txt:
        * inspector/console/console-dir-expected.txt:
        * inspector/console/console-eval-global-expected.txt:
        * inspector/console/console-eval-global.html:
        * inspector/console/console-format-collections-expected.txt:
        * inspector/console/console-format-collections.html:
        * inspector/console/console-format-expected.txt:
        * inspector/console/console-format.html:
        * inspector/console/console-log-document-proto-expected.txt:
        * inspector/console/console-log-document-proto.html:
        * inspector/console/console-log-toString-object-expected.txt:
        * inspector/debugger/watch-expressions-panel-switch-expected.txt:
        * inspector/elements/event-listener-sidebar-expected.txt:
        * inspector/elements/event-listeners-about-blank-expected.txt:
        * platform/chromium/inspector/console/console-dir-expected.txt:
        * platform/chromium/inspector/console/console-eval-global-expected.txt: Copied from LayoutTests/inspector/console/console-eval-global-expected.txt.
        * platform/chromium/inspector/console/console-format-collections-expected.txt:
        * platform/chromium/inspector/console/console-format-expected.txt: Copied from LayoutTests/inspector/console/console-format-expected.txt.
        * platform/chromium/inspector/console/console-log-document-proto-expected.txt:
        * platform/chromium/inspector/debugger/watch-expressions-panel-switch-expected.txt:
        * platform/chromium/inspector/elements/event-listener-sidebar-expected.txt: Copied from LayoutTests/inspector/elements/event-listener-sidebar-expected.txt.

2012-08-08  Florin Malita  <fmalita@chromium.org>

        [chromium][win] Rebaseline css3/filters/custom tests
        https://bugs.webkit.org/show_bug.cgi?id=93404

        Unreviewed gardening: updating Chromium results after 125044.

        * platform/chromium-linux-x86/css3/filters/custom/effect-color-check-expected.png: Removed.
        * platform/chromium-linux/css3/filters/custom/effect-color-check-expected.png: Removed.
        * platform/chromium-win-xp/css3/filters/custom/effect-color-check-expected.png: Removed.
        * platform/chromium-win/css3/filters/custom/effect-color-check-expected.png:
        * platform/chromium-win/css3/filters/custom/effect-custom-combined-missing-expected.png:
        * platform/chromium-win/css3/filters/custom/effect-custom-parameters-expected.png:
        * platform/chromium/TestExpectations:

2012-08-08  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding expectations for three tests that are flaky crashers:
        - editing/inserting/insert-character-in-first-letter-crash.html
        - fast/history/nested-visited-test.html
        - fast/css/first-letter-text-fragment-crash.html

        * platform/gtk/TestExpectations:

2012-08-08  Anna Cavender  <annacc@chromium.org>

        Update HTMLMediaElement to the new OO MediaSource API.
        https://bugs.webkit.org/show_bug.cgi?id=91775

        Reviewed by Eric Carlson.

        This patch rips out the old-style MediaSource API and allows a
        MediaSource object to be attached to HTMLMediaElement.
        http://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/media-source.html

        * http/tests/media/media-source/media-source.js:
        (MediaSourceTest.SegmentHelper):
        (MediaSourceTest.SegmentHelper.prototype.addSourceBuffer):
        (MediaSourceTest.SegmentHelper.prototype.appendInitSegment):
        (MediaSourceTest.SegmentHelper.prototype.appendMediaSegment):
        (MediaSourceTest.SegmentHelper.prototype.appendUntilEndOfStream):
        (MediaSourceTest.setSrcToMediaSourceTestURL):
        (MediaSourceTest.defaultOnErrorChecks):
        (MediaSourceTest.runOnSourceOpen.eventHandlerFunction):
        (MediaSourceTest.runOnSourceOpen):
        (MediaSourceTest.logSourceState):
        (MediaSourceTest.expectSourceState):
        * http/tests/media/media-source/video-media-source-abort-expected.txt:
        * http/tests/media/media-source/video-media-source-abort.html:
        * http/tests/media/media-source/video-media-source-add-and-remove-buffers-expected.txt: Renamed from LayoutTests/http/tests/media/media-source/video-media-source-add-and-remove-ids-expected.txt.
        * http/tests/media/media-source/video-media-source-add-and-remove-buffers.html: Added.
        * http/tests/media/media-source/video-media-source-add-and-remove-ids.html: Removed.
        * http/tests/media/media-source/video-media-source-errors-expected.txt:
        * http/tests/media/media-source/video-media-source-errors.html:
        * http/tests/media/media-source/video-media-source-event-attributes-expected.txt:
        * http/tests/media/media-source/video-media-source-event-attributes.html:
        * http/tests/media/media-source/video-media-source-objects-expected.txt: Added.
        * http/tests/media/media-source/video-media-source-objects.html: Added.
        * http/tests/media/media-source/video-media-source-play-expected.txt:
        * http/tests/media/media-source/video-media-source-play.html:
        * http/tests/media/media-source/video-media-source-seek-expected.txt:
        * http/tests/media/media-source/video-media-source-seek.html:
        * http/tests/media/media-source/video-media-source-state-changes-expected.txt:
        * http/tests/media/media-source/video-media-source-state-changes.html:

2012-08-07  Ojan Vafai  <ojan@chromium.org>

        percentage height/width values in quirks mode are incorrectly resolved in flexbox children
        https://bugs.webkit.org/show_bug.cgi?id=81809

        Reviewed by Tony Chang.

        * css3/flexbox/box-sizing-min-max-sizes-expected.txt: Added.
        * css3/flexbox/box-sizing-min-max-sizes.html: Added.
        * css3/flexbox/percentage-sizes-expected.txt: Added.
        * css3/flexbox/percentage-sizes-quirks-expected.txt: Added.
        * css3/flexbox/percentage-sizes-quirks.html: Added.
        * css3/flexbox/percentage-sizes.html: Added.

2012-08-08  Andrew Scherkus  <scherkus@chromium.org>

        Remove suspend handler from media/event-attributes.html
        https://bugs.webkit.org/show_bug.cgi?id=93522

        Reviewed by Eric Carlson.

        r125054 fixed a bug where the suspend event wasn't being fired when the media engine had
        completely loaded the media. Unfortunately this caused media/event-attributes.html to be
        non-deterministic as to when the suspend event would fire relative to other events (i.e.,
        loadstart vs loadedmetadata).

        Since the suspend event is covered by http/tests/media/video-load-suspend.html we can remove
        the onsuspend handler from media/event-attributes.html.

        * media/event-attributes-expected.txt: Adjust expectations.
        * media/event-attributes.html: Remove onsuspend handler.

2012-08-08  Andrew Scherkus  <scherkus@chromium.org>

        Fire suspend event whenever network state is set to NETWORK_IDLE.
        https://bugs.webkit.org/show_bug.cgi?id=93052

        Reviewed by Eric Carlson.

        There was a regression in the Chromium port (http://crbug.com/139511) that revealed we didn't
        have a layout test for suspend events. Upon further investigation it appeared we also had a bug
        where we didn't fire the suspend event when a media engine reported they had completely loaded
        the media.

        Covered by new test http/tests/media/video-load-suspend.html.

        * http/tests/media/video-load-suspend-expected.txt: Added.
        * http/tests/media/video-load-suspend.html: Added.
        * media/event-attributes-expected.txt: Updated to include suspend event.

2012-08-08  Tom Sepez  <tsepez@chromium.org>

        Video element image loader must persist after element detach.  
        https://bugs.webkit.org/show_bug.cgi?id=90801

        Reviewed by Eric Carlson.

        We rely on the OwnPtr in the element to cleanup the loader.     

        * fast/dom/beforeload/remove-video-poster-in-beforeload-listener-expected.txt: Added.
        * fast/dom/beforeload/remove-video-poster-in-beforeload-listener.html: Added.

2012-08-08  Dan Bernstein  <mitz@apple.com>

        REGRESSION (r123171): <svg> element with intrinsic size and max-width gets sized incorrectly
        https://bugs.webkit.org/show_bug.cgi?id=93388

        Reviewed by Beth Dakin.

        * svg/css/max-width-3-expected.html: Added.
        * svg/css/max-width-3.html: Added.

2012-08-08  Keishi Hattori  <keishi@webkit.org>

        Make slider tick mark snapping threshold configurable for each platform
        https://bugs.webkit.org/show_bug.cgi?id=93429

        Reviewed by Kent Tamura.

        * fast/forms/datalist/range-snap-to-datalist-expected.txt: Removed.
        * fast/forms/datalist/range-snap-to-datalist.html: Changed so we can use this test for different snapping thresholds.
        * platform/chromium/fast/forms/datalist/range-snap-to-datalist-expected.txt: Added.

2012-08-08  Mike West  <mkwst@chromium.org>

        Until CSP fully supports paths, we should log a warning if we encounter a source with a path.
        https://bugs.webkit.org/show_bug.cgi?id=93468

        Reviewed by Adam Barth.

        * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowconnectionto.html:
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowfontfrom.html:
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowframefrom.html:
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowimagefrom.html:
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowmediafrom.html:
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowobjectfrom.html:
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowscriptfrom.html:
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowstylefrom.html:
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-reporturi.html:
            All of the SecurityPolicy API tests with source lists contained
            sources with a trailing `/`. I've fixed that oversight.
        * http/tests/security/contentSecurityPolicy/source-list-parsing-05-expected.txt:
        * http/tests/security/contentSecurityPolicy/source-list-parsing-05.html:
        * http/tests/security/contentSecurityPolicy/source-list-parsing-06-expected.txt:
        * http/tests/security/contentSecurityPolicy/source-list-parsing-06.html:
            Updating the text of the test, and updating them to include the new
            console warnings.

2012-08-08  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: generate preview for the objects dumped into the console upon logging.
        https://bugs.webkit.org/show_bug.cgi?id=35801

        Reviewed by Vsevolod Vlasov.

        * inspector/console/command-line-api-inspect-expected.txt:
        * inspector/console/console-dir-expected.txt:
        * inspector/console/console-eval-global-expected.txt:
        * inspector/console/console-eval-global.html:
        * inspector/console/console-format-collections-expected.txt:
        * inspector/console/console-format-collections.html:
        * inspector/console/console-format-expected.txt:
        * inspector/console/console-format.html:
        * inspector/console/console-log-document-proto-expected.txt:
        * inspector/console/console-log-document-proto.html:
        * inspector/console/console-log-toString-object-expected.txt:
        * inspector/debugger/watch-expressions-panel-switch-expected.txt:
        * inspector/elements/event-listener-sidebar-expected.txt:
        * inspector/elements/event-listeners-about-blank-expected.txt:
        * platform/chromium/inspector/console/console-dir-expected.txt:
        * platform/chromium/inspector/console/console-eval-global-expected.txt: Removed.
        * platform/chromium/inspector/console/console-format-collections-expected.txt:
        * platform/chromium/inspector/console/console-format-expected.txt: Removed.
        * platform/chromium/inspector/console/console-log-document-proto-expected.txt:
        * platform/chromium/inspector/debugger/watch-expressions-panel-switch-expected.txt:
        * platform/chromium/inspector/elements/event-listener-sidebar-expected.txt: Removed.

2012-07-31  Philippe Normand  <pnormand@igalia.com>

        [GStreamer] media/media-continues-playing-after-replace-source.html fails
        https://bugs.webkit.org/show_bug.cgi?id=86310

        Reviewed by Eric Carlson.

        Unflag now passing media test on GTK and EFL.

        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:

2012-08-08  Alexandru Chiculita  <achicu@adobe.com>

        [Chromium] Skia assert triggered by custom filter unmultiplied results
        https://bugs.webkit.org/show_bug.cgi?id=92758

        Reviewed by Dean Jackson.

        Updated the shaders to output un-premultiplied colors. Also, updated the output results where needed.

        * css3/filters/custom/custom-filter-shader-cache-expected.png:
        * css3/filters/custom/effect-color-check-expected.png:
        * css3/filters/custom/effect-custom-combined-missing-expected.png:
        * css3/filters/custom/effect-custom-expected.png:
        * css3/filters/custom/effect-custom-parameters-expected.png:
        * css3/filters/custom/filter-repaint-custom-expected.png:
        * css3/filters/custom/missing-custom-filter-shader-expected.png:
        * css3/filters/resources/color-add.fs:
        * css3/filters/resources/color-fill.fs:
        * platform/chromium/TestExpectations: Disabled the following tests on Windows. They need a rebaseline.
        * platform/chromium-linux/css3/filters/custom/effect-color-check-expected.png:
        * platform/chromium-linux/css3/filters/custom/effect-custom-combined-missing-expected.png:
        * platform/chromium-linux/css3/filters/custom/effect-custom-parameters-expected.png:
        * platform/chromium-mac/css3/filters/custom/effect-color-check-expected.png:
        * platform/chromium-mac/css3/filters/custom/effect-custom-combined-missing-expected.png:
        * platform/chromium-mac/css3/filters/custom/effect-custom-parameters-expected.png:

2012-08-08  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: store last evaluation result in $_
        https://bugs.webkit.org/show_bug.cgi?id=93377

        Reviewed by Vsevolod Vlasov.

        * inspector/console/console-last-result-expected.txt: Added.
        * inspector/console/console-last-result.html: Added.

2012-08-08  KwangYong Choi  <ky0.choi@samsung.com>

        [EFL] Support DataList for <input type="range">
        https://bugs.webkit.org/show_bug.cgi?id=92634

        Reviewed by Kenneth Rohde Christiansen.

        Update platform/efl/fast/forms/datalist/input-list-expected.txt because
        range type of data list feature is passed.

        * platform/efl/fast/forms/datalist/input-list-expected.txt:

2012-08-08  Matt Arsenault  <arsenm2@gmail.com>

        Crash when inspecting an element with border-image
        https://bugs.webkit.org/show_bug.cgi?id=93380

        Reviewed by Tim Horton.

        Add a test that ensures css Text on a border image shorthand with
        border-image-repeat does not crash.

        * fast/css/parse-border-image-repeat-null-crash-expected.txt: Added.
        * fast/css/parse-border-image-repeat-null-crash.html: Added.

2012-08-08  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: show white space nodes if they are the only tag's children.
        https://bugs.webkit.org/show_bug.cgi?id=93441

        Reviewed by Vsevolod Vlasov.

        * inspector/elements/set-outer-html-2-expected.txt:
        * inspector/styles/styles-update-from-js.html:

2012-08-08  Yury Semikhatsky  <yurys@chromium.org>

        Web Inspector: cached images memory instrumentation regression after r124744
        https://bugs.webkit.org/show_bug.cgi?id=93366

        Reviewed by Vsevolod Vlasov.

        Added a sanity test checking that memory usage data includes decoded image size.

        * inspector/profiler/memory-instrumentation-cached-images-expected.txt: Added.
        * inspector/profiler/memory-instrumentation-cached-images.html: Added.

2012-08-08  Douglas Stockwell  <dstockwell@chromium.org>

        'highlight' should not be parsed for a composite operation
        https://bugs.webkit.org/show_bug.cgi?id=92615

        Reviewed by Ryosuke Niwa.

        * fast/backgrounds/composite-highlight-is-invalid-expected.txt: Added.
        * fast/backgrounds/composite-highlight-is-invalid.html: Added.

2012-08-08  Takashi Toyoshima  <toyoshim@chromium.org>

        Unreviewed, adding new results for chromium.

        http://trac.webkit.org/changeset/124986 this change added new results
        for Mac and it has a high priority. Then, we need to add specific
        results for chromium.

        * platform/chromium/media/video-seek-past-end-paused-expected.txt: Added.

2012-08-07  Mario Sanchez Prada  <msanchez@igalia.com>

        Unreviewed. Remove fail expectations for tests that should not be
        crashing anymore after r124997.

        * platform/gtk/TestExpectations: Update test expectations.

2012-08-07  Takashi Toyoshima  <toyoshim@chromium.org>

        Unreviewed, update expectation.
        https://bugs.webkit.org/show_bug.cgi?id=93225

        * platform/chromium/TestExpectations:

2012-08-07  Takashi Toyoshima  <toyoshim@chromium.org>

        Unreviewed, update expectation.
        https://bugs.webkit.org/show_bug.cgi?id=93439

        * platform/chromium/TestExpectations:

2012-08-07  Takashi Toyoshima  <toyoshim@chromium.org>

        Unreviewed, rebaseline for chromium Mac10.7

        * platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.png:

2012-08-07  Ojan Vafai  <ojan@chromium.org>

        percentage margins + flex incorrectly overflows the flexbox
        https://bugs.webkit.org/show_bug.cgi?id=93411

        Reviewed by Tony Chang.

        * css3/flexbox/percent-margins-expected.txt: Added.
        * css3/flexbox/percent-margins.html: Added.

2012-08-07  Eric Carlson  <eric.carlson@apple.com>

        REGRESSION (r124710-r124713): media/video-seek-past-end-paused.html failing on Apple Lion Debug WK1 (Tests)
        https://bugs.webkit.org/show_bug.cgi?id=93394

        Unreviewed. Adding new results for failing tests on Mac.

        * platform/mac/media/video-seek-past-end-paused-expected.txt: Added.

2012-08-07  Kent Tamura  <tkent@chromium.org>

        [Mac] Do not reformat numbers in <input type=number>
        https://bugs.webkit.org/show_bug.cgi?id=93236

        Reviewed by Hajime Morita.

        * fast/forms/number/number-lossless-localization-expected.txt: Added.
        * fast/forms/number/number-lossless-localization.html: Added.

2012-08-07  Joshua Bell  <jsbell@chromium.org>

        Layout Test storage/indexeddb/intversion-omit-parameter.html is flaky
        https://bugs.webkit.org/show_bug.cgi?id=92952

        Reviewed by Tony Chang.

        Remove expectation now that flakiness should be resolved.

        * platform/chromium/TestExpectations:

2012-08-07  Yoshifumi Inoue  <yosin@chromium.org>

        translateZ(0) shifts file name in file input
        https://bugs.webkit.org/show_bug.cgi?id=69248

        Reviewed by Simon Fraser.

        This patch introduces a new test for input type "file" with CSS transform
        translate(0).

        * fast/forms/file/file-appearance-transform-no-effects-expected.html: Added. "-webkit-transform: translate(0)" should not have visual effects.
        * fast/forms/file/file-appearance-transform-no-effects.html: Added.

2012-08-07  Gyuyoung Kim  <gyuyoung.kim@samsung.com>

        [EFL] Unskip fast/dom/HTMLLinkElement/subresource.html
        https://bugs.webkit.org/show_bug.cgi?id=93345

        Reviewed by Eric Seidel.

        In subresource.html case, existing expected result is for chromium port. So,
        new subresource-expected.txt is needed for EFL port.

        * platform/efl/TestExpectations:
        * platform/efl/fast/dom/HTMLLinkElement/subresource-expected.txt: Added.

2012-08-07  Alpha Lam  <hclam@chromium.org>

        Share http/tests/media/video-load-and-stall.cgi for other tests
        https://bugs.webkit.org/show_bug.cgi?id=93389

        Reviewed by Eric Carlson.

        Moving http/tests/media/video-laod-and-stall.cgi to
        http/tests/resources/load-and-stall.cgi.

        Also changes tests that use this file to point to the new location.

        * http/tests/media/remove-while-loading.html:
        * http/tests/media/video-play-stall-before-meta-data.html:
        * http/tests/media/video-play-stall-seek.html:
        * http/tests/media/video-play-stall.html:
        * http/tests/resources/load-and-stall.cgi: Renamed from LayoutTests/http/tests/media/video-load-and-stall.cgi.
        * http/tests/security/contentSecurityPolicy/media-src-allowed.html:
        * http/tests/security/contentSecurityPolicy/media-src-blocked-expected.txt:
        * http/tests/security/contentSecurityPolicy/media-src-blocked.html:
        * platform/chromium/http/tests/security/contentSecurityPolicy/media-src-blocked-expected.txt:

2012-08-07  Dean Jackson  <dino@apple.com>

        REGRESSION (r124723-r124741): 5 inspector/debugger tests failing on Apple Lion Debug WK1 (Tests)
        https://bugs.webkit.org/show_bug.cgi?id=93387

        Unreviewed. Temporarily skipping failing tests on Mac.

        * platform/mac/TestExpectations:

2012-08-07  Abhishek Arya  <inferno@chromium.org>

        Crash in ContainerNode::cloneChildNodes.
        https://bugs.webkit.org/show_bug.cgi?id=93378

        Reviewed by Levi Weintraub.

        * fast/dom/clone-node-load-event-crash-expected.txt: Added.
        * fast/dom/clone-node-load-event-crash.html: Added.

2012-08-07  Dmitry Titov  <dimich@chromium.org>

        [Chromium] Unreviewed, TestExpectations update.
        https://bugs.webkit.org/show_bug.cgi?id=72039

        * platform/chromium/TestExpectations: Adding back the possible failure that was removed in http://trac.webkit.org/changeset/124734

2012-08-07  W. James MacLean  <wjmaclean@chromium.org>

        [chromium] Add support to DumpRenderTree [EventSender] for GestureTapDown events.
        https://bugs.webkit.org/show_bug.cgi?id=93286

        Reviewed by James Robinson.

        Adds support to generate GestureTapDown events from EventSender, to facilitate
        link highlighting layout tests.

        Added a GestureTapEvent to one existing test, more tests to follow when LinkHighlight CLs start to land.

        * platform/chromium/plugins/gesture-events-expected.txt:
        * platform/chromium/plugins/gesture-events.html:

2012-08-07  Marcelo Lira  <marcelo.lira@openbossa.org>

        [Qt] Add support for the Gamepad API
        https://bugs.webkit.org/show_bug.cgi?id=90637

        Reviewed by Alexis Menard.

        This does not unskip the gamepad tests for the Qt port, since the flag is
        optional the test would not pass without it. The user may unskip it manually.

        On the other hand, the gamepad-polling-access.html test is still expected
        to fail because it requires additional test infrastructure.
        See https://bugs.webkit.org/show_bug.cgi?id=92873

        * platform/qt/TestExpectations:

2012-08-07  Gyuyoung Kim  <gyuyoung.kim@samsung.com>

        Move test cases related to link prerender to Skipped list except for chromium port
        https://bugs.webkit.org/show_bug.cgi?id=93355

        Reviewed by Adam Barth.

        Below two test cases have tested by each port, which doesn't enable LINK_PRERENDER macro.
        These test cases need to be moved to Skipped file until this feature is supported by each port.

        fast/dom/HTMLLinkElement/prerender-insert-after-stop.html
        fast/dom/HTMLLinkElement/prerender-remove-after-stop.html

        * platform/efl/Skipped:
        * platform/mac/Skipped:
        * platform/qt/Skipped:
        * platform/win/Skipped:
        * platform/wincairo/Skipped:
        * platform/wk2/Skipped:

2012-08-07  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, adding back platform-specific expectations that
        somehow got removed in r124874.

        * platform/gtk/fast/multicol/vertical-rl/nested-columns-expected.png: Added.
        * platform/gtk/fast/multicol/vertical-rl/nested-columns-expected.txt: Added.

2012-07-23  Alexandru Chiculita  <achicu@adobe.com>

        [CSS Shaders] Reuse precompiled shaders across elements
        https://bugs.webkit.org/show_bug.cgi?id=88427

        Reviewed by Dean Jackson.

        Added a new test to check for cases when CSS Shaders are removed and readded. Two cases are verified in the new test:
        1. When all the shaders are removed.
        2. When only some of the shaders are removed.

        * css3/filters/custom/custom-filter-shader-reuse-expected.txt: Added.
        * css3/filters/custom/custom-filter-shader-reuse.html: Added.

2012-08-07  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        [EFL] Add test expectation after r124874
        https://bugs.webkit.org/show_bug.cgi?id=93367

        Unreviewed gardening.

        * platform/efl/fast/multicol/vertical-rl/nested-columns-expected.txt: Added.

2012-08-07  Csaba Osztrogonác  <ossy@webkit.org>

        ASSERTION FAILED: isEndOfParagraph(endOfParagraphToMove) crash on fast/lists/list-marker-remove-crash.html after r124739
        https://bugs.webkit.org/show_bug.cgi?id=93247

        Unreviewed gardening. Add DEBUG modifier for fast/lists/list-marker-remove-crash.html, because there are asserts in debug mode only.

        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:

2012-08-07  Abhishek Arya  <inferno@chromium.org>

        Crash in InlineFlowBox::deleteLine.
        https://bugs.webkit.org/show_bug.cgi?id=88795

        Reviewed by Tony Chang.

        * fullscreen/full-screen-line-boxes-crash-expected.txt: Added.
        * fullscreen/full-screen-line-boxes-crash.html: Added.

2012-08-07  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening.

        * platform/qt-5.0/fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt: Added.
        * platform/qt/fast/dom/HTMLProgressElement/progress-writing-mode-expected.png: Removed.

2012-08-07  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        [GTK] Remove duplicated platform test expectations
        https://bugs.webkit.org/show_bug.cgi?id=93352

        Reviewed by Martin Robinson.

        Remove platform test expectations that are the same as the global
        expectations.

        * platform/gtk/accessibility/dimensions-include-descendants-expected.txt: Removed.
        * platform/gtk/css3/calc/getComputedStyle-margin-percentage-expected.txt: Removed.
        * platform/gtk/editing/deleting/delete-line-011-expected.txt: Removed.
        * platform/gtk/editing/deleting/delete-tab-001-expected.txt: Removed.
        * platform/gtk/editing/deleting/delete-tab-004-expected.txt: Removed.
        * platform/gtk/editing/deleting/smart-delete-002-expected.txt: Removed.
        * platform/gtk/editing/pasteboard/5780697-2-expected.txt: Removed.
        * platform/gtk/editing/pasteboard/interchange-newline-2-expected.txt: Removed.
        * platform/gtk/editing/selection/after-line-break-expected.txt: Removed.
        * platform/gtk/editing/selection/fake-drag-expected.txt: Removed.
        * platform/gtk/editing/selection/move-by-word-visually-multi-line-expected.txt: Removed.
        * platform/gtk/editing/style/smoosh-styles-003-expected.txt: Removed.
        * platform/gtk/editing/style/style-3681552-fix-001-expected.txt: Removed.
        * platform/gtk/editing/style/style-boundary-002-expected.txt: Removed.
        * platform/gtk/editing/style/style-boundary-003-expected.txt: Removed.
        * platform/gtk/editing/style/typing-style-001-expected.txt: Removed.
        * platform/gtk/editing/style/typing-style-002-expected.txt: Removed.
        * platform/gtk/fast/backgrounds/svg-as-mask-expected.txt: Removed.
        * platform/gtk/fast/block/positioning/rtl-fixed-positioning-expected.txt: Removed.
        * platform/gtk/fast/block/positioning/start-ignoring-before-expected.txt: Removed.
        * platform/gtk/fast/borders/border-image-outset-split-inline-vertical-lr-expected.txt: Removed.
        * platform/gtk/fast/borders/borderRadiusDashed01-expected.txt: Removed.
        * platform/gtk/fast/borders/borderRadiusDashed02-expected.txt: Removed.
        * platform/gtk/fast/borders/borderRadiusDashed03-expected.txt: Removed.
        * platform/gtk/fast/borders/borderRadiusDotted01-expected.txt: Removed.
        * platform/gtk/fast/borders/borderRadiusDotted02-expected.txt: Removed.
        * platform/gtk/fast/borders/borderRadiusDotted03-expected.txt: Removed.
        * platform/gtk/fast/borders/borderRadiusSolid01-expected.txt: Removed.
        * platform/gtk/fast/borders/borderRadiusSolid02-expected.txt: Removed.
        * platform/gtk/fast/borders/borderRadiusSolid03-expected.txt: Removed.
        * platform/gtk/fast/borders/borderRadiusSolid04-expected.txt: Removed.
        * platform/gtk/fast/box-shadow/box-shadow-radius-expected.txt: Removed.
        * platform/gtk/fast/box-shadow/scaled-box-shadow-expected.txt: Removed.
        * platform/gtk/fast/css-generated-content/before-content-continuation-chain-expected.txt: Removed.
        * platform/gtk/fast/css-generated-content/first-letter-in-nested-before-table-expected.txt: Removed.
        * platform/gtk/fast/css/font-face-cache-bug-expected.txt: Removed.
        * platform/gtk/fast/css/font-face-repeated-url-expected.txt: Removed.
        * platform/gtk/fast/css/font-family-pictograph-expected.txt: Removed.
        * platform/gtk/fast/css/hsla-color-expected.txt: Removed.
        * platform/gtk/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt: Removed.
        * platform/gtk/fast/dom/Window/webkitConvertPoint-expected.txt: Removed.
        * platform/gtk/fast/dom/call-a-constructor-as-a-function-expected.txt: Removed.
        * platform/gtk/fast/dom/constructed-objects-prototypes-expected.txt: Removed.
        * platform/gtk/fast/dynamic/dirty-float-in-clean-line-expected.txt: Removed.
        * platform/gtk/fast/dynamic/float-at-line-break-expected.txt: Removed.
        * platform/gtk/fast/dynamic/unicode-bidi-expected.txt: Removed.
        * platform/gtk/fast/forms/implicit-submission-expected.txt: Removed.
        * platform/gtk/fast/forms/onselect-textarea-expected.txt: Removed.
        * platform/gtk/fast/html/details-position-expected.txt: Removed.
        * platform/gtk/fast/lists/inline-before-content-after-list-marker-expected.txt: Removed.
        * platform/gtk/fast/profiler/profiling-from-a-nested-location-but-stop-profiling-outside-the-nesting-expected.txt: Removed.
        * platform/gtk/fast/reflections/reflection-masks-expected.txt: Removed.
        * platform/gtk/fast/reflections/reflection-masks-opacity-expected.txt: Removed.
        * platform/gtk/fast/ruby/float-overhang-from-ruby-text-expected.txt: Removed.
        * platform/gtk/fast/ruby/overhang-horizontal-expected.txt: Removed.
        * platform/gtk/fast/ruby/overhang-horizontal-no-overlap1-expected.txt: Removed.
        * platform/gtk/fast/ruby/overhang-horizontal-no-overlap2-expected.txt: Removed.
        * platform/gtk/fast/ruby/overhang-vertical-expected.txt: Removed.
        * platform/gtk/fast/ruby/overhang-vertical-no-overlap1-expected.txt: Removed.
        * platform/gtk/fast/ruby/overhang-vertical-no-overlap2-expected.txt: Removed.
        * platform/gtk/fast/ruby/ruby-base-merge-block-children-crash-expected.txt: Removed.
        * platform/gtk/fast/ruby/ruby-remove-no-base-expected.txt: Removed.
        * platform/gtk/fast/ruby/ruby-text-before-child-split-expected.txt: Removed.
        * platform/gtk/fast/runin/runin-div-before-child-expected.txt: Removed.
        * platform/gtk/fast/runin/runin-into-div-with-float-child-expected.txt: Removed.
        * platform/gtk/fast/runin/runin-not-go-into-float-expected.txt: Removed.
        * platform/gtk/fast/runin/runin-table-before-child-expected.txt: Removed.
        * platform/gtk/fast/table/max-width-integer-overflow-expected.txt: Removed.
        * platform/gtk/fast/text/justify-nbsp-expected.txt: Removed.
        * platform/gtk/fast/text/setData-dirty-lines-expected.txt: Removed.
        * platform/gtk/fast/text/splitText-dirty-lines-expected.txt: Removed.
        * platform/gtk/fast/writing-mode/table-percent-width-quirk-expected.txt: Removed.
        * platform/gtk/http/tests/security/cross-frame-access-callback-explicit-domain-ALLOW-expected.txt: Removed.
        * platform/gtk/http/tests/xmlhttprequest/send-undefined-and-null-expected.txt: Removed.
        * platform/gtk/mathml/msub-anonymous-child-render-crash-expected.txt: Removed.
        * platform/gtk/media/nodesFromRect-shadowContent-expected.txt: Removed.
        * platform/gtk/svg/as-background-image/svg-as-background-1-expected.txt: Removed.
        * platform/gtk/svg/as-background-image/svg-as-background-2-expected.txt: Removed.
        * platform/gtk/svg/as-background-image/svg-as-background-3-expected.txt: Removed.
        * platform/gtk/svg/as-background-image/svg-as-background-4-expected.txt: Removed.
        * platform/gtk/svg/as-background-image/svg-as-background-5-expected.txt: Removed.
        * platform/gtk/svg/as-background-image/svg-as-background-6-expected.txt: Removed.
        * platform/gtk/svg/custom/getSubStringLength-expected.txt: Removed.
        * platform/gtk/svg/custom/use-on-clip-path-with-transformation-expected.txt: Removed.
        * platform/gtk/svg/custom/zero-path-square-cap-rendering-expected.txt: Removed.
        * platform/gtk/svg/custom/zero-path-square-cap-rendering2-expected.txt: Removed.
        * platform/gtk/svg/dom/altGlyph-dom-expected.txt: Removed.
        * platform/gtk/svg/dom/css-transforms-expected.txt: Removed.
        * platform/gtk/svg/hixie/links/001-expected.txt: Removed.
        * platform/gtk/svg/text/small-fonts-expected.txt: Removed.

2012-08-07  Takashi Toyoshima  <toyoshim@chromium.org>

        Unreviewed, rebaseline.

        * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.png:
        * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.txt:
        * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.png:
        * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.txt:

2012-08-07  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        [EFL] Add new baselines after r124754
        https://bugs.webkit.org/show_bug.cgi?id=93350

        Unreviewed gardening.

        * platform/efl/fast/dom/HTMLLinkElement/prefetch-expected.txt: Added.
        * platform/efl/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.png: Added.
        * platform/efl/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt: Added.
        * platform/efl/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png:
        * platform/efl/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt: Added.
        * platform/efl/fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt: Added.

2012-08-07  Andrey Kosyakov  <caseq@chromium.org>

        Web Inspector: implement reusable progress bar
        https://bugs.webkit.org/show_bug.cgi?id=93267

        Reviewed by Pavel Feldman.

        * inspector/progress-bar-expected.txt: Added.
        * inspector/progress-bar.html: Added.

2012-08-07  Allan Sandfeld Jensen  <allan.jensen@nokia.com>

        Unreviewed gardening. Rebased affected subpixel-sensitive tests after r124745.

        * fast/multicol/nested-columns-expected.txt:
        * fast/multicol/span/anonymous-split-block-crash-expected.txt:
        * fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
        * fast/multicol/span/span-as-immediate-columns-child-expected.txt:
        * fast/multicol/vertical-lr/nested-columns-expected.txt:
        * platform/chromium-linux-x86/fast/multicol/vertical-rl/nested-columns-expected.png: Removed.
        * platform/chromium-linux/fast/css/input-search-padding-expected.png:
        * platform/chromium-linux/fast/css/input-search-padding-expected.txt:
        * platform/chromium-linux/fast/forms/search-vertical-alignment-expected.png:
        * platform/chromium-linux/fast/multicol/nested-columns-expected.png:
        * platform/chromium-linux/fast/multicol/span/anonymous-split-block-crash-expected.png:
        * platform/chromium-linux/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png:
        * platform/chromium-linux/fast/multicol/vertical-lr/float-multicol-expected.png:
        * platform/chromium-linux/fast/multicol/vertical-lr/nested-columns-expected.png:
        * platform/chromium-linux/fast/multicol/vertical-rl/float-multicol-expected.png:
        * platform/chromium-linux/fast/multicol/vertical-rl/nested-columns-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/search-vertical-alignment-expected.png:
        * platform/chromium-mac-snowleopard/fast/multicol/nested-columns-expected.png:
        * platform/chromium-mac-snowleopard/fast/multicol/span/anonymous-split-block-crash-expected.png:
        * platform/chromium-mac-snowleopard/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png:
        * platform/chromium-mac-snowleopard/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/fast/multicol/vertical-lr/float-multicol-expected.png:
        * platform/chromium-mac-snowleopard/fast/multicol/vertical-lr/nested-columns-expected.png:
        * platform/chromium-mac-snowleopard/fast/multicol/vertical-rl/float-multicol-expected.png:
        * platform/chromium-mac-snowleopard/fast/multicol/vertical-rl/nested-columns-expected.png:
        * platform/chromium-mac/fast/forms/search-vertical-alignment-expected.png:
        * platform/chromium-mac/fast/forms/search-vertical-alignment-expected.txt:
        * platform/chromium-mac/fast/multicol/nested-columns-expected.png:
        * platform/chromium-mac/fast/multicol/nested-columns-expected.txt:
        * platform/chromium-mac/fast/multicol/span/anonymous-split-block-crash-expected.png:
        * platform/chromium-mac/fast/multicol/span/anonymous-split-block-crash-expected.txt:
        * platform/chromium-mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png:
        * platform/chromium-mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
        * platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
        * platform/chromium-mac/fast/multicol/vertical-lr/float-multicol-expected.png:
        * platform/chromium-mac/fast/multicol/vertical-lr/float-multicol-expected.txt:
        * platform/chromium-mac/fast/multicol/vertical-lr/nested-columns-expected.png:
        * platform/chromium-mac/fast/multicol/vertical-lr/nested-columns-expected.txt:
        * platform/chromium-mac/fast/multicol/vertical-rl/float-multicol-expected.png:
        * platform/chromium-mac/fast/multicol/vertical-rl/float-multicol-expected.txt:
        * platform/chromium-mac/fast/multicol/vertical-rl/nested-columns-expected.png:
        * platform/chromium-mac/fast/multicol/vertical-rl/nested-columns-expected.txt:
        * platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.png:
        * platform/chromium-win/fast/css/input-search-padding-expected.png:
        * platform/chromium-win/fast/css/input-search-padding-expected.txt:
        * platform/chromium-win/fast/forms/search-vertical-alignment-expected.png:
        * platform/chromium-win/fast/forms/search-vertical-alignment-expected.txt:
        * platform/chromium-win/fast/multicol/nested-columns-expected.png:
        * platform/chromium-win/fast/multicol/nested-columns-expected.txt:
        * platform/chromium-win/fast/multicol/span/anonymous-split-block-crash-expected.png:
        * platform/chromium-win/fast/multicol/span/anonymous-split-block-crash-expected.txt:
        * platform/chromium-win/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png:
        * platform/chromium-win/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
        * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
        * platform/chromium-win/fast/multicol/vertical-lr/float-multicol-expected.png:
        * platform/chromium-win/fast/multicol/vertical-lr/float-multicol-expected.txt:
        * platform/chromium-win/fast/multicol/vertical-lr/nested-columns-expected.png:
        * platform/chromium-win/fast/multicol/vertical-lr/nested-columns-expected.txt:
        * platform/chromium-win/fast/multicol/vertical-rl/float-multicol-expected.png:
        * platform/chromium-win/fast/multicol/vertical-rl/float-multicol-expected.txt:
        * platform/chromium-win/fast/multicol/vertical-rl/nested-columns-expected.png:
        * platform/chromium-win/fast/multicol/vertical-rl/nested-columns-expected.txt:
        * platform/chromium-win/fast/table/colspanMinWidth-vertical-expected.txt:
        * platform/chromium/TestExpectations:
        * platform/efl/fast/multicol/nested-columns-expected.txt: Removed.
        * platform/efl/fast/multicol/span/anonymous-split-block-crash-expected.txt: Removed.
        * platform/efl/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Removed.
        * platform/efl/fast/multicol/span/span-as-immediate-columns-child-expected.txt: Removed.
        * platform/efl/fast/multicol/vertical-lr/nested-columns-expected.txt: Removed.
        * platform/efl/fast/multicol/vertical-rl/nested-columns-expected.txt: Removed.
        * platform/gtk/fast/multicol/nested-columns-expected.txt: Removed.
        * platform/gtk/fast/multicol/span/anonymous-split-block-crash-expected.txt: Removed.
        * platform/gtk/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Removed.
        * platform/gtk/fast/multicol/span/span-as-immediate-columns-child-expected.txt: Removed.
        * platform/gtk/fast/multicol/vertical-lr/nested-columns-expected.txt: Removed.
        * platform/gtk/fast/multicol/vertical-rl/nested-columns-expected.txt: Removed.

2012-08-07  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Default sizes for input-text and text-area are different when running DRT/WTR
        https://bugs.webkit.org/show_bug.cgi?id=91990

        Unreviewed gardening, remove unnecessary expected files and unskip now passing tests after r124808.

        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0-wk2/editing/deleting/5144139-2-expected.txt: Removed.
        * platform/qt-5.0-wk2/editing/pasteboard/4806874-expected.txt: Removed.
        * platform/qt-5.0-wk2/editing/pasteboard/input-field-1-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/block/float/overhanging-tall-block-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/block/float/overhanging-tall-block-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/box-shadow-override-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/forms/box-shadow-override-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/form-element-geometry-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/forms/form-element-geometry-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/input-disabled-color-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/forms/input-disabled-color-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/number/number-appearance-rtl-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/forms/number/number-appearance-rtl-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/placeholder-pseudo-style-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/forms/placeholder-pseudo-style-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/textarea-align-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/forms/textarea-align-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/textarea-setinnerhtml-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/forms/textarea-setinnerhtml-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/table/003-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/table/003-expected.txt: Removed.
        * platform/qt-5.0-wk2/svg/custom/inline-svg-in-xhtml-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/custom/inline-svg-in-xhtml-expected.txt: Removed.

2012-08-07  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, unskip now passing tests.

        * platform/qt/TestExpectations:

2012-08-07  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: [regression r121673] restore link between the command and the result.
        https://bugs.webkit.org/show_bug.cgi?id=93280

        Reviewed by Vsevolod Vlasov.

        * http/tests/inspector/console-test.js:
        (initialize_ConsoleTest.InspectorTest.dumpConsoleMessages):
        * inspector/console/console-originating-command-expected.txt: Added.
        * inspector/console/console-originating-command.html: Added.

2012-08-07  Seokju Kwon  <seokju.kwon@samsung.com>

        [EFL] Move some inspector tests into TestExpectations
        https://bugs.webkit.org/show_bug.cgi?id=92884

        Unreviewed gardening.

        New baselines after r123703.

        * platform/efl/Skipped:
        * platform/efl/TestExpectations:

2012-08-07  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Rebaselining after r124697. Also skipping two modal dialog tests that
        take 30 seconds to run but are expected to fail.

        * platform/gtk/TestExpectations:
        * platform/gtk/fast/css/nested-layers-with-hover-expected.txt: Added.
        * platform/gtk/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
        * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody-expected.txt:
        * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.txt:

2012-08-07  Joone Hur  <joone.hur@intel.com>

        Unreviewed EFL gardening.

        Marked the following test cases as known failures
        tracked by the bug 93228.

        inspector/debugger/debugger-activation-crash2.html
        inspector/debugger/debugger-set-breakpoint-regex.html
        inspector/debugger/pause-in-internal-script.html
        inspector/debugger/script-formatter-breakpoints.html
        inspector/debugger/set-breakpoint.html
        inspector/debugger/watch-expressions-panel-switch.html 

        * platform/efl/TestExpectations:

2012-08-06  Arko Saha  <arko@motorola.com>

        Microdata: itemType[index] must be undefined for out-of-range index.
        https://bugs.webkit.org/show_bug.cgi?id=92988

        Reviewed by Kentaro Hara.

        Added a test to verify itemType[index], itemRef[index], itemProp[index]
        behavior for out-of-range index.

        Rebased existing test cases for IndexedGetter property.

        * fast/dom/HTMLElement/class-list-expected.txt:
        * fast/dom/HTMLElement/class-list-quirks-expected.txt:
        * fast/dom/HTMLElement/script-tests/class-list.js:
        * fast/dom/HTMLOutputElement/dom-settable-token-list-expected.txt:
        * fast/dom/HTMLOutputElement/script-tests/dom-settable-token-list.js:
        * fast/dom/MicroData/domsettabletokenlist-attributes-out-of-range-index-expected.txt: Added.
        * fast/dom/MicroData/domsettabletokenlist-attributes-out-of-range-index.html: Added.
        * fast/dom/StyleSheet/css-medialist-item-expected.txt:
        * fast/dom/StyleSheet/script-tests/css-medialist-item.js:
        * storage/indexeddb/database-basics-expected.txt:
        * storage/indexeddb/objectstore-basics-expected.txt:
        * storage/indexeddb/objectstore-basics-workers-expected.txt:
        * storage/indexeddb/resources/database-basics.js:
        (createObjectStore):
        * storage/indexeddb/resources/objectstore-basics.js:
        (checkMetadata):

2012-08-06  Gyuyoung Kim  <gyuyoung.kim@samsung.com>

        [EFL] Enable link prefetch
        https://bugs.webkit.org/show_bug.cgi?id=93281

        Reviewed by Kentaro Hara.

        Unskip test cases related to link prefetch feature except for fast/dom/HTMLLinkElement/subresource.html.

        * platform/efl/TestExpectations:

2012-08-06  Takashi Toyoshima  <toyoshim@chromium.org>

        Unreviewed, rebaseline again for chromium-linux-x86.
        See, also r124850.

        * platform/chromium-linux-x86/fast/forms/formmethod-attribute-button-html-expected.txt: Removed.

2012-08-06  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r124848.
        http://trac.webkit.org/changeset/124848
        https://bugs.webkit.org/show_bug.cgi?id=93336

        Caused 3 tests to crash on chromium Linux32/Mac10.6/Linux
        (Requested by toyoshim on #webkit).

        * http/tests/media/media-source/media-source.js:
        (MediaSourceTest.SegmentHelper):
        (MediaSourceTest.SegmentHelper.prototype.addSourceId):
        (MediaSourceTest.SegmentHelper.prototype.appendInitSegment):
        (MediaSourceTest.SegmentHelper.prototype.appendMediaSegment):
        (MediaSourceTest.SegmentHelper.prototype.appendUntilEndOfStream):
        (MediaSourceTest.setSrcToMediaSourceTestURL):
        (MediaSourceTest.defaultOnErrorChecks):
        (MediaSourceTest.runOnSourceOpen.eventHandlerFunction):
        (MediaSourceTest.runOnSourceOpen):
        (MediaSourceTest.logSourceState):
        (MediaSourceTest.expectSourceState):
        (MediaSourceTest.getSourceStateName):
        * http/tests/media/media-source/video-media-source-abort-expected.txt:
        * http/tests/media/media-source/video-media-source-abort.html:
        * http/tests/media/media-source/video-media-source-add-and-remove-buffers.html: Removed.
        * http/tests/media/media-source/video-media-source-add-and-remove-ids-expected.txt: Renamed from LayoutTests/http/tests/media/media-source/video-media-source-add-and-remove-buffers-expected.txt.
        * http/tests/media/media-source/video-media-source-add-and-remove-ids.html: Added.
        * http/tests/media/media-source/video-media-source-errors-expected.txt:
        * http/tests/media/media-source/video-media-source-errors.html:
        * http/tests/media/media-source/video-media-source-event-attributes-expected.txt:
        * http/tests/media/media-source/video-media-source-event-attributes.html:
        * http/tests/media/media-source/video-media-source-play-expected.txt:
        * http/tests/media/media-source/video-media-source-play.html:
        * http/tests/media/media-source/video-media-source-seek-expected.txt:
        * http/tests/media/media-source/video-media-source-seek.html:
        * http/tests/media/media-source/video-media-source-state-changes-expected.txt:
        * http/tests/media/media-source/video-media-source-state-changes.html:

2012-08-06  Takashi Toyoshima  <toyoshim@chromium.org>

        Unreviewed, rebaseline for chromium-linux-x86.

        * platform/chromium-linux-x86/fast/forms/formmethod-attribute-button-html-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/formmethod-attribute-button-html-expected.txt: Added.

2012-08-06  Takashi Toyoshima  <toyoshim@chromium.org>

        Unreviewed, rebaseline for r124836.

        * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:

2012-08-06  Anna Cavender  <annacc@chromium.org>

        Update HTMLMediaElement to the new OO MediaSource API.
        https://bugs.webkit.org/show_bug.cgi?id=91775

        Reviewed by Eric Carlson.

        This patch rips out the old-style MediaSource API and allows a
        MediaSource object to be attached to HTMLMediaElement.
        http://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/media-source.html

        * http/tests/media/media-source/media-source.js:
        (MediaSourceTest.SegmentHelper):
        (MediaSourceTest.SegmentHelper.prototype.addSourceBuffer):
        (MediaSourceTest.SegmentHelper.prototype.appendInitSegment):
        (MediaSourceTest.SegmentHelper.prototype.appendMediaSegment):
        (MediaSourceTest.SegmentHelper.prototype.appendUntilEndOfStream):
        (MediaSourceTest.setSrcToMediaSourceTestURL):
        (MediaSourceTest.defaultOnErrorChecks):
        (MediaSourceTest.runOnSourceOpen.eventHandlerFunction):
        (MediaSourceTest.runOnSourceOpen):
        (MediaSourceTest.logSourceState):
        (MediaSourceTest.expectSourceState):
        * http/tests/media/media-source/video-media-source-abort-expected.txt:
        * http/tests/media/media-source/video-media-source-abort.html:
        * http/tests/media/media-source/video-media-source-add-and-remove-buffers-expected.txt: Renamed from LayoutTests/http/tests/media/media-source/video-media-source-add-and-remove-ids-expected.txt.
        * http/tests/media/media-source/video-media-source-add-and-remove-buffers.html: Added.
        * http/tests/media/media-source/video-media-source-add-and-remove-ids.html: Removed.
        * http/tests/media/media-source/video-media-source-errors-expected.txt:
        * http/tests/media/media-source/video-media-source-errors.html:
        * http/tests/media/media-source/video-media-source-event-attributes-expected.txt:
        * http/tests/media/media-source/video-media-source-event-attributes.html:
        * http/tests/media/media-source/video-media-source-play-expected.txt:
        * http/tests/media/media-source/video-media-source-play.html:
        * http/tests/media/media-source/video-media-source-seek-expected.txt:
        * http/tests/media/media-source/video-media-source-seek.html:
        * http/tests/media/media-source/video-media-source-state-changes-expected.txt:
        * http/tests/media/media-source/video-media-source-state-changes.html:

2012-08-06  Yuta Kitamura  <yutak@chromium.org>

        WebSocket.send() should accept ArrayBufferView
        https://bugs.webkit.org/show_bug.cgi?id=90877

        Reviewed by Kent Tamura.

        Two tests are added to check whether WebSocket.send(ArrayBufferView) works in the
        main thread and in a worker.

        * http/tests/websocket/tests/hybi/send-arraybufferview-expected.txt: Added.
        * http/tests/websocket/tests/hybi/send-arraybufferview.html: Added.
        * http/tests/websocket/tests/hybi/workers/resources/send-arraybufferview.js: Added.
        * http/tests/websocket/tests/hybi/workers/send-arraybufferview-expected.txt: Added.
        * http/tests/websocket/tests/hybi/workers/send-arraybufferview.html: Added.

2012-08-06  Roger Fong  <roger_fong@apple.com>

        LayoutTest: fast/forms/input-set-composition-scroll.html is failing on Windows.
        https://bugs.webkit.org/show_bug.cgi?id=93320

        Reviewed by Tim Horton.

        fast/forms/input-set-composition-scroll.html is failing after r120145
        because TestInputController::setComposition() method has not been implemented.
        It was added to skip list on Mac, see https://bugs.webkit.org/show_bug.cgi?id=89845 but not on Windows.

        * platform/win/Skipped:
        Adding test to skip list.        

2012-08-06  Shinya Kawanaka  <shinyak@chromium.org>

        Crash in GenericEventQueue::timerFired since the owner of GenericEventQueue is deleted during dispatching events.
        https://bugs.webkit.org/show_bug.cgi?id=92946

        Reviewed by Eric Carlson.

        * media/event-queue-crash-expected.txt: Added.
        * media/event-queue-crash.html: Added.

2012-08-06  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: Throw proper exceptions
        https://bugs.webkit.org/show_bug.cgi?id=85513

        Reviewed by Tony Chang.

        Test all of the exception throwing clauses in the spec, unless they are
        well covered elsewhere (indicated by a comment in the script).
        
        * storage/indexeddb/exceptions-expected.txt: Added.
        * storage/indexeddb/exceptions.html: Added.
        * storage/indexeddb/resources/exceptions.js: Added.
        (test.request.onsuccess.request.onsuccess.request.onsuccess):
        (test.request.onsuccess.request.onsuccess):
        (test.request.onsuccess):
        (test):
        (testDatabase.request.onsuccess.trans.oncomplete):
        (testDatabase.request.onsuccess):
        (testDatabase):
        (prepareStoreAndIndex.request.onsuccess):
        (prepareStoreAndIndex):
        (testObjectStore.request.onsuccess.trans.oncomplete):
        (testObjectStore.request.onsuccess):
        (testObjectStore):
        (testIndex):
        (testCursor.makeCursor.request.onsuccess):
        (testCursor.makeCursor):
        (testCursor.makeKeyCursor.request.onsuccess):
        (testCursor.makeKeyCursor):
        (testCursor.makeReverseCursor.request.onsuccess):
        (testCursor.makeReverseCursor):
        (testCursor.makeInlineCursor.request.onsuccess):
        (testCursor.makeInlineCursor):
        (testCursor.testCursorAdvance):
        (testCursor.testCursorContinue):
        (testCursor.testCursorDelete):
        (testCursor.testCursorUpdate):
        (testCursor.makeReadOnlyCursor.request.onsuccess):
        (testCursor.makeReadOnlyCursor):
        (testCursor.doReadOnlyCursorTests):
        (testCursor):
        (testTransaction):

2012-08-06  Keishi Hattori  <keishi@webkit.org>

        [Chromium] Rebaseline test color-suggestion-picker-appearance.html
        https://bugs.webkit.org/show_bug.cgi?id=92444

        Unreviewed.

        * platform/chromium-linux-x86/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png: Removed.
        * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png: Added.
        * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png: Added.
        * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
        * platform/chromium-win-xp/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png: Removed.
        * platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png: Added.
        * platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png: Added.
        * platform/chromium/TestExpectations:

2012-08-06  Luke Macpherson   <macpherson@chromium.org>

        Handle variables in CSSParser::parseValidPrimitive(), preventing null return value.
        https://bugs.webkit.org/show_bug.cgi?id=93235

        Reviewed by Tony Chang.

        Exercises the code path where variables are parsed in CSSParser::parseValidPrimitive().

        * fast/css/variables/invalid-font-reference-expected.txt: Added.
        * fast/css/variables/invalid-font-reference.html: Added.

2012-08-06  Roger Fong  <roger_fong@apple.com>

        LayoutTest: fast/forms/validation-message-user-modify.html fails.
        https://bugs.webkit.org/show_bug.cgi?id=93207

        Reviewed by Tim Horton.

        This test uses the "required" form element property which currently does not work on Safari, 
        see <rdar://problem/119655018>.
        This test should not be run.

        * platform/win/Skipped:
        Adding test to skip list.
        
2012-08-06  Max Vujovic  <mvujovic@adobe.com>

        [CSS Shaders] Parse mix function
        https://bugs.webkit.org/show_bug.cgi?id=90101

        Reviewed by Dirk Schulze.

        Add tests for custom filter mix function parsing as defined in the Filter Effects spec:
        https://dvcs.w3.org/hg/FXTF/raw-file/tip/filters/index.html#FilterFunction

        Remove some mac-wk2 and chromium expectations because they are the same as the general 
        expectations.

        * css3/filters/custom/custom-filter-property-computed-style-expected.txt:
        * css3/filters/custom/custom-filter-property-parsing-expected.txt:
        * css3/filters/custom/custom-filter-property-parsing-invalid-expected.txt:
        * css3/filters/script-tests/custom-filter-property-computed-style.js:
        * css3/filters/script-tests/custom-filter-property-parsing-invalid.js:
        * css3/filters/script-tests/custom-filter-property-parsing.js:
        * platform/chromium/css3/filters/custom/custom-filter-property-computed-style-expected.txt:
        * platform/chromium/css3/filters/custom/custom-filter-property-parsing-expected.txt:
        * platform/chromium/css3/filters/custom/custom-filter-property-parsing-invalid-expected.txt: Removed.
        * platform/mac-wk2/css3/filters/custom/custom-filter-property-computed-style-expected.txt: Removed.

2012-08-03  Brady Eidson  <beidson@apple.com>

        Out-of-process plug-ins should support asynchronous initialization
        <rdar://problem/10598594> and https://bugs.webkit.org/show_bug.cgi?id=92919

        Reviewed by Anders Carlsson.

        Add tests to make sure a plug-in with a long running NPP_New does not block the web thread.

        * platform/mac-wk2/plugins/slow/asynchronous-plugin-initialization-expected.txt: Added.
        * platform/mac-wk2/plugins/slow/asynchronous-plugin-initialization-multiple-expected.txt: Added.
        * platform/mac-wk2/plugins/slow/asynchronous-plugin-initialization-multiple.html: Added.
        * platform/mac-wk2/plugins/slow/asynchronous-plugin-initialization.html: Added.
        * platform/mac-wk2/plugins/slow/resources/asynchronous-plugin-initialization-multiple-finish.html: Added.

2012-08-06  Pravin D  <pravind.2k4@gmai.com>

        Testcase LayoutTests/editing/input/editable-container-with-word-wrap-normal.html failing on Mac
        https://bugs.webkit.org/show_bug.cgi?id=93287

        Reviewed by Ryosuke Niwa.

        The testcase uses 'End' keypress event emulation to scroll the caret to the end of the line. As the behavior of 'End' keypress
        is platform dependent, replacing it platform independent code.

        * editing/input/editable-container-with-word-wrap-normal-expected.txt:
        * editing/input/editable-container-with-word-wrap-normal.html:
          Replaced 'End' keypress event with testRunner's execCommand() to make testcase behavior independent of platform.

2012-08-06  Roger Fong  <roger_fong@apple.com>

        Layout Test: Windows specific tests needed for fast/css/getComputedStyle/computed-style.html & computed-style-without-renderer.html
        https://bugs.webkit.org/show_bug.cgi?id=93033

        Reviewed by Tim Horton.

        Windows specific computed-style and computed-style-without-renderer tests are needed since CSS3 Flexbox is disabled on windows,
        see https://bugs.webkit.org/show_bug.cgi?id=92047, new CSS3 Flexbox properties no longer used.
        
        * platform/win/fast/css/getComputedStyle/computed-style-expected.txt: Added.
        * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Added.

2012-07-31  Ojan Vafai  <ojan@chromium.org>

        need tests to ensure flexboxes play nicely with box-sizing
        https://bugs.webkit.org/show_bug.cgi?id=70771

        Reviewed by Tony Chang.

        * css3/flexbox/box-sizing-expected.txt: Added.
        * css3/flexbox/box-sizing.html: Added.

2012-08-06  John J. Barton  <johnjbarton@chromium.org>

        Web Inspector: WebInspector.linkifyStringAsFragment gives wrong typeof lineNumber
        https://bugs.webkit.org/show_bug.cgi?id=93019

        Reviewed by Pavel Feldman.

        parseInt the RegExp match for lineNumber 
        New test case added to linkify.html

        * inspector/debugger/linkifier-expected.txt:
        * inspector/debugger/linkifier.html:

2012-08-06  Dmitry Titov  <dimich@chromium.org>

        [Chromium] Not reviewed, linting TestExpectations.

        * platform/chromium/TestExpectations:

2012-08-06  Douglas Stockwell  <dstockwell@chromium.org>

        Crash in WebCore::RenderListItem::updateMarkerLocation
        https://bugs.webkit.org/show_bug.cgi?id=90476

        Reviewed by Abhishek Arya.

        * fast/lists/list-marker-remove-crash-expected.txt: Added.
        * fast/lists/list-marker-remove-crash.html: Added.

2012-08-06  Csaba Osztrogonác  <ossy@webkit.org>

        Web Inspector: rename WorkerAgent.setWorkerInspectionEnabled to WorkerAgent.enable and make it return error
        https://bugs.webkit.org/show_bug.cgi?id=92545

        Unreviewed trivial test fix after r124765.

        * http/tests/inspector-enabled/dedicated-workers-list.html:

2012-08-06  Andrei Poenaru  <poenaru@adobe.com>

        Web Inspector: Protocol: Add "namedFlowCreated" and "namedFlowRemoved" events
        https://bugs.webkit.org/show_bug.cgi?id=92739

        Reviewed by Pavel Feldman.

        Modified test so that it validates the implemented events.

        * inspector/styles/protocol-css-regions-commands-expected.txt:
        * inspector/styles/protocol-css-regions-commands.html:

2012-08-06  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, rebaselining a few HTMLProgressElement tests
        after changes in r124754.

        * platform/gtk/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt: Added.
        * platform/gtk/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt: Added.
        * platform/gtk/fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt: Added.

2012-08-06  Ryosuke Niwa  <rniwa@webkit.org>

        REGRESSION(r124692): webarchive/loading/javascript-url-iframe-crash.html fails
        https://bugs.webkit.org/show_bug.cgi?id=93190

        Reviewed by Adam Barth.

        Apparently we can't just edit the markup in a webarchive file. Re-generated webarchive file
        from a locally copied markup.

        * webarchive/loading/resources/javascript-url-iframe-crash.webarchive:

2012-08-06  Hironori Bono  <hbono@chromium.org>

        Rolling out for r123067 and r123572
        https://bugs.webkit.org/show_bug.cgi?id=93234

        Reviewed by Ryosuke Niwa.

        This change marks tests that fail when rolling out my r123067 and r123572.

        * platform/chromium/TestExpectations:

2012-08-06  Andrei Bucur  <abucur@adobe.com>

        [CSS Regions] Add the NamedFlow.getRegions() API
        https://bugs.webkit.org/show_bug.cgi?id=93240

        Reviewed by Andreas Kling.

        Link to spec: http://www.w3.org/TR/2012/WD-css3-regions-20120503/#dom-named-flow
        The test also verifies the regions are returned in document order.

        * fast/regions/webkit-named-flow-get-regions-expected.txt: Added.
        * fast/regions/webkit-named-flow-get-regions.html: Added.

2012-08-06  Andrei Bucur  <abucur@adobe.com>

        [CSS Regions] Rename regionOverflow to regionOverset
        https://bugs.webkit.org/show_bug.cgi?id=93256

        Reviewed by Andreas Kling.

        Link to spec: http://www.w3.org/TR/2012/WD-css3-regions-20120503/#dom-region-regionoverset

        The tests have been adapted to use webkitRegionOverset rather than webkitRegionOverflow.

        * fast/regions/element-region-overflow-state-expected.txt: Removed.
        * fast/regions/element-region-overflow-state-vertical-rl-expected.txt: Removed.
        * fast/regions/element-region-overset-state-expected.txt: Added.
        * fast/regions/element-region-overset-state-vertical-rl-expected.txt: Added.
        * fast/regions/element-region-overset-state-vertical-rl.html: Renamed from LayoutTests/fast/regions/element-region-overflow-state-vertical-rl.html.
        * fast/regions/element-region-overset-state.html: Renamed from LayoutTests/fast/regions/element-region-overflow-state.html.
        * fast/regions/webkit-named-flow-first-empty-region-index.html:

2012-08-06  Takashi Toyoshima  <toyoshim@chromium.org>

        Unreviewed, rebaseline for Mac10.6 against r124752

        * platform/chromium-mac-snowleopard/fast/speech/input-appearance-searchandspeech-expected.png:

2012-08-06  Takashi Toyoshima  <toyoshim@chromium.org>

        Unreviewed, rebaseline for r124754.

        * fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt: Added.
        * fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt: Added.
        * fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt: Added.
        * platform/chromium-mac/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt:
        * platform/chromium-mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
        * platform/chromium-mac/fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt:
        * platform/efl/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt: Removed.
        * platform/efl/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt: Removed.
        * platform/efl/fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt: Removed.
        * platform/gtk/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt: Removed.
        * platform/gtk/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt: Removed.
        * platform/gtk/fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt: Removed.
        * platform/qt/fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt: Removed.

2012-08-06  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        * platform/qt/Skipped: Skip new SHADOW_DOM tests.
        * platform/qt/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt: Rebase after r124754.
        * platform/qt/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt: Rebase after r124754.

2012-08-06  Kihong Kwon  <kihong.kwon@samsung.com>

        Add DeviceProximityEvent interface
        https://bugs.webkit.org/show_bug.cgi?id=92942

        Reviewed by Kentaro Hara.

        Add tests for creating and handling the DeviceProximityEvent.

        * fast/dom/Proximity/check-event-deviceproximity-expected.txt: Added.
        * fast/dom/Proximity/check-event-deviceproximity.html: Added.
        * fast/dom/Proximity/create-event-deviceproximity-expected.txt: Added.
        * fast/dom/Proximity/create-event-deviceproximity.html: Added.
        * fast/events/constructors/device-proximity-event-constructor-expected.txt: Added.
        * fast/events/constructors/device-proximity-event-constructor.html: Added.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/Skipped:
        * platform/qt/Skipped:

2012-08-06  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [EFL] EFL's LayoutTestController needs removeAllVisitedLinks implementation
        https://bugs.webkit.org/show_bug.cgi?id=82724

        Reviewed by Csaba Osztrogonác.

        * platform/efl/Skipped:

2012-08-06  Shinya Kawanaka  <shinyak@chromium.org>

        AuthorShadowDOM for progress element
        https://bugs.webkit.org/show_bug.cgi?id=91969

        Reviewed by Hajime Morita.

        Contains the following tests:
          (1) progress element with AuthorShadowDOM
          (2) progress element with multiple AuthorShadowDOM with a shadow element
          (3) progress element with multiple AuthorShadowDOM without a shadow element
          (4) progress element with AuthorShadowDOM with dynamic value update
          (5) progress element with AuthorShadowDOM with style
          (6) progress element with AuthorShadowDOM with -webkit-appearance: none

        * fast/dom/HTMLProgressElement/progress-clone-expected.txt:
        * fast/dom/HTMLProgressElement/progress-clone.html:
        * fast/dom/HTMLProgressElement/progress-element-markup-expected.txt:
        * fast/dom/shadow/resources/replaced-element-styles.css: Added.
        (.progress-like):
        (.progress-inner-element-like):
        * fast/dom/shadow/shadowdom-for-progress-dynamic-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-progress-dynamic.html: Added.
        * fast/dom/shadow/shadowdom-for-progress-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-progress-multiple-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-progress-multiple.html: Added.
        * fast/dom/shadow/shadowdom-for-progress-with-style-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-progress-with-style.html: Added.
        * fast/dom/shadow/shadowdom-for-progress-without-appearance-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-progress-without-appearance.html: Added.
        * fast/dom/shadow/shadowdom-for-progress-without-shadow-element-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-progress-without-shadow-element.html: Added.
        * fast/dom/shadow/shadowdom-for-progress.html: Added.
        * platform/chromium-win/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt:
        * platform/chromium-win/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
        * platform/chromium-win/fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt:
        * platform/mac/TestExpectations:

2012-08-06  Keishi Hattori  <keishi@webkit.org>

        Remove minimum window size for PagePopup
        https://bugs.webkit.org/show_bug.cgi?id=93100

        Reviewed by Kent Tamura.

        * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
        * platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance.html: Added background color so we can check that we don't have extra white area.
        * platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance.html: Ditto.

2012-08-06  Takashi Toyoshima  <toyoshim@chromium.org>

        Unreviewed, rebaseline for r124745.

        * platform/chromium-mac/fast/block/float/032-expected.txt:
        * platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.png:
        * platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.txt:

2012-08-06  Csaba Osztrogonác  <ossy@webkit.org>

        Unreviewed gardening, skip new asserting tests to paint the bots green.

        * platform/qt/Skipped:

2012-08-06  Arko Saha  <arko@motorola.com>

        Microdata: document.getItems() must treat no token as no parameter.
        https://bugs.webkit.org/show_bug.cgi?id=93071

        Reviewed by Ryosuke Niwa.

        Added test to verify that document.getItems() returns all top-level
        microdata items in the document when no tokens specified in the argement.

        * fast/dom/MicroData/getitems-empty-string-as-arg-expected.txt: Added.
        * fast/dom/MicroData/getitems-empty-string-as-arg.html: Added.

2012-08-06  Hayato Ito  <hayato@chromium.org>

        Remove unused png files from platform/chromium-linux/fast/css/variables.
        https://bugs.webkit.org/show_bug.cgi?id=93232

        Reviewed by Tony Chang.

        * platform/chromium-linux/fast/css/variables/block-cycle-test-expected.png: Removed.
        * platform/chromium-linux/fast/css/variables/colors-test-expected.png: Removed.
        * platform/chromium-linux/fast/css/variables/declaration-block-test-expected.png: Removed.
        * platform/chromium-linux/fast/css/variables/font-test-expected.png: Removed.
        * platform/chromium-linux/fast/css/variables/image-test-expected.png: Removed.
        * platform/chromium-linux/fast/css/variables/import-test-expected.png: Removed.
        * platform/chromium-linux/fast/css/variables/inline-style-test-expected.png: Removed.
        * platform/chromium-linux/fast/css/variables/invalid-variable-test-expected.png: Removed.
        * platform/chromium-linux/fast/css/variables/margin-test-expected.png: Removed.
        * platform/chromium-linux/fast/css/variables/misplaced-import-test-expected.png: Removed.
        * platform/chromium-linux/fast/css/variables/misplaced-variables-test-expected.png: Removed.
        * platform/chromium-linux/fast/css/variables/multiple-blocks-test-expected.png: Removed.
        * platform/chromium-linux/fast/css/variables/multiple-term-test-expected.png: Removed.
        * platform/chromium-linux/fast/css/variables/override-test-expected.png: Removed.
        * platform/chromium-linux/fast/css/variables/print-test-expected.png: Removed.
        * platform/chromium-linux/fast/css/variables/remove-variable-test-expected.png: Removed.
        * platform/chromium-linux/fast/css/variables/set-variable-test-expected.png: Removed.
        * platform/chromium-linux/fast/css/variables/shorthand-test-expected.png: Removed.

2012-08-06  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r124739.
        http://trac.webkit.org/changeset/124739
        https://bugs.webkit.org/show_bug.cgi?id=93241

        newly added test crash on chromium linux debug (Requested by
        toyoshim on #webkit).

        * fast/lists/list-marker-remove-crash-expected.txt: Removed.
        * fast/lists/list-marker-remove-crash.html: Removed.

2012-08-06  Allan Sandfeld Jensen  <allan.jensen@nokia.com>

        Fix layoutMod in fractional layout units.
        https://bugs.webkit.org/show_bug.cgi?id=92374

        Reviewed by Levi Weintraub.

        Mark minor pixel changes in the baseline as expected failures.

        * platform/chromium/TestExpectations:

2012-08-06  Balazs Ankes  <bank@inf.u-szeged.hu>

        [Qt][WK2] fast/forms/range/slider-mouse-events.html and fast/forms/range/slider-onchange-event.html fail after r124625
        https://bugs.webkit.org/show_bug.cgi?id=93231

        Unreviewed gardening.

        * platform/qt-5.0-wk2/Skipped:

2012-08-06  Takashi Toyoshima  <toyoshim@chromium.org>

        Unreviewed, rebaseline for chromium gardening.

        * platform/chromium-mac/fast/css/text-input-with-webkit-border-radius-expected.png:
        * platform/chromium-mac/fast/css/text-overflow-input-expected.png:

2012-08-06  Douglas Stockwell  <dstockwell@chromium.org>

        Crash in WebCore::RenderListItem::updateMarkerLocation
        https://bugs.webkit.org/show_bug.cgi?id=90476

        Reviewed by Abhishek Arya.

        * fast/lists/list-marker-remove-crash-expected.txt: Added.
        * fast/lists/list-marker-remove-crash.html: Added.

2012-08-06  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skip the failing tests.

        * platform/qt/Skipped:

2012-08-05  Yoshifumi Inoue  <yosin@chromium.org>

        [chromium] form tests are flaky, mostly on Linux
        https://bugs.webkit.org/show_bug.cgi?id=78620

        Unreviewed. Update test expecations for
          fast/forms/formaction-attribute.html
          fast/forms/formmethod-attribute-button-html.html
          fast/forms/formmethod-attribute-input-html.html
        based on the latest dashboard.

        * platform/chromium/TestExpectations:

2012-08-05  Philip Rogers  <pdr@google.com>

        Fix assertion during detach of SVG wrappers without baseVal
        https://bugs.webkit.org/show_bug.cgi?id=93063

        Reviewed by Nikolas Zimmermann.

        * svg/animations/dynamic-modify-transform-without-baseval-expected.txt: Added.
        * svg/animations/dynamic-modify-transform-without-baseval.html: Added.

2012-08-05  Yoshifumi Inoue  <yosin@chromium.org>

        [chromium] fast/forms/focus2.html fails
        https://bugs.webkit.org/show_bug.cgi?id=45061

        Unreviewed. Chromium DRT sets tabsToLink to false. So, Chrimium DRT doesn't set focus to anchor.

        * platform/chromium/TestExpectations: Removed fast/forms/focus2.html
        * platform/chromium/fast/forms/focus2-expected.txt: Added.

2012-08-05  Fumitoshi Ukai  <ukai@chromium.org>

        Unreviewed test expectation updates.

        * platform/chromium/TestExpectations: assign bug for fast/text/international/bold-bengali.html

2012-08-05  Luke Macpherson   <macpherson@chromium.org>

        Enable fast/css/variables tests by default for chromium.
        https://bugs.webkit.org/show_bug.cgi?id=92610

        Reviewed by Tony Chang.

        Since variables are now compiled in by default on chromium there is no reason not to run these tests.

        * platform/chromium/TestExpectations:

2012-08-05  Joone Hur  <joone.hur@intel.com>

        Unreviewed EFL gardening.

        Marked the following test cases as known failures
        tracked by the bug 93213, 93214, 92956, 93212.

        fast/text/international/text-spliced-font.html
        http/tests/loading/307-after-303-after-post.html
        http/tests/security/contentSecurityPolicy/object-src-url-blocked.html
        http/tests/incremental/slow-utf8-text.pl

        * platform/efl/TestExpectations:

2012-08-05  Benjamin Poulain  <bpoulain@apple.com>

        Assert in checkValidity() in hashtable.h from WebGeolocationManager::didFailToDeterminePosition() when fetching http://html5demos.com/geo
        https://bugs.webkit.org/show_bug.cgi?id=80386

        Reviewed by Alexey Proskuryakov.

        Add tests for clearing the Geolocation as a listener from a callback originated from the GeolocationController.

        * fast/dom/Geolocation/error-clear-watch-expected.txt: Added.
        * fast/dom/Geolocation/error-clear-watch.html: Added.
        * fast/dom/Geolocation/success-clear-watch-expected.txt: Added.
        * fast/dom/Geolocation/success-clear-watch.html: Added.
        * platform/wk2/Skipped:

2012-08-05  Luke Macpherson   <macpherson@chromium.org>

        Fix null pointer dereference when CSSParser::sinkFloatingValueList() returns null and is passed to storeVariableDeclaration().
        https://bugs.webkit.org/show_bug.cgi?id=92461

        Reviewed by Eric Seidel.

        Test case that causes CSSParser::storeVariableDeclaration to be passed a null value.

        * fast/css/variables/invalid-value-list-crash-expected.txt: Added.
        * fast/css/variables/invalid-value-list-crash.html: Added.

2012-08-05  Kent Tamura  <tkent@chromium.org>

        [Chromium] Updte text expectation.

        Remove an entry for media/media-fragments/TC0010-TC0019.html.
        It doesn't exist any more.

        * platform/chromium/TestExpectations:

2012-08-05  Ami Fischman  <fischman@chromium.org>

        media/video-poster-blocked-by-willsendrequest.html isn't blocking poster on willsendrequest
        https://bugs.webkit.org/show_bug.cgi?id=92824

        Reviewed by Ryosuke Niwa.

        Chromium/Mac/GTK DRTs appear not to clear the cache between tests so append a unique query-string param to avoid a cache hit in this test.
        Filed 93195 for the chromium port, Mac has 82976, and GTK has 79760.

        * media/video-poster-blocked-by-willsendrequest.html:
        * platform/chromium/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/Skipped:

2012-08-04  Ami Fischman  <fischman@chromium.org>

        HTMLMediaElement may fire the seeked event before currentTime reaches the seek time
        https://bugs.webkit.org/show_bug.cgi?id=92881

        Reviewed by Eric Carlson.

        This is mostly a re-land of r114005, alongside a fix for HTMLMediaElement.

        * media/video-seek-past-end-paused-expected.txt:
        * media/video-seek-past-end-paused.html:
        * platform/chromium/TestExpectations:

2012-08-04  Ryosuke Niwa  <rniwa@webkit.org>

        Another test fix after r124708.

        * platform/mac/editing/selection/word-thai.html:

2012-08-04  Ryosuke Niwa  <rniwa@webkit.org>

        Rebaseline fast/css-grid-layout/place-cell-by-index.html on Qt after r124671
        since the test now passes (yay!).

        Skip a test added by r124673 on Qt since it uses gestureTap (tracked by the bug 66272).

        * platform/qt/Skipped:
        * platform/qt/fast/css-grid-layout: Removed.
        * platform/qt/fast/css-grid-layout/place-cell-by-index-expected.txt: Removed.

2012-08-04  Ryosuke Niwa  <rniwa@webkit.org>

        Another test fixes after r124705. Revert erroneous changes in r124707 using binary editor.

        * fast/parser/test-unicode-characters-in-attribute-name.html:
        * http/tests/misc/submit-post-in-utf16be.html:

2012-08-04  Ryosuke Niwa  <rniwa@webkit.org>

        Test fixes after r124705. There were still few tests that used layoutTestController because
        they were encoded in UTF-16 and UTF-32 and neither spot light nor grep could search through.

        * editing/pasteboard/copy-paste-float.html:
        * editing/selection/thai-word-at-document-end.html:
        * fast/css/hexColor-isDigit-assert.html:
        * fast/encoding/bom-in-content-utf16.html:
        * fast/encoding/utf-32-big-endian-bom.html:
        * fast/encoding/utf-32-big-endian-nobom.xml:
        * fast/encoding/utf-32-little-endian-bom.html:
        * fast/encoding/utf-32-little-endian-nobom.xml:
        * fast/parser/test-unicode-characters-in-attribute-name.html:
        * fast/ruby/text-emphasis.html:
        * fast/text/offsetForPosition-cluster-at-zero.html:
        * http/tests/misc/submit-get-in-utf16be.html:
        * http/tests/misc/submit-get-in-utf16le.html:
        * http/tests/misc/submit-get-in-utf32be.html:
        * http/tests/misc/submit-get-in-utf32le.html:
        * http/tests/misc/submit-post-in-utf16be.html:
        * http/tests/misc/submit-post-in-utf16le.html:
        * http/tests/misc/submit-post-in-utf32be.html:
        * http/tests/misc/submit-post-in-utf32le.html:
        * http/tests/misc/url-in-utf16be.html:
        * http/tests/misc/url-in-utf16le.html:
        * http/tests/misc/url-in-utf32be.html:
        * http/tests/misc/url-in-utf32le.html:

2012-08-04  Robert Hogan  <robert@webkit.org>

        Rebaseline Chromium results after r124697

        Unreviewed, gardening.

        * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug106966-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.png:
        * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug106966-expected.png:
        * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
        * platform/chromium-mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody-expected.png:
        * platform/chromium-mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody-expected.txt: Added.
        * platform/chromium-mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.png:
        * platform/chromium-mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.txt: Added.
        * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug106966-expected.png:
        * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody-expected.png:
        * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.png:
        * platform/chromium/TestExpectations:

2012-08-03  Robert Hogan  <robert@webkit.org>

        CSS 2.1 failure: overflow-applies-to-001 fails
        https://bugs.webkit.org/show_bug.cgi?id=93148

        Reviewed by Eric Seidel.

        * css2.1/20110323/overflow-applies-to-001-expected.html: Added.
        * css2.1/20110323/overflow-applies-to-001.htm: Added.
        * css2.1/20110323/overflow-applies-to-002-expected.html: Added.
        * css2.1/20110323/overflow-applies-to-002.htm: Added.
        * css2.1/20110323/overflow-applies-to-003-expected.html: Added.
        * css2.1/20110323/overflow-applies-to-003.htm: Added.
        * css2.1/20110323/overflow-applies-to-004-expected.html: Added.
        * css2.1/20110323/overflow-applies-to-004.htm: Added.
        * css2.1/20110323/overflow-applies-to-005-expected.html: Added.
        * css2.1/20110323/overflow-applies-to-005.htm: Added.
        * css2.1/20110323/overflow-applies-to-006-expected.html: Added.
        * css2.1/20110323/overflow-applies-to-006.htm: Added.
        * css2.1/20110323/overflow-applies-to-007-expected.html: Added.
        * css2.1/20110323/overflow-applies-to-007.htm: Added.
        * css2.1/20110323/overflow-applies-to-008-expected.html: Added.
        * css2.1/20110323/overflow-applies-to-008.htm: Added.
        * css2.1/20110323/overflow-applies-to-009-expected.html: Added.
        * css2.1/20110323/overflow-applies-to-009.htm: Added.
        * css2.1/20110323/overflow-applies-to-010-expected.html: Added.
        * css2.1/20110323/overflow-applies-to-010.htm: Added.
        * css2.1/20110323/overflow-applies-to-012-expected.html: Added.
        * css2.1/20110323/overflow-applies-to-012.htm: Added.
        * css2.1/20110323/overflow-applies-to-013-expected.html: Added.
        * css2.1/20110323/overflow-applies-to-013.htm: Added.
        * css2.1/20110323/overflow-applies-to-014-expected.html: Added.
        * css2.1/20110323/overflow-applies-to-014.htm: Added.
        * css2.1/20110323/overflow-applies-to-015-expected.html: Added.
        * css2.1/20110323/overflow-applies-to-015.htm: Added.
            Tests from the CSS test suite.

        * fast/css/nested-layers-with-hover.html: Made this dumpAsText/waitUntilDone - the test relies on a simulated hover so
            wasn't meaningful as a rendertree.

        * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug106966-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.png:
        * platform/chromium-win/fast/css/nested-layers-with-hover-expected.txt:
        * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
        * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody-expected.txt:
        * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.txt:
            These are all progressions and now render the same as FF and Opera.

        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:

2012-08-04  Mike West  <mkwst@chromium.org>

        Unskip http/tests/security/contentSecurityPolicy tests on various ports.
        https://bugs.webkit.org/show_bug.cgi?id=93178

        Reviewed by Adam Barth.

        After landing r124636, the Content Security Policy `object-src` tests
        have greened up on the Chromium port. I expect the other ports to be
        equally happy. Let's reenable the tests to find out.

        * platform/efl/TestExpectations:
        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-arm/Skipped:
        * platform/qt-mac/Skipped:
        * platform/qt/Skipped:

2012-08-04  Ryosuke Niwa  <rniwa@webkit.org>

        Rebaseline after r124691.

        * editing/deleting/smart-editing-disabled-expected.txt:

2012-08-03  Ryosuke Niwa  <rniwa@webkit.org>

        Use testRunner instead of layoutTestController in tests still found to be using layoutTestController by grep
        https://bugs.webkit.org/show_bug.cgi?id=93177

        Reviewed by Adam Barth.

        After this patch, neither grep nor spot light finds any tests that use layoutTestController
        and we can safely land the patch on the bug 93173.

        * editing/pasteboard/input-with-visibility-hidden.html:
        * fast/encoding/resources/%25%u0435 0 %xx%%%ulike.html:
        * fast/encoding/script-in-head.html:
        * fast/encoding/tag-in-title.html:
        * fast/encoding/tag-name-digit.html:
        * fast/encoding/url-host-name-non-ascii.html:
        * fast/encoding/xml-charset-utf16.html:
        * fast/encoding/xml-utf-8-default.xml:
        * fast/encoding/yahoo-mail.html:
        * fast/encoding/yentest.html:
        * fast/encoding/yentest2.html:
        * fast/forms/datalist/input-appearance-range-with-datalist-zoomed.html:
        * fast/forms/datalist/input-appearance-range-with-datalist.html:
        * fast/forms/datalist/update-range-with-datalist.html:
        * fast/forms/input-set-composition-scroll.html:
        * fast/harness/internals-object.html:
        * fast/harness/page-cache-crash-on-data-urls.html:
        * fast/harness/perftests/perf-runner-compute-statistics.html:
        * fast/harness/resources/modal-dialog.html:
        * fast/harness/show-modal-dialog.html:
        * fast/harness/user-preferred-language.html:
        * fast/multicol/hit-test-end-of-column.html:
        * fast/multicol/hit-test-gap-between-pages-flipped.html:
        * fast/multicol/hit-test-gap-between-pages.html:
        * fast/multicol/hit-test-gap-block-axis.html:
        * fast/notifications/notifications-event-listener-crash.html:
        * fast/parser/foster-parent.html:
        * fast/ruby/after-doesnt-crash.html:
        * fast/ruby/before-block-doesnt-crash.html:
        * fast/ruby/before-doesnt-crash.html:
        * fast/ruby/before-table-doesnt-crash.html:
        * fast/ruby/generated-before-counter-doesnt-crash.html:
        * fast/ruby/modify-positioned-ruby-text-crash.html:
        * fast/ruby/parse-rp.html:
        * fast/ruby/ruby-illegal-1.html:
        * fast/ruby/ruby-illegal-2.html:
        * fast/ruby/ruby-illegal-3.html:
        * fast/ruby/ruby-illegal-4.html:
        * fast/ruby/ruby-illegal-5.html:
        * fast/ruby/ruby-illegal-6.html:
        * fast/ruby/ruby-illegal-7.html:
        * fast/ruby/ruby-illegal-combined.html:
        * fast/ruby/ruby-overhang-crash.html:
        * fast/ruby/ruby-remove-no-base.html:
        * fast/ruby/ruby-remove.html:
        * fast/ruby/ruby-text-indent.html:
        * fast/ruby/rubyDOM-insert-rt-block-1.html:
        * fast/ruby/rubyDOM-insert-rt-block-2.html:
        * fast/ruby/rubyDOM-insert-rt-block-3.html:
        * fast/ruby/rubyDOM-remove-rt-block-1.html:
        * fast/ruby/rubyDOM-remove-rt-block-2.html:
        * fast/ruby/rubyDOM-remove-rt-block-3.html:
        * fast/runin/crash-when-reparent-sibling.html:
        * fast/runin/nonblock-runin.html:
        * fast/runin/progress-run-in-crash.html:
        * fast/runin/run-in-layer-not-removed-crash.html:
        * fast/runin/runin-continuations-crash.html:
        * fast/runin/runin-reparent-crash.html:
        * fast/runin/select-runin.html:
        * fullscreen/empty-anonymous-block-continuation-crash.html:
        * http/tests/misc/SVGFont-delayed-load.html:
        * http/tests/misc/resources/a success.html:
        * http/tests/misc/resources/content-iframe.html:
        * http/tests/misc/resources/iframe-policy-1.html:
        * http/tests/misc/resources/iframe-policy-2.html:
        * http/tests/misc/resources/isindex-with-no-form-base-href-submit.html:
        * http/tests/misc/resources/isindex-with-no-form-base-href.html:
        * http/tests/misc/resources/redirect-to-external-url-iframe.html:
        * http/tests/misc/resources/slow-preload-cancel-1.html:
        * http/tests/misc/resources/success-notify-done.html:
        * http/tests/misc/resources/webtiming-cross-origin-and-back1.html:
        * http/tests/misc/script-500.html:
        * http/tests/misc/script-no-store.html:
        * http/tests/misc/set-window-opener-to-null.html:
        * http/tests/misc/single-character-pi-stylesheet.xhtml:
        * http/tests/misc/slow-loading-image-in-pattern.html:
        * http/tests/misc/slow-preload-cancel.html:
        * http/tests/misc/submit-post-keygen.html:
        * http/tests/misc/svg-image-load-outlives-gc-without-crashing.html:
        * http/tests/misc/text-refresh.html:
        * http/tests/misc/timer-vs-loading.html:
        * http/tests/misc/uncacheable-script-repeated.html:
        * http/tests/misc/unloadable-script.html:
        * http/tests/misc/video-poster-image-load-outlives-gc-without-crashing.html:
        * http/tests/misc/webtiming-origins.html:
        * http/tests/misc/will-send-request-returns-null-on-redirect.html:
        * http/tests/misc/willCacheResponse-delegate-callback.html:
        * http/tests/misc/window-dot-stop.html:
        * http/tests/misc/window-open-then-write.html:
        * http/tests/misc/write-from-dom-script.html:
        * http/tests/misc/write-while-waiting.html:
        * http/tests/misc/xslt-bad-import.html:
        * http/tests/multipart/invalid-image-data-standalone.html:
        * http/tests/multipart/invalid-image-data.html:
        * http/tests/multipart/multipart-wait-before-boundary.html:
        * http/tests/multipart/stop-crash.html:
        * http/tests/navigation/:
        * http/tests/plugins/create-v8-script-objects.html:
        * http/tests/plugins/cross-frame-object-access.html:
        * http/tests/plugins/get-url.html:
        * http/tests/plugins/geturlnotify-from-npp-destroystream.html:
        * http/tests/plugins/interrupted-get-url.html:
        * http/tests/plugins/local-geturl-from-remote.html:
        * http/tests/plugins/npapi-response-headers.html:
        * http/tests/plugins/plugin-document-has-focus.html:
        * http/tests/plugins/post-url-file.html:
        * http/tests/plugins/resources/interrupted-get-url-success.html:
        * http/tests/plugins/resources/third-party-cookie-accept-policy-iframe.html:
        * http/tests/plugins/third-party-cookie-accept-policy.html:
        * http/tests/resources/notify-done.html:
        * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-allowed.html:
        * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-blocked.html:
        * http/tests/ssl/referer-301.html:
        * http/tests/ssl/referer-303.html:
        * http/tests/storage/callbacks-are-called-in-correct-context.html:
        * http/tests/storage/resources/callbacks-are-called-in-correct-context-second-frame.html:
        * http/tests/svg/change-id-with-pending-resources.html:
        * http/tests/svg/tref-adoptNode-crash.html:
        * http/tests/uri/assign-path-with-leading-slash.html:
        * http/tests/uri/assign-path-without-leading-slash.html:
        * http/tests/uri/escaped-entity.html:
        * http/tests/uri/resolve-encoding-relative.html:
        * http/tests/uri/resources/assign-path-landing.html:
        * http/tests/uri/utf8-path.html:
        * http/tests/webarchive/cross-origin-stylesheet-crash-expected.webarchive:
        * http/tests/webarchive/cross-origin-stylesheet-crash.html:
        * http/tests/webarchive/test-css-url-encoding-expected.webarchive:
        * http/tests/webarchive/test-css-url-encoding-shift-jis-expected.webarchive:
        * http/tests/webarchive/test-css-url-encoding-shift-jis.html:
        * http/tests/webarchive/test-css-url-encoding-utf-8-expected.webarchive:
        * http/tests/webarchive/test-css-url-encoding-utf-8.html:
        * http/tests/webarchive/test-css-url-encoding.html:
        * http/tests/webarchive/test-preload-resources-expected.webarchive:
        * http/tests/webarchive/test-preload-resources.html:
        * http/tests/webfont/fallback-font-while-loading.html:
        * http/tests/websocket/resources/server-failed-to-start.html:
        * http/tests/xmlhttprequest/reentrant-cancel.html:
        * inspector/device-orientation-success.html:
        * platform/chromium/TestExpectations:
        * platform/chromium/permissionclient/image-permissions.html:
        * platform/chromium/permissionclient/plugin-permission.html:
        * platform/chromium/permissionclient/script-permissions.html:
        * platform/chromium/permissionclient/storage-permission.html:
        * platform/gtk/TestExpectations:
        * platform/mac/editing/input/edit-dictated-text-with-alternative.html:
        * platform/mac/editing/input/insert-dictated-text.html:
        * platform/mac/fast/AppleScript/001.html:
        * platform/mac/fast/AppleScript/array.html:
        * platform/mac/fast/AppleScript/date.html:
        * platform/mac/fast/objc/dom-html-select-activate.html:
        * platform/mac/fast/objc/longlongTest.html:
        * platform/qt/view/fixed-layout-size.html:
        * platform/win/inverted-colors/non-composited.html:
        * platform/win/svg/W3C-SVG-1.1/resources/run-webkit-tests-epilogue.html:
        * platform/win/svg/W3C-SVG-1.1/resources/run-webkit-tests-prologue.html:
        * webarchive/loading/resources/javascript-url-iframe-crash.webarchive:

2012-08-03  Ryosuke Niwa  <rniwa@webkit.org>

        Some tests still refer to layoutTestController instead of testRunner
        https://bugs.webkit.org/show_bug.cgi?id=93176

        Reviewed by Adam Barth.

        Apparently there are still some tests referring to layoutTestController.
        Removed all of them as found by spotlight.

        * batterystatus/script-tests/event-after-navigation.js:
        * editing/deleting/smart-editing-disabled.html:
        * fast/dom/Geolocation/script-tests/callback-exception.js:
        * fast/dom/Geolocation/script-tests/clear-watch-invalid-id-crash.js:
        * fast/dom/Geolocation/script-tests/disconnected-frame-permission-denied.js:
        * fast/dom/Geolocation/script-tests/error.js:
        * fast/dom/Geolocation/script-tests/maximum-age.js:
        * fast/dom/Geolocation/script-tests/multiple-requests.js:
        * fast/dom/Geolocation/script-tests/no-page-cache.js:
        * fast/dom/Geolocation/script-tests/permission-denied-already-clear-watch.js:
        * fast/dom/Geolocation/script-tests/permission-denied-already-error.js:
        * fast/dom/Geolocation/script-tests/permission-denied-already-success.js:
        * fast/dom/Geolocation/script-tests/permission-denied-stops-watches.js:
        * fast/dom/Geolocation/script-tests/permission-denied.js:
        * fast/dom/Geolocation/script-tests/position-string.js:
        * fast/dom/Geolocation/script-tests/reentrant-error.js:
        * fast/dom/Geolocation/script-tests/reentrant-permission-denied.js:
        * fast/dom/Geolocation/script-tests/reentrant-success.js:
        * fast/dom/Geolocation/script-tests/success.js:
        * fast/dom/Geolocation/script-tests/timeout.js:
        * fast/dom/Geolocation/script-tests/watch.js:
        * fast/dom/Geolocation/script-tests/window-close-crash.js:
        * fast/encoding/resources/char-encoding-utils.js:
        (testsDone):
        * fast/encoding/resources/dynamic-load-target.js:
        * fast/encoding/resources/invalid-xml.js:
        (runNextTest):
        * fast/encoding/resources/parser-tests.js:
        (dotest.window.receivedResults):
        (dotest):
        * fast/events/touch/script-tests/touch-slider-no-js-touch-listener.js:
        * fast/events/touch/script-tests/touch-slider.js:
        (onKeyDown):
        * fast/harness/override-preferences-2-expected.txt:
        * fast/harness/override-preferences-2.html:
        * fast/harness/override-preferences-expected.txt:
        * fast/harness/override-preferences.html:
        * fast/harness/override-zzz-reset-expected.txt:
        * fast/harness/override-zzz-reset.html:
        * fast/harness/resources/results-test.js:
        * fast/harness/use-page-cache-expected.txt:
        * fast/harness/use-page-cache.html:
        * fast/ruby/after-block-doesnt-crash.html-disabled:
        * fast/ruby/after-table-doesnt-crash.html-disabled:
        * fast/ruby/generated-after-counter-doesnt-crash.html-disabled:
        * fast/ruby/generated-before-and-after-counter-doesnt-crash.html-disabled:
        * http/tests/eventsource/eventsource-events-after-close.html:
        * http/tests/misc/gmail-assert-on-load.html:
        * http/tests/misc/resources/char-encoding-in-hidden-charset-field.php:
        * http/tests/misc/resources/check-keygen-post.php:
        * http/tests/misc/resources/check-query-param.php:
        * http/tests/misc/resources/check-unnamed-file-included-in-formdata.php:
        * http/tests/misc/resources/chromium-selectionAsMarkup.html:
        * http/tests/misc/resources/delayed-log.php:
        * http/tests/misc/resources/form-post-textplain.php:
        * http/tests/misc/resources/location-test-xsl-style-sheet.xsl:
        * http/tests/misc/resources/percent-sign-in-form-data-field-name.cgi:
        * http/tests/misc/resources/post-echo-and-notify-done.cgi:
        * http/tests/misc/resources/prefetch-purpose.php:
        * http/tests/misc/resources/redirect-result.php:
        * http/tests/misc/resources/referrer-main-resource.php:
        * http/tests/misc/resources/referrer-result.php:
        * http/tests/misc/xhtml.php:
        * http/tests/misc/xmltokenizer-do-not-crash.pl:
        * http/tests/multipart/multipart-replace-non-html-content.php:
        * http/tests/multipart/policy-ignore-crash.php:
        * http/tests/multipart/win-boundary-crash.html-disabled:
        * http/tests/navigation/post-goback-repost-policy.html-disabled:
        * http/tests/navigation/resources/back-send-referrer-helper.php:
        * http/tests/navigation/resources/check-ping.php:
        * http/tests/navigation/resources/document-location.js:
        (start):
        * http/tests/navigation/resources/form-target.pl:
        * http/tests/navigation/resources/goback-with-policydelegate.php:
        * http/tests/navigation/resources/no-referrer-helper.php:
        * http/tests/navigation/resources/no-referrer-same-window-helper.php:
        * http/tests/navigation/resources/notify-done.html:
        * http/tests/navigation/resources/post-target-policy-test.php:
        * http/tests/navigation/resources/redirect-cycle-1.pl:
        * http/tests/navigation/resources/redirect302-metaredirect.pl:
        * http/tests/navigation/resources/redirected-post-request-contents.php:
        * http/tests/navigation/resources/submit-to-fragment.pl:
        * http/tests/navigation/resources/testcode.js:
        (runBasicTest):
        (runBackTest):
        (runLoadChildFrameTest):
        (runLoadChildFrameBackTest):
        (runReloadTest):
        (runLoadSameTest):
        (runRedirectReloadTest):
        * http/tests/navigation/useragent.php:
        * http/tests/resources/js-test-post.js:
        * http/tests/resources/js-test-pre.js:
        (finishJSTest):
        * http/tests/security/contentSecurityPolicy/resources/securitypolicy-tests-base.js:
        * http/tests/ssl/resources/no-http-referer.cgi:
        * http/tests/ssl/verify-ssl-enabled.php:
        * networkinformation/script-tests/event-after-navigation.js:
        * platform/mac/fast/objc/script-tests/webScriptObject-hasWebScriptKey.js:
        * platform/qt/svg/repaint/filter-repaint-expected.txt:
        * transforms/3d/hit-testing/resources/hit-test-utils.js:
        * transforms/3d/point-mapping/point-mapping-helpers.js:
        (runTest):
        * transitions/resources/transition-test-helpers.js:
        (expected):
        * transitions/transition-end-event-helpers.js:
        (runTransitionTest.processEndEvents):
        * webaudio/resources/audio-codec-test.js:
        (runDecodingTest):
        (finishedLoading):
        * webaudio/resources/audio-testing.js:
        (finishAudioTest):
        * webaudio/resources/audioparam-testing.js:
        (createAudioGraphAndTest):
        * webaudio/resources/oscillator-testing.js:
        (generateExponentialOscillatorSweep):
        * webintents/resources/web-intents-testing.js:
        (onSuccess):
        (onFailure):
        (startIntentWithCallbacks):

2012-08-03  Ami Fischman  <fischman@chromium.org>

        [Chromium] Layout Test media/media-fragments/TC0080-TC0089.html is slow
        https://bugs.webkit.org/show_bug.cgi?id=77523

        Reviewed by Eric Carlson.

        Before each of these layouttests contained 10 test cases, and would consistently skate
        near the normal layouttest timeout (6s) on chromium, and some were Skipped on wk2 for slowness.
        This patch splits out the cases so they each get their own timeout.

        * media/media-fragments/TC0001-TC0009-expected.txt: Removed.
        * media/media-fragments/TC0001-expected.txt: Added.
        * media/media-fragments/TC0001.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0002-expected.txt: Added.
        * media/media-fragments/TC0002.html: Renamed from LayoutTests/media/media-fragments/TC0010-TC0019.html.
        * media/media-fragments/TC0003-expected.txt: Added.
        * media/media-fragments/TC0003.html: Renamed from LayoutTests/media/media-fragments/TC0020-TC0029.html.
        * media/media-fragments/TC0004-expected.txt: Added.
        * media/media-fragments/TC0004.html: Renamed from LayoutTests/media/media-fragments/TC0030-TC0039.html.
        * media/media-fragments/TC0005-expected.txt: Added.
        * media/media-fragments/TC0005.html: Renamed from LayoutTests/media/media-fragments/TC0040-TC0049.html.
        * media/media-fragments/TC0006-expected.txt: Added.
        * media/media-fragments/TC0006.html: Renamed from LayoutTests/media/media-fragments/TC0050-TC0059.html.
        * media/media-fragments/TC0009-expected.txt: Added.
        * media/media-fragments/TC0009.html: Renamed from LayoutTests/media/media-fragments/TC0060-TC0069.html.
        * media/media-fragments/TC0010-TC0019-expected.txt: Removed.
        * media/media-fragments/TC0011-expected.txt: Added.
        * media/media-fragments/TC0011.html: Renamed from LayoutTests/media/media-fragments/TC0070-TC0079.html.
        * media/media-fragments/TC0012-expected.txt: Added.
        * media/media-fragments/TC0012.html: Renamed from LayoutTests/media/media-fragments/TC0080-TC0089.html.
        * media/media-fragments/TC0014-expected.txt: Added.
        * media/media-fragments/TC0014.html: Renamed from LayoutTests/media/media-fragments/TC0090-TC0099.html.
        * media/media-fragments/TC0015-expected.txt: Added.
        * media/media-fragments/TC0015.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0017-expected.txt: Added.
        * media/media-fragments/TC0017.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0020-TC0029-expected.txt: Removed.
        * media/media-fragments/TC0024-expected.txt: Added.
        * media/media-fragments/TC0024.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0027-expected.txt: Added.
        * media/media-fragments/TC0027.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0028-expected.txt: Added.
        * media/media-fragments/TC0028.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0029-expected.txt: Added.
        * media/media-fragments/TC0029.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0030-TC0039-expected.txt: Removed.
        * media/media-fragments/TC0030-expected.txt: Added.
        * media/media-fragments/TC0030.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0031-expected.txt: Added.
        * media/media-fragments/TC0031.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0032-expected.txt: Added.
        * media/media-fragments/TC0032.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0033-expected.txt: Added.
        * media/media-fragments/TC0033.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0034-expected.txt: Added.
        * media/media-fragments/TC0034.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0035-expected.txt: Added.
        * media/media-fragments/TC0035.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0036-expected.txt: Added.
        * media/media-fragments/TC0036.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0037-expected.txt: Added.
        * media/media-fragments/TC0037.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0038-expected.txt: Added.
        * media/media-fragments/TC0038.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0039-expected.txt: Added.
        * media/media-fragments/TC0039.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0044-expected.txt: Renamed from LayoutTests/media/media-fragments/TC0040-TC0049-expected.txt.
        * media/media-fragments/TC0044.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0050-TC0059-expected.txt: Removed.
        * media/media-fragments/TC0051-expected.txt: Added.
        * media/media-fragments/TC0051.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0052-expected.txt: Added.
        * media/media-fragments/TC0052.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0053-expected.txt: Added.
        * media/media-fragments/TC0053.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0054-expected.txt: Added.
        * media/media-fragments/TC0054.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0055-expected.txt: Added.
        * media/media-fragments/TC0055.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0058-expected.txt: Added.
        * media/media-fragments/TC0058.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0059-expected.txt: Added.
        * media/media-fragments/TC0059.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0060-TC0069-expected.txt: Removed.
        * media/media-fragments/TC0061-expected.txt: Added.
        * media/media-fragments/TC0061.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0062-expected.txt: Added.
        * media/media-fragments/TC0062.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0063-expected.txt: Added.
        * media/media-fragments/TC0063.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0064-expected.txt: Added.
        * media/media-fragments/TC0064.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0065-expected.txt: Added.
        * media/media-fragments/TC0065.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0066-expected.txt: Added.
        * media/media-fragments/TC0066.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0067-expected.txt: Added.
        * media/media-fragments/TC0067.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0068-expected.txt: Added.
        * media/media-fragments/TC0068.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0069-expected.txt: Added.
        * media/media-fragments/TC0069.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0070-TC0079-expected.txt: Removed.
        * media/media-fragments/TC0070-expected.txt: Added.
        * media/media-fragments/TC0070.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0071-expected.txt: Added.
        * media/media-fragments/TC0071.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0072-expected.txt: Added.
        * media/media-fragments/TC0072.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0073-expected.txt: Added.
        * media/media-fragments/TC0073.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0074-expected.txt: Added.
        * media/media-fragments/TC0074.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0075-expected.txt: Added.
        * media/media-fragments/TC0075.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0076-expected.txt: Added.
        * media/media-fragments/TC0076.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0077-expected.txt: Added.
        * media/media-fragments/TC0077.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0078-expected.txt: Added.
        * media/media-fragments/TC0078.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0079-expected.txt: Added.
        * media/media-fragments/TC0079.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0080-TC0089-expected.txt: Removed.
        * media/media-fragments/TC0080-expected.txt: Added.
        * media/media-fragments/TC0080.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0081-expected.txt: Added.
        * media/media-fragments/TC0081.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0082-expected.txt: Added.
        * media/media-fragments/TC0082.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0083-expected.txt: Added.
        * media/media-fragments/TC0083.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0084-expected.txt: Added.
        * media/media-fragments/TC0084.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0085-expected.txt: Added.
        * media/media-fragments/TC0085.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0086-expected.txt: Added.
        * media/media-fragments/TC0086.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0087-expected.txt: Added.
        * media/media-fragments/TC0087.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0088-expected.txt: Added.
        * media/media-fragments/TC0088.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0089-expected.txt: Added.
        * media/media-fragments/TC0089.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0090-TC0099-expected.txt: Removed.
        * media/media-fragments/TC0090-expected.txt: Added.
        * media/media-fragments/TC0090.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0091-expected.txt: Added.
        * media/media-fragments/TC0091.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0092-expected.txt: Added.
        * media/media-fragments/TC0092.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0093-expected.txt: Added.
        * media/media-fragments/TC0093.html: Copied from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/TC0094-expected.txt: Added.
        * media/media-fragments/TC0094.html: Renamed from LayoutTests/media/media-fragments/TC0001-TC0009.html.
        * media/media-fragments/media-fragments.js:
        (pause):
        (canplaythrough):
        (start):
        * platform/chromium/TestExpectations:
        * platform/wk2/Skipped:

2012-08-03  Ami Fischman  <fischman@chromium.org>

        [Chromium] Layout Test http/tests/media/media-source/webm/video-media-source-*.html is flaky
        https://bugs.webkit.org/show_bug.cgi?id=85952

        Unreviewed test expectation update.

        Test fixed by http://crrev.com/149702.

        * platform/chromium/TestExpectations:

2012-08-03  Ami Fischman  <fischman@chromium.org>

        media/media-fragments/TC0030-TC0039.html sometimes times out on Chromium Windows
        https://bugs.webkit.org/show_bug.cgi?id=76967

        Unreviewed, test expectation change only.

        These media/media-fragments/TC00X0-TC00X9.html tests each test 10 test cases, and consistently skate in the 6-8s range. Marking them as SLOW.

        * platform/chromium/TestExpectations:

2012-08-03  Ryosuke Niwa  <rniwa@webkit.org>

        Use testRunner instead of layoutTestController in the remaining layout tests
        https://bugs.webkit.org/show_bug.cgi?id=93172

        Reviewed by Adam Barth.

        One last sweeping patch.

        * accessibility/canvas-accessibilitynodeobject.html:
        * compositing/backface-visibility/backface-visibility-webgl.html:
        * compositing/fixed-position-scroll-offset-history-restore.html:
        * compositing/overflow/image-load-overflow-scrollbars.html:
        * css3/flexbox/flexitem.html:
        * dom/html/level1/core/selfhtml.js:
        (startTest):
        * dom/html/level2/core/selfhtml.js:
        (startTest):
        * dom/html/level2/events/selfhtml.js:
        (startTest):
        * dom/html/level2/html/AppletsCollection.html:
        * dom/html/level2/html/HTMLBaseElement01.html:
        * dom/html/level2/html/HTMLBaseElement02.html:
        * dom/html/level2/html/selfhtml.js:
        (startTest):
        * dom/svg/level3/xpath/svgunit.js:
        * dom/xhtml/level1/core/selfxhtml.js:
        (startTest):
        * dom/xhtml/level2/core/selfxhtml.js:
        (startTest):
        * dom/xhtml/level2/events/selfxhtml.js:
        (startTest):
        * dom/xhtml/level2/html/HTMLBaseElement01.xhtml:
        * dom/xhtml/level2/html/HTMLBaseElement02.xhtml:
        * dom/xhtml/level2/html/selfxhtml.js:
        (startTest):
        * dom/xhtml/level3/core/selfxhtml.js:
        (startTest):
        * editing/shadow/adjusting-editing-boundary-with-table-in-shadow.html:
        * editing/shadow/bold-twice-in-shadow.html:
        * editing/shadow/breaking-editing-boundaries-2.html:
        * editing/shadow/contenteditable-propagation-at-shadow-boundary.html:
        * editing/shadow/delete-characters-in-distributed-node-crash.html:
        * editing/shadow/delete-list-in-shadow.html:
        * editing/shadow/insertorderedlist-crash.html:
        * editing/shadow/pressing-enter-on-list.html:
        * editing/spelling/grammar-edit-word-expected.txt:
        * editing/spelling/grammar-edit-word.html:
        * fast/block/percent-height-descendant-not-removed-crash2.html:
        * fast/block/positioning/abspositioned-object-under-split-relpositioned-inline-crash.html:
        * fast/block/positioning/insert-positioned-in-anonymous-crash.html:
        * fast/canvas/fallback-content.html:
        * fast/css/counters/counter-reset-subtree-insert-crash.html:
        * fast/css/crash-on-gradient-with-derived-color.html:
        * fast/dom/NodeList/childNodes-reverse-iteration.html:
        * fast/dom/Window/window-property-shadowing-onclick.html:
        * fast/dom/XMLSerializer-xml-namespace.html:
        * fast/dom/shadow/content-after-style.html:

2012-08-03  David Barton  <dbarton@mathscribe.com>

        Rebaseline MathML pixel tests with STIX fonts for Lion
        https://bugs.webkit.org/show_bug.cgi?id=93163

        Reviewed by Eric Seidel.

        This is gardening in response to https://bugs.webkit.org/show_bug.cgi?id=93073, which
        followed https://bugs.webkit.org/show_bug.cgi?id=43819. The latter turned on the STIX
        fonts in the testing tools, and apparently the STIX fonts or their handling have been
        changed (apparently improved) between Snow Leopard and Lion. I am therefore moving my
        10 *-expected.txt files below to platform/mac-snowleopard, and putting the slightly
        improved metrics in the 10 files in platform/mac.

        * platform/mac-snowleopard/mathml: Added.
        * platform/mac-snowleopard/mathml/presentation: Added.
        * platform/mac-snowleopard/mathml/presentation/attributes-expected.txt: Added.
        * platform/mac-snowleopard/mathml/presentation/fenced-mi-expected.txt: Added.
        * platform/mac-snowleopard/mathml/presentation/fractions-expected.txt: Added.
        * platform/mac-snowleopard/mathml/presentation/mo-expected.txt: Added.
        * platform/mac-snowleopard/mathml/presentation/over-expected.txt: Added.
        * platform/mac-snowleopard/mathml/presentation/roots-expected.txt: Added.
        * platform/mac-snowleopard/mathml/presentation/row-expected.txt: Added.
        * platform/mac-snowleopard/mathml/presentation/sub-expected.txt: Added.
        * platform/mac-snowleopard/mathml/presentation/tokenElements-expected.txt: Added.
        * platform/mac-snowleopard/mathml/presentation/underover-expected.txt: Added.
        * platform/mac/mathml/presentation/attributes-expected.txt:
        * platform/mac/mathml/presentation/fenced-mi-expected.txt:
        * platform/mac/mathml/presentation/fractions-expected.txt:
        * platform/mac/mathml/presentation/mo-expected.txt:
        * platform/mac/mathml/presentation/over-expected.txt:
        * platform/mac/mathml/presentation/roots-expected.txt:
        * platform/mac/mathml/presentation/row-expected.txt:
        * platform/mac/mathml/presentation/sub-expected.txt:
        * platform/mac/mathml/presentation/tokenElements-expected.txt:
        * platform/mac/mathml/presentation/underover-expected.txt:

2012-08-03  Florin Malita  <fmalita@chromium.org>

        [SVG] Tref target event listener cleanup
        https://bugs.webkit.org/show_bug.cgi?id=93004

        Reviewed by Abhishek Arya.

        * svg/custom/tref-nested-events-crash-expected.txt: Added.
        * svg/custom/tref-nested-events-crash.svg: Added.

2012-08-01  Ryosuke Niwa  <rniwa@webkit.org>

        Use testRunner instead of layoutTestController in fast/scrolling through fast/xsl tests
        https://bugs.webkit.org/show_bug.cgi?id=92947

        Reviewed by Kent Tamura.

        * fast/scrolling/resources/scrollable-area.js:
        * fast/selectors/empty-element-made-non-empty.html:
        * fast/selectors/querySelector-in-range-crash.html:
        * fast/selectors/selection-window-inactive.html:
        * fast/selectors/style-sharing-adjacent-selector.html:
        * fast/selectors/style-sharing-last-child.html:
        * fast/spatial-navigation/:
        * fast/storage/storage-detached-iframe.html:
        * fast/sub-pixel/client-width-height-snapping.html:
        * fast/sub-pixel/float-containing-block-with-margin.html:
        * fast/sub-pixel/table-rows-have-stable-height.html:
        * fast/table/:
        * fast/text/:
        * fast/tokenizer/:
        * fast/transforms/container-transform-crash.html:
        * fast/transforms/matrix-with-zoom.html:
        * fast/transforms/scrollIntoView-transformed.html:
        * fast/transforms/selection-bounds-in-transformed-view.html:
        * fast/transforms/topmost-becomes-bottomost-for-scrolling.html:
        * fast/transforms/transform-hit-test-flipped.html:
        * fast/transforms/transform-inside-overflow-scroll.html:
        * fast/url/degenerate-file-base.html:
        * fast/viewport/:
        * fast/workers/:
        * fast/writing-mode/auto-margins-across-boundaries.html:
        * fast/writing-mode/block-formatting-context.html:
        * fast/writing-mode/broken-ideographic-font.html:
        * fast/writing-mode/display-mutation.html:
        * fast/writing-mode/flipped-blocks-hit-test-overflow.html:
        * fast/writing-mode/flipped-blocks-text-map-local-to-container.html:
        * fast/writing-mode/japanese-rl-text-with-broken-font.html:
        * fast/writing-mode/overhanging-float-legend-crash.html:
        * fast/writing-mode/percentage-padding.html:
        * fast/writing-mode/positionForPoint.html:
        * fast/writing-mode/relative-positioning-percentages.html:
        * fast/writing-mode/table-hit-test.html:
        * fast/xmlhttprequest/null-document-xmlhttprequest-open.html:
        * fast/xmlhttprequest/resources/xmlhttprequest-no-file-access-real.html:
        * fast/xmlhttprequest/resources/xmlhttprequest-nonexistent-file-real.html:
        * fast/xmlhttprequest/xmlhttprequest-bad-mimetype.html:
        * fast/xmlhttprequest/xmlhttprequest-gc.html:
        * fast/xmlhttprequest/xmlhttprequest-get.xhtml:
        * fast/xmlhttprequest/xmlhttprequest-html-response-encoding.html:
        * fast/xmlhttprequest/xmlhttprequest-invalid-values.html:
        * fast/xmlhttprequest/xmlhttprequest-missing-file-exception.html:
        * fast/xmlhttprequest/xmlhttprequest-no-file-access.html:
        * fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html:
        * fast/xmlhttprequest/xmlhttprequest-open-after-iframe-onload-remove-self.html:
        * fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html:
        * fast/xmlhttprequest/xmlhttprequest-responsetype-abort.html:
        * fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer.html:
        * fast/xmlhttprequest/xmlhttprequest-responsetype-document.html:
        * fast/xmlhttprequest/xmlhttprequest-responsetype-text.html:
        * fast/xpath/4XPath/Borrowed/namespace-nodes.html:
        * fast/xpath/ancestor-axis.html:
        * fast/xpath/complex-id.html:
        * fast/xpath/empty-string-substring.html:
        * fast/xpath/ensure-null-namespace.xhtml:
        * fast/xpath/id-path.html:
        * fast/xpath/id-simple.html:
        * fast/xpath/implicit-node-args.html:
        * fast/xpath/name-null-namespace.html:
        * fast/xpath/namespace-vs-predicate.xhtml:
        * fast/xpath/nan-to-boolean.html:
        * fast/xpath/nodeset-duplicates.html:
        * fast/xpath/nsresolver-bad-object.xhtml:
        * fast/xpath/nsresolver-exception.xhtml:
        * fast/xpath/nsresolver-function.xhtml:
        * fast/xpath/nsresolver-object.xhtml:
        * fast/xpath/preceding-axis.xhtml:
        * fast/xpath/text-nodes.html:
        * fast/xpath/union-context-node.xhtml:
        * fast/xpath/xpath-detached-iframe-resolver-crash.html:
        * fast/xpath/xpath-empty-string.html:
        * fast/xpath/xpath-functional-test.html:
        * fast/xpath/xpath-iterator-result-should-mark-its-nodeset.html:
        * fast/xpath/xpath-other-nodeset-result-should-mark-its-nodeset.html:
        * fast/xpath/xpath-result-eventlistener-crash.html:
        * fast/xpath/xpath-snapshot-result-should-mark-its-nodeset.html:
        * fast/xsl/default-html.html:
        * fast/xsl/exslt-node-set.xsl:
        * fast/xsl/extra-lf-at-end.html:
        * fast/xsl/import-non-document-node.xhtml:
        * fast/xsl/mozilla-tests.xsl:
        * fast/xsl/nbsp-in-stylesheet.html:
        * fast/xsl/resources/dtd-in-source-document.xsl:
        * fast/xsl/resources/import-after-comment-transform.xsl:
        * fast/xsl/resources/to-html.xsl:
        * fast/xsl/resources/xslt-entity-enc.xsl:
        * fast/xsl/resources/xslt-nested-stylesheets1.xsl:
        * fast/xsl/resources/xslt-recursion-chain1.xsl:
        * fast/xsl/resources/xslt-second-level-import.xsl:
        * fast/xsl/sort-locale.xsl:
        * fast/xsl/sort-unicode.xsl:
        * fast/xsl/subframe-location.html:
        * fast/xsl/transform-xhr-doc.xhtml:
        * fast/xsl/transformToFragment-XML-declaration.html:
        * fast/xsl/utf8-chunks.xsl:
        * fast/xsl/xslt-bad-import-uri.html:
        * fast/xsl/xslt-doc-enc.xsl:
        * fast/xsl/xslt-doc-noenc.xsl:
        * fast/xsl/xslt-fragment-in-empty-doc.html:
        * fast/xsl/xslt-processor.html:
        * fast/xsl/xslt-string-parameters.html:
        * fast/xsl/xslt-text.html:
        * fast/xsl/xslt-transform-to-fragment-crash.html:
        * fast/xsl/xslt-url.xsl:
        * platform/chromium-linux/fast/text/chromium-linux-text-subpixel-positioning.html:
        * platform/chromium-linux/fast/text/international/arabic-vertical-offset.html:
        * platform/chromium-linux/fast/text/international/draw-complex-text-from-to.html:
        * platform/chromium/fast/text/chromium-mac-duplicate-ime-composition.html:
        * platform/chromium/fast/text/font-linux-normalize.html:
        * platform/chromium/fast/text/international/complex-text-rectangle.html:
        * platform/mac/fast/text/attributed-substring-from-range-001.html:
        * platform/mac/fast/text/attributed-substring-from-range-002.html:
        * platform/mac/fast/text/attributed-substring-from-range-in-textfield.html:
        * platform/mac/fast/text/attributed-substring-from-range.html:
        * platform/mac/fast/text/core-text-fallback-to-unknown-font.html:
        * platform/mac/fast/text/justified-text-rect.html:
        * platform/mac/fast/text/myanmar-shaping.html:
        * platform/mac/fast/text/thai-combining-mark-positioning.html:
        * platform/mac/fast/text/webfont-after-tiny-monospace-text.html:
        * platform/qt/fast/spatial-navigation/resources/ensure-scrolls-with-scrollbars-disabled-by-webkit.html:
        * platform/qt/fast/spatial-navigation/snav-ensure-scrolls-with-scrollbars-disabled-by-webkit.html:
        * platform/win/fast/text/uniscribe-item-boundary-crash.html:

2012-08-03  Ami Fischman  <fischman@chromium.org>

        Layout Test media/video-currentTime-set2.html is flakily crashing
        https://bugs.webkit.org/show_bug.cgi?id=92852

        Unreviewed, test expectation change only.

        The DCHECK in question was removed in http://crrev.com/149452

        * platform/chromium/TestExpectations:

2012-08-03  Rick Byers  <rbyers@chromium.org>

        Double tap gesture should send dblclick event
        https://bugs.webkit.org/show_bug.cgi?id=92412

        Reviewed by Adam Barth.

        Adds test for derived mouse events generated by a sequence of two tap
        events.  Modeled after gesture-click.html.
        * fast/events/touch/gesture/gesture-dblclick-expected.txt: Added.
        * fast/events/touch/gesture/gesture-dblclick.html: Added.
        * platform/chromium/fast/events/touch/gesture/gesture-dblclick-expected.txt: Added.

2012-08-03  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r124668.
        http://trac.webkit.org/changeset/124668
        https://bugs.webkit.org/show_bug.cgi?id=93167

        Broke Mac build (Requested by kbr_google on #webkit).

        * fast/canvas/webgl/array-set-invalid-arguments-expected.txt: Removed.
        * fast/canvas/webgl/array-set-invalid-arguments.html: Removed.
        * fast/canvas/webgl/array-set-out-of-bounds-expected.txt:
        * fast/canvas/webgl/data-view-crash-expected.txt:
        * fast/canvas/webgl/data-view-test-expected.txt:

2012-08-03  Julien Chaffraix  <jchaffraix@webkit.org>

        Implement computePreferredLogicalWidths on RenderGrid
        https://bugs.webkit.org/show_bug.cgi?id=92908

        Reviewed by Ojan Vafai.

        * fast/css-grid-layout/place-cell-by-index-expected.txt:
        Updated the expected file (everything passes now).
        * fast/css-grid-layout/place-cell-by-index.html:
        Removed some FIXMEs and added one about the expected offsets making
        a wrong assumption. It's fine to keep this testing until we support
        this part of the spec.

2012-08-03  Arnaud Renevier  <a.renevier@sisa.samsung.com>

        Update TypedArrays to throw RangeError or similar instead of INDEX_SIZE_ERR
        https://bugs.webkit.org/show_bug.cgi?id=45118

        Reviewed by Kenneth Russell.

        New test to test invalid arguments to TypedArray set method

        Update array-set-out-of-bounds.html, data-view-crash.html and
        data-view-test.html test expectations no match new exceptions thrown.

        * fast/canvas/webgl/array-set-invalid-arguments-expected.txt: Added.
        * fast/canvas/webgl/array-set-invalid-arguments.html: Added.
        * fast/canvas/webgl/array-set-out-of-bounds-expected.txt:
        * fast/canvas/webgl/data-view-crash-expected.txt:
        * fast/canvas/webgl/data-view-test-expected.txt:

2012-08-03  Dan Bernstein  <mitz@apple.com>

        REGRESSION (Safari 5.1 - 6): Cannot correctly display Traditional Mongolian Script
        https://bugs.webkit.org/show_bug.cgi?id=92864

        Reviewed by Sam Weinig.

        * platform/mac/fast/text/combining-character-sequence-vertical-expected.html: Added.
        * platform/mac/fast/text/combining-character-sequence-vertical.html: Added.

2012-08-03  Dmitry Titov  <dimich@chromium.org>

        Added 'crash' expectation to a flaky test fast/multicol/column-span-parent-continuation-crash.html
        https://bugs.webkit.org/show_bug.cgi?id=90746
        
        Not reviewed, expectations update.

        * platform/chromium/TestExpectations:

2012-08-03  Anna Cavender  <annacc@chromium.org>

        Negative timestamps for TextTrackCues should not be allowed.
        https://bugs.webkit.org/show_bug.cgi?id=92939

        Reviewed by Eric Carlson.

        Make sure cues added in JavaScript are not allowed negative timestamps.
        Attempting to add a cue with a negative timestamp is not successful
        and setting a timestamp to a negative value has no effect.

        * media/track/track-cue-negative-timestamp-expected.txt: Added.
        * media/track/track-cue-negative-timestamp.html: Added.

2012-08-03  Terry Anderson  <tdanderson@chromium.org>

        Apply target fuzzing when sending a context menu event
        https://bugs.webkit.org/show_bug.cgi?id=92914

        Reviewed by Antonio Gomes.

        New layout test to verify that context menus appear on links for a long press
        gesture when TOUCH_ADJUSTMENT is enabled.

        * platform/qt/Skipped:
        Skipped on qt because gestureLongPress is not used for context menus.
        * touchadjustment/touch-links-longpress-expected.txt: Added.
        * touchadjustment/touch-links-longpress.html: Added.

2012-08-03  Stephen Chenney  <schenney@chromium.org>

        Crash when a clip path referencing a clip path changes documents
        https://bugs.webkit.org/show_bug.cgi?id=93023

        Reviewed by Dirk Schulze.

        Test that asserts in debug DRT without this change. Any attempt to
        delete a clip that references another clip after changing the document
        results in a crash.

        * svg/custom/clip-path-document-change-assert-expected.txt: Added.
        * svg/custom/clip-path-document-change-assert.html: Added.

2012-07-20  Jon Lee  <jonlee@apple.com>

        Crash in Notification when setting a non-object as an event listener (91881)
        https://bugs.webkit.org/show_bug.cgi?id=91881
        <rdar://problem/11923341>

        Reviewed by Oliver Hunt.

        * fast/notifications/notifications-event-listener-crash-expected.txt: Added.
        * fast/notifications/notifications-event-listener-crash.html: Added.

2012-08-03  Keishi Hattori  <keishi@webkit.org>

        Add keyboard support for color suggestion popup
        https://bugs.webkit.org/show_bug.cgi?id=93069

        Reviewed by Kent Tamura.

        * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/forms/color/color-suggestion-picker-appearance.html:

2012-08-03  Sudarsana Nagineni  <sudarsana.nagineni@linux.intel.com>

        [EFL] Gardening of failing tests
        https://bugs.webkit.org/show_bug.cgi?id=93098

        Unreviewed EFL gardening. Add failing tests to the Test Expectations.

        * platform/efl/TestExpectations:

2012-08-03  Keishi Hattori  <keishi@webkit.org>

        ColorSuggestionPicker popup's height doesn't get smaller than 100 px
        https://bugs.webkit.org/show_bug.cgi?id=92945

        Reviewed by Kent Tamura.

        * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png: Added.
        * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png: Added.
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.txt: Added.
        * platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance.html: Added.
        * platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.txt: Added.
        * platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance.html: Added.

2012-08-03  Eugene Klyuchnikov  <eustas.big@gmail.com>

        Web Inspector: Profiles: extract save to file / load from code
        https://bugs.webkit.org/show_bug.cgi?id=92348

        Reviewed by Yury Semikhatsky.

        Changed test to adopt new API. Replaced FS mock with
        reader mock.

        * inspector/profiler/heap-snapshot-loader.html:
        Adopted new API.

2012-08-03  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: Incorrect blob url href when inspecting
        https://bugs.webkit.org/show_bug.cgi?id=93076

        Reviewed by Vsevolod Vlasov.

        * inspector/styles/styles-url-linkify-expected.txt:
        * inspector/styles/styles-url-linkify.html:

2012-08-03  Sergio Carlos Morales Angeles  <carloschilazo@gmail.com>

        Delete text from password does nothing.
        https://bugs.webkit.org/show_bug.cgi?id=92040

        Reviewed by Ryosuke Niwa.

        Added regression test for password field content delete.

        * editing/deleting/password-delete-contents-expected.txt: Added.
        * editing/deleting/password-delete-contents.html: Added.

2012-08-03  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, adding text failure expectations for 20 MathML
        Presentation tests that started failing after r124512.

        * platform/gtk/TestExpectations:

2012-08-03  Jan Keromnes  <janx@linux.com>

        Web Inspector: Make textModel private to textEditor
        https://bugs.webkit.org/show_bug.cgi?id=92999

        Reviewed by Pavel Feldman.

        Tests no longer access textModel directly from sourceFrame.

        * http/tests/inspector/debugger-test.js:
        (initialize_DebuggerTest):
        * http/tests/inspector/live-edit-test.js:
        (initialize_LiveEditTest.InspectorTest.replaceInSource):
        (initialize_LiveEditTest):
        * inspector/debugger/pause-in-inline-script.html:
        * inspector/debugger/script-formatter.html:
        * inspector/debugger/source-url-comment.html:

2012-08-03  Yuta Kitamura  <yutak@chromium.org>

        Unreviewed, test expectation change only.

        * platform/chromium/TestExpectations: Merge a couple of tests into an existing bug.

2012-08-03  János Badics  <jbadics@inf.u-szeged.hu>

        [Qt] Unreviewed gardening after r124549. Skipped a newly added failing test.
        https://bugs.webkit.org/show_bug.cgi?id=93074

        * platform/qt/Skipped:

2012-08-03  Alexander Pavlov  <apavlov@chromium.org>

        [Chromium] Unreviewed, skip appcache abort() tests.

        * platform/chromium/TestExpectations:

2012-08-03  Joone Hur  <joone.hur@intel.com>

        [EFL][DRT] WebKitAnimation API compile-time disabled
        https://bugs.webkit.org/show_bug.cgi?id=84593

        Reviewed by Laszlo Gombos.

        Removing animations/animation-api-1.html from TestExpectations 
        by enabling ENABLE_ANIMATION_API.

        * platform/efl/TestExpectations:

2012-08-02  Abhishek Arya  <inferno@chromium.org>

        Crash due to layer not removed from parent for anonymous block.
        https://bugs.webkit.org/show_bug.cgi?id=90800

        Reviewed by Kent Tamura.

        * fast/block/layer-not-removed-from-parent-crash-expected.txt: Added.
        * fast/block/layer-not-removed-from-parent-crash.html: Added.

2012-08-02  Filip Pizlo  <fpizlo@apple.com>

        Unreviewed, land some overrides for Chromium for the tests I just added, since
        V8 attachs a slightly different (but equally valid) string for the exception we
        expect to see.

        * platform/chromium/fast/js/dfg-compare-final-object-to-final-object-or-other-when-both-proven-final-object-expected.txt: Added.
        * platform/chromium/fast/js/dfg-compare-final-object-to-final-object-or-other-when-proven-final-object-expected.txt: Added.
        * platform/chromium/fast/js/dfg-peephole-compare-final-object-to-final-object-or-other-when-both-proven-final-object-expected.txt: Added.
        * platform/chromium/fast/js/dfg-peephole-compare-final-object-to-final-object-or-other-when-proven-final-object-expected.txt: Added.

2012-08-02  Kent Tamura  <tkent@chromium.org>

        Fix crashes for <input> and <textarea> with display:run-in.
        https://bugs.webkit.org/show_bug.cgi?id=87300

        Reviewed by Abhishek Arya.

        * fast/runin/input-text-runin-expected.txt: Added.
        * fast/runin/input-text-runin.html: Added.
        * fast/runin/textarea-runin-expected.txt: Added.
        * fast/runin/textarea-text-runin.html: Added.

2012-08-02  Filip Pizlo  <fpizlo@apple.com>

        ASSERTION FAILED: at(m_compileIndex).canExit() || m_isCheckingArgumentTypes
        https://bugs.webkit.org/show_bug.cgi?id=91074

        Reviewed by Mark Hahnenberg.

        Added a test for this specific case (dfg-peephole-compare-final-object-to-final-object-or-other-when-both-proven-final-object)
        as well as three other tests to cover similar, though not necessarily currently broken, cases, since it was previously the
        case that we apparently had no explicit coverage for these code paths.

        * fast/js/dfg-compare-final-object-to-final-object-or-other-when-both-proven-final-object-expected.txt: Added.
        * fast/js/dfg-compare-final-object-to-final-object-or-other-when-both-proven-final-object.html: Added.
        * fast/js/dfg-compare-final-object-to-final-object-or-other-when-proven-final-object-expected.txt: Added.
        * fast/js/dfg-compare-final-object-to-final-object-or-other-when-proven-final-object.html: Added.
        * fast/js/dfg-peephole-compare-final-object-to-final-object-or-other-when-both-proven-final-object-expected.txt: Added.
        * fast/js/dfg-peephole-compare-final-object-to-final-object-or-other-when-both-proven-final-object.html: Added.
        * fast/js/dfg-peephole-compare-final-object-to-final-object-or-other-when-proven-final-object-expected.txt: Added.
        * fast/js/dfg-peephole-compare-final-object-to-final-object-or-other-when-proven-final-object.html: Added.
        * fast/js/script-tests/dfg-compare-final-object-to-final-object-or-other-when-both-proven-final-object.js: Added.
        (foo):
        * fast/js/script-tests/dfg-compare-final-object-to-final-object-or-other-when-proven-final-object.js: Added.
        (foo):
        * fast/js/script-tests/dfg-peephole-compare-final-object-to-final-object-or-other-when-both-proven-final-object.js: Added.
        (foo):
        * fast/js/script-tests/dfg-peephole-compare-final-object-to-final-object-or-other-when-proven-final-object.js: Added.
        (foo):

2012-08-02  Yoshifumi Inoue  <yosin@chromium.org>

        Unreviewed. Rebaseline fast/forms/basic-selects.html for Chromium-Mac and Chromium-Win.

        r124416 changes rendering of non-disabled option element in disabled select.

        * platform/chromium-mac-snowleopard/fast/forms/basic-selects-expected.png:
        * platform/chromium-mac/fast/forms/basic-selects-expected.png:
        * platform/chromium-mac/fast/forms/basic-selects-expected.txt: Added.
        * platform/chromium-win/fast/forms/basic-selects-expected.png:
        * platform/chromium-win/fast/forms/basic-selects-expected.txt:
        * platform/chromium/TestExpectations:

2012-08-02  Roger Fong  <roger_fong@apple.com>

        Layout Test: fast/css/image-orientation/image-orientation needs to be added to skip list for Windows.
        https://bugs.webkit.org/show_bug.cgi?id=93053

        Reviewed by Tim Horton.

        The feature has not been completed yet. 
        It has been added to all other platforms' skip lists (see https://bugs.webkit.org/show_bug.cgi?id=89624), except for Windows.
        
        * platform/win/Skipped:
        Added fast/css/image-orientation/image-orientation to skip list.
        
2012-08-02  Keishi Hattori  <keishi@webkit.org>

        Slider should snap to datalist tick marks
        https://bugs.webkit.org/show_bug.cgi?id=92640

        Reviewed by Kent Tamura.

        * fast/forms/datalist/range-snap-to-datalist-expected.txt: Added.
        * fast/forms/datalist/range-snap-to-datalist.html: Added.

2012-08-02  Vincent Scheib  <scheib@chromium.org>

        Remove old Pointer Lock API.
        https://bugs.webkit.org/show_bug.cgi?id=88892

        Reviewed by Adam Barth.

        Tests for old API removed, and most remaining tests required only small
        changes.

        * platform/chromium/fast/dom/navigator-detached-no-crash-expected.txt:
        * pointer-lock/lock-already-locked-expected.txt:
        * pointer-lock/lock-already-locked.html:
        * pointer-lock/lock-fail-responses-expected.txt: Removed.
        * pointer-lock/lock-fail-responses.html: Removed.
            This test only covered the old API. The related concept is tested
            for the new api in pointerlockchange-pointerlockerror-events.html.
        * pointer-lock/pointer-lock-api-expected.txt:
        * pointer-lock/pointer-lock-api.html:
        * pointer-lock/pointerlockchange-event-on-lock-lost-expected.txt: Added.
        * pointer-lock/pointerlockchange-event-on-lock-lost.html: Added.
        * pointer-lock/pointerlocklost-event-expected.txt: Removed.
        * pointer-lock/pointerlocklost-event.html: Removed.
            pointerlocklost-event.html renamed to pointerlockchange-event-on-lock-lost.html.

2012-08-02  Ryosuke Niwa  <rniwa@webkit.org>

        scripts in formaction should be stripped upon paste
        https://bugs.webkit.org/show_bug.cgi?id=92298

        Reviewed by Eric Seidel.

        Added formaction attributes to tests.

        * editing/pasteboard/paste-noscript-expected.txt:
        * editing/pasteboard/paste-noscript-xhtml-expected.txt:
        * editing/pasteboard/paste-noscript.html:
        * editing/pasteboard/resources/paste-noscript-content.html:

2012-08-02  Elliott Sprehn  <esprehn@gmail.com>

        Built in quotes don't use lang attribute
        https://bugs.webkit.org/show_bug.cgi?id=92918

        Reviewed by Alexey Proskuryakov.

        Add a test that the built in quote languages are used and that custom
        languages work as well. This also tests that xml:lang takes precedence
        over lang.

        * fast/css-generated-content/quotes-lang-expected.html: Added.
        * fast/css-generated-content/quotes-lang.html: Added.
        * fast/css-generated-content/quotes-xml-lang-expected.html: Added.
        * fast/css-generated-content/quotes-xml-lang.html: Added.

2012-06-15  David Barton  <dbarton@mathscribe.com>

        MathML: nested square root symbols have varying descenders
        https://bugs.webkit.org/show_bug.cgi?id=43819

        Reviewed by Eric Seidel.

        These tests are rebaselined to use the STIXGeneral font, and tight glyph-based MathML
        layout using the CSS properties
        { -webkit-line-box-contain: glyphs replaced; line-height: 0; }.

        * mathml/presentation/style.xhtml:
        * platform/mac/mathml/presentation/attributes-expected.png:
        * platform/mac/mathml/presentation/attributes-expected.txt:
        * platform/mac/mathml/presentation/fenced-expected.png:
        * platform/mac/mathml/presentation/fenced-expected.txt:
        * platform/mac/mathml/presentation/fenced-mi-expected.png:
        * platform/mac/mathml/presentation/fenced-mi-expected.txt:
        * platform/mac/mathml/presentation/fractions-expected.png:
        * platform/mac/mathml/presentation/fractions-expected.txt:
        * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.png:
        * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.txt:
        * platform/mac/mathml/presentation/mo-expected.png:
        * platform/mac/mathml/presentation/mo-expected.txt:
        * platform/mac/mathml/presentation/mo-stretch-expected.png:
        * platform/mac/mathml/presentation/mo-stretch-expected.txt:
        * platform/mac/mathml/presentation/mroot-pref-width-expected.png:
        * platform/mac/mathml/presentation/mroot-pref-width-expected.txt:
        * platform/mac/mathml/presentation/over-expected.png:
        * platform/mac/mathml/presentation/over-expected.txt:
        * platform/mac/mathml/presentation/roots-expected.png:
        * platform/mac/mathml/presentation/roots-expected.txt:
        * platform/mac/mathml/presentation/row-alignment-expected.png:
        * platform/mac/mathml/presentation/row-alignment-expected.txt:
        * platform/mac/mathml/presentation/row-expected.png:
        * platform/mac/mathml/presentation/row-expected.txt:
        * platform/mac/mathml/presentation/style-expected.png:
        * platform/mac/mathml/presentation/style-expected.txt:
        * platform/mac/mathml/presentation/sub-expected.png:
        * platform/mac/mathml/presentation/sub-expected.txt:
        * platform/mac/mathml/presentation/subsup-expected.png:
        * platform/mac/mathml/presentation/subsup-expected.txt:
        * platform/mac/mathml/presentation/sup-expected.png:
        * platform/mac/mathml/presentation/sup-expected.txt:
        * platform/mac/mathml/presentation/tables-expected.png:
        * platform/mac/mathml/presentation/tables-expected.txt:
        * platform/mac/mathml/presentation/tokenElements-expected.png:
        * platform/mac/mathml/presentation/tokenElements-expected.txt:
        * platform/mac/mathml/presentation/under-expected.png:
        * platform/mac/mathml/presentation/under-expected.txt:
        * platform/mac/mathml/presentation/underover-expected.png:
        * platform/mac/mathml/presentation/underover-expected.txt:
        * platform/mac/mathml/xHeight-expected.png:
        * platform/mac/mathml/xHeight-expected.txt:

2012-08-02  Emil A Eklund  <eae@chromium.org>

        Range::isPointInRange incorrectly throws WRONG_DOCUMENT_ERR
        https://bugs.webkit.org/show_bug.cgi?id=93009

        Reviewed by Ojan Vafai.

        Add test for Range::isPointInRange where the point is in a different
        document than the range.

        * fast/dom/move-nodes-across-documents.html: Change expectations for isPointInRange
        * fast/html/range-point-in-range-for-different-documents-expected.txt: Added.
        * fast/html/range-point-in-range-for-different-documents.html: Added.

2012-08-02  Erik Arvidsson  <arv@chromium.org>

        DOM4: className should be defined on Element and not on HTMLElement
        https://bugs.webkit.org/show_bug.cgi?id=93014

        Reviewed by Adam Barth.

        DOM4 specs that Element should have the className WebIDL attribute. This moves the
        attribute to the correct IDL file.

        * fast/dom/Element/class-name-expected.txt: Added.
        * fast/dom/Element/class-name.html: Added.

2012-08-02  Abhishek Arya  <inferno@chromium.org>

        No isChildAllowed checked when adding RenderFullScreen as the child..
        https://bugs.webkit.org/show_bug.cgi?id=92995

        Reviewed by Eric Seidel.

        * fullscreen/fullscreen-child-not-allowed-crash-expected.txt: Added.
        * fullscreen/fullscreen-child-not-allowed-crash.html: Added.

2012-08-02  Philip Rogers  <pdr@google.com>

        Do not dispatch modification events in SVG attribute synchronization
        https://bugs.webkit.org/show_bug.cgi?id=92604

        Reviewed by Ryosuke Niwa.

        * svg/custom/path-domsubtreemodified-crash-expected.txt: Added.
        * svg/custom/path-domsubtreemodified-crash.html: Added.

2012-08-02  Konrad Piascik  <kpiascik@rim.com>

        Web Inspector: Override the DeviceOrientation
        https://bugs.webkit.org/show_bug.cgi?id=91008

        Reviewed by Pavel Feldman.

        New tests for Device Orientation override.

        * inspector/device-orientation-success-expected.txt: Added.
        * inspector/device-orientation-success.html: Added.

2012-08-02  Chris Fleizach  <cfleizach@apple.com>

        AXEnabled = false for AXIncrementors inside text fields
        https://bugs.webkit.org/show_bug.cgi?id=93008

        Reviewed by Anders Carlsson.

        Update tests to reflect that mock objects should be enabled by default.

        * platform/mac/accessibility/html5-input-number-expected.txt:
        * platform/mac/accessibility/html5-input-number.html:
        * platform/mac/accessibility/table-attributes-expected.txt:
        * platform/mac/accessibility/table-sections-expected.txt:

2012-08-02  Roger Fong  <roger_fong@apple.com>

        Layout Test: compositing/backface-visibility/backface-visibility-webgl.html is not supported on Windows.
        No WebGL support.
        https://bugs.webkit.org/show_bug.cgi?id=92929

        Reviewed by Tim Horton.

        * platform/win/Skipped:
        compositing/backface-visibility/backface-visibility-webgl.html added to Windows skip list.
        
2012-08-02  Dinu Jacob  <dinu.jacob@nokia.com>

        WebKitTestRunner needs layoutTestController.setUserStyleSheetEnabled
        https://bugs.webkit.org/show_bug.cgi?id=42679

        Reviewed by Eric Seidel.

        Removed tests that are now passing.

        * platform/wk2/Skipped:

2012-08-02  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL][GTK] Implement font-feature settings
        https://bugs.webkit.org/show_bug.cgi?id=84239

        Unreviewed EFL gardening.

        Now working after bug 91864 is closed.

        * platform/efl/TestExpectations:
        * platform/efl/css3/font-feature-settings-rendering-expected.png:
        * platform/efl/css3/font-feature-settings-rendering-expected.txt:

2012-08-02  Kwang Yul Seo  <skyul@company100.net>

        Check if the last table element's parent node is an element when determining the foster parent element.
        https://bugs.webkit.org/show_bug.cgi?id=92977

        Reviewed by Adam Barth.

        This new test changes the table element's parent node to a newly created document fragment node.
        Because a document fragment node is not an element, the foster parent element must be the element
        before the last table element in the stack of open elements.

        * fast/parser/foster-parent-expected.txt: Added.
        * fast/parser/foster-parent.html: Added.

2012-08-02  Antti Koivisto  <antti@apple.com>

        Inline stylesheets can confuse style sharing
        https://bugs.webkit.org/show_bug.cgi?id=92970

        Reviewed by Dan Bernstein.

        * fast/css/style-sharing-inline-stylesheet-expected.txt: Added.
        * fast/css/style-sharing-inline-stylesheet.html: Added.

2012-08-02  Dominik Röttsches  <dominik.rottsches@intel.com>

        [Cairo] Add complex font drawing using HarfbuzzNG
        https://bugs.webkit.org/show_bug.cgi?id=91864

        Reviewed by Martin Robinson.

        Unskipping tests, now passing with valid complex font results.

        * platform/efl/TestExpectations:
        * platform/efl/fast/text/atsui-pointtooffset-calls-cg-expected.txt:
        * platform/efl/fast/text/international/text-spliced-font-expected.png: Added.
        * platform/efl/fast/text/international/text-spliced-font-expected.txt: Added.

2012-08-02  Alexander Pavlov  <apavlov@chromium.org>

        [Chromium] Unreviewed, mark accessibility/loading-iframe-updates-axtree.html as crashy on Mac.

        * platform/chromium/TestExpectations:

2012-08-02  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Updating baselines for fast/box-sizing/box-sizing.html after r124347
        and fast/forms/basic-selects.html after r124416.

        Also fix a bogus TestExpectations entry so fast/css/widget-region-parser.html
        is properly skipped.

        * platform/gtk/TestExpectations:
        * platform/gtk/fast/box-sizing/box-sizing-expected.png:
        * platform/gtk/fast/box-sizing/box-sizing-expected.txt: Added.
        * platform/gtk/fast/forms/basic-selects-expected.png:
        * platform/gtk/fast/forms/basic-selects-expected.txt:

2012-08-02  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skip a failing test.
        https://bugs.webkit.org/show_bug.cgi?id=92963.

        * platform/qt-5.0-wk2/Skipped:

2012-08-02  Alexander Pavlov  <apavlov@chromium.org>

        [Chromium] Unreviewed, mark 3 404-related appcache tests as TEXT.

        * platform/chromium/TestExpectations:

2012-08-02  Keishi Hattori  <keishi@webkit.org>

        [Chromium] Rebaseline test color-suggestion-picker-with-scrollbar-appearance.html

        Unreviewed.

        * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png: Added.
        * platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png: Added.
        * platform/chromium/TestExpectations:

2012-08-02  Alexander Pavlov  <apavlov@chromium.org>

        [Chromium] Unreviewed, update expectations for 6 failing http/tests/appcache/abort-cache-on*.html tests.

        * platform/chromium/TestExpectations:

2012-08-02  Peter Kasting  <pkasting@google.com>

        [Chromium] Test expectation updates.
        https://bugs.webkit.org/show_bug.cgi?id=92948
        http://crbug.com/131687

        Unreviewed, test expectation updates.

        Removed bogus baseline.  Fixed some other expectation problems.

        * platform/chromium-linux-x86/fast/js/dfg-double-vote-fuzz-expected.txt: Removed.
        * platform/chromium/TestExpectations:

2012-08-02  Keishi Hattori  <keishi@webkit.org>

        [Chromium] fast/forms/color/input-appearance-color.html and input-color-onchange-event.html are failing on WebKit waterfall
        https://bugs.webkit.org/show_bug.cgi?id=88951

        Unreviewed.

        Rebaseline these two tests.

        * platform/chromium-linux/fast/forms/color/input-appearance-color-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/color/input-appearance-color-expected.png: Added.
        * platform/chromium-mac/fast/forms/color/input-appearance-color-expected.png: Added.
        * platform/chromium-mac/fast/forms/color/input-appearance-color-expected.txt: Added.
        * platform/chromium-win/fast/forms/color/input-appearance-color-expected.png: Added.
        * platform/chromium-win/fast/forms/color/input-appearance-color-expected.txt: Added.
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/forms/color/input-color-onchange-event-expected.txt: Added.

2012-08-02  Peter Kasting  <pkasting@google.com>

        [Chromium] Test expectation updates.
        https://bugs.webkit.org/show_bug.cgi?id=76270
        https://bugs.webkit.org/show_bug.cgi?id=92941

        Mark a test as flakily crashing, unskip some questionably-skipped tests, reorganize slow test section a bit.

        * platform/chromium/TestExpectations:

2012-08-02  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [EFL] Gardening after r124278, r124371
        https://bugs.webkit.org/show_bug.cgi?id=92959

        Unreviewed gardening.

        Putting to TestExpectations css3/flexbox/content-height-with-scrollbars.html and 
        http/tests/security/contentSecurityPolicy/object-src-url-blocked.html.

        * platform/efl/TestExpectations:

2012-08-02  Kent Tamura  <tkent@chromium.org>

        [Chromium] Update expectations of calendar-picker-appearance.html
        https://bugs.webkit.org/show_bug.cgi?id=92710

        * platform/chromium-linux-x86/fast/forms/date/calendar-picker-appearance-expected.png: Removed.
        * platform/chromium-linux/fast/forms/date/calendar-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date/calendar-picker-appearance-expected.png:
        * platform/chromium-mac/fast/forms/date/calendar-picker-appearance-expected.png:
        * platform/chromium-win-xp/fast/forms/date/calendar-picker-appearance-expected.png:
        * platform/chromium-win/fast/forms/date/calendar-picker-appearance-expected.png:

2012-08-02  Mihnea Ovidenie  <mihnea@adobe.com>

        CSSRegions: Crash when reattaching a region to a named flow.
        https://bugs.webkit.org/show_bug.cgi?id=91307

        Reviewed by Abhishek Arya.

        Test that after the last region from a flow thread is reattached
        to the same flow thread, the flow thread object is properly recreated
        thus preventing a crash.

        * fast/regions/region-flow-reattach-crash-expected.txt: Added.
        * fast/regions/region-flow-reattach-crash.html: Added.

2012-08-02  Alexander Pavlov  <apavlov@chromium.org>

        [Chromium] Unreviewed, expectations cleanup

        * platform/chromium/TestExpectations:

2012-08-02  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        * platform/qt/Skipped:
        * platform/qt/fast/box-sizing/box-sizing-expected.txt:
        * platform/qt/fast/forms/basic-selects-expected.txt:

2012-08-02  Yoshifumi Inoue  <yosin@chromium.org>

        Layout Test fast/forms/input-widths.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=92863

        Reviewed by Kent Tamura.

        This patch removes test cases for "date", "datetime", "datetime-local",
        "month", "time" and "week" input types from fast/forms/input-widths.html
        and updates its expectation, because these test cases aren't reasonable
        any more.

        This patch also removes test sample of input type "color".

        After r124314, All chromium ports, except for Android, input type
        "time" uses "monospace" font which makes input field wider.

        * fast/forms/input-widths-expected.txt: Removed expectation of "date", "datetime", "datetime-local",
        "month", "time" and "week" input types.
        * fast/forms/input-widths.html: Removed test cases for "date", "datetime", "datetime-local",
        "month", "time" and "week" input types, and a test sample for "color".
        * platform/chromium/TestExpectations: Removed disabling line of fast/forms/input-widths.html

2012-08-02  Peter Kasting  <pkasting@google.com>

        Rebaseline per bug 92904.
        https://bugs.webkit.org/show_bug.cgi?id=92904

        Unreviewed, rebaselining.

        * fast/box-sizing/box-sizing-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/box-sizing/box-sizing-expected.png:
        * platform/chromium-mac-snowleopard/fast/box-sizing/box-sizing-expected.txt: Removed.
        * platform/chromium-mac/compositing/overflow/clip-descendents-expected.txt: Added.
        * platform/chromium-mac/fast/box-sizing/box-sizing-expected.png:
        * platform/chromium-mac/fast/box-sizing/box-sizing-expected.txt:
        * platform/chromium-win-xp/fast/box-sizing: Added.
        * platform/chromium-win-xp/fast/box-sizing/box-sizing-expected.png: Added.
        * platform/chromium-win/fast/box-sizing/box-sizing-expected.png:
        * platform/chromium/TestExpectations:
        * platform/efl/fast/box-sizing/box-sizing-expected.txt: Removed.
        * platform/gtk/fast/box-sizing/box-sizing-expected.txt: Removed.

2012-08-02  Yoshifumi Inoue  <yosin@chromium.org>

        REGRESSION(r102741): [Forms] In selects, when disabled, browser skips first option if not in optgroup, then selects first option in optgroup
        https://bugs.webkit.org/show_bug.cgi?id=92833

        Reviewed by Kent Tamura.

        This patch updates test expectation of fast/forms/basic-selects.html
        for Chromium-Linux and disables it for Chromium-Mac and Chromium-Win.

        Note: We need to rebaseline for all ports expect for Chromium-Linux.

        * platform/chromium-linux/fast/forms/basic-selects-expected.png: Changed for default selected option for disabled select element, "foo" to "bar" of second select element of "Line-height should be ignored" line.
        * platform/chromium-linux/fast/forms/basic-selects-expected.txt:
        * platform/chromium/TestExpectations: Disabled fast/forms/basic-selects.html for Chromium-Mac and Chromium-Win.

2012-08-02  Alexander Pavlov  <apavlov@chromium.org>

        [Chromium] Unreviewed, mark fast/js/dfg-osr-entry-hoisted-clobbered-structure-check.html as DEBUG SLOW = PASS.

        * platform/chromium/TestExpectations:

2012-08-01  Alexander Pavlov  <apavlov@chromium.org>

        [Chromium] Unreviewed, update test expectations.

        * platform/chromium/TestExpectations:

2012-08-01  Ryosuke Niwa  <rniwa@webkit.org>

        Use testRunner instead of layoutTestController in fast/notifications, overflow, parser, performance,
        preloader, profiler, reflections, regex, regions, repaint, ruby and runin tests
        https://bugs.webkit.org/show_bug.cgi?id=92944

        Reviewed by Kent Tamura.

        * fast/notifications/notification-after-close.html:
        * fast/notifications/notifications-cancel-request-permission.html:
        * fast/notifications/notifications-check-permission.html:
        * fast/notifications/notifications-click-event-focus.html:
        * fast/notifications/notifications-click-event.html:
        * fast/notifications/notifications-display-close-events.html:
        * fast/notifications/notifications-document-close-crash.html:
        * fast/notifications/notifications-double-show.html:
        * fast/notifications/notifications-event-stop-propagation.html-disabled:
        * fast/notifications/notifications-multi-events.html-disabled:
        * fast/notifications/notifications-no-icon.html:
        * fast/notifications/notifications-replace.html:
        * fast/notifications/notifications-request-permission.html:
        * fast/notifications/notifications-rtl.html:
        * fast/notifications/notifications-window-close-crash.html:
        * fast/notifications/notifications-with-permission.html:
        * fast/notifications/notifications-without-permission.html:
        * fast/notifications/resources/notifications-cancel-request-permission.html:
        * fast/overflow/generated-content-crash.html:
        * fast/overflow/hidden-scrollbar-resize.html:
        * fast/overflow/horizontal-scroll-after-back.html:
        * fast/overflow/lots-of-sibling-inline-boxes.html:
        * fast/overflow/onscroll-layer-self-destruct.html:
        * fast/overflow/overflow-height-float-not-removed-crash.html:
        * fast/overflow/overflow-height-float-not-removed-crash2.html:
        * fast/overflow/overflow-height-float-not-removed-crash3.html:
        * fast/overflow/overflow-rtl-vertical-origin.html:
        * fast/overflow/overflow-text-hit-testing.html:
        * fast/overflow/overflow-y-scroll.html:
        * fast/overflow/scroll-vertical-not-horizontal.html:
        * fast/overflow/scrollRevealButton.html:
        * fast/overflow/scrollbar-restored-and-then-locked.html:
        * fast/overflow/scrollbar-restored.html:
        * fast/overflow/setting-scrollTop-after-hide-show.html:
        * fast/parser/:
        * fast/preloader/document-write-2.html:
        * fast/preloader/document-write-noscript.html:
        * fast/preloader/document-write.html:
        * fast/preloader/first-base-tag-scanned-wins.html:
        * fast/preloader/first-base-tag-wins.html:
        * fast/preloader/image.html:
        * fast/preloader/input.html:
        * fast/preloader/link.html:
        * fast/preloader/noscript.html:
        * fast/preloader/scan-body-from-head-import.html:
        * fast/preloader/scan-body-from-head-script.html:
        * fast/preloader/script.html:
        * fast/preloader/style.html:
        * fast/preloader/understands-base-tag.html:
        * fast/profiler/:
        * fast/reflections/inline-crash.html:
        * fast/reflections/pending-reflection-mask-crash.html:
        * fast/reflections/reflected-img-crash.html:
        * fast/reflections/reflection-computed-style.html:
        * fast/reflections/remove-reflection-crash.html:
        * fast/reflections/resources/reflection-overflow-scroll.js:
        * fast/reflections/teardown-crash.html:
        * fast/reflections/toggle-reflection-crash.html:
        * fast/regex/syntax-errors.html:
        * fast/regions/content-flowed-into-regions-no-scroll.html:
        * fast/regions/element-region-overflow-state-vertical-rl.html:
        * fast/regions/element-region-overflow-state.html:
        * fast/regions/flexbox-in-region-crash.html:
        * fast/regions/flow-anonymous-children.html:
        * fast/regions/flowed-content-bounding-client-rect-horizontal-bt.html:
        * fast/regions/flowed-content-bounding-client-rect-vertical-rl.html:
        * fast/regions/flowed-content-bounding-client-rect-vertical.html:
        * fast/regions/flowed-content-bounding-client-rect.html:
        * fast/regions/flowed-content-transform-bounding-client-rect.html:
        * fast/regions/get-regions-by-content-horiz-bt.html:
        * fast/regions/get-regions-by-content-horiz-tb.html:
        * fast/regions/get-regions-by-content-vert-lr.html:
        * fast/regions/get-regions-by-content-vert-rl.html:
        * fast/regions/get-regions-by-content.html:
        * fast/regions/get-regions-by-content2.html:
        * fast/regions/hit-test-float.html:
        * fast/regions/hit-test-region.html:
        * fast/regions/imbricated-flow-threads-crash.html:
        * fast/regions/no-split-line-box.html:
        * fast/regions/parse-incomplete-region-rule.html:
        * fast/regions/parsing-region-style-rule.html:
        * fast/regions/region-element-dynamic-attach-flow.html:
        * fast/regions/region-element-dynamic-detach-flow.html:
        * fast/regions/region-range-for-box-crash.html:
        * fast/regions/region-style-block-background-color2.html:
        * fast/regions/script-tests/css-regions-disabled.js:
        * fast/regions/select-in-region-crash.html:
        * fast/regions/set-box-style-in-region-crash.html:
        * fast/regions/svg-root-element-collected.html:
        * fast/regions/symbol-in-named-flow-crash.svg:
        * fast/regions/text-region-breaks.html:
        * fast/regions/text-region-split-after-resize.html:
        * fast/regions/text-region-split-horizontal-bt.html:
        * fast/regions/text-region-split-vertical-rl.html:
        * fast/regions/text-region-split-vertical.html:
        * fast/regions/text-region-split.html:
        * fast/regions/webkit-named-flow-event-add-to-flow.html:
        * fast/regions/webkit-named-flow-event-no-regions.html:
        * fast/regions/webkit-named-flow-event-remove-from-dom.html:
        * fast/regions/webkit-named-flow-event-remove-from-flow.html:
        * fast/regions/webkit-named-flow-event-target.html:
        * fast/regions/webkit-named-flow-event-to-null.html:
        * fast/regions/webkit-named-flow-event.html:
        * fast/regions/webkit-named-flow-existing-flow.html:
        * fast/regions/webkit-named-flow-first-empty-region-index.html:
        * fast/regions/webkit-named-flow-flow-added.html:
        * fast/regions/webkit-named-flow-get-content.html:
        * fast/regions/webkit-named-flow-invalid-name.html:
        * fast/regions/webkit-named-flow-modified-flow.html:
        * fast/regions/webkit-named-flow-name.html:
        * fast/regions/webkit-named-flow-non-existing-flow.html:
        * fast/regions/webkit-named-flow-overset.html:
        * fast/regions/webkit-named-flow-removed-flow.html:
        * fast/regions/webkit-named-flow-same-object.html:
        * fast/repaint/:
        * fast/replaced/css-content-and-webkit-mask-box-image-crash.html:
        * fast/replaced/frame-removed-during-resize-smaller.html:
        * fast/replaced/frame-removed-during-resize.html:
        * fast/replaced/image-map-2.html:
        * fast/replaced/image-map-bug16782.html:
        * fast/replaced/image-map.html:
        * fast/replaced/image-resize-width.html:
        * fast/replaced/invalid-object-with-fallback.html:
        * fast/replaced/object-param-no-name.html:
        * fast/replaced/object-param-spaces.html:
        * fast/replaced/object-with-embed-url-param.html:
        * fast/replaced/object-with-non-empty-classid-triggers-fallback.html:
        * fast/replaced/outline-replaced-elements.html:
        * fast/replaced/resources/focus-test.js:
        (checkNoFocusRing):
        * fast/replaced/table-percent-height-text-controls.html:
        * fast/replaced/table-percent-height.html:
        * fast/replaced/table-percent-width.html:
        * fast/replaced/table-replaced-element.html:
        * fast/replaced/vertical-resize-100percent-element.html:
        * fast/replaced/width100percent-textarea.html:
        * platform/chromium/fast/repaint/fixed-layout-360x240.html:
        * platform/mac/fast/overflow/overflow-scrollbar-hit-test.html:
        * platform/qt/fast/repaint/flexible-box-overflow-expected.txt:
        * platform/qt/fast/repaint/flexible-box-overflow-horizontal-expected.txt:
        * platform/qt/fast/repaint/focus-ring-expected.txt:
        * platform/qt/fast/repaint/inline-block-overflow-expected.txt:
        * platform/qt/fast/repaint/layer-child-outline-expected.txt:
        * platform/qt/fast/repaint/layer-outline-expected.txt:
        * platform/qt/fast/repaint/layer-outline-horizontal-expected.txt:
        * platform/qt/fast/repaint/list-marker-expected.txt:
        * platform/qt/fast/repaint/text-shadow-expected.txt:
        * platform/qt/fast/repaint/text-shadow-horizontal-expected.txt:

2012-08-01  Keishi Hattori  <keishi@webkit.org>

        Fix typo in colorSuggestionPicker.js
        https://bugs.webkit.org/show_bug.cgi?id=92936

        Reviewed by Kent Tamura.

        * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png: Added.
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.txt: Added.
        * platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance.html: Added. Tests the appearance when there are many datalist options.

2012-08-01  Peter Kasting  <pkasting@google.com>

        [Chromium] Test expectation updates.
        https://bugs.webkit.org/show_bug.cgi?id=72990
        https://bugs.webkit.org/show_bug.cgi?id=74694
        https://bugs.webkit.org/show_bug.cgi?id=80219
        https://bugs.webkit.org/show_bug.cgi?id=90741
        https://bugs.webkit.org/show_bug.cgi?id=92850
        https://bugs.webkit.org/show_bug.cgi?id=92852
        https://bugs.webkit.org/show_bug.cgi?id=92938
        https://bugs.webkit.org/show_bug.cgi?id=92941

        Unreviewed, test expectation updates.

        * Attempting to fix http/tests/cache tests dumping as pixel tests by
          changing "window.testRunner.dumpAsText()" to "testRunner.dumpAsText()"
          since the test opens multiple windows.  (I don't know why else it
          might not be working.)
        * Removing erroneous Chromium Linux pixel baselines for that test.
        * Rebaselined a CSS test after http://trac.webkit.org/changeset/123782 ,
          which only got partially rebaselined before.
        * Fixed some incorrect bug numbers on some expectations.
        * Miscellaneous other stuff.

        * http/tests/cache/history-only-cached-subresource-loads-max-age-https.html:
        * http/tests/cache/history-only-cached-subresource-loads.html:
        * platform/chromium-linux/http/tests/cache/history-only-cached-subresource-loads-expected.png: Removed.
        * platform/chromium-linux/http/tests/cache/history-only-cached-subresource-loads-max-age-https-expected.png: Removed.
        * platform/chromium-mac-snowleopard/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt: Removed.
        * platform/chromium-mac/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
        * platform/chromium/TestExpectations:

2012-08-01  Shinya Kawanaka  <shinyak@chromium.org>

        The elements in Shadow DOM of input should not be modifiable.
        https://bugs.webkit.org/show_bug.cgi?id=92200

        Reviewed by Kent Tamura.

        * fast/forms/input-user-modify-expected.txt: Added.
        * fast/forms/input-user-modify.html: Added.

2012-08-01  Filip Pizlo  <fpizlo@apple.com>

        DFG should hoist structure checks
        https://bugs.webkit.org/show_bug.cgi?id=92696

        Rubber stamped by Gavin Barraclough.

        Added a new test that covers the following scenarios:
        
        - OSR entry if a variable with a hoisted check has an unexpected structure, structures get clobbered, and
          we're protecting ourselves with structure transition watchpoints.
        
        - OSR exit on hoisted structure checks, if the object doesn't have the expected structure, and where the
          source of the assignment is side-effecting.
        
        I combined these into a single test because there is no way to test the latter without testing the former.

        * fast/js/dfg-osr-entry-hoisted-clobbered-structure-check-expected.txt: Added.
        * fast/js/dfg-osr-entry-hoisted-clobbered-structure-check.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/dfg-osr-entry-hoisted-clobbered-structure-check.js: Added.
        (foo):
        (bar):
        (baz):

2012-08-01  Raymond Toy  <rtoy@google.com>

        Enable codec tests in TestExpectations and update expected mp3 files
        https://bugs.webkit.org/show_bug.cgi?id=92886

        Reviewed by Chris Rogers.

        Update expected results caused by ffmpeg now removing pre-roll samples.
        * platform/chromium-linux/webaudio/codec-tests/mp3/128kbps-44khz-expected.wav:
        * platform/chromium-mac/webaudio/codec-tests/mp3/128kbps-44khz-expected.wav:
        * platform/chromium-win/webaudio/codec-tests/mp3/128kbps-44khz-expected.wav:
        
        Enable codec tests.
        * platform/chromium/TestExpectations:

2012-08-01  Jian Li  <jianli@chromium.org>

        Add new CSS property "-webkit-widget-region" to expose dashboard region support for other port
        https://bugs.webkit.org/show_bug.cgi?id=90298

        Reviewed by Adam Barth.

        Added a new test to test the new CSS property.

        * fast/css/widget-region-parser-expected.txt: Added.
        * fast/css/widget-region-parser.html: Added.
        * platform/efl/Skipped: Skip the new test.
        * platform/gtk/TestExpectations: Skip the new test.
        * platform/qt/Skipped: Skip the new test.
        * platform/win/Skipped: Skip the new test.
        * platform/wincario/Skipped: Skip the new test.

2012-08-01  Roger Fong  <roger_fong@apple.com>

        Some of the test results for LayoutTests/accessibility/canvas-accessibilitynodeobject.html do not show up on Windows.
        https://bugs.webkit.org/show_bug.cgi?id=92916

        Reviewed by Tim Horton.

        Adding a failing test result and filing a bug.

        * platform/win/accessibility/canvas-accessibilitynodeobject-expected.txt: Added.

2012-08-01  David Grogan  <dgrogan@chromium.org>

        IndexedDB: integer version layout tests
        https://bugs.webkit.org/show_bug.cgi?id=92560

        Reviewed by Nate Chapin.

        Most of the integer version layout tests are here, with failures in
        the expected files.  This will allow us to incrementally implement
        upgradeneeded and integer versions and just make the big patch in bug
        89505 smaller.

        There are two added skips to TestExpectations, one test exposes a bug
        in the current implementation, causing an assert to fail.  The other
        times out in DRT so we will run it as a content_browsertest for the
        time being.

        * platform/chromium/TestExpectations:
        * storage/indexeddb/intversion-abort-in-initial-upgradeneeded-expected.txt: Added.
        * storage/indexeddb/intversion-abort-in-initial-upgradeneeded.html: Added.
        * storage/indexeddb/intversion-and-setversion-expected.txt: Added.
        * storage/indexeddb/intversion-and-setversion.html: Added.
        * storage/indexeddb/intversion-blocked-expected.txt: Added.
        * storage/indexeddb/intversion-blocked.html: Added.
        * storage/indexeddb/intversion-close-between-events-expected.txt: Added.
        * storage/indexeddb/intversion-close-between-events.html: Added.
        * storage/indexeddb/intversion-close-in-oncomplete-expected.txt: Added.
        * storage/indexeddb/intversion-close-in-oncomplete.html: Added.
        * storage/indexeddb/intversion-close-in-upgradeneeded-expected.txt: Added.
        * storage/indexeddb/intversion-close-in-upgradeneeded.html: Added.
        * storage/indexeddb/intversion-delete-in-upgradeneeded-expected.txt: Added.
        * storage/indexeddb/intversion-delete-in-upgradeneeded.html: Added.
        * storage/indexeddb/intversion-gated-on-delete-expected.txt: Added.
        * storage/indexeddb/intversion-gated-on-delete.html: Added.
        * storage/indexeddb/intversion-invalid-setversion-has-no-side-effects-expected.txt: Added.
        * storage/indexeddb/intversion-invalid-setversion-has-no-side-effects.html: Added.
        * storage/indexeddb/intversion-long-queue-expected.txt: Added.
        * storage/indexeddb/intversion-long-queue.html: Added.
        * storage/indexeddb/intversion-omit-parameter-expected.txt: Added.
        * storage/indexeddb/intversion-omit-parameter.html: Added.
        * storage/indexeddb/intversion-open-with-version-expected.txt: Added.
        * storage/indexeddb/intversion-open-with-version.html: Added.
        and their respective js files...
        * storage/indexeddb/resources/shared.js:
        (unexpectedVersionChangeCallback):
        (setDBNameFromPath):
        (preamble):

2012-08-01  Florin Malita  <fmalita@chromium.org>

        Use testRunner instead of layoutTestController in SVG tests
        https://bugs.webkit.org/show_bug.cgi?id=92898

        Reviewed by Dirk Schulze.

        * svg/W3C-SVG-1.1-SE/paths-dom-02-f.svg:
        * svg/animations/animate-beginElementAt.svg:
        * svg/animations/animate-calcMode-spline-crash-bad-array-length.xhtml:
        * svg/animations/animate-linear-discrete-additive-b.svg:
        * svg/animations/animate-linear-discrete-additive-c.svg:
        * svg/animations/animate-linear-discrete-additive.svg:
        * svg/animations/animate-list-crash.svg:
        * svg/animations/animate-setcurrenttime.html:
        * svg/animations/animate-update-crash.xhtml:
        * svg/animations/animateColor-additive-2a.svg:
        * svg/animations/animateColor-additive-2b.svg:
        * svg/animations/animateColor-additive-2c.svg:
        * svg/animations/animateColor-additive-2d.svg:
        * svg/animations/animateMotion-additive-1.svg:
        * svg/animations/animateMotion-additive-2a.svg:
        * svg/animations/animateMotion-additive-2b.svg:
        * svg/animations/animateMotion-additive-2c.svg:
        * svg/animations/animateMotion-additive-2d.svg:
        * svg/animations/animateTransform-accumulation.svg:
        * svg/animations/animateTransform-by-scale-1.svg:
        * svg/animations/animateTransform-by-scale.svg:
        * svg/animations/animateTransform-from-by-from-to-comparision-expected.svg:
        * svg/animations/animateTransform-from-by-from-to-comparision.svg:
        * svg/animations/animateTransform-from-by-scale-additive-sum.svg:
        * svg/animations/animateTransform-from-by-scale.svg:
        * svg/animations/animateTransform-rotate-around-point.svg:
        * svg/animations/animateTransform-skewX.svg:
        * svg/animations/animateTransform-skewY.svg:
        * svg/animations/animateTransform-translate.svg:
        * svg/animations/dynamic-modify-attributename-crash.svg:
        * svg/animations/keypoints-mismatch.svg:
        * svg/animations/length-list-animation.svg:
        * svg/animations/list-wrapper-assertion.svg:
        * svg/animations/mozilla/animateMotion-by-1.svg:
        * svg/animations/mozilla/animateMotion-from-to-1-expected.svg:
        * svg/animations/mozilla/animateMotion-from-to-1.svg:
        * svg/animations/mozilla/animateMotion-mpath-pathLength-1.svg:
        * svg/animations/mozilla/animateMotion-mpath-targetChange-1.svg:
        * svg/animations/mozilla/animateMotion-to-overridden-1.svg:
        * svg/animations/multiple-animateTransform-additive-sum.svg:
        * svg/animations/multiple-begin-animation-discrete.svg:
        * svg/animations/multiple-begin-animation.svg:
        * svg/animations/path-animation.svg:
        * svg/animations/repeatDur-zero.xhtml:
        * svg/animations/repeating-path-animation.svg:
        * svg/animations/resources/SVGAnimationTestCase.js:
        (runAnimationTest):
        * svg/animations/smil-element-not-removed-crash.html:
        * svg/animations/smil-element-target-crash-main.html:
        * svg/animations/smil-leak-dynamically-added-element-instances.svg:
        * svg/animations/smil-leak-element-instances-noBaseValRef.svg:
        * svg/animations/smil-leak-element-instances.svg:
        * svg/animations/smil-leak-elements.svg:
        * svg/animations/svg-two-animate-elements-crash.svg:
        * svg/animations/svglength-animation-retarget-crash.html:
        * svg/animations/svglength-element-removed-crash.svg:
        * svg/as-background-image/animated-svg-as-background.html:
        * svg/as-background-image/svg-background-crash-on-refresh.html:
        * svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size.html:
        * svg/as-image/animated-svg-as-image-same-image.html:
        * svg/as-image/animated-svg-as-image.html:
        * svg/as-image/animated-svg-repaints-completely-in-hidpi.html:
        * svg/as-image/drag-svg-as-image.html:
        * svg/as-image/image-respects-deviceScaleFactor.html:
        * svg/as-image/image-respects-pageScaleFactor-change.html:
        * svg/as-image/svg-image-leak-cached-data.html:
        * svg/as-image/svg-image-leak-loader.html:
        * svg/as-image/svg-nested.html:
        * svg/as-object/embedded-svg-immediate-offsetWidth-query.html:
        * svg/as-object/embedded-svg-size-changes-no-layout-triggers.html:
        * svg/as-object/embedded-svg-size-changes.html:
        * svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1.html:
        * svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2.html:
        * svg/as-object/nested-embedded-svg-size-changes.html:
        * svg/as-object/resources/embedded-svg-size-changes-no-layout-triggers.svg:
        * svg/as-object/resources/nested-embedded-svg-size-changes-target-no-layout-triggers-1.html:
        * svg/carto.net/frameless-svg-parse-error.html:
        * svg/carto.net/window.svg:
        * svg/css/crash-css-generated-content.xhtml:
        * svg/css/cursor-image-replace.svg:
        * svg/css/cursor-replace.svg:
        * svg/css/getComputedStyle-basic.xhtml:
        * svg/css/invalid-color-crash.svg:
        * svg/css/multiple-cursors-crash.html:
        * svg/css/script-tests/svg-attribute-length-parsing.js:
        * svg/css/script-tests/svg-attribute-parser-mode.js:
        * svg/css/style-change-crash.html:
        * svg/css/svg-ellipse-render-crash.html:
        * svg/custom/acid3-test-77.html:
        * svg/custom/anchor-on-use.svg:
        * svg/custom/animate-disallowed-mask-element.svg:
        * svg/custom/animate-disallowed-use-element.svg:
        * svg/custom/animate-path-discrete.svg:
        * svg/custom/animate-path-morphing.svg:
        * svg/custom/animate-target-id-changed.svg:
        * svg/custom/animate-target-removed-from-document.svg:
        * svg/custom/animate-use-crash.xhtml:
        * svg/custom/assert-empty-layout-attributes.svg:
        * svg/custom/bbox-of-g-in-symbol.svg:
        * svg/custom/boundingBox.html:
        * svg/custom/bug78700.svg:
        * svg/custom/bug78807.svg:
        * svg/custom/bug78838.html:
        * svg/custom/bug79798.html:
        * svg/custom/bug86119.html:
        * svg/custom/bug86392.html:
        * svg/custom/bug86781.html:
        * svg/custom/click-internal-anchor-with-use-crash.xhtml:
        * svg/custom/crash-inline-container-client.html:
        * svg/custom/crash-text-in-textpath.svg:
        * svg/custom/crash-textPath-attributes.html:
        * svg/custom/delete-modified-text-in-defs-crash.svg:
        * svg/custom/delete-text-crash.html:
        * svg/custom/delete-text-innerText-crash.html:
        * svg/custom/detached-outermost-svg-crash.html:
        * svg/custom/disallowed-text-content-rendering.svg:
        * svg/custom/display-table-caption-foreignObject.svg:
        * svg/custom/display-table-caption-inherit-foreignObject.xhtml:
        * svg/custom/display-table-caption-inherit-text.xhtml:
        * svg/custom/display-table-caption-text.svg:
        * svg/custom/element-instance-held-by-js-crash.svg:
        * svg/custom/embedded-svg-allowed-in-dashboard.xml:
        * svg/custom/empty-className-baseVal-crash.html:
        * svg/custom/filter-on-svgimage.svg:
        * svg/custom/font-face-move.svg:
        * svg/custom/font-face-name-without-name-attr.svg:
        * svg/custom/font-face-not-in-document.svg:
        * svg/custom/font-platformDestroy-crash.svg:
        * svg/custom/foreignObject-crash-on-hover.xml:
        * svg/custom/foreignobject-crash-with-absolute-positioned-children.svg:
        * svg/custom/frame-getSVGDocument.html:
        * svg/custom/g-outside-svg.html:
        * svg/custom/get-text-element-transform-crash.html:
        * svg/custom/getBBox-empty-container.html:
        * svg/custom/getBBox-js.svg:
        * svg/custom/getBBox-path.svg:
        * svg/custom/getBBox-perpendicular-path.svg:
        * svg/custom/getscreenctm-in-mixed-content2.xhtml:
        * svg/custom/gradient-attr-update.svg:
        * svg/custom/gradient-stop-display-none-crash.svg:
        * svg/custom/hit-test-path-stroke.svg:
        * svg/custom/hit-test-path.svg:
        * svg/custom/hit-test-unclosed-subpaths.svg:
        * svg/custom/hit-test-with-br.xhtml:
        * svg/custom/image-base-uri.svg:
        * svg/custom/image-clipped-hit.svg:
        * svg/custom/image-rescale-scroll.html:
        * svg/custom/image-with-prefix-in-webarchive-expected.webarchive:
        * svg/custom/image-with-prefix-in-webarchive.svg:
        * svg/custom/insertItemBefore-from-non-list-origin.svg:
        * svg/custom/intersection-list-clipping.svg:
        * svg/custom/intersection-list-crash.svg:
        * svg/custom/intersection-list-nested-svg.svg:
        * svg/custom/intersection-list-null.svg:
        * svg/custom/invalid-gradient-with-xlink.svg:
        * svg/custom/invalid-paint-shape-mask.svg:
        * svg/custom/js-late-clipPath-and-object-creation.svg:
        * svg/custom/js-late-clipPath-creation.svg:
        * svg/custom/js-late-gradient-and-object-creation.svg:
        * svg/custom/js-late-gradient-creation.svg:
        * svg/custom/js-late-marker-and-object-creation.svg:
        * svg/custom/js-late-marker-creation.svg:
        * svg/custom/js-late-mask-and-object-creation.svg:
        * svg/custom/js-late-mask-creation.svg:
        * svg/custom/js-late-pattern-and-object-creation.svg:
        * svg/custom/js-late-pattern-creation.svg:
        * svg/custom/js-svg-constructors.svg:
        * svg/custom/js-update-container2.svg:
        * svg/custom/js-update-image-and-display.svg:
        * svg/custom/js-update-image-and-display2.svg:
        * svg/custom/js-update-image-and-display3.svg:
        * svg/custom/layout-loop.svg:
        * svg/custom/linking-a-03-b-all.svg:
        * svg/custom/linking-a-03-b-preserveAspectRatio.svg:
        * svg/custom/linking-a-03-b-transform.svg:
        * svg/custom/linking-a-03-b-viewBox-transform.svg:
        * svg/custom/linking-a-03-b-viewBox.svg:
        * svg/custom/linking-a-03-b-viewTarget.svg:
        * svg/custom/linking-a-03-b-zoomAndPan.svg:
        * svg/custom/linking-uri-01-b.svg:
        * svg/custom/loadevents-capturing.svg:
        * svg/custom/loadevents-externalresourcesrequired-displaynone.svg:
        * svg/custom/loadevents-externalresourcesrequired.svg:
        * svg/custom/loadevents-normal-displaynone.svg:
        * svg/custom/loadevents-normal.svg:
        * svg/custom/manually-parsed-embedded-svg-allowed-in-dashboard.html:
        * svg/custom/manually-parsed-svg-allowed-in-dashboard.html:
        * svg/custom/marker-getPropertyValue.svg:
        * svg/custom/mask-changes.svg:
        * svg/custom/mask-invalidation.svg:
        * svg/custom/mouse-move-on-svg-container-standalone.svg:
        * svg/custom/mouse-move-on-svg-container.xhtml:
        * svg/custom/mouse-move-on-svg-root-standalone.svg:
        * svg/custom/mouse-move-on-svg-root.xhtml:
        * svg/custom/multiple-title-elements.svg:
        * svg/custom/new-image-is-html-element.svg:
        * svg/custom/path-getPresentationAttribute-crash.html:
        * svg/custom/path-getTotalLength-on-big-segment-crash.svg:
        * svg/custom/path-getTotalLength.svg:
        * svg/custom/pending-resource-after-removal.xhtml:
        * svg/custom/pending-resource-leak-2.svg:
        * svg/custom/pending-resource-leak-3.svg:
        * svg/custom/pending-resource-leak.svg:
        * svg/custom/pointer-events-image-css-transform.svg:
        * svg/custom/pointer-events-image.svg:
        * svg/custom/pointer-events-invalid-fill.svg:
        * svg/custom/pointer-events-on-rounded-rect.xhtml:
        * svg/custom/pointer-events-on-svg-with-pointer.xhtml:
        * svg/custom/pointer-events-on-svg-without-pointer.xhtml:
        * svg/custom/pointer-events-text-css-transform.svg:
        * svg/custom/pointer-events-text.svg:
        * svg/custom/pointer-events-with-linecaps-and-miterlimits.xhtml:
        * svg/custom/poly-points-attribute-changes.svg:
        * svg/custom/polyline-hittest.svg:
        * svg/custom/polyline-points-crash.html:
        * svg/custom/prevent-default.svg:
        * svg/custom/recursive-use.svg:
        * svg/custom/recursive-use2.svg:
        * svg/custom/repaint-moving-svg-and-div.xhtml:
        * svg/custom/resource-client-removal.svg:
        * svg/custom/resources/focus-event-handling-keyboard.js:
        * svg/custom/resources/focus-event-handling.js:
        * svg/custom/resources/link-target.html:
        * svg/custom/resources/linkingCircle-f.svg:
        * svg/custom/resources/svgsvgelement-ctm.js:
        * svg/custom/resources/use-instanceRoot-event-bubbling.js:
        (repaintTest):
        * svg/custom/resources/use-instanceRoot-event-listeners.js:
        (repaintTest):
        * svg/custom/scroll-hit-test.xhtml:
        * svg/custom/scroll-to-anchor-in-symbol.svg:
        * svg/custom/scroll-to-svg-element-assertion.html:
        * svg/custom/scrolling-embedded-svg-file-image-repaint-problem.html:
        * svg/custom/stop-crash.svg:
        * svg/custom/stroke-width-click.svg:
        * svg/custom/svg-allowed-in-dashboard-object.html:
        * svg/custom/svg-features.html:
        * svg/custom/svg-fonts-in-html-linebreaks.html:
        * svg/custom/svg-fonts-no-latin-glyph.html:
        * svg/custom/svg-getelementid.xhtml:
        * svg/custom/svg-parse-overflow-1.html:
        * svg/custom/svg-parse-overflow-2.html:
        * svg/custom/svg-parse-overflow-3.html:
        * svg/custom/svg-parse-overflow-4.html:
        * svg/custom/svg-parse-overflow-5.html:
        * svg/custom/svg-use-style-float-crash.svg:
        * svg/custom/svg-width-intrinsic-crash.html:
        * svg/custom/symbol-viewport-element-crash.svg:
        * svg/custom/text-node-in-text-invalidated.svg:
        * svg/custom/text-tref-03-b-dynamic.svg:
        * svg/custom/text-tref-03-b-dynamic2.svg:
        * svg/custom/textPath-assert.svg:
        * svg/custom/textPath-set-id.svg:
        * svg/custom/tiling-regular-hexagonal-crash.svg:
        * svg/custom/tref-clone-crash.html:
        * svg/custom/tref-shadowdom.html:
        * svg/custom/use-animation-in-fill.html:
        * svg/custom/use-crash-in-non-wellformed-document.svg:
        * svg/custom/use-crash-pending-resource.svg:
        * svg/custom/use-crash-using-children-before-destroy.svg:
        * svg/custom/use-crash-when-href-change.svg:
        * svg/custom/use-detach.svg:
        * svg/custom/use-display-none.svg:
        * svg/custom/use-elementInstance-event-target.svg:
        * svg/custom/use-elementInstance-methods.svg:
        * svg/custom/use-event-handler-on-referenced-element.svg:
        * svg/custom/use-event-handler-on-use-element.svg:
        * svg/custom/use-external-crash.svg:
        * svg/custom/use-instanceRoot-as-event-target.xhtml:
        * svg/custom/use-instanceRoot-event-listener-liveness.xhtml:
        * svg/custom/use-instanceRoot-with-use-removed.svg:
        * svg/custom/use-invalid-font-face.svg:
        * svg/custom/use-invalid-html.xhtml:
        * svg/custom/use-invalid-pattern.svg:
        * svg/custom/use-invalid-style.svg:
        * svg/custom/use-move-to-offset.svg:
        * svg/custom/use-multiple-on-nested-disallowed-font.html:
        * svg/custom/use-mutation-event-crash.svg:
        * svg/custom/use-nested-children.svg:
        * svg/custom/use-nested-disallowed-target.svg:
        * svg/custom/use-nested-missing-target-added.svg:
        * svg/custom/use-nested-missing-target-removed.svg:
        * svg/custom/use-nested-missing-target.svg:
        * svg/custom/use-nested-notarget.svg:
        * svg/custom/use-non-existing-symbol-crash.svg:
        * svg/custom/use-on-use-with-child-and-empty-target.svg:
        * svg/custom/use-on-use-with-child.svg:
        * svg/custom/use-referencing-style-crash.svg:
        * svg/custom/use-shadow-root-parent-removal.svg:
        * svg/custom/use-tref-crash.svg:
        * svg/custom/webkit-transform-crash.html:
        * svg/custom/xlink-prefix-in-attributes.html:
        * svg/custom/xlink-to-invalid-gradient.svg:
        * svg/dom/SVGPathSegList-xml-dom-synchronization.xhtml:
        * svg/dom/SVGPolygonElement-baseVal-list-removal-crash.html:
        * svg/dom/SVGScriptElement/script-async-attr.svg:
        * svg/dom/SVGScriptElement/script-change-externalResourcesRequired-while-loading.svg:
        * svg/dom/SVGScriptElement/script-clone-rerun-self.svg:
        * svg/dom/SVGScriptElement/script-clone-rerun.svg:
        * svg/dom/SVGScriptElement/script-load-and-error-events.svg:
        * svg/dom/SVGScriptElement/script-onerror-bubbling.svg:
        * svg/dom/SVGScriptElement/script-reexecution.svg:
        * svg/dom/SVGScriptElement/script-set-href.svg:
        * svg/dom/SVGStyledElement-pendingResource-crash.html:
        * svg/dom/SVGTransformList-empty-list-consolidation.html:
        * svg/dom/animated-tearoff-equality.xhtml:
        * svg/dom/animated-tearoff-lifespan.xhtml:
        * svg/dom/baseVal-animVal-crash.html:
        * svg/dom/baseVal-animVal-list-crash.html:
        * svg/dom/frame-related-api-during-load.html:
        * svg/dom/parent-view-layout-crash.html:
        * svg/dom/path-marker-removed-crash.svg:
        * svg/dom/resources/viewspec-parser.js:
        (continueFuzzing.else.script.onload):
        (continueFuzzing):
        * svg/dom/script-tests/SVGViewSpec.js:
        (completeTest.script.onload):
        (completeTest):
        * svg/dom/smil-methods.svg:
        * svg/dom/stylesheet-candidate-node-crash-main.html:
        * svg/dom/svg-element-attribute-js-null.xhtml:
        * svg/dom/symbol-embeddedAnimation.svg:
        * svg/dom/use-style-recalc-script-execute-crash.html:
        * svg/dom/use-transform.svg:
        * svg/dom/viewport-container-crash.svg:
        * svg/dom/vkern-element-crash.html:
        * svg/dynamic-updates/resources/SVGTestCase.js:
        (createSVGTestCase):
        (embedSVGTestCase):
        (completeTest.script.onload):
        (completeTest):
        * svg/dynamic-updates/resources/linkTarget.svg:
        * svg/filters/feBlend-invalid-mode.xhtml:
        * svg/filters/feColorMatrix-invalid-value.svg:
        * svg/filters/feComponentTransfer-style-crash.xhtml:
        * svg/filters/feDisplacementMap-crash-test.xhtml:
        * svg/filters/feImage-animated-transform-on-target-rect.svg:
        * svg/filters/feImage-target-reappend-to-document.svg:
        * svg/filters/feImage-zero-size-crash.svg:
        * svg/filters/feMorphology-invalid-radius.svg:
        * svg/filters/feMorphology-zero-radius.svg:
        * svg/filters/filter-after-transform-crash.svg:
        * svg/filters/reparent-animated-filter-target.html:
        * svg/filters/svg-transform-blur-crash.svg:
        * svg/foreignObject/absolute-position-foreign-object-child-crash.html:
        * svg/foreignObject/fO-fixed-position-crash.html:
        * svg/hittest/foreign-object-background.svg:
        * svg/hittest/svg-ellipse-non-scale-stroke.xhtml:
        * svg/hittest/svg-ellipse-rect-stroke.xhtml:
        * svg/hittest/svg-ellipse.xhtml:
        * svg/hittest/svg-inside-display-table.xhtml:
        * svg/hittest/svg-inside-table.xhtml:
        * svg/hittest/svg-padding.xhtml:
        * svg/hittest/svg-shapes-non-scale-stroke.html:
        * svg/hittest/svg-small-path.xhtml:
        * svg/hittest/svg-small-viewbox.xhtml:
        * svg/hittest/zero-length-butt-cap-path.xhtml:
        * svg/hittest/zero-length-round-cap-path.xhtml:
        * svg/hittest/zero-length-square-cap-path.xhtml:
        * svg/hixie/dynamic/001.xml:
        * svg/hixie/links/003.xml:
        * svg/hixie/perf/001.xml:
        * svg/hixie/perf/002.xml:
        * svg/hixie/perf/003.xml:
        * svg/hixie/perf/004.xml:
        * svg/hixie/perf/005.xml:
        * svg/hixie/perf/006.xml:
        * svg/hixie/perf/007.xml:
        * svg/in-html/script-external.html:
        * svg/in-html/script-nested.html:
        * svg/in-html/script-write.html:
        * svg/in-html/script.html:
        * svg/in-html/svg-assert-failure-percentage.html:
        * svg/path-arc-invalid.html:
        * svg/repaint/filter-repaint.svg:
        * svg/repaint/image-href-change.svg:
        * svg/repaint/image-with-clip-path.svg:
        * svg/repaint/repainting-after-animation-element-removal.svg:
        * svg/text/add-tspan-position-bug.html:
        * svg/text/caret-in-svg-text.xhtml:
        * svg/text/clear-floats-crash.svg:
        * svg/text/font-size-null-assertion.svg:
        * svg/text/font-size-too-large-crash.svg:
        * svg/text/foreignObject-text-clipping-bug.xml:
        * svg/text/glyphref-renderer-create-crash.html:
        * svg/text/highcharts-assertion.html:
        * svg/text/inline-text-destroy-attributes-crash.xhtml:
        * svg/text/modify-tspan-position-bug.html:
        * svg/text/resources/SelectionTestCase.js:
        * svg/text/select-text-svgfont.html:
        * svg/text/selection-doubleclick.svg:
        * svg/text/selection-tripleclick.svg:
        * svg/text/svg-rtl-text-crash.html:
        * svg/text/svg-zoom-large-value.xhtml:
        * svg/text/text-align-01-b.svg:
        * svg/text/text-align-02-b.svg:
        * svg/text/text-align-03-b.svg:
        * svg/text/text-align-04-b.svg:
        * svg/text/text-align-05-b.svg:
        * svg/text/text-align-06-b.svg:
        * svg/text/text-altglyph-01-b.svg:
        * svg/text/text-assert.svg:
        * svg/text/text-block-child-crash.xhtml:
        * svg/text/text-deco-01-b.svg:
        * svg/text/text-font-anonymous-parent.xhtml:
        * svg/text/text-font-invalid.html:
        * svg/text/text-font-uri-invalid.svg:
        * svg/text/text-fonts-01-t.svg:
        * svg/text/text-fonts-02-t.svg:
        * svg/text/text-intro-05-t.svg:
        * svg/text/text-path-01-b.svg:
        * svg/text/text-positioning-remove-child-crash.svg:
        * svg/text/text-property-with-display-none.html:
        * svg/text/text-spacing-01-b.svg:
        * svg/text/text-style-invalid.svg:
        * svg/text/text-style-recalc-crash.html:
        * svg/text/text-text-01-b.svg:
        * svg/text/text-text-03-b.svg:
        * svg/text/text-text-04-t.svg:
        * svg/text/text-text-05-t.svg:
        * svg/text/text-text-06-t.svg:
        * svg/text/text-text-07-t.svg:
        * svg/text/text-text-08-b.svg:
        * svg/text/text-tref-01-b.svg:
        * svg/text/text-tselect-01-b.svg:
        * svg/text/text-tselect-02-f.svg:
        * svg/text/text-tspan-01-b.svg:
        * svg/text/text-ws-01-t.svg:
        * svg/text/text-ws-02-t.svg:
        * svg/text/textPathBoundsBug.svg:
        * svg/text/textpath-reference-crash.html:
        * svg/text/tref-event-listener-crash.svg:
        * svg/text/tspan-getComputedTextLength.svg:
        * svg/transforms/percent-transform-values.xhtml:
        * svg/transforms/transform-origin-presentation-attribute.xhtml:
        * svg/webarchive/svg-cursor-subresources-expected.webarchive:
        * svg/webarchive/svg-cursor-subresources.svg:
        * svg/webarchive/svg-feimage-subresources-expected.webarchive:
        * svg/webarchive/svg-feimage-subresources.svg:
        * svg/webarchive/svg-script-subresouces-expected.webarchive:
        * svg/webarchive/svg-script-subresouces.svg:
        * svg/zoom/page/zoom-getBoundingClientRect.xhtml:
        * svg/zoom/page/zoom-zoom-coords.xhtml:
        * svg/zoom/resources/testPageZoom.js:
        (repaintTest):
        (completeDynamicTest.script.onload):
        (completeDynamicTest):
        * svg/zoom/resources/testTextZoom.js:
        (repaintTest):

2012-08-01  Peter Beverloo  <peter@chromium.org>

        [Text Autosizing] Provide an API for influencing the font scale factor
        https://bugs.webkit.org/show_bug.cgi?id=92882

        Reviewed by Adam Barth.

        Add a basic test. More usable tests should be added later, as it's
        really hard to test this accurately in this phase of the implementation,
        and Text Autosizing is still subject to various bugs.

        The font scale factor applied to Text Autosizing influences the sizing
        of text, and will influence the scaling of boosted blocks once the
        implementation progresses. For Android, it will be set to the font size
        chosen in the user's system-wide preferences.

        * fast/text-autosizing/font-scale-factor-expected.html: Added.
        * fast/text-autosizing/font-scale-factor.html: Added.

2012-08-01  Mike West  <mkwst@chromium.org>

        CSP should correctly block plugin resources rendered in PluginDocuments.
        https://bugs.webkit.org/show_bug.cgi?id=92675

        Reviewed by Adam Barth.

        * http/tests/plugins/resources/mock-plugin.pl: Added.
            This lovely perl script mocks a plugin by sending a
            'Content-Type application/x-webkit-test-netscape' header.
        * http/tests/security/contentSecurityPolicy/object-src-url-allowed-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/object-src-url-allowed.html: Added.
        * http/tests/security/contentSecurityPolicy/object-src-url-blocked-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/object-src-url-blocked.html: Added.
            Test that non-'data:' URLs that end up in PluginDocuments are also
            dealt with correctly by CSP.

2012-08-01  Florin Malita  <fmalita@chromium.org>

        SVG animation not working for elements inserted after parsing is finished
        https://bugs.webkit.org/show_bug.cgi?id=92025

        Reviewed by Nikolas Zimmermann.

        * svg/animations/deferred-insertion-expected.txt: Added.
        * svg/animations/deferred-insertion.html: Added.

2012-08-01  Vincent Scheib  <scheib@chromium.org>

        Block pointer lock for sandboxed iframes.
        https://bugs.webkit.org/show_bug.cgi?id=92796

        Reviewed by Adam Barth.

        Sandboxed iframe documents should be blocked from using the
        pointer lock API until there is specification agreement
        on what attribute to use to allow the feature.

        * http/tests/pointer-lock/iframe-sandboxed-expected.txt: Added.
        * http/tests/pointer-lock/iframe-sandboxed.html: Added.

2012-08-01  Emil A Eklund  <eae@chromium.org>


        Unreviewed chromium TestExpectations change, replace BUG_eae with a proper bug number.
        * platform/chromium/TestExpectations:

2012-08-01  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: IDBCursor.continue(key) does not throw for key "behind" cursor
        https://bugs.webkit.org/show_bug.cgi?id=92562

        Reviewed by Ojan Vafai.

        Ensure cursor.continue(key) throws if key is "behind" the cursor.

        * storage/indexeddb/cursor-continue-dir-expected.txt: Added.
        * storage/indexeddb/cursor-continue-dir.html: Added.
        * storage/indexeddb/resources/cursor-continue-dir.js: Added.
        (test.request.onsuccess.request.onsuccess.request.onsuccess):
        (test.request.onsuccess.request.onsuccess):
        (test.request.onsuccess):
        (test):
        (testCursors):
        (testForwardCursor.request.onsuccess):
        (testForwardCursor):
        (testReverseCursor.request.onsuccess):
        (testReverseCursor):

2012-08-01  Rick Byers  <rbyers@chromium.org>

        Make Gesture click test validate click count in UIEvent.detail
        https://bugs.webkit.org/show_bug.cgi?id=92779

        Reviewed by Adam Barth.

        Also validates that no dblclick event is fired for this single click.
        * fast/events/touch/gesture/gesture-click.html:
        * platform/chromium/fast/events/touch/gesture/gesture-click-expected.txt:

2012-08-01  Kihong Kwon  <kihong.kwon@samsung.com>

        Dropping webkit prefix from Vibration API
        https://bugs.webkit.org/show_bug.cgi?id=92840

        Reviewed by Adam Barth.

        Remove webkit prefix from navigator.webkitVibrate().

        * fast/dom/navigator-vibration-expected.txt:
        * fast/dom/navigator-vibration.html:

2012-08-01  Allan Sandfeld Jensen  <allan.jensen@nokia.com>

        Clean-up touchadjustment tests.
        https://bugs.webkit.org/show_bug.cgi?id=92869

        Reviewed by Jocelyn Turcotte.

        Review and cleanup the touchadjustment tests, so they are more consistent,
        uses best practices and are good examples for future touchadjustment tests.

        Gather commonly used functions in touchadjustment.js.
        Add HTML5 doctype to ensure strict parsing rules.
        Remove redundant testRunner calls, and use js-test-post.js instead.
        Fix XHTMLisms in small-target-test.html
        Fix ignored offset mistake in nested-touch.html that resulted in three identical tests.

        * touchadjustment/big-div-expected.txt:
        * touchadjustment/big-div.html:
        * touchadjustment/block-testing-expected.txt:
        * touchadjustment/block-testing.html:
        * touchadjustment/disabled-formelements-expected.txt:
        * touchadjustment/disabled-formelements.html:
        * touchadjustment/event-triggered-widgets-expected.txt:
        * touchadjustment/event-triggered-widgets.html:
        * touchadjustment/html-label-expected.txt:
        * touchadjustment/html-label.html:
        * touchadjustment/iframe.html:
        * touchadjustment/nested-shadow-node.html:
        * touchadjustment/nested-touch-expected.txt:
        * touchadjustment/nested-touch.html:
        * touchadjustment/resources/inner-frame.html:
        * touchadjustment/resources/touchadjustment.js: Added.
        (findAbsoluteBounds):
        (nodeToString):
        (touchPoint):
        (offsetTouchPoint):
        * touchadjustment/rotated-node-expected.txt:
        * touchadjustment/rotated-node.html:
        * touchadjustment/scroll-offset-expected.txt:
        * touchadjustment/scroll-offset.html:
        * touchadjustment/search-cancel.html:
        * touchadjustment/small-target-test-expected.txt:
        * touchadjustment/small-target-test.html:
        * touchadjustment/touch-inlines-expected.txt:
        * touchadjustment/touch-inlines.html:

2012-08-01  Andrei Bucur  <abucur@adobe.com>

        [CSS Regions] The regionLayoutUpdate event should be dispatched on the NamedFlow object
        https://bugs.webkit.org/show_bug.cgi?id=88778

        Reviewed by Adam Barth.

        Spec: http://www.w3.org/TR/css3-regions/#region-flow-layout-events

        The existing tests have been adapted to match the transition of the event on the NamedFlow interface. Also there are three more tests for the case
        the region chain is removed, the flow goes in the NULL state and for the event target to match the NamedFlow object.

        * fast/regions/webkit-named-flow-event-add-to-flow-expected.txt: Renamed from LayoutTests/fast/regions/region-event-add-to-flow-expected.txt.
        * fast/regions/webkit-named-flow-event-add-to-flow.html: Renamed from LayoutTests/fast/regions/region-event-add-to-flow.html.
        * fast/regions/webkit-named-flow-event-expected.txt: Renamed from LayoutTests/fast/regions/region-event-expected.txt.
        * fast/regions/webkit-named-flow-event-no-regions-expected.txt: Added.
        * fast/regions/webkit-named-flow-event-no-regions.html: Added.
        * fast/regions/webkit-named-flow-event-remove-from-dom-expected.txt: Renamed from LayoutTests/fast/regions/region-event-remove-from-dom-expected.txt.
        * fast/regions/webkit-named-flow-event-remove-from-dom.html: Renamed from LayoutTests/fast/regions/region-event-remove-from-dom.html.
        * fast/regions/webkit-named-flow-event-remove-from-flow-expected.txt: Renamed from LayoutTests/fast/regions/region-event-remove-from-flow-expected.txt.
        * fast/regions/webkit-named-flow-event-remove-from-flow.html: Renamed from LayoutTests/fast/regions/region-event-remove-from-flow.html.
        * fast/regions/webkit-named-flow-event-target-expected.txt: Added.
        * fast/regions/webkit-named-flow-event-target.html: Added.
        * fast/regions/webkit-named-flow-event-to-null-expected.txt: Added.
        * fast/regions/webkit-named-flow-event-to-null.html: Added.
        * fast/regions/webkit-named-flow-event.html: Renamed from LayoutTests/fast/regions/region-event.html.

2012-07-31  Robert Hogan  <robert@webkit.org>

        CSS 2.1 failure: margin-collapse-012 fails
        https://bugs.webkit.org/show_bug.cgi?id=80219

        Reviewed by Eric Seidel.

        * css2.1/20110323/margin-collapse-012.htm: Added.
        * css2.1/20110323/margin-collapse-012-expected.html: Added.
        * fast/css/margin-collapse-abspos-negmargin-expected.html: Added.
        * fast/css/margin-collapse-abspos-negmargin.htm: Added.

        * fast/block/positioning/auto/001.html:
        * fast/block/positioning/auto/002.html:
        * fast/block/positioning/auto/vertical-lr/002.html:
        * fast/block/positioning/auto/vertical-rl/002.html:
        * fast/dynamic/staticY.html:
          Remove the margins from these tests so the results remain the same. The new results
          are consistent with FF.

        * platform/chromium-linux/fast/box-sizing/box-sizing-expected.png:
        * platform/chromium-win/compositing/overflow/clip-descendents-expected.txt:
        * platform/chromium-win/fast/box-sizing/box-sizing-expected.txt:
          I've rebaselined these - removing the margins doesn't seem helpful.

2012-08-01  Xianzhu Wang  <wangxianzhu@chromium.org>

        Layout Test fast/text/descent-clip-in-scaled-page.html is failing on linux since it was added
        https://bugs.webkit.org/show_bug.cgi?id=91386

        Reviewed by Tony Chang.

        The failure was because of the caching of font data. Now use the fake font families which are
        only used when subpixel text positioing is enabled. This is the same method used in
        platform/chromium-linux/fast/text/chromium-linux-text-subpixel-positioning.html.

        On Linux and Android, the fake font families will be mapped to Time New Roman and Ahem, respectively.
        On other platforms, they will fall back to system default fonts.

        * fast/text/descent-clip-in-scaled-page-expected.html:
        * fast/text/descent-clip-in-scaled-page.html:
        * platform/chromium/TestExpectations:

2012-08-01  Ryosuke Niwa  <rniwa@webkit.org>

        REGRESSION(r122498): Assertion failure: m_nodeListCounts is sometimes not zero in the Document destructor
        https://bugs.webkit.org/show_bug.cgi?id=92742

        Reviewed by Andreas Kling.

        Add regression tests for two types of node lists: one that uses addCacheWithName and the other that uses
        addCacheWithAtomicName.

        * fast/dom/NodeList/nodelist-moved-to-fragment-2-expected.txt: Added.
        * fast/dom/NodeList/nodelist-moved-to-fragment-2.html: Added.
        * fast/dom/NodeList/nodelist-moved-to-fragment-expected.txt: Added.
        * fast/dom/NodeList/nodelist-moved-to-fragment.html: Added.

2012-08-01  Zeno Albisser  <zeno@webkit.org>

        [Qt]REGRESSION(r123786): It made 3 fast/animation tests fail.
        https://bugs.webkit.org/show_bug.cgi?id=92490

        Reviewed by Noam Rosenthal.

        * platform/qt/Skipped: Unskipping the tests listed below.
            fast/animation/request-animation-frame-cancel2.html
            fast/animation/request-animation-frame-detach-element.html
            fast/animation/request-animation-frame-during-modal.html
            fast/animation/request-animation-frame-timestamps.html
            fast/dom/Window/post-message-crash.html

2012-08-01  Keishi Hattori  <keishi@webkit.org>

        Attempt to fix flakiness of color-suggestion-picker-appearance.html
        https://bugs.webkit.org/show_bug.cgi?id=92848

        Reviewed by Kent Tamura.

        We observed console.log bleeding into the next test.

        * platform/chromium/fast/forms/color/color-suggestion-picker-appearance.html:

2012-08-01  Alexander Pavlov  <apavlov@chromium.org>

        [Chromium] Unreviewed, suppress fast/forms/input-widths.html failure, which is due to r124314.

        * platform/chromium/TestExpectations:

2012-08-01  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, typo fix.

        * platform/qt/TestExpectations:

2012-08-01  Peter Kasting  <pkasting@google.com>

        [Chromium] Rebaseline a test.
        https://bugs.webkit.org/show_bug.cgi?id=92444

        Unreviewed, test expectation updates.

        * platform/chromium-linux-x86/platform/chromium/fast: Added.
        * platform/chromium-linux-x86/platform/chromium/fast/forms: Added.
        * platform/chromium-linux-x86/platform/chromium/fast/forms/color: Added.
        * platform/chromium-linux-x86/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png: Added.
        * platform/chromium-linux/platform/chromium/fast/forms: Added.
        * platform/chromium-linux/platform/chromium/fast/forms/color: Added.
        * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png: Added.
        * platform/chromium-win-xp/platform/chromium/fast/forms: Added.
        * platform/chromium-win-xp/platform/chromium/fast/forms/color: Added.
        * platform/chromium-win-xp/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png: Added.
        * platform/chromium-win/platform/chromium/fast/forms: Added.
        * platform/chromium-win/platform/chromium/fast/forms/color: Added.
        * platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png: Added.
        * platform/chromium/TestExpectations:

2012-08-01  Peter Kasting  <pkasting@google.com>

        [Chromium] Mark a couple of flaky tests.
        https://bugs.webkit.org/show_bug.cgi?id=92850
        https://bugs.webkit.org/show_bug.cgi?id=92852

        Unreviewed, test expectation updates.

        * platform/chromium/TestExpectations:

2012-08-01  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, adding an image failure expectation for a
        CSS3 Flexbox test that relies on the subpixel layout to be enabled.

        Also adding a missing platform-specific expectation for a CSS2.1 test
        that somehow got removed in r124142.

        * platform/gtk/TestExpectations:
        * platform/gtk/css2.1/20110323/block-replaced-width-001-expected.png:
        * platform/gtk/css2.1/20110323/block-replaced-width-001-expected.txt: Added.

2012-08-01  Kinuko Yasuda  <kinuko@chromium.org>

        [Filesystem] Assertion on $0.webkitEntries while on the input field.
        https://bugs.webkit.org/show_bug.cgi?id=91954

        Reviewed by Kent Tamura.

        Accessing .webkitEntries should not crash when input type is not for file.

        * fast/filesystem/input-access-entries.html: Added.
        * fast/filesystem/input-access-entries-expected.txt: Added.

2012-08-01  Eugene Klyuchnikov  <eustas.big@gmail.com>

        Web Inspector: Profiles: cleanup HeapSnapshotReceiver interface
        https://bugs.webkit.org/show_bug.cgi?id=92390

        Reviewed by Yury Semikhatsky.

        Fixed test to adopt new API.

        * inspector/profiler/heap-snapshot-loader.html:

2012-07-31  Peter Kasting  <pkasting@google.com>

        [Chromium] Add a baseline and modify expectations.
        https://bugs.webkit.org/show_bug.cgi?id=66417
        https://bugs.webkit.org/show_bug.cgi?id=81145
        https://bugs.webkit.org/show_bug.cgi?id=82547
        https://bugs.webkit.org/show_bug.cgi?id=84802

        Unreviewed, test expectation updates.

        One baseline was ommitted from http://trac.webkit.org/changeset/124296 .

        * platform/chromium-mac-snowleopard/fast/repaint/moving-shadow-on-container-expected.txt: Added.
        * platform/chromium-mac/fast/repaint/moving-shadow-on-container-expected.txt: Added.
        * platform/chromium/TestExpectations:

2012-07-31  MORITA Hajime  <morrita@google.com>

        Internals::setAuthorShadowDOMForAnyElementEnabled should be on InternalSettings
        https://bugs.webkit.org/show_bug.cgi?id=92823

        Reviewed by Kentaro Hara.

        Followed the changed on Internals API.

        * fast/dom/shadow/input-with-validation.html:

2012-07-31  Keishi Hattori  <keishi@webkit.org>

        Mark fast/forms/color/color-suggestion-picker-appearance.html as missing or image mismatch

        Unreviewed.

        * platform/chromium/TestExpectations:

2012-07-31  Ami Fischman  <fischman@chromium.org>

        Layout Test media/video-currentTime-set.html is still flaky
        https://bugs.webkit.org/show_bug.cgi?id=85003

        Unreviewed gardening; test was fixed in r115462 but expectation was left behind.
        
        * platform/chromium/TestExpectations:

2012-07-31  Vincent Scheib  <scheib@chromium.org>

        webkitRequestPointerLock and webkitExitPointerLock limited to the same document of an active Pointer lock.
        https://bugs.webkit.org/show_bug.cgi?id=91284

        Reviewed by Adrienne Walker.

        Previously, cross-talk between documents was possible, e.g. allowing one
        document.webkitExitPointerLock to exit the lock from another document.
        This change brings Pointer Lock closer to the Fullscreen API behavior,
        and stops the pointer lock target from being transferable between
        documents.

        * http/tests/pointer-lock/requestPointerLock-can-not-transfer-between-documents-expected.txt: Added.
        * http/tests/pointer-lock/requestPointerLock-can-not-transfer-between-documents.html: Added.
        * http/tests/resources/pointer-lock/iframe-common.js:
        (document.onwebkitpointerlockchange):
        (document.onwebkitpointerlockerror):
        * pointer-lock/pointerlockchange-pointerlockerror-events-expected.txt:
        * pointer-lock/pointerlockchange-pointerlockerror-events.html:

2012-07-31  Ami Fischman  <fischman@chromium.org>

        [Chromium][Mac] Assertion failure in null_audio_sink.cc running WebGL video layout test on 10.5 debug bots
        https://bugs.webkit.org/show_bug.cgi?id=89529

        Unreviewed gardening.

        Should be mostly/all cured on Mac.  See http://crbug.com/138583 for ongoing details.

        * platform/chromium/TestExpectations:

2012-07-31  Peter Kasting  <pkasting@google.com>

        [Chromium] Update test expectations.
        https://bugs.webkit.org/show_bug.cgi?id=85952
        https://bugs.webkit.org/show_bug.cgi?id=92835

        Unreviewed, test expectation updates.

        * platform/chromium/TestExpectations:

2012-07-31  Douglas Stockwell  <dstockwell@chromium.org>

        -webkit-flex-flow does not work with inherit/initial values
        https://bugs.webkit.org/show_bug.cgi?id=92709

        Reviewed by Ojan Vafai.

        Test that flex-flow handles 'initial' as expected.

        * css3/flexbox/flex-flow-initial-expected.txt: Added.
        * css3/flexbox/flex-flow-initial.html: Added.

2012-07-31  Peter Kasting  <pkasting@google.com>

        [Chromium] Rebaselines and test expectation updates.
        https://bugs.webkit.org/show_bug.cgi?id=66953
        https://bugs.webkit.org/show_bug.cgi?id=72746
        https://bugs.webkit.org/show_bug.cgi?id=74157
        https://bugs.webkit.org/show_bug.cgi?id=81145
        https://bugs.webkit.org/show_bug.cgi?id=83051

        Unreviewed, test expectation updates.

        Mostly rebaselining for https://bugs.webkit.org/show_bug.cgi?id=72746 .

        * platform/chromium-linux-x86/fast/writing-mode: Added.
        * platform/chromium-linux-x86/fast/writing-mode/english-lr-text-expected.png: Added.
        * platform/chromium-linux-x86/transitions: Added.
        * platform/chromium-linux-x86/transitions/default-timing-function-expected.png: Added.
        * platform/chromium-linux-x86/transitions/svg-text-shadow-transition-expected.png: Added.
        * platform/chromium-linux/fast/repaint/box-shadow-h-expected.png:
        * platform/chromium-linux/fast/repaint/box-shadow-v-expected.png:
        * platform/chromium-linux/fast/repaint/text-shadow-expected.png:
        * platform/chromium-linux/fast/repaint/text-shadow-horizontal-expected.png:
        * platform/chromium-linux/fast/text/shadow-no-blur-expected.png:
        * platform/chromium-linux/fast/text/shadow-translucent-fill-expected.png:
        * platform/chromium-linux/fast/text/stroking-decorations-expected.png:
        * platform/chromium-linux/fast/text/stroking-expected.png:
        * platform/chromium-linux/fast/writing-mode/english-lr-text-expected.png:
        * platform/chromium-linux/transitions/default-timing-function-expected.png:
        * platform/chromium-linux/transitions/svg-text-shadow-transition-expected.png:
        * platform/chromium-mac-snowleopard/fast/repaint/box-shadow-h-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/box-shadow-v-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/text-shadow-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/text-shadow-horizontal-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/text/shadow-no-blur-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/text/shadow-translucent-fill-expected.png:
        * platform/chromium-mac-snowleopard/fast/text/stroking-expected.png: Removed.
        * platform/chromium-mac-snowleopard/transitions/cross-fade-border-image-expected.png:
        * platform/chromium-mac-snowleopard/transitions/default-timing-function-expected.png: Added.
        * platform/chromium-mac-snowleopard/transitions/svg-text-shadow-transition-expected.png: Added.
        * platform/chromium-mac/fast/box-shadow/single-pixel-shadow-expected.png: Added.
        * platform/chromium-mac/fast/repaint/box-shadow-h-expected.png:
        * platform/chromium-mac/fast/repaint/box-shadow-v-expected.png:
        * platform/chromium-mac/fast/repaint/text-shadow-expected.png:
        * platform/chromium-mac/fast/repaint/text-shadow-horizontal-expected.png:
        * platform/chromium-mac/fast/text/shadow-no-blur-expected.png:
        * platform/chromium-mac/fast/text/stroking-decorations-expected.png:
        * platform/chromium-mac/fast/writing-mode/english-lr-text-expected.png:
        * platform/chromium-mac/transitions/default-timing-function-expected.png:
        * platform/chromium-mac/transitions/svg-text-shadow-transition-expected.png:
        * platform/chromium-win-xp/fast/text/shadow-translucent-fill-expected.png:
        * platform/chromium-win-xp/fast/text/stroking-decorations-expected.png: Added.
        * platform/chromium-win-xp/fast/text/stroking-expected.png: Added.
        * platform/chromium-win-xp/fast/writing-mode/english-lr-text-expected.png: Added.
        * platform/chromium-win-xp/transitions/svg-text-shadow-transition-expected.png:
        * platform/chromium-win/fast/repaint/box-shadow-h-expected.png:
        * platform/chromium-win/fast/repaint/box-shadow-v-expected.png:
        * platform/chromium-win/fast/text/shadow-translucent-fill-expected.png:
        * platform/chromium-win/fast/text/stroking-decorations-expected.png:
        * platform/chromium-win/fast/text/stroking-expected.png:
        * platform/chromium-win/fast/writing-mode/english-lr-text-expected.png:
        * platform/chromium-win/transitions/default-timing-function-expected.png:
        * platform/chromium-win/transitions/svg-text-shadow-transition-expected.png:
        * platform/chromium/TestExpectations:

2012-07-31  Emil A Eklund  <eae@chromium.org>

        Float imprecision causes incorrect wrapping in LineLayout with subpixel layout
        https://bugs.webkit.org/show_bug.cgi?id=92778

        Reviewed by Eric Seidel.

        Add test ensuring that an inline block isn't wrapped incorrectly.

        * fast/sub-pixel/inline-block-should-not-wrap-expected.html: Added.
        * fast/sub-pixel/inline-block-should-not-wrap.html: Added.
        * platform/mac-lion/Skipped:
        * platform/mac-snowleopard/Skipped:
        * platform/mac-wk2/Skipped:
        * platform/mac/Skipped:
        * platform/qt-4.8/Skipped:
        * platform/qt/Skipped:
        * platform/win-wk2/Skipped:
        * platform/win-xp/Skipped:
        * platform/win/Skipped:
        * platform/wincairo/Skipped:
        * platform/wk2/Skipped:

2012-08-01  Joone Hur  <joone.hur@intel.com>

        Unreviewed EFL gardening.
        Marked the following tests as pass, but they don't pass on 32-bits machines.

        sputnik/Conformance/15_Native_Objects/15.8_Math/15.8.2/15.8.2.16_sin/S15.8.2.16_A7.html
        sputnik/Conformance/15_Native_Objects/15.8_Math/15.8.2/15.8.2.18_tan/S15.8.2.18_A7.html
        svg/css/stars-with-shadow.html

        * platform/efl/TestExpectations:

2012-07-31  Ami Fischman  <fischman@chromium.org>

        Layout tests media/event-attributes.html and media/video-playbackrate.html failing
        https://bugs.webkit.org/show_bug.cgi?id=73692

        Unreviewed gardening.

        Should be mostly/all cured.  See http://crbug.com/138583 for ongoing details.

        * platform/chromium/TestExpectations:

2012-07-31  Ami Fischman  <fischman@chromium.org>

        media/video-currentTime-delay.html shouldn't be a performance test, so remove artificial deadline.
        https://bugs.webkit.org/show_bug.cgi?id=92816

        Unreviewed test cleanup.

        * media/video-currentTime-delay.html:
        * platform/chromium/TestExpectations:

2012-07-31  Peter Kasting  <pkasting@google.com>

        [Chromium] Rebaseline a test and correct two expectations.
        http://crbug.com/23477

        Unreviewed, test expectation updates.

        One line was extraneous after http://trac.webkit.org/changeset/124245 ,
        another after http://trac.webkit.org/changeset/124284 .

        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-as-image-incremental-repaint-expected.png: Added.
        * platform/chromium/TestExpectations:

2012-07-31  Ojan Vafai  <ojan@chromium.org>

        i and j keys no longer scroll in results.html
        https://bugs.webkit.org/show_bug.cgi?id=92584

        Reviewed by Tony Chang.

        Scrolling broke with r122880 since the scrolling element is no
        longer the body.

        Also, fix TestNavigator to allow navigating to tests in the
        unexpected passes table. That table doesn't have expand links,
        so we change TestNavigator to navigate the tbody's instead, which
        also happens to remove a bunch of unnecessary tree-walking.

        * fast/harness/resources/results-test.js:
        * fast/harness/results-expected.txt:
        * fast/harness/results.html:

2012-07-31  Ami Fischman  <fischman@chromium.org>

        [Chromium] Layout Test http/tests/media/media-source/webm/video-media-source-*.html is flaky
        https://bugs.webkit.org/show_bug.cgi?id=85952

        Unreviewed test cleanup.

        Timeouts were fixed by acolwell@chromium.org a few weeks ago. Flakiness of seeked vs. the other events is just overspecificity in the test.

        * http/tests/media/media-source/video-media-source-seek-expected.txt:
        * http/tests/media/media-source/video-media-source-seek.html:
        * platform/chromium/TestExpectations:

2012-07-31  Peter Kasting  <pkasting@google.com>

        [Chromium] Miscellaneous rebaselining.
        https://bugs.webkit.org/show_bug.cgi?id=78664
        https://bugs.webkit.org/show_bug.cgi?id=82129
        https://bugs.webkit.org/show_bug.cgi?id=82547
        https://bugs.webkit.org/show_bug.cgi?id=84065
        https://bugs.webkit.org/show_bug.cgi?id=84800
        https://bugs.webkit.org/show_bug.cgi?id=86592
        https://bugs.webkit.org/show_bug.cgi?id=88171
        https://bugs.webkit.org/show_bug.cgi?id=88705
        https://bugs.webkit.org/show_bug.cgi?id=89045
        https://bugs.webkit.org/show_bug.cgi?id=89936
        https://bugs.webkit.org/show_bug.cgi?id=90951
        https://bugs.webkit.org/show_bug.cgi?id=91811
        https://bugs.webkit.org/show_bug.cgi?id=92444
        https://bugs.webkit.org/show_bug.cgi?id=92537
        https://bugs.webkit.org/show_bug.cgi?id=92721
        https://bugs.webkit.org/show_bug.cgi?id=92811
        http://crbug.com/128325

        Unreviewed, test expectation updates.

        * platform/chromium-linux-x86/compositing/reflections/nested-reflection-anchor-point-expected.png: Added.
        * platform/chromium-linux-x86/css3/filters/custom: Added.
        * platform/chromium-linux-x86/css3/filters/custom/custom-filter-css-keyword-as-parameter-name-expected.png: Added.
        * platform/chromium-linux-x86/css3/filters/custom/effect-color-check-expected.png: Added.
        * platform/chromium-linux-x86/css3/filters/custom/filter-repaint-custom-clipped-expected.png: Added.
        * platform/chromium-linux-x86/css3/filters/custom/filter-repaint-custom-expected.png: Added.
        * platform/chromium-linux-x86/css3/filters/custom/filter-repaint-custom-rotated-expected.png: Added.
        * platform/chromium-linux-x86/fast/css/text-overflow-ellipsis-text-align-center-expected.txt: Added.
        * platform/chromium-linux-x86/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt: Added.
        * platform/chromium-linux-x86/fast/css/text-overflow-ellipsis-text-align-left-expected.txt: Added.
        * platform/chromium-linux-x86/fast/css/text-overflow-ellipsis-text-align-right-expected.txt: Added.
        * platform/chromium-linux-x86/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt: Added.
        * platform/chromium-linux-x86/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.txt: Added.
        * platform/chromium-linux-x86/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.txt: Added.
        * platform/chromium-linux-x86/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.txt: Added.
        * platform/chromium-linux-x86/fast/text/shaping: Added.
        * platform/chromium-linux-x86/fast/text/shaping/shaping-script-order-expected.png: Added.
        * platform/chromium-linux-x86/fast/text/shaping/shaping-script-order-expected.txt: Added.
        * platform/chromium-linux-x86/fast/text/shaping/shaping-selection-rect-expected.png: Added.
        * platform/chromium-linux-x86/fast/text/shaping/shaping-selection-rect-expected.txt: Added.
        * platform/chromium-linux-x86/media: Removed.
        * platform/chromium-linux/compositing/reflections/nested-reflection-anchor-point-expected.png:
        * platform/chromium-linux/css3/filters/custom/custom-filter-css-keyword-as-parameter-name-expected.png: Added.
        * platform/chromium-linux/css3/filters/custom/effect-color-check-expected.png: Added.
        * platform/chromium-linux/css3/filters/custom/filter-repaint-custom-clipped-expected.png: Added.
        * platform/chromium-linux/css3/filters/custom/filter-repaint-custom-expected.png: Added.
        * platform/chromium-linux/css3/filters/custom/filter-repaint-custom-rotated-expected.png: Added.
        * platform/chromium-linux/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Added.
        * platform/chromium-linux/fast/css/text-overflow-ellipsis-text-align-center-expected.txt: Added.
        * platform/chromium-linux/fast/css/text-overflow-ellipsis-text-align-justify-expected.png: Added.
        * platform/chromium-linux/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt: Added.
        * platform/chromium-linux/fast/css/text-overflow-ellipsis-text-align-left-expected.png: Added.
        * platform/chromium-linux/fast/css/text-overflow-ellipsis-text-align-left-expected.txt: Added.
        * platform/chromium-linux/fast/css/text-overflow-ellipsis-text-align-right-expected.png: Added.
        * platform/chromium-linux/fast/css/text-overflow-ellipsis-text-align-right-expected.txt: Added.
        * platform/chromium-linux/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Added.
        * platform/chromium-linux/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt: Added.
        * platform/chromium-linux/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.png: Added.
        * platform/chromium-linux/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.txt: Added.
        * platform/chromium-linux/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.png: Added.
        * platform/chromium-linux/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.txt: Added.
        * platform/chromium-linux/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.png: Added.
        * platform/chromium-linux/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.txt: Added.
        * platform/chromium-linux/fast/text/shaping: Added.
        * platform/chromium-linux/fast/text/shaping/shaping-script-order-expected.png: Added.
        * platform/chromium-linux/fast/text/shaping/shaping-script-order-expected.txt: Added.
        * platform/chromium-linux/fast/text/shaping/shaping-selection-rect-expected.png: Added.
        * platform/chromium-linux/fast/text/shaping/shaping-selection-rect-expected.txt: Added.
        * platform/chromium-linux/media/media-document-audio-repaint-expected.png:
        * platform/chromium-mac-snowleopard/compositing/reflections/nested-reflection-anchor-point-expected.png:
        * platform/chromium-mac-snowleopard/css3/filters/custom: Added.
        * platform/chromium-mac-snowleopard/css3/filters/custom/custom-filter-css-keyword-as-parameter-name-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/block/lineboxcontain/glyphs-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/css/text-overflow-ellipsis-text-align-center-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/css/text-overflow-ellipsis-text-align-justify-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/css/text-overflow-ellipsis-text-align-left-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/css/text-overflow-ellipsis-text-align-left-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/css/text-overflow-ellipsis-text-align-right-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/css/text-overflow-ellipsis-text-align-right-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/forms/datalist/input-appearance-range-with-datalist-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
        * platform/chromium-mac-snowleopard/fast/speech/input-appearance-searchandspeech-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/fast/text/shaping: Added.
        * platform/chromium-mac-snowleopard/fast/text/shaping/shaping-script-order-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/text/shaping/shaping-script-order-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/text/shaping/shaping-selection-rect-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/text/shaping/shaping-selection-rect-expected.txt: Added.
        * platform/chromium-mac-snowleopard/media/media-document-audio-repaint-expected.png:
        * platform/chromium-mac/compositing/reflections/nested-reflection-anchor-point-expected.png:
        * platform/chromium-mac/css3/filters/custom/custom-filter-css-keyword-as-parameter-name-expected.png: Added.
        * platform/chromium-mac/fast/block/lineboxcontain/glyphs-expected.txt:
        * platform/chromium-mac/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Added.
        * platform/chromium-mac/fast/css/text-overflow-ellipsis-text-align-center-expected.txt: Added.
        * platform/chromium-mac/fast/css/text-overflow-ellipsis-text-align-justify-expected.png: Added.
        * platform/chromium-mac/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt: Added.
        * platform/chromium-mac/fast/css/text-overflow-ellipsis-text-align-left-expected.png: Added.
        * platform/chromium-mac/fast/css/text-overflow-ellipsis-text-align-left-expected.txt: Added.
        * platform/chromium-mac/fast/css/text-overflow-ellipsis-text-align-right-expected.png: Added.
        * platform/chromium-mac/fast/css/text-overflow-ellipsis-text-align-right-expected.txt: Added.
        * platform/chromium-mac/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Added.
        * platform/chromium-mac/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt: Added.
        * platform/chromium-mac/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.png: Added.
        * platform/chromium-mac/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.txt: Added.
        * platform/chromium-mac/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.png: Added.
        * platform/chromium-mac/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.txt: Added.
        * platform/chromium-mac/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.png: Added.
        * platform/chromium-mac/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.txt: Added.
        * platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.png:
        * platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.txt:
        * platform/chromium-mac/fast/text/shaping: Added.
        * platform/chromium-mac/fast/text/shaping/shaping-script-order-expected.png: Added.
        * platform/chromium-mac/fast/text/shaping/shaping-script-order-expected.txt: Added.
        * platform/chromium-mac/fast/text/shaping/shaping-selection-rect-expected.png: Added.
        * platform/chromium-mac/fast/text/shaping/shaping-selection-rect-expected.txt: Added.
        * platform/chromium-mac/media/media-document-audio-repaint-expected.png:
        * platform/chromium-mac/media/media-document-audio-repaint-expected.txt:
        * platform/chromium-win-xp/compositing/reflections: Added.
        * platform/chromium-win-xp/compositing/reflections/nested-reflection-anchor-point-expected.png: Added.
        * platform/chromium-win-xp/compositing/shadows: Added.
        * platform/chromium-win-xp/compositing/shadows/shadow-drawing-expected.png: Added.
        * platform/chromium-win-xp/css1/formatting_model: Added.
        * platform/chromium-win-xp/css1/formatting_model/floating_elements-expected.png: Added.
        * platform/chromium-win-xp/css3/filters/custom: Added.
        * platform/chromium-win-xp/css3/filters/custom/custom-filter-css-keyword-as-parameter-name-expected.png: Added.
        * platform/chromium-win-xp/css3/filters/custom/effect-color-check-expected.png: Added.
        * platform/chromium-win-xp/css3/filters/custom/filter-repaint-custom-clipped-expected.png: Added.
        * platform/chromium-win-xp/css3/filters/custom/filter-repaint-custom-expected.png: Added.
        * platform/chromium-win-xp/css3/filters/custom/filter-repaint-custom-rotated-expected.png: Added.
        * platform/chromium-win-xp/fast/css/text-overflow-ellipsis-text-align-center-expected.txt: Added.
        * platform/chromium-win-xp/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt: Added.
        * platform/chromium-win-xp/fast/css/text-overflow-ellipsis-text-align-left-expected.txt: Added.
        * platform/chromium-win-xp/fast/css/text-overflow-ellipsis-text-align-right-expected.txt: Added.
        * platform/chromium-win-xp/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt: Added.
        * platform/chromium-win-xp/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.txt: Added.
        * platform/chromium-win-xp/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.txt: Added.
        * platform/chromium-win-xp/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.txt: Added.
        * platform/chromium-win-xp/fast/forms/datalist: Added.
        * platform/chromium-win-xp/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Added.
        * platform/chromium-win-xp/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png: Added.
        * platform/chromium-win-xp/fast/speech/input-appearance-searchandspeech-expected.png: Removed.
        * platform/chromium-win-xp/fast/text/shaping: Added.
        * platform/chromium-win-xp/fast/text/shaping/shaping-script-order-expected.png: Added.
        * platform/chromium-win-xp/fast/text/shaping/shaping-script-order-expected.txt: Added.
        * platform/chromium-win-xp/fast/text/shaping/shaping-selection-rect-expected.png: Added.
        * platform/chromium-win-xp/fast/text/shaping/shaping-selection-rect-expected.txt: Added.
        * platform/chromium-win-xp/media: Removed.
        * platform/chromium-win/compositing/reflections/nested-reflection-anchor-point-expected.png:
        * platform/chromium-win/css1/formatting_model/floating_elements-expected.png:
        * platform/chromium-win/css3/filters/custom/custom-filter-css-keyword-as-parameter-name-expected.png: Added.
        * platform/chromium-win/css3/filters/custom/effect-color-check-expected.png: Added.
        * platform/chromium-win/css3/filters/custom/filter-repaint-custom-clipped-expected.png: Added.
        * platform/chromium-win/css3/filters/custom/filter-repaint-custom-expected.png: Added.
        * platform/chromium-win/css3/filters/custom/filter-repaint-custom-rotated-expected.png: Added.
        * platform/chromium-win/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Added.
        * platform/chromium-win/fast/css/text-overflow-ellipsis-text-align-center-expected.txt: Added.
        * platform/chromium-win/fast/css/text-overflow-ellipsis-text-align-justify-expected.png: Added.
        * platform/chromium-win/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt: Added.
        * platform/chromium-win/fast/css/text-overflow-ellipsis-text-align-left-expected.png: Added.
        * platform/chromium-win/fast/css/text-overflow-ellipsis-text-align-left-expected.txt: Added.
        * platform/chromium-win/fast/css/text-overflow-ellipsis-text-align-right-expected.png: Added.
        * platform/chromium-win/fast/css/text-overflow-ellipsis-text-align-right-expected.txt: Added.
        * platform/chromium-win/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Added.
        * platform/chromium-win/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt: Added.
        * platform/chromium-win/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.png: Added.
        * platform/chromium-win/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.txt: Added.
        * platform/chromium-win/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.png: Added.
        * platform/chromium-win/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.txt: Added.
        * platform/chromium-win/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.png: Added.
        * platform/chromium-win/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.txt: Added.
        * platform/chromium-win/fast/forms/datalist/input-appearance-range-with-datalist-expected.png:
        * platform/chromium-win/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
        * platform/chromium-win/fast/text/shaping: Added.
        * platform/chromium-win/fast/text/shaping/shaping-script-order-expected.png: Added.
        * platform/chromium-win/fast/text/shaping/shaping-script-order-expected.txt: Added.
        * platform/chromium-win/fast/text/shaping/shaping-selection-rect-expected.png: Added.
        * platform/chromium-win/fast/text/shaping/shaping-selection-rect-expected.txt: Added.
        * platform/chromium-win/media/media-document-audio-repaint-expected.png:
        * platform/chromium-win/media/media-document-audio-repaint-expected.txt:
        * platform/chromium/TestExpectations:
        * platform/efl/css1/formatting_model/floating_elements-expected.png: Removed.

2012-07-30  Ryosuke Niwa  <rniwa@webkit.org>

        REGRESSION(r120979): Node list returned by getElementsByTagNameNS isn't invalidated when children changes
        https://bugs.webkit.org/show_bug.cgi?id=92705

        Reviewed by Abhishek Arya.

        Add a regression test to ensure node lists returned by getElementsByTagNameNS are invalidated
        when child nodes are added or removed.

        * fast/dom/NodeList/nodelist-namespace-invalidation-expected.txt: Added.
        * fast/dom/NodeList/nodelist-namespace-invalidation.html: Added.

2012-07-31  Tony Chang  <tony@chromium.org>

        flexbox should avoid floats
        https://bugs.webkit.org/show_bug.cgi?id=92661

        Reviewed by Ojan Vafai.

        Add a test case to make sure flexboxen avoid floats.

        * css3/flexbox/floated-flexbox.html:

2012-07-31  Tony Chang  <tony@chromium.org>

        REGRESSION: flexbox content-size fails to exclude scrollbar
        https://bugs.webkit.org/show_bug.cgi?id=92667

        Reviewed by Ojan Vafai.

        Add column flow test cases with scrollbars forced on.

        * css3/flexbox/content-height-with-scrollbars-expected.html: Added.
        * css3/flexbox/content-height-with-scrollbars.html: Added.

2012-07-31  Tony Chang  <tony@chromium.org>

        -webkit-order should take an integer, not a number
        https://bugs.webkit.org/show_bug.cgi?id=92688

        Reviewed by Ojan Vafai.

        Update tests.

        * css3/flexbox/css-properties-expected.txt:
        * css3/flexbox/css-properties.html:
        * css3/flexbox/flex-order.html:

2012-07-31  Luke Macpherson   <macpherson@chromium.org>

        Heap-use-after-free in WebCore::StyleResolver::loadPendingImage
        https://bugs.webkit.org/show_bug.cgi?id=92606

        Reviewed by Abhishek Arya.

        Exercises the codepath where an image is loaded using a url specified via a variable.

        * fast/css/variables/deferred-image-load-from-variable-expected.txt: Added.
        * fast/css/variables/deferred-image-load-from-variable.html: Added.

2012-07-31  Peter Kasting  <pkasting@google.com>

        [Chromium] Rebaselines.
        https://bugs.webkit.org/show_bug.cgi?id=58008
        https://bugs.webkit.org/show_bug.cgi?id=81145
        https://bugs.webkit.org/show_bug.cgi?id=92537

        Unreviewed, test updates.

        Mostly rebaselining for
        http://src.chromium.org/viewvc/chrome?view=rev&revision=149198 , which
        resulted in some i18n font changes due to
        http://trac.webkit.org/changeset/83126 .

        * fast/dom/52776-expected.txt: Added.
        * fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt: Added.
        * platform/chromium-linux-x86/fast/text/international: Removed.
        * platform/chromium-linux-x86/fast/text/international/bidi-neutral-run-expected.png: Removed.
        * platform/chromium-linux-x86/platform/chromium/compositing: Added.
        * platform/chromium-linux-x86/platform/chromium/compositing/scrollbars: Added.
        * platform/chromium-linux-x86/platform/chromium/compositing/scrollbars/custom-composited-different-track-parts-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/dom/52776-expected.png:
        * platform/chromium-mac-snowleopard/fast/dom/52776-expected.txt:
        * platform/chromium-mac-snowleopard/fast/text/complex-text-opacity-expected.png:
        * platform/chromium-mac-snowleopard/fast/text/international/arabic-justify-expected.png:
        * platform/chromium-mac-snowleopard/fast/text/international/arabic-justify-expected.txt:
        * platform/chromium-mac-snowleopard/fast/text/international/bidi-AN-after-L-expected.png:
        * platform/chromium-mac-snowleopard/fast/text/international/bidi-AN-after-empty-run-expected.png:
        * platform/chromium-mac-snowleopard/fast/text/international/bidi-CS-after-AN-expected.png:
        * platform/chromium-mac-snowleopard/fast/text/international/bidi-mirror-he-ar-expected.png:
        * platform/chromium-mac-snowleopard/fast/text/international/bidi-mirror-he-ar-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/fast/text/international/bidi-neutral-run-expected.png:
        * platform/chromium-mac/fast/dom/52776-expected.png:
        * platform/chromium-mac/fast/dom/52776-expected.txt: Removed.
        * platform/chromium-mac/fast/text/complex-text-opacity-expected.png:
        * platform/chromium-mac/fast/text/complex-text-opacity-expected.txt: Removed.
        * platform/chromium-mac/fast/text/international/arabic-justify-expected.png:
        * platform/chromium-mac/fast/text/international/arabic-justify-expected.txt: Removed.
        * platform/chromium-mac/fast/text/international/bidi-AN-after-L-expected.png:
        * platform/chromium-mac/fast/text/international/bidi-AN-after-L-expected.txt: Removed.
        * platform/chromium-mac/fast/text/international/bidi-AN-after-empty-run-expected.png: Added.
        * platform/chromium-mac/fast/text/international/bidi-CS-after-AN-expected.png:
        * platform/chromium-mac/fast/text/international/bidi-CS-after-AN-expected.txt: Removed.
        * platform/chromium-mac/fast/text/international/bidi-mirror-he-ar-expected.png:
        * platform/chromium-mac/fast/text/international/bidi-mirror-he-ar-expected.txt: Removed.
        * platform/chromium-mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.png:
        * platform/chromium-mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt: Removed.
        * platform/chromium-mac/fast/text/international/bidi-neutral-run-expected.png: Added.
        * platform/chromium-win-xp/fast/text/international/bidi-neutral-run-expected.png: Removed.
        * platform/chromium/TestExpectations:
        * platform/efl/fast/dom/52776-expected.txt: Removed.
        * platform/efl/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt: Removed.
        * platform/gtk/fast/dom/52776-expected.txt: Removed.
        * platform/gtk/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt: Removed.

2012-07-31  Chris Rogers  <crogers@google.com>

        Add stub implementation for MediaStreamAudioSourceNode
        https://bugs.webkit.org/show_bug.cgi?id=90110

        Reviewed by Kenneth Russell.

        * webaudio/mediastreamaudiosourcenode-expected.txt: Added.
        * webaudio/mediastreamaudiosourcenode.html: Added.

2012-07-31  Peter Kasting  <pkasting@google.com>

        [Chromium] Rebaselines.
        https://bugs.webkit.org/show_bug.cgi?id=45991
        https://bugs.webkit.org/show_bug.cgi?id=81145
        https://bugs.webkit.org/show_bug.cgi?id=82911
        http://crbug.com/131187
        http://crbug.com/135709
        http://crbug.com/139796

        Unreviewed, test updates.

        Mostly rebaselining in the wake of r124209, with a few other things
        mixed in.

        * platform/chromium-linux-x86/fast/gradients: Added.
        * platform/chromium-linux-x86/fast/gradients/crash-on-zero-radius-expected.png: Added.
        * platform/chromium-linux-x86/fast/gradients/generated-gradients-expected.png: Added.
        * platform/chromium-linux-x86/fast/gradients/list-item-gradient-expected.png: Added.
        * platform/chromium-linux-x86/fast/gradients/simple-gradients-expected.png: Added.
        * platform/chromium-linux-x86/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png: Removed.
        * platform/chromium-linux-x86/svg/as-background-image: Added.
        * platform/chromium-linux-x86/svg/as-background-image/svg-as-background-3-expected.png: Added.
        * platform/chromium-linux-x86/svg/as-background-image/svg-as-background-with-relative-size-expected.png: Added.
        * platform/chromium-linux-x86/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png: Removed.
        * platform/chromium-linux/fast/gradients/crash-on-zero-radius-expected.png:
        * platform/chromium-linux/fast/gradients/generated-gradients-expected.png:
        * platform/chromium-linux/fast/gradients/list-item-gradient-expected.png:
        * platform/chromium-linux/fast/gradients/simple-gradients-expected.png:
        * platform/chromium-linux/platform/chromium/compositing/scrollbars/custom-composited-different-track-parts-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
        * platform/chromium-linux/svg/as-background-image/svg-as-background-3-expected.png:
        * platform/chromium-linux/svg/as-background-image/svg-as-background-with-relative-size-expected.png:
        * platform/chromium-linux/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png:
        * platform/chromium-mac-snowleopard/fast/gradients/generated-gradients-expected.png:
        * platform/chromium-mac-snowleopard/fast/gradients/list-item-gradient-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/canvas: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/canvas/philip: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/canvas/philip/tests: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/canvas/philip/tests/2d.gradient.radial.cone.behind-expected.txt: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/canvas/philip/tests/2d.gradient.radial.cone.beside-expected.txt: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/canvas/philip/tests/2d.gradient.radial.cone.shape2-expected.txt: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/canvas/philip/tests/2d.gradient.radial.cone.top-expected.txt: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/canvas/philip/tests/2d.gradient.radial.touch1-expected.txt: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/canvas/philip/tests/2d.gradient.radial.touch3-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/as-background-image/svg-as-background-with-relative-size-expected.png: Added.
        * platform/chromium-mac/canvas/philip/tests/2d.gradient.radial.cone.behind-expected.txt: Removed.
        * platform/chromium-mac/canvas/philip/tests/2d.gradient.radial.cone.beside-expected.txt: Removed.
        * platform/chromium-mac/canvas/philip/tests/2d.gradient.radial.cone.cylinder-expected.txt: Removed.
        * platform/chromium-mac/canvas/philip/tests/2d.gradient.radial.cone.shape2-expected.txt: Removed.
        * platform/chromium-mac/canvas/philip/tests/2d.gradient.radial.cone.top-expected.txt: Removed.
        * platform/chromium-mac/canvas/philip/tests/2d.gradient.radial.touch1-expected.txt: Removed.
        * platform/chromium-mac/canvas/philip/tests/2d.gradient.radial.touch3-expected.txt: Removed.
        * platform/chromium-mac/fast/canvas/canvas-currentColor-expected.txt: Removed.
        * platform/chromium-mac/fast/gradients/crash-on-zero-radius-expected.png:
        * platform/chromium-mac/fast/gradients/css3-color-stop-units-expected.png: Added.
        * platform/chromium-mac/fast/gradients/generated-gradients-expected.png:
        * platform/chromium-mac/fast/gradients/list-item-gradient-expected.png:
        * platform/chromium-mac/fast/gradients/simple-gradients-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/tests/2d.gradient.radial.cone.behind-expected.txt: Added.
        * platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/tests/2d.gradient.radial.cone.beside-expected.txt: Added.
        * platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/tests/2d.gradient.radial.cone.shape2-expected.txt: Added.
        * platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/tests/2d.gradient.radial.cone.top-expected.txt: Added.
        * platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/tests/2d.gradient.radial.touch1-expected.txt: Added.
        * platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/tests/2d.gradient.radial.touch3-expected.txt: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Added.
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
        * platform/chromium-mac/svg/as-background-image/svg-as-background-3-expected.png:
        * platform/chromium-mac/svg/as-background-image/svg-as-background-with-relative-size-expected.png:
        * platform/chromium-mac/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png:
        * platform/chromium-win-xp/svg/as-background-image: Added.
        * platform/chromium-win-xp/svg/as-background-image/svg-as-background-3-expected.png: Added.
        * platform/chromium-win-xp/svg/as-background-image/svg-as-background-6-expected.png: Added.
        * platform/chromium-win-xp/svg/as-background-image/svg-as-background-with-relative-size-expected.png: Added.
        * platform/chromium-win/fast/gradients/crash-on-zero-radius-expected.png:
        * platform/chromium-win/fast/gradients/generated-gradients-expected.png:
        * platform/chromium-win/fast/gradients/list-item-gradient-expected.png:
        * platform/chromium-win/fast/gradients/simple-gradients-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
        * platform/chromium-win/svg/as-background-image/svg-as-background-3-expected.png:
        * platform/chromium-win/svg/as-background-image/svg-as-background-6-expected.png:
        * platform/chromium-win/svg/as-background-image/svg-as-background-with-relative-size-expected.png:
        * platform/chromium-win/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png:
        * platform/chromium/TestExpectations:

2012-07-31  Stephen White  <senorblanco@chromium.org>

        [chromium] Unreviwed gardening.
        Some TestExpectations hygiene.

        * platform/chromium/TestExpectations:

2012-07-31  Stephen White  <senorblanco@chromium.org>

        [chromium] Unreviewed gardening.

        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-incremental-repaint-2-expected.png: Added.

2012-07-31  Stephen White  <senorblanco@chromium.org>

        [chromium] Unreviewed gardening.

        Add new mac baselines for fill-stroke-clip-reset-path.  These have red
        squares for the dashboard results, since chrome doesn't support
        dashboard mode.  The same had already been done for Win and Linux.

        * platform/chromium-mac-snowleopard/fast/canvas/fill-stroke-clip-reset-path-expected.png: Added.
        * platform/chromium-mac/fast/canvas/fill-stroke-clip-reset-path-expected.png: Added.
        * platform/chromium/TestExpectations:

2012-07-31  Mike Reed  <reed@google.com>

        suppress gradient tests on skia/mac that have incorrectly "recorded failure", now that those tests are actually passing (drawing correctly)
        https://bugs.webkit.org/show_bug.cgi?id=92787

        Unreviewed, test expectations update.

        * platform/chromium/TestExpectations:

2012-07-31  Li Yin  <li.yin@intel.com>

        AudioPannerNode should raise exception when distanceModel is set incorrectly
        https://bugs.webkit.org/show_bug.cgi?id=90952

        Reviewed by Chris Rogers.

        Spec: http://www.w3.org/TR/webaudio/#AudioPannerNode-section
        Add tests for distanceModel,numberOfInputs and numberOfInputs of AudioPannerNode.

        * webaudio/audiopannernode-basic-expected.txt: Added.
        * webaudio/audiopannernode-basic.html: Added.
        * webaudio/panner-set-model-expected.txt: Removed.
        * webaudio/panner-set-model.html: Removed.

2012-07-31  Max Vujovic  <mvujovic@adobe.com>

        [CSS Shaders] CSS parser rejects parameter names that are also CSS keywords
        https://bugs.webkit.org/show_bug.cgi?id=92537

        Reviewed by Dirk Schulze.

        Add a pixel test that uses the CSS keyword "background" as a CSS Shaders parameter name.
        Add a parsing test case that uses the CSS keyword "background".

        * css3/filters/custom/custom-filter-css-keyword-as-parameter-name-expected.png: Added.
        * css3/filters/custom/custom-filter-css-keyword-as-parameter-name-expected.txt: Added.
        * css3/filters/custom/custom-filter-css-keyword-as-parameter-name.html: Added.
        * css3/filters/custom/custom-filter-property-parsing-expected.txt:
        * css3/filters/resources/css-keyword-as-parameter-name.fs: Added.
        * css3/filters/script-tests/custom-filter-property-parsing.js:
        * platform/chromium/TestExpectations:
        * platform/chromium/css3/filters/custom/custom-filter-property-parsing-expected.txt:

2012-07-31  Pravin D  <pravind.2k4@gmail.com>

        Caret position is wrong when a editable container has word-wrap:normal set
        https://bugs.webkit.org/show_bug.cgi?id=89649

        Reviewed by Levi Weintraub.

        * editing/input/editable-container-with-word-wrap-normal-expected.txt: Added.
        * editing/input/editable-container-with-word-wrap-normal.html: Added.

2012-07-31  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        [EFL] Gardening of failing tests and new passes
        https://bugs.webkit.org/show_bug.cgi?id=92770

        Unreviewed gardening.

        New baselines, skipped some failing tests and removed test
        expectations that are the same as the global expectations.

        * platform/efl/TestExpectations:
        * platform/efl/compositing/iframes/leave-compositing-iframe-expected.txt: Removed.
        * platform/efl/compositing/plugins/1x1-composited-plugin-expected.txt: Removed.
        * platform/efl/compositing/plugins/large-to-small-composited-plugin-expected.txt: Removed.
        * platform/efl/css2.1/20110323/block-replaced-width-001-expected.txt: Added.
        * platform/efl/fast/block/positioning/rtl-fixed-positioning-expected.txt: Removed.
        * platform/efl/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt: Removed.
        * platform/efl/fast/forms/listbox-clip-expected.txt: Removed.
        * platform/efl/fast/html/details-position-expected.txt: Removed.
        * platform/efl/mathml/msub-anonymous-child-render-crash-expected.txt: Removed.
        * platform/efl/svg/as-image/animated-svg-repaints-completely-in-hidpi-expected.png: Added.
        * platform/efl/svg/as-image/animated-svg-repaints-completely-in-hidpi-expected.txt: Added.

2012-07-31  Hans Wennborg  <hans@chromium.org>

        Speech JavaScript API: Throw exception for start() when already started
        https://bugs.webkit.org/show_bug.cgi?id=92756

        Reviewed by Adam Barth.

        Layout test for checking that calling start on an already started
        SpeechRecognition object throws an exception.

        * fast/speech/scripted/start-exception-expected.txt: Added.
        * fast/speech/scripted/start-exception.html: Added.

2012-07-31  Adrienne Walker  <enne@google.com>

        [Chromium] transforms/3d/point-mapping/3d-point-mapping-*.html failing on Win
        https://bugs.webkit.org/show_bug.cgi?id=92707

        Unreviewed, updating expectations after r124052.

        For efficiency's sake, ScrollbarLayerChromium doesn't draw the top and
        bottom part of the track differently on "native" scrollbars. This
        changes the way the mock Windows scrollbars look in tests.

        * platform/chromium-linux-x86/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png: Removed.
        * platform/chromium-win-xp/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: Removed.
        * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
        * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-expected.png:
        * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
        * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
        * platform/chromium/TestExpectations:

2012-07-31  Michael Saboff  <msaboff@apple.com>

        inspector/profiler/heap-snapshot-containment-show-all.html test crashing during WebView closing
        <rdar://problem/11991881>

        * platform/mac-lion/Skipped: Added inspector/debugger/debugger-expand-scope.html to skip list.

2012-07-31  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt][WK2] Unreviewed gardening, last attempt to paint the WK2 bot green today.

        * platform/qt-5.0-wk2/Skipped: Skip a failing test.
        * platform/qt-5.0-wk2/compositing/columns/composited-in-paginated-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt: Added.
        * platform/qt/Skipped:

2012-07-31  Stephen Chenney  <schenney@chromium.org>

        xmlserializer strips xlink from xlink:html svg image tag
        https://bugs.webkit.org/show_bug.cgi?id=79586

        Reviewed by Nikolas Zimmermann.

        Adding code to ensure the correct prefix on attributes in the xml,
        xmlns and xlink namespaces. We now follow the rules in
        http://www.whatwg.org/specs/web-apps/current-work/multipage/the-end.html#serializing-html-fragments
        (circa the time of this change).

        Rob Buis wrote the original test for this patch and did the initial work.


        * editing/pasteboard/paste-noscript-svg-expected.txt: Updated.
        * fast/dom/XMLSerializer-xml-namespace-expected.txt: Added.
        * fast/dom/XMLSerializer-xml-namespace.html: Added. Tests serializing attributes with the xml namespace.
        * svg/custom/xlink-prefix-in-attributes-expected.txt: Added.
        * svg/custom/xlink-prefix-in-attributes.html: Added. Tests serializing attributes in the xmlns and xlink namespaces.

2012-07-31  Mike Reed  <reed@google.com>

        skia: switch to conical gradient to match css/svg spec for two-point gradients
        https://bugs.webkit.org/show_bug.cgi?id=92754

        Reviewed by Stephen White.

        Update expectations to rebaseline 9 images after this change lands

        * platform/chromium/TestExpectations:

2012-07-31  Alexander Pavlov  <apavlov@chromium.org>

        [Chromium] Unreviewed, rebaseline fast/ruby/overhang-horizontal.html.

        * platform/chromium-win/fast/ruby/overhang-horizontal-expected.png: Added.
        * platform/chromium/TestExpectations:

2012-07-31  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, skip new failing tests.

        * platform/qt/Skipped:
        * platform/qt/TestExpectations:

2012-07-31  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt][WK2] Unreviewed gardening. Skip failing tests and remove unnecessary expected files. (bug85203)

        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0-wk2/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/dynamic/008-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/dynamic/008-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/parser/entity-comment-in-textarea-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/parser/entity-comment-in-textarea-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/parser/open-comment-in-textarea-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/parser/open-comment-in-textarea-expected.txt: Removed.

2012-07-31  Alexander Pavlov  <apavlov@chromium.org>

        [Chromium] Unreviewed, rebaseline some platform/chromium/virtual/gpu/fast/canvas tests due to antialiasing changes.

        * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png:
        * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-expected.png:
        * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-transformclip-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-transformclip-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-transform-skewed-expected.png:
        * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png:
        * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-expected.png:
        * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-transformclip-expected.png:
        * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-transform-skewed-expected.png:
        * platform/chromium/TestExpectations:

2012-07-31  Alexei Filippov  <alexeif@chromium.org>

        Web Inspector: take into account the whole security origin instead of just host
        https://bugs.webkit.org/show_bug.cgi?id=92740

        Reviewed by Pavel Feldman.

        * http/tests/inspector-enabled/dom-storage-open-expected.txt:

2012-07-31  Keishi Hattori  <keishi@webkit.org>

        Slider ticks are drawn at wrong positions
        https://bugs.webkit.org/show_bug.cgi?id=92720

        Reviewed by Kent Tamura.

        * fast/forms/datalist/input-appearance-range-with-datalist.html: Added values to input elements so we can see if the slider thumb position matches with the tick marks.
        * platform/chromium-linux/fast/forms/datalist/input-appearance-range-with-datalist-expected.png:
        * platform/chromium-linux/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
        * platform/chromium-mac/fast/forms/datalist/input-appearance-range-with-datalist-expected.png:
        * platform/chromium-mac/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
        * platform/chromium/TestExpectations:

2012-07-31  Shinya Kawanaka  <shinyak@chromium.org>

        Older ShadowDOM is still rendered when a new ShadowDOM is added when they don't have any InsertionPoints.
        https://bugs.webkit.org/show_bug.cgi?id=92456

        Reviewed by Hajime Morita.

        * fast/dom/shadow/invalidate-distribution-expected.html: Added.
        * fast/dom/shadow/invalidate-distribution.html: Added.

2012-07-31  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, remove unnecessary expected files.

        * platform/qt-5.0/fast/css/beforeSelectorOnCodeElement-expected.txt: Removed.
        * platform/qt-5.0/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: Removed.
        * platform/qt-5.0/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: Removed.
        * platform/qt-5.0/fast/dynamic/008-expected.png: Removed.
        * platform/qt-5.0/fast/dynamic/008-expected.txt: Removed.
        * platform/qt-5.0/fast/html/font-weight-bold-for-b-and-strong-expected.png: Removed.
        * platform/qt-5.0/fast/html/font-weight-bold-for-b-and-strong-expected.txt: Removed.
        * platform/qt-5.0/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt: Removed.

2012-07-31  Tommy Widenflycht  <tommyw@google.com>

        Introduce a minimal RTCPeerConnection together with Dictionary changes
        https://bugs.webkit.org/show_bug.cgi?id=92380

        Reviewed by Kentaro Hara.

        * fast/mediastream/RTCPeerConnection-expected.txt: Added.
        * fast/mediastream/RTCPeerConnection.html: Added.

2012-07-31  János Badics  <jbadics@inf.u-szeged.hu>

        [Qt][EFL] New inspector/styles/region-style-crash.html introduced in r124186 fails
        https://bugs.webkit.org/show_bug.cgi?id=91503

        Reviewed by Csaba Osztrogonác.

        * platform/qt/Skipped:

2012-07-31  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening after r124189, remove unnecessary expected files.

        * platform/qt-4.8/http/tests/security/xss-DENIED-xsl-document-securityOrigin-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/security/xss-DENIED-xsl-document-securityOrigin-expected.txt.
        * platform/qt-5.0/fast/dynamic/insert-before-table-part-in-continuation-expected.png: Removed.
        * platform/qt-5.0/fast/dynamic/insert-before-table-part-in-continuation-expected.txt: Removed.
        * platform/qt-5.0/fast/images/object-image-expected.txt: Added.
        * platform/qt-5.0/fast/parser/entity-comment-in-textarea-expected.png: Removed.
        * platform/qt-5.0/fast/parser/entity-comment-in-textarea-expected.txt: Removed.
        * platform/qt-5.0/fast/parser/open-comment-in-textarea-expected.png: Removed.
        * platform/qt-5.0/fast/parser/open-comment-in-textarea-expected.txt: Removed.
        * platform/qt-5.0/fast/repaint/continuation-after-outline-expected.txt: Removed.
        * platform/qt-5.0/fast/replaced/three-selects-break-expected.png: Removed.
        * platform/qt-5.0/fast/replaced/three-selects-break-expected.txt: Removed.
        * platform/qt-5.0/fast/writing-mode/fallback-orientation-expected.txt: Removed.
        * platform/qt-5.0/fast/xsl/document-function-expected.png: Removed.
        * platform/qt-5.0/fast/xsl/document-function-expected.txt: Removed.
        * platform/qt-5.0/fast/xsl/xslt-entity-expected.png: Removed.
        * platform/qt-5.0/fast/xsl/xslt-entity-expected.txt: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.png: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1/filters-light-04-f-expected.png: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1/render-elems-06-t-expected.png: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1/render-elems-07-t-expected.png: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1/render-elems-08-t-expected.png: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1/render-groups-01-b-expected.png: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1/render-groups-03-t-expected.png: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1/text-text-01-b-expected.png: Removed.
        * platform/qt-5.0/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Removed.

2012-07-31  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening. Unskip passing tests and add new expected files. (bug85203)

        * platform/qt-5.0/Skipped: Unskip passing tests.
        * platform/qt/Skipped: Skip the remaining failing tests and add bug reports.
        * platform/qt/css2.1/t040103-ident-03-c-expected.png: Added.
        * platform/qt/css2.1/t040103-ident-03-c-expected.txt: Added.
        * platform/qt/editing/pasteboard/4242293-1-expected.txt:
        * platform/qt/editing/pasteboard/5761530-1-expected.txt: Added.
        * platform/qt/fast/backgrounds/mask-box-image-expected.png:
        * platform/qt/fast/backgrounds/mask-box-image-expected.txt:
        * platform/qt/fast/backgrounds/repeat/noRepeatCorrectClip-expected.png: Copied from LayoutTests/platform/qt/fast/invalid/020-expected.png.
        * platform/qt/fast/backgrounds/repeat/noRepeatCorrectClip-expected.txt:
        * platform/qt/fast/backgrounds/svg-as-mask-expected.png:
        * platform/qt/fast/backgrounds/svg-as-mask-expected.txt:
        * platform/qt/fast/block/positioning/051-expected.png:
        * platform/qt/fast/block/positioning/051-expected.txt:
        * platform/qt/fast/compact/003-expected.png:
        * platform/qt/fast/compact/003-expected.txt:
        * platform/qt/fast/css-generated-content/010-expected.png:
        * platform/qt/fast/css-generated-content/010-expected.txt:
        * platform/qt/fast/css-grid-layout/place-cell-by-index-expected.txt: Added.
        * platform/qt/fast/css/font-face-descending-unicode-range-expected.txt:
        * platform/qt/fast/css/font-face-font-family-descriptor-expected.txt:
        * platform/qt/fast/css/imageTileOpacity-expected.png:
        * platform/qt/fast/css/imageTileOpacity-expected.txt:
        * platform/qt/fast/css/live-cssrules-expected.png:
        * platform/qt/fast/css/live-cssrules-expected.txt:
        * platform/qt/fast/css/rgba-custom-text-expected.txt: Added.
        * platform/qt/fast/css/rtl-to-viewport-expected.png:
        * platform/qt/fast/css/rtl-to-viewport-expected.txt:
        * platform/qt/fast/css/vertical-align-lengths-expected.png:
        * platform/qt/fast/css/vertical-align-lengths-expected.txt:
        * platform/qt/fast/dom/HTMLDocument/frameless-location-bugzilla10837-expected.png:
        * platform/qt/fast/dom/HTMLDocument/frameless-location-bugzilla10837-expected.txt:
        * platform/qt/fast/dom/HTMLHeadElement/textInHead1-expected.png:
        * platform/qt/fast/dom/HTMLHeadElement/textInHead1-expected.txt:
        * platform/qt/fast/dom/HTMLHeadElement/textInHead2-expected.png:
        * platform/qt/fast/dom/HTMLHeadElement/textInHead2-expected.txt:
        * platform/qt/fast/dom/HTMLHeadElement/textInHead3-expected.png:
        * platform/qt/fast/dom/HTMLHeadElement/textInHead3-expected.txt:
        * platform/qt/fast/dom/HTMLHeadElement/textInHead4-expected.png:
        * platform/qt/fast/dom/HTMLHeadElement/textInHead4-expected.txt:
        * platform/qt/fast/dom/HTMLHeadElement/textInHead5-expected.png:
        * platform/qt/fast/dom/HTMLHeadElement/textInHead5-expected.txt:
        * platform/qt/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png:
        * platform/qt/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt:
        * platform/qt/fast/dom/HTMLMeterElement/meter-writing-mode-expected.png:
        * platform/qt/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt:
        * platform/qt/fast/dom/HTMLProgressElement/progress-element-expected.png:
        * platform/qt/fast/dom/HTMLProgressElement/progress-element-expected.txt:
        * platform/qt/fast/dom/HTMLProgressElement/progress-writing-mode-expected.png:
        * platform/qt/fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt:
        * platform/qt/fast/dom/comment-not-documentElement-expected.png:
        * platform/qt/fast/dom/comment-not-documentElement-expected.txt:
        * platform/qt/fast/dom/icon-url-change-expected.txt: Added.
        * platform/qt/fast/dom/icon-url-list-expected.txt: Added.
        * platform/qt/fast/dynamic/010-expected.png:
        * platform/qt/fast/dynamic/010-expected.txt:
        * platform/qt/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-2-expected.png: Copied from LayoutTests/platform/qt/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png.
        * platform/qt/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-2-expected.txt:
        * platform/qt/fast/dynamic/genContentDestroyChildren-expected.png: Added.
        * platform/qt/fast/dynamic/genContentDestroyChildren-expected.txt:
        * platform/qt/fast/dynamic/move-node-with-selection-expected.png:
        * platform/qt/fast/dynamic/move-node-with-selection-expected.txt:
        * platform/qt/fast/dynamic/positioned-movement-with-positioned-children-expected.png:
        * platform/qt/fast/dynamic/positioned-movement-with-positioned-children-expected.txt:
        * platform/qt/fast/html/details-add-summary-1-expected.png:
        * platform/qt/fast/html/details-add-summary-1-expected.txt:
        * platform/qt/fast/html/details-add-summary-10-expected.png:
        * platform/qt/fast/html/details-add-summary-10-expected.txt:
        * platform/qt/fast/html/details-add-summary-2-expected.png:
        * platform/qt/fast/html/details-add-summary-2-expected.txt:
        * platform/qt/fast/html/details-add-summary-3-expected.png:
        * platform/qt/fast/html/details-add-summary-3-expected.txt:
        * platform/qt/fast/html/details-add-summary-4-expected.png:
        * platform/qt/fast/html/details-add-summary-4-expected.txt:
        * platform/qt/fast/html/details-add-summary-5-expected.png:
        * platform/qt/fast/html/details-add-summary-5-expected.txt:
        * platform/qt/fast/html/details-add-summary-6-expected.png:
        * platform/qt/fast/html/details-add-summary-6-expected.txt:
        * platform/qt/fast/html/details-add-summary-7-expected.png:
        * platform/qt/fast/html/details-add-summary-7-expected.txt:
        * platform/qt/fast/html/details-add-summary-8-expected.png:
        * platform/qt/fast/html/details-add-summary-8-expected.txt:
        * platform/qt/fast/html/details-add-summary-9-expected.png:
        * platform/qt/fast/html/details-add-summary-9-expected.txt:
        * platform/qt/fast/html/details-no-summary1-expected.png:
        * platform/qt/fast/html/details-no-summary1-expected.txt:
        * platform/qt/fast/html/details-no-summary2-expected.png:
        * platform/qt/fast/html/details-no-summary2-expected.txt:
        * platform/qt/fast/html/details-no-summary3-expected.png:
        * platform/qt/fast/html/details-no-summary3-expected.txt:
        * platform/qt/fast/html/details-open1-expected.png:
        * platform/qt/fast/html/details-open1-expected.txt:
        * platform/qt/fast/html/details-open3-expected.png:
        * platform/qt/fast/html/details-open3-expected.txt:
        * platform/qt/fast/html/details-open5-expected.png:
        * platform/qt/fast/html/details-open5-expected.txt:
        * platform/qt/fast/html/details-open6-expected.png:
        * platform/qt/fast/html/details-open6-expected.txt:
        * platform/qt/fast/html/details-remove-summary-1-expected.png:
        * platform/qt/fast/html/details-remove-summary-1-expected.txt:
        * platform/qt/fast/html/details-remove-summary-2-expected.png:
        * platform/qt/fast/html/details-remove-summary-2-expected.txt:
        * platform/qt/fast/html/details-remove-summary-3-expected.png:
        * platform/qt/fast/html/details-remove-summary-3-expected.txt:
        * platform/qt/fast/html/details-remove-summary-4-expected.png:
        * platform/qt/fast/html/details-remove-summary-4-expected.txt:
        * platform/qt/fast/html/details-remove-summary-5-expected.png:
        * platform/qt/fast/html/details-remove-summary-5-expected.txt:
        * platform/qt/fast/html/details-remove-summary-6-expected.png:
        * platform/qt/fast/html/details-remove-summary-6-expected.txt:
        * platform/qt/fast/images/image-in-map-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/selection-clear-expected.png.
        * platform/qt/fast/images/image-in-map-expected.txt:
        * platform/qt/fast/inline/002-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/010-expected.png.
        * platform/qt/fast/inline/002-expected.txt:
        * platform/qt/fast/inline/inline-fixed-position-boundingbox-expected.txt: Added.
        * platform/qt/fast/inline/inline-relative-offset-boundingbox-expected.txt: Added.
        * platform/qt/fast/inline/positioned-object-between-replaced-elements-expected.txt:
        * platform/qt/fast/inline/positionedLifetime-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/continuation-after-outline-expected.png.
        * platform/qt/fast/inline/positionedLifetime-expected.txt:
        * platform/qt/fast/invalid/005-expected.png: Copied from LayoutTests/platform/qt/fast/dom/comment-not-documentElement-expected.png.
        * platform/qt/fast/invalid/005-expected.txt:
        * platform/qt/fast/invalid/007-expected.png: Copied from LayoutTests/platform/qt/fast/html/details-remove-summary-6-expected.png.
        * platform/qt/fast/invalid/007-expected.txt:
        * platform/qt/fast/invalid/020-expected.png:
        * platform/qt/fast/invalid/020-expected.txt:
        * platform/qt/fast/lists/004-expected.png: Copied from LayoutTests/platform/qt/fast/dom/HTMLProgressElement/progress-writing-mode-expected.png.
        * platform/qt/fast/lists/004-expected.txt:
        * platform/qt/fast/lists/inlineBoxWrapperNullCheck-expected.png: Copied from LayoutTests/platform/qt/fast/dom/HTMLProgressElement/progress-writing-mode-expected.png.
        * platform/qt/fast/lists/inlineBoxWrapperNullCheck-expected.txt:
        * platform/qt/fast/lists/ol-start-dynamic-expected.png: Copied from LayoutTests/platform/qt/fast/html/details-no-summary2-expected.png.
        * platform/qt/fast/lists/ol-start-dynamic-expected.txt:
        * platform/qt/fast/multicol/hit-test-gap-between-pages-expected.txt: Added.
        * platform/qt/fast/multicol/table-vertical-align-expected.txt:
        * platform/qt/fast/multicol/vertical-rl/rule-style-expected.txt:
        * platform/qt/fast/parser/tabs-in-scripts-expected.png: Copied from LayoutTests/platform/qt/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png.
        * platform/qt/fast/parser/tabs-in-scripts-expected.txt:
        * platform/qt/fast/reflections/reflection-direction-expected.png: Added.
        * platform/qt/fast/reflections/reflection-direction-expected.txt:
        * platform/qt/fast/reflections/reflection-masks-expected.png: Added.
        * platform/qt/fast/reflections/reflection-masks-expected.txt:
        * platform/qt/fast/reflections/reflection-masks-opacity-expected.png: Added.
        * platform/qt/fast/reflections/reflection-masks-opacity-expected.txt:
        * platform/qt/fast/repaint/block-no-inflow-children-expected.png: Copied from LayoutTests/platform/qt/fast/dom/HTMLProgressElement/progress-writing-mode-expected.png.
        * platform/qt/fast/repaint/block-no-inflow-children-expected.txt:
        * platform/qt/fast/repaint/button-spurious-layout-hint-expected.txt:
        * platform/qt/fast/repaint/clip-with-layout-delta-expected.txt:
        * platform/qt/fast/repaint/continuation-after-outline-expected.png:
        * platform/qt/fast/repaint/continuation-after-outline-expected.txt:
        * platform/qt/fast/repaint/float-overflow-expected.png:
        * platform/qt/fast/repaint/float-overflow-expected.txt:
        * platform/qt/fast/repaint/float-overflow-right-expected.png:
        * platform/qt/fast/repaint/float-overflow-right-expected.txt:
        * platform/qt/fast/repaint/gradients-em-stops-repaint-expected.png:
        * platform/qt/fast/repaint/gradients-em-stops-repaint-expected.txt:
        * platform/qt/fast/repaint/iframe-scroll-repaint-expected.txt:
        * platform/qt/fast/repaint/line-in-scrolled-clipped-block-expected.png: Copied from LayoutTests/platform/qt/fast/dom/HTMLMeterElement/meter-writing-mode-expected.png.
        * platform/qt/fast/repaint/line-in-scrolled-clipped-block-expected.txt:
        * platform/qt/fast/repaint/lines-with-layout-delta-expected.png:
        * platform/qt/fast/repaint/lines-with-layout-delta-expected.txt:
        * platform/qt/fast/repaint/reflection-repaint-test-expected.png:
        * platform/qt/fast/repaint/reflection-repaint-test-expected.txt:
        * platform/qt/fast/repaint/repaint-svg-after-style-change-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/positioned-movement-with-positioned-children-expected.png.
        * platform/qt/fast/repaint/repaint-svg-after-style-change-expected.txt:
        * platform/qt/fast/repaint/selection-clear-expected.png:
        * platform/qt/fast/repaint/selection-clear-expected.txt:
        * platform/qt/fast/repaint/transform-layout-repaint-expected.png:
        * platform/qt/fast/repaint/transform-layout-repaint-expected.txt:
        * platform/qt/fast/replaced/image-onload-expected.png:
        * platform/qt/fast/replaced/image-onload-expected.txt:
        * platform/qt/fast/runin/002-expected.png:
        * platform/qt/fast/runin/002-expected.txt:
        * platform/qt/fast/runin/generated4-expected.png:
        * platform/qt/fast/runin/generated4-expected.txt:
        * platform/qt/svg/custom/use-instanceRoot-event-listeners-expected.txt: Added.

2012-07-31  Alexander Pavlov  <apavlov@chromium.org>

        [Chromium] Unreviewed, handle more tests failing after r124052.

        * platform/chromium/TestExpectations:

2012-07-31  Raul Hudea  <rhudea@adobe.com>

        Inspector crashes when trying to inspect a page with CSS region styling
        https://bugs.webkit.org/show_bug.cgi?id=91503

        Reviewed by Alexander Pavlov.

        Test to make sure inspector is not crashing when having to parse @-webkit-region rules

        * inspector/styles/region-style-crash-expected.txt: Added.
        * inspector/styles/region-style-crash.html: Added.
        * platform/chromium/TestExpectations:

2012-07-30  Keishi Hattori  <keishi@webkit.org>

        Implement datalist UI for input type color for Chromium
        https://bugs.webkit.org/show_bug.cgi?id=92075

        Reviewed by Kent Tamura.

        * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png: Added.
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.txt: Added.
        * platform/chromium/fast/forms/color/color-suggestion-picker-appearance.html: Added. Tests color suggestion picker popup appearance.
        * platform/chromium/fast/forms/datalist/input-list-expected.txt:

2012-07-30  Kent Tamura  <tkent@chromium.org>

        [Chromium] Layout Test fast/forms/date/calendar-picker-appearance.html is flaky
        https://bugs.webkit.org/show_bug.cgi?id=92710

        * fast/forms/date/calendar-picker-appearance.html:
         Attempt to fix the flakiness.
        * platform/chromium/TestExpectations: Add an entry for calendar-picker-appearance.html.

2012-07-30  Peter Kasting  <pkasting@google.com>

        [Chromium] Baseline and expectation followups after r124142.
        https://bugs.webkit.org/show_bug.cgi?id=62754
        https://bugs.webkit.org/show_bug.cgi?id=80531
        http://crbug.com/47826

        Unreviewed, test updates.

        * platform/chromium-linux-x86/css2.1/20110323: Added.
        * platform/chromium-linux-x86/css2.1/20110323/block-replaced-width-001-expected.png: Added.
        * platform/chromium-linux-x86/css2.1/20110323/block-replaced-width-001-expected.txt: Added.
        * platform/chromium-linux/css2.1/20110323/block-replaced-width-001-expected.png: Added.
        * platform/chromium-linux/fast/table/colspanMinWidth-vertical-expected.txt: Removed.
        * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/image-object-in-canvas-expected.png:
        * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/image-pattern-rotate-expected.png:
        * platform/chromium-mac-snowleopard/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
        * platform/chromium-mac-snowleopard/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/dom/HTMLMeterElement/meter-styles-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/table/colspanMinWidth-vertical-expected.png: Removed.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/canvas/image-object-in-canvas-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/canvas/image-pattern-rotate-expected.png: Added.
        * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png: Added.
        * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt: Added.
        * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
        * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-element-expected.png: Added.
        * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-element-expected.txt: Added.
        * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Added.
        * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-optimums-expected.txt: Added.
        * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png: Added.
        * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt: Added.
        * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-styles-expected.png: Added.
        * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-styles-expected.txt: Added.
        * platform/chromium-mac/fast/table/colspanMinWidth-vertical-expected.png: Added.
        * platform/chromium-mac/fast/table/colspanMinWidth-vertical-expected.txt:
        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/image-object-in-canvas-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/image-pattern-rotate-expected.png:
        * platform/chromium-win-xp/css2.1/20110323/block-replaced-width-001-expected.png: Added.
        * platform/chromium-win/css2.1/20110323/block-replaced-width-001-expected.png: Added.
        * platform/chromium-win/css2.1/20110323/block-replaced-width-001-expected.txt: Added.
        * platform/chromium-win/fast/table/colspanMinWidth-vertical-expected.png:
        * platform/chromium-win/fast/table/colspanMinWidth-vertical-expected.txt:
        * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/image-object-in-canvas-expected.png:
        * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/image-pattern-rotate-expected.png:
        * platform/chromium/TestExpectations:

2012-07-30  Kent Tamura  <tkent@chromium.org>

        [Chromium] Add baseline files for calendar-picker-appearance.html
        https://bugs.webkit.org/show_bug.cgi?id=84827

        * platform/chromium-linux-x86/fast/forms/date/calendar-picker-appearance-expected.png: Added.
        * platform/chromium-linux/fast/forms/date/calendar-picker-appearance-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/date/calendar-picker-appearance-expected.png:
        * platform/chromium-mac/fast/forms/date/calendar-picker-appearance-expected.png: Added.
        * platform/chromium-win-xp/fast/forms/date/calendar-picker-appearance-expected.png: Added.
        * platform/chromium-win/fast/forms/date/calendar-picker-appearance-expected.png: Added.
        * platform/chromium/TestExpectations:

2012-07-30  Elliott Sprehn  <esprehn@gmail.com>

        Make QuotesData use a Vector of pairs
        https://bugs.webkit.org/show_bug.cgi?id=92448

        Reviewed by Julien Chaffraix.

        Test that when quote depths go negative we do not output quotes. The expected result
        is wrong right now because we output quotes in this case when we should not.

        * fast/css-generated-content/close-quote-negative-depth-expected.html: Added.
        * fast/css-generated-content/close-quote-negative-depth.html: Added.

2012-07-30  MORITA Hajime  <morrita@google.com>

        Node::replaceChild() can create bad DOM topology with MutationEvent
        https://bugs.webkit.org/show_bug.cgi?id=92619

        Reviewed by Ryosuke Niwa.

        * fast/events/mutation-during-replace-child-expected.txt: Added.
        * fast/events/mutation-during-replace-child.html: Added.

2012-07-30  Kent Tamura  <tkent@chromium.org>

        Fix a popup position issue of fast/forms/date/calendar-picker-appearance.html
        https://bugs.webkit.org/show_bug.cgi?id=92609

        Reviewed by Hajime Morita.

        Force to lay out the document before opening a popup.

        * fast/forms/date/calendar-picker-appearance.html:

2012-07-30  Peter Kasting  <pkasting@google.com>

        [Chromium] Rebaselines and test expectation updates.
        ​https://bugs.webkit.org/show_bug.cgi?id=62754
        ​https://bugs.webkit.org/show_bug.cgi?id=63937
        ​https://bugs.webkit.org/show_bug.cgi?id=70298
        ​https://bugs.webkit.org/show_bug.cgi?id=74374
        ​https://bugs.webkit.org/show_bug.cgi?id=77368
        ​https://bugs.webkit.org/show_bug.cgi?id=79615
        ​https://bugs.webkit.org/show_bug.cgi?id=80531
        https://bugs.webkit.org/show_bug.cgi?id=80879
        ​https://bugs.webkit.org/show_bug.cgi?id=81631
        https://bugs.webkit.org/show_bug.cgi?id=83717
        ​https://bugs.webkit.org/show_bug.cgi?id=87880
        http://crbug.com/10350
        http://crbug.com/26291
        http://crbug.com/47826
        http://crbug.com/131189

        Unreviewed, test updates.

        Most of the baselines here are for
        http://trac.webkit.org/changeset/119431 and
        http://trac.webkit.org/changeset/119748 , as well as some changes to
        antialiasing (generally to improve it) for which I couldn't find a CL;
        when these were originally landed and new baselines committed, a
        Chromium test expectation override file was masking the fact that the
        tests here needed new baselines as well.

        There is also a small number of other changes mixed in.

        * platform/chromium-linux-x86/css1: Added.
        * platform/chromium-linux-x86/css1/basic: Added.
        * platform/chromium-linux-x86/css1/basic/class_as_selector-expected.png: Added.
        * platform/chromium-linux-x86/css1/basic/id_as_selector-expected.png: Added.
        * platform/chromium-linux-x86/css1/box_properties: Added.
        * platform/chromium-linux-x86/css1/box_properties/border_bottom-expected.png: Added.
        * platform/chromium-linux-x86/css1/box_properties/margin_left-expected.png: Added.
        * platform/chromium-linux-x86/css1/box_properties/padding_right-expected.png: Added.
        * platform/chromium-linux-x86/css1/pseudo: Added.
        * platform/chromium-linux-x86/css1/pseudo/anchor-expected.png: Added.
        * platform/chromium-linux-x86/editing/input: Added.
        * platform/chromium-linux-x86/editing/input/reveal-caret-of-multiline-contenteditable-expected.png: Added.
        * platform/chromium-linux-x86/editing/selection: Removed.
        * platform/chromium-linux-x86/fast/backgrounds/repeat: Added.
        * platform/chromium-linux-x86/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png: Added.
        * platform/chromium-linux-x86/fast/block/float: Added.
        * platform/chromium-linux-x86/fast/block/float/float-avoidance-expected.png: Added.
        * platform/chromium-linux-x86/fast/canvas/image-pattern-rotate-expected.png: Added.
        * platform/chromium-linux-x86/fast/events: Added.
        * platform/chromium-linux-x86/fast/events/autoscroll-expected.png: Added.
        * platform/chromium-linux-x86/fast/events/reveal-link-when-focused-expected.png: Added.
        * platform/chromium-linux-x86/fast/forms/textarea: Added.
        * platform/chromium-linux-x86/fast/forms/textarea/textarea-placeholder-paint-order-expected.png: Added.
        * platform/chromium-linux-x86/fast/overflow: Added.
        * platform/chromium-linux-x86/fast/overflow/overflow-with-local-background-attachment-expected.png: Added.
        * platform/chromium-linux-x86/fast/selectors: Added.
        * platform/chromium-linux-x86/fast/selectors/166-expected.png: Added.
        * platform/chromium-linux-x86/fast/selectors/unqualified-hover-strict-expected.png: Added.
        * platform/chromium-linux-x86/fast/selectors/unqualified-hover-strict-expected.txt: Added.
        * platform/chromium-linux-x86/fast/transforms: Added.
        * platform/chromium-linux-x86/fast/transforms/rotated-transform-affects-scrolling-1-expected.png: Added.
        * platform/chromium-linux-x86/fonts: Added.
        * platform/chromium-linux-x86/fonts/monospace-expected.png: Added.
        * platform/chromium-linux-x86/http/tests/navigation: Added.
        * platform/chromium-linux-x86/http/tests/navigation/javascriptlink-frames-expected.png: Added.
        * platform/chromium-linux-x86/ietestcenter: Added.
        * platform/chromium-linux-x86/ietestcenter/css3: Added.
        * platform/chromium-linux-x86/ietestcenter/css3/bordersbackgrounds: Added.
        * platform/chromium-linux-x86/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png: Added.
        * platform/chromium-linux-x86/svg/as-image: Added.
        * platform/chromium-linux-x86/svg/as-image/image-respects-pageScaleFactor-expected.png: Added.
        * platform/chromium-linux-x86/svg/dom: Added.
        * platform/chromium-linux-x86/svg/dom/SVGTransformList-basics-expected.png: Added.
        * platform/chromium-linux-x86/svg/dom/css-transforms-expected.png: Added.
        * platform/chromium-linux-x86/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Added.
        * platform/chromium-linux-x86/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
        * platform/chromium-linux-x86/svg/wicd: Added.
        * platform/chromium-linux-x86/svg/wicd/test-rightsizing-b-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla/marvin: Added.
        * platform/chromium-linux-x86/tables/mozilla/marvin/backgr_index-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla/marvin/backgr_layers-opacity-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png: Added.
        * platform/chromium-linux-x86/transforms: Added.
        * platform/chromium-linux-x86/transforms/2d: Added.
        * platform/chromium-linux-x86/transforms/2d/hindi-rotated-expected.png: Added.
        * platform/chromium-linux-x86/transforms/2d/hindi-rotated-expected.txt: Added.
        * platform/chromium-linux/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
        * platform/chromium-linux/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png:
        * platform/chromium-linux/css1/basic/class_as_selector-expected.png:
        * platform/chromium-linux/css1/basic/id_as_selector-expected.png:
        * platform/chromium-linux/css1/box_properties/border_bottom-expected.png:
        * platform/chromium-linux/css1/box_properties/margin_left-expected.png:
        * platform/chromium-linux/css1/box_properties/padding_right-expected.png:
        * platform/chromium-linux/css1/pseudo/anchor-expected.png:
        * platform/chromium-linux/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
        * platform/chromium-linux/editing/selection/iframe-expected.png:
        * platform/chromium-linux/editing/selection/select-all-001-expected.png:
        * platform/chromium-linux/editing/selection/select-all-002-expected.png:
        * platform/chromium-linux/fast/backgrounds/background-leakage-transforms-expected.png:
        * platform/chromium-linux/fast/block/float/float-avoidance-expected.png:
        * platform/chromium-linux/fast/borders/border-radius-valid-border-clipping-expected.png:
        * platform/chromium-linux/fast/box-shadow/basic-shadows-expected.png:
        * platform/chromium-linux/fast/canvas/image-object-in-canvas-expected.png:
        * platform/chromium-linux/fast/canvas/image-pattern-rotate-expected.png:
        * platform/chromium-linux/fast/events/autoscroll-expected.png:
        * platform/chromium-linux/fast/events/reveal-link-when-focused-expected.png:
        * platform/chromium-linux/fast/forms/fieldset-align-expected.png:
        * platform/chromium-linux/fast/forms/input-appearance-selection-expected.png:
        * platform/chromium-linux/fast/forms/input-placeholder-paint-order-expected.png:
        * platform/chromium-linux/fast/forms/input-table-expected.png:
        * platform/chromium-linux/fast/forms/listbox-bidi-align-expected.png:
        * platform/chromium-linux/fast/forms/placeholder-position-expected.png:
        * platform/chromium-linux/fast/forms/select-overflow-scroll-expected.png:
        * platform/chromium-linux/fast/forms/select-overflow-scroll-inherited-expected.png:
        * platform/chromium-linux/fast/forms/textarea-scrollbar-expected.png:
        * platform/chromium-linux/fast/forms/textarea/textarea-placeholder-paint-order-expected.png:
        * platform/chromium-linux/fast/html/details-position-expected.png:
        * platform/chromium-linux/fast/html/details-writing-mode-expected.png:
        * platform/chromium-linux/fast/overflow/overflow-update-transform-expected.png:
        * platform/chromium-linux/fast/overflow/overflow-with-local-background-attachment-expected.png:
        * platform/chromium-linux/fast/replaced/width100percent-radio-expected.png: Added.
        * platform/chromium-linux/fast/selectors/166-expected.png:
        * platform/chromium-linux/fast/selectors/unqualified-hover-strict-expected.png:
        * platform/chromium-linux/fast/selectors/unqualified-hover-strict-expected.txt: Added.
        * platform/chromium-linux/fast/transforms/rotated-transform-affects-scrolling-1-expected.png:
        * platform/chromium-linux/fonts/monospace-expected.png:
        * platform/chromium-linux/http/tests/navigation/javascriptlink-frames-expected.png:
        * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png:
        * platform/chromium-linux/svg/as-image/image-respects-pageScaleFactor-expected.png:
        * platform/chromium-linux/svg/custom/getscreenctm-in-scrollable-div-area-expected.png:
        * platform/chromium-linux/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.png:
        * platform/chromium-linux/svg/custom/getscreenctm-in-scrollable-svg-area-expected.png:
        * platform/chromium-linux/svg/custom/pattern-rotate-expected.png:
        * platform/chromium-linux/svg/dom/SVGTransformList-basics-expected.png:
        * platform/chromium-linux/svg/dom/css-transforms-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVG-dynamic-css-transform-expected.png:
        * platform/chromium-linux/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
        * platform/chromium-linux/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png:
        * platform/chromium-linux/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
        * platform/chromium-linux/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
        * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
        * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
        * platform/chromium-linux/svg/wicd/test-rightsizing-b-expected.png:
        * platform/chromium-linux/svg/zoom/page/absolute-sized-document-scrollbars-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-hixie-mixed-008-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-mask-with-percentages-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.png:
        * platform/chromium-linux/tables/mozilla/marvin/backgr_index-expected.png:
        * platform/chromium-linux/tables/mozilla/marvin/backgr_layers-opacity-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
        * platform/chromium-linux/transforms/2d/hindi-rotated-expected.png:
        * platform/chromium-linux/transforms/2d/hindi-rotated-expected.txt:
        * platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
        * platform/chromium-mac-snowleopard/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/canvas/image-object-in-canvas-expected.png:
        * platform/chromium-mac-snowleopard/fast/canvas/image-pattern-rotate-expected.png:
        * platform/chromium-mac-snowleopard/svg/as-border-image: Removed.
        * platform/chromium-mac-snowleopard/svg/as-border-image/svg-as-border-image-2-expected.png: Removed.
        * platform/chromium-mac-snowleopard/svg/as-border-image/svg-as-border-image-expected.png: Removed.
        * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/pattern-rotate-expected.png:
        * platform/chromium-mac-snowleopard/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
        * platform/chromium-mac-snowleopard/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Added.
        * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
        * platform/chromium-mac-snowleopard/transforms/2d/hindi-rotated-expected.png:
        * platform/chromium-mac/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
        * platform/chromium-mac/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png:
        * platform/chromium-mac/fast/borders/border-radius-valid-border-clipping-expected.png:
        * platform/chromium-mac/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png:
        * platform/chromium-mac/fast/canvas/image-object-in-canvas-expected.png:
        * platform/chromium-mac/fast/canvas/image-pattern-rotate-expected.png:
        * platform/chromium-mac/svg/as-border-image/svg-as-border-image-2-expected.png:
        * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.png:
        * platform/chromium-mac/svg/custom/non-scaling-stroke-expected.png:
        * platform/chromium-mac/svg/custom/pattern-rotate-expected.png:
        * platform/chromium-mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
        * platform/chromium-mac/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
        * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
        * platform/chromium-mac/transforms/2d/hindi-rotated-expected.png: Added.
        * platform/chromium-mac/transforms/2d/hindi-rotated-expected.txt: Added.
        * platform/chromium-win-xp/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: Added.
        * platform/chromium-win-xp/css1: Added.
        * platform/chromium-win-xp/css1/basic: Added.
        * platform/chromium-win-xp/css1/basic/class_as_selector-expected.png: Added.
        * platform/chromium-win-xp/css1/basic/containment-expected.png: Added.
        * platform/chromium-win-xp/css1/basic/id_as_selector-expected.png: Added.
        * platform/chromium-win-xp/css1/box_properties: Added.
        * platform/chromium-win-xp/css1/box_properties/border_bottom-expected.png: Added.
        * platform/chromium-win-xp/css1/box_properties/border_left-expected.png: Added.
        * platform/chromium-win-xp/css1/box_properties/border_right_inline-expected.png: Added.
        * platform/chromium-win-xp/css1/box_properties/border_top-expected.png: Added.
        * platform/chromium-win-xp/css1/box_properties/clear_float-expected.png: Added.
        * platform/chromium-win-xp/css1/box_properties/margin_left-expected.png: Added.
        * platform/chromium-win-xp/css1/box_properties/margin_right-expected.png: Added.
        * platform/chromium-win-xp/css1/box_properties/padding_left-expected.png: Added.
        * platform/chromium-win-xp/css1/box_properties/padding_right-expected.png: Added.
        * platform/chromium-win-xp/css1/cascade: Added.
        * platform/chromium-win-xp/css1/cascade/cascade_order-expected.png: Added.
        * platform/chromium-win-xp/css1/classification: Added.
        * platform/chromium-win-xp/css1/classification/list_style_type-expected.png: Added.
        * platform/chromium-win-xp/css1/pseudo: Added.
        * platform/chromium-win-xp/css1/pseudo/anchor-expected.png: Added.
        * platform/chromium-win-xp/css3/selectors3: Added.
        * platform/chromium-win-xp/css3/selectors3/html: Added.
        * platform/chromium-win-xp/css3/selectors3/html/css3-modsel-161-expected.png: Added.
        * platform/chromium-win-xp/css3/selectors3/xhtml: Added.
        * platform/chromium-win-xp/css3/selectors3/xhtml/css3-modsel-161-expected.png: Added.
        * platform/chromium-win-xp/css3/selectors3/xml: Added.
        * platform/chromium-win-xp/css3/selectors3/xml/css3-modsel-161-expected.png: Added.
        * platform/chromium-win-xp/editing/input: Added.
        * platform/chromium-win-xp/editing/input/caret-at-the-edge-of-input-expected.png: Added.
        * platform/chromium-win-xp/editing/input/reveal-caret-of-multiline-contenteditable-expected.png: Added.
        * platform/chromium-win-xp/editing/input/reveal-caret-of-multiline-input-expected.png: Added.
        * platform/chromium-win-xp/fast/backgrounds/repeat: Removed.
        * platform/chromium-win-xp/fast/block/float: Added.
        * platform/chromium-win-xp/fast/block/float/float-avoidance-expected.png: Added.
        * platform/chromium-win-xp/fast/block/margin-collapse: Added.
        * platform/chromium-win-xp/fast/block/margin-collapse/103-expected.png: Added.
        * platform/chromium-win-xp/fast/events: Added.
        * platform/chromium-win-xp/fast/events/autoscroll-expected.png: Added.
        * platform/chromium-win-xp/fast/events/context-no-deselect-expected.png: Added.
        * platform/chromium-win-xp/fast/events/reveal-link-when-focused-expected.png: Added.
        * platform/chromium-win-xp/fast/forms/date: Added.
        * platform/chromium-win-xp/fast/forms/date/date-appearance-expected.png: Added.
        * platform/chromium-win-xp/fast/forms/select: Added.
        * platform/chromium-win-xp/fast/forms/select/optgroup-rendering-expected.png: Added.
        * platform/chromium-win-xp/fast/forms/textarea: Added.
        * platform/chromium-win-xp/fast/forms/textarea/textarea-placeholder-paint-order-expected.png: Added.
        * platform/chromium-win-xp/fast/frames: Added.
        * platform/chromium-win-xp/fast/frames/take-focus-from-iframe-expected.png: Added.
        * platform/chromium-win-xp/fast/gradients: Added.
        * platform/chromium-win-xp/fast/gradients/background-clipped-expected.png: Added.
        * platform/chromium-win-xp/fast/html: Removed.
        * platform/chromium-win-xp/fast/html/details-writing-mode-expected.png: Removed.
        * platform/chromium-win-xp/fast/invalid: Added.
        * platform/chromium-win-xp/fast/invalid/014-expected.png: Added.
        * platform/chromium-win-xp/fast/layers: Added.
        * platform/chromium-win-xp/fast/layers/scroll-with-transform-composited-layer-expected.png: Added.
        * platform/chromium-win-xp/fast/layers/scroll-with-transform-layer-expected.png: Added.
        * platform/chromium-win-xp/fast/lists: Added.
        * platform/chromium-win-xp/fast/lists/008-expected.png: Added.
        * platform/chromium-win-xp/fast/lists/008-vertical-expected.png: Added.
        * platform/chromium-win-xp/fast/lists/dynamic-marker-crash-expected.png: Added.
        * platform/chromium-win-xp/fast/overflow: Added.
        * platform/chromium-win-xp/fast/overflow/overflow-rtl-expected.png: Added.
        * platform/chromium-win-xp/fast/overflow/overflow-rtl-vertical-expected.png: Added.
        * platform/chromium-win-xp/fast/selectors: Added.
        * platform/chromium-win-xp/fast/selectors/166-expected.png: Added.
        * platform/chromium-win-xp/fast/selectors/unqualified-hover-strict-expected.png: Added.
        * platform/chromium-win-xp/fast/selectors/unqualified-hover-strict-expected.txt: Added.
        * platform/chromium-win-xp/fast/speech: Added.
        * platform/chromium-win-xp/fast/speech/input-appearance-numberandspeech-expected.png: Added.
        * platform/chromium-win-xp/fast/speech/input-appearance-searchandspeech-expected.png: Added.
        * platform/chromium-win-xp/fast/speech/input-appearance-speechbutton-expected.png: Added.
        * platform/chromium-win-xp/fast/speech/speech-bidi-rendering-expected.png: Added.
        * platform/chromium-win-xp/fast/text/drawBidiText-expected.png:
        * platform/chromium-win-xp/fast/transforms: Added.
        * platform/chromium-win-xp/fast/transforms/rotated-transform-affects-scrolling-1-expected.png: Added.
        * platform/chromium-win-xp/fast/transforms/rotated-transform-affects-scrolling-2-expected.png: Added.
        * platform/chromium-win-xp/fast/transforms/transformed-focused-text-input-expected.png: Added.
        * platform/chromium-win-xp/fonts: Added.
        * platform/chromium-win-xp/fonts/monospace-expected.png: Added.
        * platform/chromium-win-xp/http/tests/misc: Added.
        * platform/chromium-win-xp/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.png: Added.
        * platform/chromium-win-xp/http/tests/navigation: Added.
        * platform/chromium-win-xp/http/tests/navigation/javascriptlink-frames-expected.png: Added.
        * platform/chromium-win-xp/plugins: Added.
        * platform/chromium-win-xp/plugins/mouse-click-plugin-clears-selection-expected.png: Added.
        * platform/chromium-win-xp/svg/as-image/image-respects-pageScaleFactor-expected.png: Removed.
        * platform/chromium-win-xp/svg/dom: Removed.
        * platform/chromium-win-xp/svg/hixie/mixed: Added.
        * platform/chromium-win-xp/svg/hixie/mixed/003-expected.png: Added.
        * platform/chromium-win-xp/svg/in-html: Added.
        * platform/chromium-win-xp/svg/in-html/circle-expected.png: Added.
        * platform/chromium-win-xp/svg/transforms: Added.
        * platform/chromium-win-xp/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Added.
        * platform/chromium-win-xp/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Added.
        * platform/chromium-win-xp/svg/wicd/test-rightsizing-b-expected.png:
        * platform/chromium-win-xp/svg/zoom/page/zoom-mask-with-percentages-expected.png: Added.
        * platform/chromium-win-xp/tables/mozilla/core: Added.
        * platform/chromium-win-xp/tables/mozilla/core/margins-expected.png: Added.
        * platform/chromium-win-xp/tables/mozilla/dom: Added.
        * platform/chromium-win-xp/tables/mozilla/dom/tableDom-expected.png: Added.
        * platform/chromium-win-xp/tables/mozilla/other: Added.
        * platform/chromium-win-xp/tables/mozilla/other/move_row-expected.png: Added.
        * platform/chromium-win-xp/tables/mozilla_expected_failures: Added.
        * platform/chromium-win-xp/tables/mozilla_expected_failures/bugs: Added.
        * platform/chromium-win-xp/tables/mozilla_expected_failures/bugs/bug1725-expected.png: Added.
        * platform/chromium-win-xp/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png: Added.
        * platform/chromium-win-xp/tables/mozilla_expected_failures/marvin: Added.
        * platform/chromium-win-xp/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png: Added.
        * platform/chromium-win-xp/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.png: Added.
        * platform/chromium-win-xp/transforms/2d/hindi-rotated-expected.png:
        * platform/chromium-win/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
        * platform/chromium-win/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png:
        * platform/chromium-win/css1/basic/class_as_selector-expected.png:
        * platform/chromium-win/css1/basic/containment-expected.png:
        * platform/chromium-win/css1/basic/id_as_selector-expected.png:
        * platform/chromium-win/css1/box_properties/border_bottom-expected.png:
        * platform/chromium-win/css1/box_properties/border_left-expected.png:
        * platform/chromium-win/css1/box_properties/border_right_inline-expected.png:
        * platform/chromium-win/css1/box_properties/border_top-expected.png:
        * platform/chromium-win/css1/box_properties/clear_float-expected.png:
        * platform/chromium-win/css1/box_properties/margin_left-expected.png:
        * platform/chromium-win/css1/box_properties/margin_right-expected.png:
        * platform/chromium-win/css1/box_properties/padding_left-expected.png:
        * platform/chromium-win/css1/box_properties/padding_right-expected.png:
        * platform/chromium-win/css1/cascade/cascade_order-expected.png:
        * platform/chromium-win/css1/classification/list_style_type-expected.png:
        * platform/chromium-win/css1/pseudo/anchor-expected.png:
        * platform/chromium-win/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png:
        * platform/chromium-win/css3/selectors3/html/css3-modsel-161-expected.png:
        * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-161-expected.png:
        * platform/chromium-win/css3/selectors3/xml/css3-modsel-161-expected.png:
        * platform/chromium-win/editing/deleting/delete-after-span-ws-001-expected.png:
        * platform/chromium-win/editing/deleting/delete-after-span-ws-002-expected.png:
        * platform/chromium-win/editing/deleting/delete-after-span-ws-003-expected.png:
        * platform/chromium-win/editing/deleting/delete-line-end-ws-001-expected.png:
        * platform/chromium-win/editing/deleting/delete-line-end-ws-002-expected.png:
        * platform/chromium-win/editing/input/caret-at-the-edge-of-input-expected.png:
        * platform/chromium-win/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
        * platform/chromium-win/editing/input/reveal-caret-of-multiline-input-expected.png:
        * platform/chromium-win/editing/inserting/4960120-1-expected.png:
        * platform/chromium-win/editing/inserting/before-after-input-element-expected.png:
        * platform/chromium-win/editing/pasteboard/4806874-expected.png:
        * platform/chromium-win/editing/pasteboard/4944770-1-expected.png:
        * platform/chromium-win/editing/pasteboard/4944770-2-expected.png:
        * platform/chromium-win/editing/pasteboard/drop-text-without-selection-expected.png:
        * platform/chromium-win/editing/pasteboard/input-field-1-expected.png:
        * platform/chromium-win/editing/pasteboard/pasting-tabs-expected.png:
        * platform/chromium-win/editing/selection/3690703-2-expected.png:
        * platform/chromium-win/editing/selection/3690703-expected.png:
        * platform/chromium-win/editing/selection/3690719-expected.png:
        * platform/chromium-win/editing/selection/4397952-expected.png:
        * platform/chromium-win/editing/selection/4895428-3-expected.png:
        * platform/chromium-win/editing/selection/4975120-expected.png:
        * platform/chromium-win/editing/selection/caret-before-select-expected.png:
        * platform/chromium-win/editing/selection/drag-select-1-expected.png:
        * platform/chromium-win/editing/selection/iframe-expected.png:
        * platform/chromium-win/editing/selection/replaced-boundaries-3-expected.png:
        * platform/chromium-win/editing/selection/select-across-readonly-input-1-expected.png:
        * platform/chromium-win/editing/selection/select-across-readonly-input-2-expected.png:
        * platform/chromium-win/editing/selection/select-across-readonly-input-3-expected.png:
        * platform/chromium-win/editing/selection/select-across-readonly-input-4-expected.png:
        * platform/chromium-win/editing/selection/select-across-readonly-input-5-expected.png:
        * platform/chromium-win/editing/selection/select-all-001-expected.png:
        * platform/chromium-win/editing/selection/select-all-002-expected.png:
        * platform/chromium-win/editing/selection/select-box-expected.png:
        * platform/chromium-win/editing/selection/select-element-paragraph-boundary-expected.png:
        * platform/chromium-win/editing/selection/unrendered-001-expected.png:
        * platform/chromium-win/editing/selection/unrendered-002-expected.png:
        * platform/chromium-win/editing/selection/unrendered-003-expected.png:
        * platform/chromium-win/editing/selection/unrendered-004-expected.png:
        * platform/chromium-win/editing/selection/unrendered-005-expected.png:
        * platform/chromium-win/fast/backgrounds/background-inherit-color-bug-expected.png:
        * platform/chromium-win/fast/backgrounds/background-leakage-transforms-expected.png:
        * platform/chromium-win/fast/block/float/float-avoidance-expected.png:
        * platform/chromium-win/fast/block/margin-collapse/103-expected.png:
        * platform/chromium-win/fast/borders/border-radius-valid-border-clipping-expected.png:
        * platform/chromium-win/fast/borders/mixed-border-styles-radius2-expected.png:
        * platform/chromium-win/fast/box-shadow/basic-shadows-expected.png:
        * platform/chromium-win/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png:
        * platform/chromium-win/fast/canvas/canvas-incremental-repaint-expected.png:
        * platform/chromium-win/fast/canvas/canvas-text-alignment-expected.png:
        * platform/chromium-win/fast/canvas/image-object-in-canvas-expected.png:
        * platform/chromium-win/fast/canvas/image-pattern-rotate-expected.png:
        * platform/chromium-win/fast/css/input-search-padding-expected.png:
        * platform/chromium-win/fast/css/line-height-expected.png:
        * platform/chromium-win/fast/css/nested-rounded-corners-expected.png:
        * platform/chromium-win/fast/css/text-input-with-webkit-border-radius-expected.png:
        * platform/chromium-win/fast/css/text-overflow-input-expected.png:
        * platform/chromium-win/fast/css/text-transform-select-expected.png:
        * platform/chromium-win/fast/dom/52776-expected.png:
        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png:
        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png:
        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
        * platform/chromium-win/fast/dom/focus-contenteditable-expected.png:
        * platform/chromium-win/fast/dom/isindex-001-expected.png:
        * platform/chromium-win/fast/dom/isindex-002-expected.png:
        * platform/chromium-win/fast/events/autoscroll-expected.png:
        * platform/chromium-win/fast/events/context-no-deselect-expected.png:
        * platform/chromium-win/fast/events/reveal-link-when-focused-expected.png:
        * platform/chromium-win/fast/forms/001-expected.png:
        * platform/chromium-win/fast/forms/003-expected.png:
        * platform/chromium-win/fast/forms/004-expected.png:
        * platform/chromium-win/fast/forms/HTMLOptionElement_label01-expected.png:
        * platform/chromium-win/fast/forms/HTMLOptionElement_label02-expected.png:
        * platform/chromium-win/fast/forms/HTMLOptionElement_label03-expected.png:
        * platform/chromium-win/fast/forms/HTMLOptionElement_label04-expected.png:
        * platform/chromium-win/fast/forms/HTMLOptionElement_label05-expected.png:
        * platform/chromium-win/fast/forms/HTMLOptionElement_label06-expected.png:
        * platform/chromium-win/fast/forms/HTMLOptionElement_label07-expected.png:
        * platform/chromium-win/fast/forms/basic-buttons-expected.png:
        * platform/chromium-win/fast/forms/basic-inputs-expected.png:
        * platform/chromium-win/fast/forms/basic-selects-expected.png:
        * platform/chromium-win/fast/forms/button-generated-content-expected.png:
        * platform/chromium-win/fast/forms/button-inner-block-reuse-expected.png:
        * platform/chromium-win/fast/forms/control-clip-overflow-expected.png:
        * platform/chromium-win/fast/forms/control-restrict-line-height-expected.png:
        * platform/chromium-win/fast/forms/date/date-appearance-expected.png:
        * platform/chromium-win/fast/forms/disabled-select-change-index-expected.png:
        * platform/chromium-win/fast/forms/encoding-test-expected.png:
        * platform/chromium-win/fast/forms/fieldset-align-expected.png:
        * platform/chromium-win/fast/forms/floating-textfield-relayout-expected.png:
        * platform/chromium-win/fast/forms/form-element-geometry-expected.png:
        * platform/chromium-win/fast/forms/input-align-expected.png:
        * platform/chromium-win/fast/forms/input-appearance-default-bkcolor-expected.png:
        * platform/chromium-win/fast/forms/input-appearance-disabled-expected.png:
        * platform/chromium-win/fast/forms/input-appearance-focus-expected.png:
        * platform/chromium-win/fast/forms/input-appearance-height-expected.png:
        * platform/chromium-win/fast/forms/input-appearance-preventDefault-expected.png:
        * platform/chromium-win/fast/forms/input-appearance-readonly-expected.png:
        * platform/chromium-win/fast/forms/input-appearance-selection-expected.png:
        * platform/chromium-win/fast/forms/input-appearance-visibility-expected.png:
        * platform/chromium-win/fast/forms/input-appearance-width-expected.png:
        * platform/chromium-win/fast/forms/input-baseline-expected.png:
        * platform/chromium-win/fast/forms/input-disabled-color-expected.png:
        * platform/chromium-win/fast/forms/input-double-click-selection-gap-bug-expected.png:
        * platform/chromium-win/fast/forms/input-field-text-truncated-expected.png:
        * platform/chromium-win/fast/forms/input-placeholder-paint-order-expected.png:
        * platform/chromium-win/fast/forms/input-placeholder-visibility-1-expected.png:
        * platform/chromium-win/fast/forms/input-placeholder-visibility-3-expected.png:
        * platform/chromium-win/fast/forms/input-readonly-autoscroll-expected.png:
        * platform/chromium-win/fast/forms/input-readonly-dimmed-expected.png:
        * platform/chromium-win/fast/forms/input-readonly-empty-expected.png:
        * platform/chromium-win/fast/forms/input-spaces-expected.png:
        * platform/chromium-win/fast/forms/input-table-expected.png:
        * platform/chromium-win/fast/forms/input-text-click-inside-expected.png:
        * platform/chromium-win/fast/forms/input-text-click-outside-expected.png:
        * platform/chromium-win/fast/forms/input-text-double-click-expected.png:
        * platform/chromium-win/fast/forms/input-text-option-delete-expected.png:
        * platform/chromium-win/fast/forms/input-text-scroll-left-on-blur-expected.png:
        * platform/chromium-win/fast/forms/input-text-self-emptying-click-expected.png:
        * platform/chromium-win/fast/forms/input-text-word-wrap-expected.png:
        * platform/chromium-win/fast/forms/input-type-text-min-width-expected.png:
        * platform/chromium-win/fast/forms/input-value-expected.png:
        * platform/chromium-win/fast/forms/input-width-expected.png:
        * platform/chromium-win/fast/forms/listbox-bidi-align-expected.png:
        * platform/chromium-win/fast/forms/listbox-clip-expected.png:
        * platform/chromium-win/fast/forms/listbox-scrollbar-incremental-load-expected.png:
        * platform/chromium-win/fast/forms/listbox-width-change-expected.png:
        * platform/chromium-win/fast/forms/menulist-deselect-update-expected.png:
        * platform/chromium-win/fast/forms/menulist-narrow-width-expected.png:
        * platform/chromium-win/fast/forms/menulist-no-overflow-expected.png:
        * platform/chromium-win/fast/forms/menulist-restrict-line-height-expected.png:
        * platform/chromium-win/fast/forms/menulist-separator-painting-expected.png:
        * platform/chromium-win/fast/forms/menulist-style-color-expected.png:
        * platform/chromium-win/fast/forms/menulist-width-change-expected.png:
        * platform/chromium-win/fast/forms/minWidthPercent-expected.png:
        * platform/chromium-win/fast/forms/option-script-expected.png:
        * platform/chromium-win/fast/forms/option-strip-whitespace-expected.png:
        * platform/chromium-win/fast/forms/option-text-clip-expected.png:
        * platform/chromium-win/fast/forms/placeholder-position-expected.png:
        * platform/chromium-win/fast/forms/placeholder-pseudo-style-expected.png:
        * platform/chromium-win/fast/forms/plaintext-mode-2-expected.png:
        * platform/chromium-win/fast/forms/search-cancel-button-style-sharing-expected.png:
        * platform/chromium-win/fast/forms/search-display-none-cancel-button-expected.png:
        * platform/chromium-win/fast/forms/search-rtl-expected.png:
        * platform/chromium-win/fast/forms/searchfield-heights-expected.png:
        * platform/chromium-win/fast/forms/select-align-expected.png:
        * platform/chromium-win/fast/forms/select-background-none-expected.png:
        * platform/chromium-win/fast/forms/select-baseline-expected.png:
        * platform/chromium-win/fast/forms/select-block-background-expected.png:
        * platform/chromium-win/fast/forms/select-change-listbox-size-expected.png:
        * platform/chromium-win/fast/forms/select-change-listbox-to-popup-expected.png:
        * platform/chromium-win/fast/forms/select-change-popup-to-listbox-expected.png:
        * platform/chromium-win/fast/forms/select-dirty-parent-pref-widths-expected.png:
        * platform/chromium-win/fast/forms/select-disabled-appearance-expected.png:
        * platform/chromium-win/fast/forms/select-initial-position-expected.png:
        * platform/chromium-win/fast/forms/select-list-box-with-height-expected.png:
        * platform/chromium-win/fast/forms/select-listbox-multiple-no-focusring-expected.png:
        * platform/chromium-win/fast/forms/select-overflow-scroll-expected.png:
        * platform/chromium-win/fast/forms/select-overflow-scroll-inherited-expected.png:
        * platform/chromium-win/fast/forms/select-selected-expected.png:
        * platform/chromium-win/fast/forms/select-size-expected.png:
        * platform/chromium-win/fast/forms/select-style-expected.png:
        * platform/chromium-win/fast/forms/select-visual-hebrew-expected.png:
        * platform/chromium-win/fast/forms/select-writing-direction-natural-expected.png:
        * platform/chromium-win/fast/forms/select/optgroup-rendering-expected.png:
        * platform/chromium-win/fast/forms/selectlist-minsize-expected.png:
        * platform/chromium-win/fast/forms/stuff-on-my-optgroup-expected.png:
        * platform/chromium-win/fast/forms/tabbing-input-iframe-expected.png:
        * platform/chromium-win/fast/forms/text-style-color-expected.png:
        * platform/chromium-win/fast/forms/textarea-placeholder-visibility-1-expected.png:
        * platform/chromium-win/fast/forms/textarea-placeholder-visibility-2-expected.png:
        * platform/chromium-win/fast/forms/textarea-scrollbar-expected.png:
        * platform/chromium-win/fast/forms/textarea-scrolled-type-expected.png:
        * platform/chromium-win/fast/forms/textarea/textarea-placeholder-paint-order-expected.png:
        * platform/chromium-win/fast/forms/textfield-focus-ring-expected.png:
        * platform/chromium-win/fast/forms/textfield-overflow-expected.png:
        * platform/chromium-win/fast/forms/validation-message-appearance-expected.png:
        * platform/chromium-win/fast/forms/visual-hebrew-text-field-expected.png:
        * platform/chromium-win/fast/frames/take-focus-from-iframe-expected.png:
        * platform/chromium-win/fast/gradients/background-clipped-expected.png:
        * platform/chromium-win/fast/html/details-no-summary4-expected.png:
        * platform/chromium-win/fast/html/details-open-javascript-expected.png:
        * platform/chromium-win/fast/html/details-open2-expected.png:
        * platform/chromium-win/fast/html/details-open4-expected.png:
        * platform/chromium-win/fast/html/details-position-expected.png:
        * platform/chromium-win/fast/html/details-replace-summary-child-expected.png:
        * platform/chromium-win/fast/html/details-replace-text-expected.png:
        * platform/chromium-win/fast/html/details-writing-mode-expected.png:
        * platform/chromium-win/fast/html/keygen-expected.png:
        * platform/chromium-win/fast/invalid/014-expected.png:
        * platform/chromium-win/fast/layers/scroll-with-transform-composited-layer-expected.png:
        * platform/chromium-win/fast/layers/scroll-with-transform-layer-expected.png:
        * platform/chromium-win/fast/lists/008-expected.png:
        * platform/chromium-win/fast/lists/008-vertical-expected.png:
        * platform/chromium-win/fast/lists/dynamic-marker-crash-expected.png:
        * platform/chromium-win/fast/overflow/overflow-rtl-expected.png:
        * platform/chromium-win/fast/overflow/overflow-rtl-vertical-expected.png:
        * platform/chromium-win/fast/overflow/overflow-update-transform-expected.png:
        * platform/chromium-win/fast/overflow/overflow-with-local-background-attachment-expected.png:
        * platform/chromium-win/fast/parser/document-write-option-expected.png:
        * platform/chromium-win/fast/repaint/control-clip-expected.png:
        * platform/chromium-win/fast/repaint/moving-shadow-on-container-expected.png:
        * platform/chromium-win/fast/repaint/moving-shadow-on-path-expected.png:
        * platform/chromium-win/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
        * platform/chromium-win/fast/repaint/select-option-background-color-expected.png:
        * platform/chromium-win/fast/repaint/subtree-root-skipped-expected.png:
        * platform/chromium-win/fast/repaint/transform-absolute-in-positioned-container-expected.png:
        * platform/chromium-win/fast/replaced/replaced-breaking-expected.png:
        * platform/chromium-win/fast/replaced/replaced-breaking-mixture-expected.png:
        * platform/chromium-win/fast/replaced/three-selects-break-expected.png:
        * platform/chromium-win/fast/replaced/width100percent-searchfield-expected.png:
        * platform/chromium-win/fast/replaced/width100percent-textfield-expected.png:
        * platform/chromium-win/fast/selectors/166-expected.png:
        * platform/chromium-win/fast/selectors/unqualified-hover-strict-expected.png:
        * platform/chromium-win/fast/selectors/unqualified-hover-strict-expected.txt:
        * platform/chromium-win/fast/speech/input-appearance-numberandspeech-expected.png:
        * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.png:
        * platform/chromium-win/fast/speech/input-appearance-speechbutton-expected.png:
        * platform/chromium-win/fast/speech/speech-bidi-rendering-expected.png:
        * platform/chromium-win/fast/table/003-expected.png:
        * platform/chromium-win/fast/table/colspanMinWidth-expected.png:
        * platform/chromium-win/fast/table/spanOverlapRepaint-expected.png:
        * platform/chromium-win/fast/table/text-field-baseline-expected.png:
        * platform/chromium-win/fast/text/drawBidiText-expected.png:
        * platform/chromium-win/fast/text/international/bidi-listbox-atsui-expected.png:
        * platform/chromium-win/fast/text/international/bidi-listbox-expected.png:
        * platform/chromium-win/fast/text/international/bidi-menulist-expected.png:
        * platform/chromium-win/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png:
        * platform/chromium-win/fast/text/textIteratorNilRenderer-expected.png:
        * platform/chromium-win/fast/text/updateNewFont-expected.png:
        * platform/chromium-win/fast/transforms/rotated-transform-affects-scrolling-1-expected.png:
        * platform/chromium-win/fast/transforms/rotated-transform-affects-scrolling-2-expected.png:
        * platform/chromium-win/fast/transforms/transformed-focused-text-input-expected.png:
        * platform/chromium-win/fast/writing-mode/border-radius-clipping-vertical-lr-expected.png:
        * platform/chromium-win/fast/writing-mode/box-shadow-vertical-lr-expected.png:
        * platform/chromium-win/fast/writing-mode/box-shadow-vertical-rl-expected.png:
        * platform/chromium-win/fonts/monospace-expected.png:
        * platform/chromium-win/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.png:
        * platform/chromium-win/http/tests/navigation/javascriptlink-frames-expected.png:
        * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png:
        * platform/chromium-win/plugins/mouse-click-plugin-clears-selection-expected.png:
        * platform/chromium-win/svg/as-image/image-respects-pageScaleFactor-expected.png:
        * platform/chromium-win/svg/css/composite-shadow-example-expected.png:
        * platform/chromium-win/svg/css/composite-shadow-with-opacity-expected.png:
        * platform/chromium-win/svg/css/stars-with-shadow-expected.png:
        * platform/chromium-win/svg/custom/foreign-object-skew-expected.png:
        * platform/chromium-win/svg/custom/getscreenctm-in-scrollable-div-area-expected.png:
        * platform/chromium-win/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.png:
        * platform/chromium-win/svg/custom/getscreenctm-in-scrollable-svg-area-expected.png:
        * platform/chromium-win/svg/custom/inline-svg-in-xhtml-expected.png:
        * platform/chromium-win/svg/custom/non-scaling-stroke-expected.png:
        * platform/chromium-win/svg/custom/object-sizing-no-width-height-expected.png:
        * platform/chromium-win/svg/custom/pattern-rotate-expected.png:
        * platform/chromium-win/svg/dom/SVGTransformList-basics-expected.png:
        * platform/chromium-win/svg/dom/css-transforms-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVG-dynamic-css-transform-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
        * platform/chromium-win/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
        * platform/chromium-win/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png:
        * platform/chromium-win/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
        * platform/chromium-win/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
        * platform/chromium-win/svg/hixie/mixed/003-expected.png:
        * platform/chromium-win/svg/in-html/circle-expected.png:
        * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
        * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
        * platform/chromium-win/svg/wicd/rightsizing-grid-expected.png:
        * platform/chromium-win/svg/wicd/test-rightsizing-b-expected.png:
        * platform/chromium-win/svg/wicd/test-scalable-background-image1-expected.png:
        * platform/chromium-win/svg/zoom/page/absolute-sized-document-scrollbars-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-008-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-mask-with-percentages-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/45621-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug1188-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug12384-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug18359-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug24200-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug2479-2-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug2479-3-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug28928-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug29326-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug30692-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug33855-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug4382-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug44505-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug4527-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug46368-1-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug46368-2-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug51037-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug55545-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug59354-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug7342-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug92647-2-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug96334-expected.png:
        * platform/chromium-win/tables/mozilla/core/margins-expected.png:
        * platform/chromium-win/tables/mozilla/dom/tableDom-expected.png:
        * platform/chromium-win/tables/mozilla/marvin/backgr_index-expected.png:
        * platform/chromium-win/tables/mozilla/marvin/backgr_layers-opacity-expected.png:
        * platform/chromium-win/tables/mozilla/other/move_row-expected.png:
        * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
        * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png:
        * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
        * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.png:
        * platform/chromium-win/transforms/2d/hindi-rotated-expected.png:
        * platform/chromium-win/transforms/2d/hindi-rotated-expected.txt:
        * platform/chromium-win/transforms/2d/zoom-menulist-expected.png:
        * platform/chromium/TestExpectations:
        * platform/efl/css2.1/20110323/block-replaced-width-001-expected.txt: Removed.
        * platform/gtk/css2.1/20110323/block-replaced-width-001-expected.txt: Removed.

2012-07-30  Michael Saboff  <msaboff@apple.com>

        inspector/profiler/heap-snapshot-containment-show-all.html test crashing during WebView closing
        <rdar://problem/11991881>

        * platform/mac-lion/Skipped:

2012-07-30  Sadrul Habib Chowdhury  <sadrul@chromium.org>

        Propagate gesture events to plugins.
        https://bugs.webkit.org/show_bug.cgi?id=92281

        Reviewed by Adam Barth.

        Added a layout test to show that the plugins receive the gesture events correctly.

        * platform/chromium/plugins/gesture-events-expected.txt: Added.
        * platform/chromium/plugins/gesture-events.html: Added.

2012-07-30  Adrienne Walker  <enne@google.com>

        [chromium] Remove dependency on ScrollbarTheme from the compositor
        https://bugs.webkit.org/show_bug.cgi?id=90528

        Reviewed by James Robinson.

        Mark custom-composited-different-track-parts.html as failing because
        custom scrollbars no longer create ScrollbarLayerChromiums. This is
        due to the unsafe casts in RenderThemeScrollbar.

        * platform/chromium/TestExpectations:

2012-07-30  Tom Hudson  <tomhudson@google.com>

        Baselines on additional platforms for fast/table/table-row-focus-ring-paint.
        https://bugs.webkit.org/show_bug.cgi?id=85348

        Unreviewed gardening.

        * platform/chromium-linux/fast/table/table-row-focus-ring-paint-expected.png: Removed.
        * platform/chromium-mac/fast/table/table-row-focus-ring-paint-expected.png: Added.
        * platform/chromium-win/fast/table/table-row-focus-ring-paint-expected.png: Added.

2012-07-30  Raphael Kubo da Costa  <rakuco@webkit.org>

        [EFL] Unreviewed gardening.

        Fix r124028 by adding the missing expectations to the added lines.

        * platform/efl/TestExpectations:

2012-07-30  Stephen White  <senorblanco@chromium.org>

        [chromium] Unreviewed gardening.  Add new baselines for tests 
        affected by r124042.

        * platform/chromium-linux/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
        * platform/chromium-linux/fast/borders/border-image-rotate-transform-expected.png:
        * platform/chromium-win-xp/fast/backgrounds/repeat: Removed.
        * platform/chromium-win/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
        * platform/chromium-win/fast/borders/border-image-rotate-transform-expected.png:

2012-07-30  Peter Kasting  <pkasting@google.com>

        Force Mac editing mode on new test so other platforms will pass it.
        https://bugs.webkit.org/show_bug.cgi?id=92662

        Reviewed by Ryosuke Niwa.

        * fast/writing-mode/flipped-blocks-hit-test-line-edges.html:

2012-07-30  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening.

        * platform/qt-5.0/Skipped: Unskip now passing tests. (bug85203)
        * platform/qt-5.0/fast/js/global-constructors-expected.txt: Added. Same as
          platform/qt/...expected.txt, but has more attribute because of enabled SVG_FONTS.
        * platform/qt/fast/js/global-constructors-expected.png: Removed, it is text only test.

2012-07-30  Stephen White  <senorblanco@chromium.org>

        [chromium] Unreviewed gardening.  Rebaseline another test affected by
        r124042.

        * platform/chromium-linux-x86/fast/gradients: Removed.
        * platform/chromium-linux/fast/gradients/background-clipped-expected.png:
        * platform/chromium-mac-snowleopard/fast/gradients/background-clipped-expected.png:
        * platform/chromium-mac/fast/gradients/background-clipped-expected.png:
        * platform/chromium/TestExpectations:

2012-07-30  Peter Kasting  <pkasting@google.com>

        [Chromium] Rebaseline tests for Skia changes.
        http://crbug.com/130283
        http://crbug.com/131188

        Unreviewed, test expectations update.

        * platform/chromium-linux/css3/filters/effect-combined-hw-expected.png:
        * platform/chromium-linux/css3/filters/effect-saturate-hw-expected.png:
        * platform/chromium-linux/css3/filters/effect-sepia-hw-expected.png:
        * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/fillrect_gradient-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/canvas/fillrect_gradient-expected.png:
        * platform/chromium-mac/css3/filters/effect-combined-hw-expected.png:
        * platform/chromium-mac/css3/filters/effect-grayscale-hw-expected.png:
        * platform/chromium-mac/css3/filters/effect-hue-rotate-hw-expected.png:
        * platform/chromium-mac/css3/filters/effect-saturate-hw-expected.png:
        * platform/chromium-mac/css3/filters/effect-sepia-hw-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/fillrect_gradient-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt: Removed.
        * platform/chromium-win/css3/filters/effect-combined-hw-expected.png:
        * platform/chromium-win/css3/filters/effect-grayscale-hw-expected.png:
        * platform/chromium-win/css3/filters/effect-hue-rotate-hw-expected.png:
        * platform/chromium-win/css3/filters/effect-saturate-hw-expected.png:
        * platform/chromium-win/css3/filters/effect-sepia-hw-expected.png:
        * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/fillrect_gradient-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:

2012-07-30  Tony Chang  <tony@chromium.org>

        new flexbox should ignore float set on flexitems
        https://bugs.webkit.org/show_bug.cgi?id=70792

        Reviewed by Ojan Vafai.

        Make an example in the spec into a ref test.  Add some styles to make it a bit more clear what's happening.

        * css3/flexbox/floated-flexitem-expected.html: Added.
        * css3/flexbox/floated-flexitem.html: Added.

2012-07-30  Peter Kasting  <pkasting@google.com>

        [Chromium] New baselines and test expectations update.
        https://bugs.webkit.org/show_bug.cgi?id=88939
        https://bugs.webkit.org/show_bug.cgi?id=91485
        http://crbug.com/139162

        Unreviewed, test expectations update.

        * platform/chromium-linux-x86/svg/W3C-SVG-1.1/filters-example-01-b-expected.png: Added.
        * platform/chromium/TestExpectations:

2012-07-30  Stephen White  <senorblanco@chromium.org>

        [chromium] Unreviewed gardening.  Add new mac baselines for tests 
        affected by r124042.  Fix a typo in TestExpectations.

        * platform/chromium-mac-snowleopard/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
        * platform/chromium-mac-snowleopard/fast/borders/border-image-rotate-transform-expected.png:
        * platform/chromium-mac/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
        * platform/chromium-mac/fast/borders/border-image-rotate-transform-expected.png:
        * platform/chromium/TestExpectations:

2012-07-30  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Adding platform-specific baselines that are required after r123793, r123912 and r123914.

        * platform/gtk/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
        * platform/gtk/fast/hidpi/gradient-with-scaled-ancestor-expected.txt: Added.
        * platform/gtk/fast/table/table-row-outline-paint-expected.png: Added.
        * platform/gtk/fast/table/table-row-outline-paint-expected.txt: Added.
        * platform/gtk/svg/as-image/animated-svg-repaints-completely-in-hidpi-expected.png: Added.
        * platform/gtk/svg/as-image/animated-svg-repaints-completely-in-hidpi-expected.txt: Added.

2012-07-30  Stephen White  <senorblanco@chromium.org>

        [chromium] Unreviewed gardening.  Marking two accelerated painting
        tests as crashing intermittently.
        https://bugs.webkit.org/show_bug.cgi?id=92660

        * platform/chromium/TestExpectations:

2012-07-30  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r124025.
        http://trac.webkit.org/changeset/124025
        https://bugs.webkit.org/show_bug.cgi?id=92658

        Causes color-suggestion-picker-appearance layout test to time
        out on all Chromium platforms (Requested by tomhudson_ on
        #webkit).

        * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png: Removed.
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.txt: Removed.
        * platform/chromium/fast/forms/color/color-suggestion-picker-appearance.html: Removed.
        * platform/chromium/fast/forms/datalist/input-list-expected.txt:

2012-07-30  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Skipping a test that utilizes unsupported isolated worlds and updating
        one baseline after r123988.

        * platform/gtk/TestExpectations:
        * platform/gtk/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:

2012-07-30  Pravin D  <pravind.2k4@gmail.com>

        REGRESSION: Focused TR element draws its focus outline in the wrong place
        https://bugs.webkit.org/show_bug.cgi?id=85348

        Reviewed by Julien Chaffraix.

        The focus ring used to be drawn around the first row of the table section irrespective of the row in focus.
        The issue was fixed by the bug http://www.webkit.org/b/92389 .
        Adding a regression test case. 

        * fast/table/table-row-focus-ring-paint-expected.txt: Added.
        * fast/table/table-row-focus-ring-paint.html: Added.
        * platform/chromium-linux/fast/table/table-row-focus-ring-paint-expected.png: Added.
        * platform/qt-4.8/fast/table/table-row-focus-ring-paint-expected.png: Added.

2012-07-30  Julien Chaffraix  <jchaffraix@webkit.org>

        ASSERTION FAILED: !rect.isEmpty()  : void WebCore::GraphicsContext::drawRect(const WebCore::IntRect &)
        https://bugs.webkit.org/show_bug.cgi?id=92187

        Reviewed by Simon Fraser.

        * fast/borders/0px-borders-no-line-height-expected.html: Added.
        * fast/borders/0px-borders-no-line-height.html: Added.
        * fast/borders/double-1px-border-assert-expected.html: Added.
        * fast/borders/double-1px-border-assert.html: Added.

2012-07-26  Stephen White  <senorblanco@chromium.org>

        [chromium] Refactor the computation of resampled bitmap size in
        drawImage and drawPattern.
        https://bugs.webkit.org/show_bug.cgi?id=92408

        Reviewed by Adrienne Walker.

        Mark a test as expected to fail (will need rebaseline).

        * platform/chromium/TestExpectations:

2012-07-30  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL][DRT] fast/text/font-variant-ligatures.html fails with missing rendering output
        https://bugs.webkit.org/show_bug.cgi?id=85606

        Unreviewed, EFL gardening.

        Unskip test that's passing after r123864 due to complex font support.

        * platform/efl/TestExpectations: font-variant-ligatures.html unskipped.

2012-07-30  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening. Unkskip more passing tests after bug85203.

        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0-wk2/Skipped:

2012-07-29  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Resource agent's reference to cached resources should be weak.
        https://bugs.webkit.org/show_bug.cgi?id=92108

        Reviewed by Pavel Feldman.

        * http/tests/inspector/network/cached-resource-destroyed-moved-to-storage-expected.txt: Added.
        * http/tests/inspector/network/cached-resource-destroyed-moved-to-storage.html: Added.
        * http/tests/inspector/network/cached-resource-destroyed-too-big-discarded-expected.txt: Added.
        * http/tests/inspector/network/cached-resource-destroyed-too-big-discarded.html: Added.

2012-07-30  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Gardening. Skip failing tests and add a Qt specific expected file.

        Reviewed by Csaba Osztrogonác.

        * platform/qt-4.8/Skipped: Skip svg/custom/svg-features.html.
        * platform/qt/Skipped: Skip http/tests/security/contentSecurityPolicy/object-src-none-blocked.html.
        * platform/qt/http/tests/security/xss-DENIED-xsl-document-securityOrigin-expected.txt: Added because of a whitespace difference.

2012-07-30  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Default sizes for input-text and text-area are different when running DRT/WTR
        https://bugs.webkit.org/show_bug.cgi?id=91990

        Unreviewed gardening.

        * platform/qt-5.0-wk2/Skipped: Skip tests.
        * platform/qt-5.0/Skipped: Unskip accidentally skipped tests.
        * platform/qt.5-0/fast/text/whitespace/028-expected.png: Remove accidentally committed file.
        * platform/qt.5-0/fast/text/whitespace/028-expected.txt: Remove accidentally committed file.
        * platform/qt/Skipped: Unskip non-existing tests.

2012-07-30  Alexander Shalamov  <alexander.shalamov@intel.com>

        [EFL] Skip new compositing tests for EFL port
        https://bugs.webkit.org/show_bug.cgi?id=92633

        Unreviewed EFL gardening.

        Skip new compositing layout tests until accelerated compositing is enabled.

        * platform/efl/TestExpectations:

2012-07-30  Shinya Kawanaka  <shinyak@chromium.org>

        Prohibit having AuthorShadowDOM of input or textarea element for a while and having a flag to enable it in Internals.
        https://bugs.webkit.org/show_bug.cgi?id=92611

        Reviewed by Hajime Morita.

        * fast/dom/shadow/input-with-validation-without-shadow.html: Make the test runs even if
        new WebKitShadowRoot() throws an exception.
        * fast/dom/shadow/input-with-validation.html: Sets a flag to make AuthorShadowDOM available.
        * fast/dom/shadow/shadow-disable-expected.txt:
        * fast/dom/shadow/shadow-disable.html: Makes it unavailable for input and textarea to have an AuthorShadowDOM.

2012-07-30  Keishi Hattori  <keishi@webkit.org>

        Implement datalist UI for input type color for Chromium
        https://bugs.webkit.org/show_bug.cgi?id=92075

        Reviewed by Kent Tamura.

        * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png: Added.
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.txt: Added.
        * platform/chromium/fast/forms/color/color-suggestion-picker-appearance.html: Added. Tests color suggestion picker popup appearance.
        * platform/chromium/fast/forms/datalist/input-list-expected.txt:

2012-07-30  Allan Sandfeld Jensen  <allan.jensen@nokia.com>

        There is no way to tell whether an element can be activated or not
        https://bugs.webkit.org/show_bug.cgi?id=92093

        Reviewed by Antonio Gomes.

        Tests that enabled formelements are now preferred over disabled formelements.

        * touchadjustment/disabled-formelements-expected.txt: Added.
        * touchadjustment/disabled-formelements.html: Added.

2012-07-30  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Content size variables in NetworkResourcesData should have size_t type instead of int.
        https://bugs.webkit.org/show_bug.cgi?id=92618

        Reviewed by Yury Semikhatsky.

        * http/tests/inspector/network/network-content-replacement-embed-expected.txt:
        * http/tests/inspector/network/network-content-replacement-embed.html:
        * http/tests/inspector/network/network-content-replacement-xhr-expected.txt:
        * http/tests/inspector/network/network-content-replacement-xhr.html:

2012-07-30  János Badics  <jbadics@inf.u-szeged.hu>

        [Qt][WK1] Gardening after r123988. It made fast/writing-mode/flipped-blocks-hit-test-line-edges.html fail
        https://bugs.webkit.org/show_bug.cgi?id=92636

        Reviewed by Csaba Osztrogonác.

        * platform/qt-4.8/Skipped:
        * platform/qt-5.0-wk1/Skipped:

2012-07-30  János Badics  <jbadics@inf.u-szeged.hu>

        [Qt][WK1] Gardening after r123988. It made fast/writing-mode/flipped-blocks-hit-test-line-edges.html fail
        https://bugs.webkit.org/show_bug.cgi?id=92636

        Reviewed by Csaba Osztrogonác.

        * platform/qt-4.8/Skipped:
        * platform/qt-5.0-wk1/Skipped:

2012-07-30  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r124000.
        http://trac.webkit.org/changeset/124000
        https://bugs.webkit.org/show_bug.cgi?id=92632

        seems to have broken chromium Range_InstanceSizeUnknown unit
        test across many platforms (Requested by tomhudson on
        #webkit).

        * http/tests/inspector/network/cached-resource-destroyed-moved-to-storage-expected.txt: Removed.
        * http/tests/inspector/network/cached-resource-destroyed-moved-to-storage.html: Removed.
        * http/tests/inspector/network/cached-resource-destroyed-too-big-discarded-expected.txt: Removed.
        * http/tests/inspector/network/cached-resource-destroyed-too-big-discarded.html: Removed.

2012-07-30  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r124004.
        http://trac.webkit.org/changeset/124004
        https://bugs.webkit.org/show_bug.cgi?id=92622

        Broke Android build (Requested by keishi on #webkit).

        * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png: Removed.
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.txt: Removed.
        * platform/chromium/fast/forms/color/color-suggestion-picker-appearance.html: Removed.
        * platform/chromium/fast/forms/datalist/input-list-expected.txt:

2012-07-30  Keishi Hattori  <keishi@webkit.org>

        Implement datalist UI for input type color for Chromium
        https://bugs.webkit.org/show_bug.cgi?id=92075

        Reviewed by Kent Tamura.

        * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png: Added.
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.txt: Added.
        * platform/chromium/fast/forms/color/color-suggestion-picker-appearance.html: Added. Tests color suggestion picker popup appearance.
        * platform/chromium/fast/forms/datalist/input-list-expected.txt:

2012-07-30  Mario Sanchez Prada  <msanchez@igalia.com>

        REGRESSION (r123767): platform/gtk/accessibility/object-with-title.html failing on GTK
        https://bugs.webkit.org/show_bug.cgi?id=92477

        Reviewed by Chris Fleizach.

        Remove passing test from TestExpectations.

        * platform/gtk/TestExpectations:

2012-07-29  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Resource agent's reference to cached resources should be weak.
        https://bugs.webkit.org/show_bug.cgi?id=92108

        Reviewed by Pavel Feldman.

        * http/tests/inspector/network/cached-resource-destroyed-moved-to-storage-expected.txt: Added.
        * http/tests/inspector/network/cached-resource-destroyed-moved-to-storage.html: Added.
        * http/tests/inspector/network/cached-resource-destroyed-too-big-discarded-expected.txt: Added.
        * http/tests/inspector/network/cached-resource-destroyed-too-big-discarded.html: Added.

2012-07-29  Li Yin  <li.yin@intel.com>

        getChannelData should raise exception when index is more than numberOfChannels.
        https://bugs.webkit.org/show_bug.cgi?id=92223

        Reviewed by Kentaro Hara.

        Spec: https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#AudioBuffer-section
        Add test to cover basic attributes of AudioBuffer.

        * webaudio/audiobuffer-expected.txt: Added.
        * webaudio/audiobuffer.html: Added.

2012-07-29  Sukolsak Sakshuwong  <sukolsak@google.com>

        forward-delete in the last cell of a table moves the caret after the table
        https://bugs.webkit.org/show_bug.cgi?id=24250

        Reviewed by Ryosuke Niwa.

        * editing/deleting/forward-delete-empty-table-cell-expected.txt: Added.
        * editing/deleting/forward-delete-empty-table-cell.html: Added.

2012-07-29  Kent Tamura  <tkent@chromium.org>

        REGRESSION(r123993): fast/forms/date/calendar-picker-type-change-onclick.html fails

        * fast/forms/date/calendar-picker-appearance-expected.txt:
        * fast/forms/date/calendar-picker-appearance.html:
        Clear webkitTransitionEnd event handler before notifyDone().

2012-07-29  Kent Tamura  <tkent@chromium.org>

        Fix opacity issue of fast/forms/date/calendar-picker-appearance.html
        https://bugs.webkit.org/show_bug.cgi?id=92605

        Reviewed by Hajime Morita.

        We need to wait for pixel dumping until CSS transition completion for
        the 'main' element, which has transition from opacity:0 to opacity:1.

        * fast/forms/date/calendar-picker-appearance.html:

2012-07-29  Dan Bernstein  <mitz@apple.com>

        Hit testing in the gap between pages returns incorrect results in flipped blocks writing modes
        https://bugs.webkit.org/show_bug.cgi?id=92600

        Reviewed by Simon Fraser.

        * fast/multicol/hit-test-gap-between-pages-flipped-expected.txt: Added.
        * fast/multicol/hit-test-gap-between-pages-flipped.html: Added.

2012-07-29  Dan Bernstein  <mitz@apple.com>

        In flipped blocks, a point on the top edge of a text box is considered outside the box (and vice versa)
        https://bugs.webkit.org/show_bug.cgi?id=92597

        Reviewed by Ryosuke Niwa.

        Added hits inside the text to this test.

        * fast/writing-mode/flipped-blocks-hit-test-line-edges-expected.txt:
        * fast/writing-mode/flipped-blocks-hit-test-line-edges.html:

2012-07-29  Dan Bernstein  <mitz@apple.com>

        In flipped blocks, a point on the top edge of a box is considered outside the box (and vice versa)
        https://bugs.webkit.org/show_bug.cgi?id=92593

        Reviewed by Simon Fraser.

        * fast/writing-mode/flipped-blocks-hit-test-box-edges-expected.txt: Added.
        * fast/writing-mode/flipped-blocks-hit-test-box-edges.html: Added.
        * fast/writing-mode/flipped-blocks-hit-test-line-edges-expected.txt: Added.
        * fast/writing-mode/flipped-blocks-hit-test-line-edges.html: Added.

2012-07-29  Mike West  <mkwst@chromium.org>

        Extend `application/x-webkit-test-netscape` plugins to better support multiple frames.
        https://bugs.webkit.org/show_bug.cgi?id=92478

        Reviewed by Adam Barth.

        * http/tests/plugins/resources/mock-plugin-logger.js:
            Exciting JS "framework" for use when logging via `logifloaded`.
        * http/tests/security/contentSecurityPolicy/object-src-none-allowed.html:
        * http/tests/security/contentSecurityPolicy/object-src-none-allowed-expected.html:
        * http/tests/security/contentSecurityPolicy/object-src-none-blocked.html:
        * http/tests/security/contentSecurityPolicy/object-src-none-blocked-expected.html:
            Adjusting these tests to use the newly created `logifloaded` plugin mock.
        * http/tests/security/contentSecurityPolicy/resources/echo-object-data.pl:
            Loading `mock-plugin-logger.js`, and adding a `log` attribute for `logifloaded`.

2012-07-28  Dan Bernstein  <mitz@apple.com>

        Hit test results are wrong in flipped blocks writing modes with block column axis
        https://bugs.webkit.org/show_bug.cgi?id=92588

        Reviewed by Sam Weinig.

        * fast/multicol/hit-test-block-axis-flipped-expected.txt: Added.
        * fast/multicol/hit-test-block-axis-flipped.html: Added.

2012-07-28  Peter Kasting  <pkasting@google.com>

        [Chromium] New baselines and test expectations update.
        https://bugs.webkit.org/show_bug.cgi?id=72039
        https://bugs.webkit.org/show_bug.cgi?id=92569
        https://bugs.webkit.org/show_bug.cgi?id=92583

        Unreviewed, test expectations update.

        * platform/chromium-linux-x86/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt: Added.
        * platform/chromium-linux-x86/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Added.
        * platform/chromium-linux-x86/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: Added.
        * platform/chromium-linux/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt: Added.
        * platform/chromium-linux/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Added.
        * platform/chromium-linux/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: Added.
        * platform/chromium-mac-snowleopard/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Added.
        * platform/chromium-mac/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Added.
        * platform/chromium-win-xp/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt: Added.
        * platform/chromium-win-xp/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Added.
        * platform/chromium-win-xp/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: Added.
        * platform/chromium-win/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt: Added.
        * platform/chromium-win/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Added.
        * platform/chromium-win/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: Added.
        * platform/chromium/TestExpectations:

2012-07-28  Dan Bernstein  <mitz@apple.com>

        In flipped lines writing modes, hit testing at the beginning of a column may return a result from the previous column
        https://bugs.webkit.org/show_bug.cgi?id=92566

        Reviewed by Simon Fraser.

        * fast/multicol/hit-test-end-of-column-with-line-height-expected.txt: Updated.
        * fast/multicol/hit-test-end-of-column-with-line-height.html: Extended with tests for
        horizontal-bt.

2012-07-28  Simon Fraser  <simon.fraser@apple.com>

        Size changes on a layer with negative z-index children don't repaint correctly
        https://bugs.webkit.org/show_bug.cgi?id=92583

        Reviewed by Dean Jackson.

        Test that causes a composited layer with a foreground layer (by virtue of having
        negative z-index children) to resize.
        
        Add missing pixel result for bounds-ignores-hidden-dynamic.html too.

        * compositing/geometry/bounds-ignores-hidden-dynamic-expected.png: Added.
        * compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Added.
        * compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: Added.
        * compositing/geometry/bounds-ignores-hidden-dynamic-negzindex.html: Added.

2012-07-28  Simon Fraser  <simon.fraser@apple.com>

        Ignore visibility:hidden elements when computing compositing layer bounds
        https://bugs.webkit.org/show_bug.cgi?id=92569

        Reviewed by Dan Bernstein.

        Tests related to visibility:hidden's affect on composited layer bounds.

        * compositing/geometry/bounds-ignores-hidden-composited-expected.txt: Added.
        * compositing/geometry/bounds-ignores-hidden-composited-descendant.html: Added.
        Test with visibility:visible descendants of a visibility:hidden element in a
        compositing layer.

        * compositing/geometry/bounds-ignores-hidden-dynamic-expected.txt: Added.
        * compositing/geometry/bounds-ignores-hidden-dynamic.html: Added.
        Test that changes visibility on descendants of a compositing layer, to test dynamic changes.

        * compositing/geometry/bounds-ignores-hidden-expected.txt: Added.
        * compositing/geometry/bounds-ignores-hidden.html: Added.
        Test with a compositing layer having visibility:hidden descendants, which dumps
        layer tree information.


2012-07-28  Peter Kasting  <pkasting@google.com>

        [Chromium] Widen expectation for crashing test.
        http://crbug.com/139493

        Unreviewed, test expectations update.

        * platform/chromium/TestExpectations:

2012-07-28  Peter Kasting  <pkasting@google.com>

        [Chromium] Rebaselining and test expectations update.
        https://bugs.webkit.org/show_bug.cgi?id=77188
        https://bugs.webkit.org/show_bug.cgi?id=85856
        https://bugs.webkit.org/show_bug.cgi?id=87844
        https://bugs.webkit.org/show_bug.cgi?id=91756
        http://crbug.com/10364
        http://crbug.com/138159
        http://crbug.com/139162
        http://crbug.com/139493

        Unreviewed, test expectations update.

        * fast/overflow/unreachable-overflow-rtl-bug-expected.txt: Added.
        * platform/chromium-linux-x86/platform/chromium: Added.
        * platform/chromium-linux-x86/platform/chromium/virtual: Added.
        * platform/chromium-linux-x86/platform/chromium/virtual/gpu: Added.
        * platform/chromium-linux-x86/platform/chromium/virtual/gpu/fast: Added.
        * platform/chromium-linux-x86/platform/chromium/virtual/gpu/fast/canvas: Added.
        * platform/chromium-linux-x86/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png: Added.
        * platform/chromium-linux-x86/platform/chromium/virtual/gpu/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
        * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
        * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
        * platform/chromium-linux/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
        * platform/chromium-mac-snowleopard/fast/block/float/026-expected.png:
        * platform/chromium-mac-snowleopard/fast/block/float/028-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/datalist: Added.
        * platform/chromium-mac-snowleopard/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
        * platform/chromium-mac/fast/block/float/026-expected.png:
        * platform/chromium-mac/fast/block/float/028-expected.png:
        * platform/chromium-mac/fast/overflow/unreachable-overflow-rtl-bug-expected.png:
        * platform/chromium-mac/fast/overflow/unreachable-overflow-rtl-bug-expected.txt:
        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
        * platform/chromium-win/fast/forms/box-shadow-override-expected.png:
        * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
        * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/gradient-add-second-start-end-stop-expected.png:
        * platform/chromium/TestExpectations:
        * platform/efl/fast/overflow/unreachable-overflow-rtl-bug-expected.txt: Removed.
        * platform/gtk/fast/overflow/unreachable-overflow-rtl-bug-expected.txt: Removed.

2012-07-28  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening.

        * platform/qt-4.8/Skipped: Unskip now passing tests. (bug85203)

2012-07-28  Philippe Normand  <pnormand@igalia.com>

        Unreviewed, GTK rebaseline after r123937.

        * platform/gtk/fast/dom/navigator-detached-no-crash-expected.txt:

2012-07-27  Nayan Kumar K  <nayankk@motorola.com>

        [WebGL] Align contents of drawbuffer-test.html layout test with the one in the WebGL conformance suite.
        https://bugs.webkit.org/show_bug.cgi?id=92375

        Reviewed by Kenneth Russell.

        * fast/canvas/webgl/drawingbuffer-test-expected.txt:
        * fast/canvas/webgl/drawingbuffer-test.html:

2012-07-27  Peter Kasting  <pkasting@google.com>

        Chromium rebaseline after r123285.
        https://bugs.webkit.org/show_bug.cgi?id=90624

        Unreviewed, rebaselining.

        * platform/chromium-mac/fast/borders/border-image-rotate-transform-expected.png:

2012-07-27  Michael Saboff  <msaboff@apple.com>

        https://bugs.webkit.org/show_bug.cgi?id=92573
        Mac Lion: http/tests/misc/submit-post-keygen.html fails on buildbots

        * platform/mac-lion/Skipped:

2012-07-27  Kihong Kwon  <kihong.kwon@samsung.com>

        [EFL] Support for HTML media capture
        https://bugs.webkit.org/show_bug.cgi?id=91842

        Reviewed by Ryosuke Niwa.

        Remove file-input-capture.html from skipped list.

        * platform/efl/Skipped:

2012-07-27  Peter Kasting  <pkasting@google.com>

        Mark three tests as flakily timing out.
        https://bugs.webkit.org/show_bug.cgi?id=92570

        Unreviewed, Chromium test expectations update.

        * platform/chromium/TestExpectations:

2012-07-27  Peter Kasting  <pkasting@google.com>

        Fix broken script reference after test move.
        https://bugs.webkit.org/show_bug.cgi?id=92111

        Unreviewed, fixing bad test move.

        * platform/win/fast/events/panScroll-click-hyperlink.html:

2012-07-27  Peter Kasting  <pkasting@google.com>

        Chromium rebaselines after r123912.
        https://bugs.webkit.org/show_bug.cgi?id=92327

        Unreviewed, rebaselining.

        * platform/chromium-linux-x86/fast/hidpi: Added.
        * platform/chromium-linux-x86/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
        * platform/chromium-linux/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
        * platform/chromium-mac/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
        * platform/chromium-win-xp/fast/hidpi: Added.
        * platform/chromium-win-xp/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
        * platform/chromium-win/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.

2012-07-27  Peter Kasting  <pkasting@google.com>

        Chromium rebaseline after r123706.
        https://bugs.webkit.org/show_bug.cgi?id=92236

        Unreviewed, rebaselining.

        * platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-expected.png:

2012-07-27  Peter Kasting  <pkasting@google.com>

        Chromium rebaselines after r123790.
        ​https://bugs.webkit.org/show_bug.cgi?id=92059

        Unreviewed, rebaselining.

        * platform/chromium-linux-x86/css3/filters/effect-brightness-clamping-expected.txt: Added.
        * platform/chromium-linux-x86/css3/filters/effect-brightness-clamping-hw-expected.txt: Added.
        * platform/chromium-linux/css3/filters/effect-brightness-clamping-expected.txt: Added.
        * platform/chromium-linux/css3/filters/effect-brightness-clamping-hw-expected.txt: Added.
        * platform/chromium-win-xp/css3: Added.
        * platform/chromium-win-xp/css3/filters: Added.
        * platform/chromium-win-xp/css3/filters/effect-brightness-clamping-expected.txt: Added.
        * platform/chromium-win-xp/css3/filters/effect-brightness-clamping-hw-expected.txt: Added.
        * platform/chromium-win/css3/filters/effect-brightness-clamping-expected.txt: Added.
        * platform/chromium-win/css3/filters/effect-brightness-clamping-hw-expected.txt: Added.

2012-07-27  Sukolsak Sakshuwong  <sukolsak@google.com>

        execCommand copies the backgroung-color of the enclosing element to the element being edited.
        https://bugs.webkit.org/show_bug.cgi?id=91783

        Reviewed by Ryosuke Niwa.

        This tests to make sure that WebKit removes redundant "background-color"
        property after execCommand.

        * editing/style/redundant-background-color-expected.txt: Added.
        * editing/style/redundant-background-color.html: Added.

2012-07-27  Scott Graham  <scottmg@chromium.org>

        Change navigator.webkitGamepads[] to navigator.webkitGetGamepads()
        https://bugs.webkit.org/show_bug.cgi?id=92533

        Reviewed by Adam Barth.

        Updates for renamed access point.

        * gamepad/gamepad-api-expected.txt:
        * gamepad/gamepad-api.html:
        * gamepad/gamepad-polling-access-expected.txt:
        * gamepad/gamepad-polling-access.html:
        * platform/chromium/fast/dom/navigator-detached-no-crash-expected.txt:

2012-07-27  Brady Eidson  <beidson@apple.com>

        Plugins should not be allowed to override standard properties/attributes in non-standard worlds
        <rdar://problem/11975252> and https://bugs.webkit.org/show_bug.cgi?id=92519

        Reviewed by Anders Carlsson.

        * plugins/npruntime/overrides-all-properties-expected.txt: Added.
        * plugins/npruntime/overrides-all-properties.html: Added.
        * platform/chromium/TestExpectations: Test behaves different in V8, so skip on chromium

2012-07-27  Arnaud Renevier  <a.renevier@sisa.samsung.com>

        use createUninitialized when creating TypedArray from another array
        https://bugs.webkit.org/show_bug.cgi?id=92518

        Reviewed by Kenneth Russell.

        Add test to check that constructing a Typed Array with nan values does
        not result in random values.

        * fast/canvas/webgl/array-constructor-expected.txt: Added.
        * fast/canvas/webgl/array-constructor.html: Added.

2012-07-27  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>

        [Qt] Remaining rebaselines after new test fonts
        https://bugs.webkit.org/show_bug.cgi?id=92552

        Unreviewed.

        Unskip a bunch of tests, organize the remaining skips. The mentions to bug 85203 were
        removed now. A last batch of WK1 results were associated with the bug 91610.

        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0-wk2/fullscreen/full-screen-placeholder-expected.txt:
        * platform/qt-5.0/Skipped:
        * platform/qt/editing/input/caret-at-the-edge-of-input-expected.txt:
        * platform/qt/editing/input/reveal-caret-of-multiline-input-expected.txt:
        * platform/qt/http/tests/cache/cancel-during-revalidation-succeeded-expected.txt: Removed.
        * platform/qt/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt:
        * platform/qt/http/tests/security/xss-DENIED-xsl-document-securityOrigin-expected.txt: Removed.
        * platform/qt/svg/text/select-textLength-spacing-squeeze-1-expected.txt:
        * platform/qt/svg/text/select-textLength-spacing-squeeze-2-expected.txt:
        * platform/qt/svg/text/select-textLength-spacing-squeeze-3-expected.txt:
        * platform/qt/svg/text/select-textLength-spacing-squeeze-4-expected.txt:
        * platform/qt/svg/text/select-textLength-spacing-stretch-1-expected.txt:
        * platform/qt/svg/text/select-textLength-spacing-stretch-2-expected.txt:
        * platform/qt/svg/text/select-textLength-spacing-stretch-3-expected.txt:
        * platform/qt/svg/text/select-textLength-spacing-stretch-4-expected.txt:
        * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt:
        * platform/qt/svg/text/select-x-list-1-expected.txt:
        * platform/qt/svg/text/select-x-list-2-expected.txt:
        * platform/qt/svg/text/select-x-list-3-expected.txt:
        * platform/qt/svg/text/select-x-list-4-expected.txt:
        * platform/qt/svg/text/select-x-list-with-tspans-1-expected.txt:
        * platform/qt/svg/text/select-x-list-with-tspans-2-expected.txt:
        * platform/qt/svg/text/select-x-list-with-tspans-3-expected.txt:
        * platform/qt/svg/text/select-x-list-with-tspans-4-expected.txt:
        * platform/qt/svg/text/selection-doubleclick-expected.txt:

2012-07-27  Kevin Ellis  <kevers@chromium.org>

        Search cancel button is hard to activate with a tap gesture even if touch adjustment is enabled.
        https://bugs.webkit.org/show_bug.cgi?id=91894

        Reviewed by Antonio Gomes.

        Add test for touch adjustment in the vicinity of a search cancel button.
        Prior to the patch, the cancel button was pruned as a candidate if the 
        touch area clipped the input field.

        * touchadjustment/search-cancel-expected.txt: Added.
        * touchadjustment/search-cancel.html: Added.

2012-07-27  Varun Jain  <varunjain@chromium.org>

        Animated SVGs do not clear previous frame completely in hidpi mode.
        https://bugs.webkit.org/show_bug.cgi?id=92395

        Reviewed by Darin Adler.

        * platform/chromium/TestExpectations:
        * platform/mac/svg/as-image/animated-svg-repaints-completely-in-hidpi-expected.png: Added.
        * platform/mac/svg/as-image/animated-svg-repaints-completely-in-hidpi-expected.txt: Added.
        * svg/as-image/animated-svg-repaints-completely-in-hidpi.html: Added.
        * svg/as-image/resources/animated-rect-fixed-size-3.svg: Added.

2012-07-27  Beth Dakin  <bdakin@apple.com>

        https://bugs.webkit.org/show_bug.cgi?id=92327
        -webkit-background-clip:text is blurry in WebKit 1 apps when
        deviceScaleFactor > 1
        -and corresponding-
        <rdar://problem/11683788>

        Reviewed by Simon Fraser.

        * fast/hidpi/gradient-with-scaled-ancestor.html: Added.
        * platform/mac/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
        * platform/mac/fast/hidpi/gradient-with-scaled-ancestor-expected.txt: Added.

2012-07-27  Brian Weinstein  <bweinstein@apple.com>

        Add Mac results for fast/table/table-row-outline-paint.html.

        * platform/mac/fast/table/table-row-outline-paint-expected.txt: Added.

2012-07-27  Tony Chang  <tony@chromium.org>

        flex-wrap: wrap not wrapping for % sized items in column flow
        https://bugs.webkit.org/show_bug.cgi?id=92324

        Reviewed by Ojan Vafai.

        Test cases for column flow with percentage heights. There are three
        test cases for the three callers of mainAxisContentExtent() that were
        broken by this.

        * css3/flexbox/percentage-heights-expected.txt: Added.
        * css3/flexbox/percentage-heights.html: Added.

2012-07-27  Dan Bernstein  <mitz@apple.com>

        Hit testing near a column break can return a result from an adjacent column when there is leading
        https://bugs.webkit.org/show_bug.cgi?id=92524

        Reviewed by Anders Carlsson.

        * fast/multicol/hit-test-end-of-column-with-line-height-expected.txt: Added.
        * fast/multicol/hit-test-end-of-column-with-line-height.html: Added.

2012-07-27  Mike West  <mkwst@chromium.org>

        CSP directives containing invalid characters should log an error.
        https://bugs.webkit.org/show_bug.cgi?id=92487

        Reviewed by Adam Barth.

        * http/tests/security/contentSecurityPolicy/directive-parsing-03-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/directive-parsing-04-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/directive-parsing-04.html: Added.
            Adding a test specifically for `script-src: ...` which bit me, and
            updating test #3, which now has a better error message.

2012-07-27  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] platform/qt/svg/custom tests needs update after font change.
        https://bugs.webkit.org/show_bug.cgi?id=91090.

        Reviewed by Zoltan Herczeg.

        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0-wk2/svg/custom/altglyph-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/custom/altglyph-expected.txt: Removed.
        * platform/qt-5.0-wk2/svg/custom/font-face-simple-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/custom/font-face-simple-expected.txt: Removed.
        * platform/qt-5.0-wk2/svg/custom/inline-svg-in-xhtml-expected.png: Added.
        * platform/qt-5.0-wk2/svg/custom/inline-svg-in-xhtml-expected.txt: Copied from LayoutTests/platform/qt/svg/custom/inline-svg-in-xhtml-expected.txt.
        * platform/qt-5.0/Skipped:
        * platform/qt-5.0/svg/custom/glyph-selection-arabic-forms-expected.png: Removed.
        * platform/qt-5.0/svg/custom/glyph-selection-arabic-forms-expected.txt: Removed.
        * platform/qt-5.0/svg/custom/glyph-selection-bidi-mirror-expected.png: Removed.
        * platform/qt-5.0/svg/custom/glyph-selection-bidi-mirror-expected.txt: Removed.
        * platform/qt-5.0/svg/custom/glyph-selection-non-bmp-expected.txt: Removed.
        * platform/qt-5.0/svg/custom/glyph-transformation-with-hkern-expected.png: Removed.
        * platform/qt-5.0/svg/custom/glyph-transformation-with-hkern-expected.txt: Removed.
        * platform/qt-5.0/svg/custom/preserve-aspect-ratio-syntax-expected.png: Removed.
        * platform/qt-5.0/svg/custom/preserve-aspect-ratio-syntax-expected.txt: Removed.
        * platform/qt-5.0/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png: Removed.
        * platform/qt-5.0/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Removed.
        * platform/qt-5.0/svg/custom/svg-features-expected.txt: Removed.
        * platform/qt-5.0/svg/custom/svg-fonts-in-html-expected.png: Removed.
        * platform/qt-5.0/svg/custom/svg-fonts-in-html-expected.txt: Removed.
        * platform/qt-5.0/svg/custom/svg-fonts-in-text-controls-expected.txt: Removed.
        * platform/qt-5.0/svg/custom/svg-fonts-segmented-expected.png: Removed.
        * platform/qt-5.0/svg/custom/svg-fonts-segmented-expected.txt: Removed.
        * platform/qt-5.0/svg/custom/text-linking-expected.png: Removed.
        * platform/qt-5.0/svg/custom/text-linking-expected.txt: Removed.
        * platform/qt/svg/custom/SVGMatrix-interface-expected.png:
        * platform/qt/svg/custom/SVGMatrix-interface-expected.txt:
        * platform/qt/svg/custom/SVGPoint-matrixTransform-expected.png:
        * platform/qt/svg/custom/SVGPoint-matrixTransform-expected.txt:
        * platform/qt/svg/custom/absolute-sized-content-with-resources-expected.png:
        * platform/qt/svg/custom/absolute-sized-content-with-resources-expected.txt:
        * platform/qt/svg/custom/absolute-sized-svg-in-xhtml-expected.png:
        * platform/qt/svg/custom/absolute-sized-svg-in-xhtml-expected.txt:
        * platform/qt/svg/custom/alignment-baseline-modes-expected.png:
        * platform/qt/svg/custom/alignment-baseline-modes-expected.txt:
        * platform/qt/svg/custom/altglyph-expected.png:
        * platform/qt/svg/custom/altglyph-expected.txt:
        * platform/qt/svg/custom/baseval-animval-equality-expected.png:
        * platform/qt/svg/custom/baseval-animval-equality-expected.txt:
        * platform/qt/svg/custom/broken-internal-references-expected.txt:
        * platform/qt/svg/custom/bug45331-expected.png: Added.
        * platform/qt/svg/custom/bug45331-expected.txt: Added.
        * platform/qt/svg/custom/bug86119-expected.txt:
        * platform/qt/svg/custom/circle-move-invalidation-expected.png:
        * platform/qt/svg/custom/circle-move-invalidation-expected.txt:
        * platform/qt/svg/custom/clip-path-referencing-use-expected.png:
        * platform/qt/svg/custom/clip-path-referencing-use-expected.txt:
        * platform/qt/svg/custom/clip-path-referencing-use2-expected.png:
        * platform/qt/svg/custom/clip-path-referencing-use2-expected.txt:
        * platform/qt/svg/custom/clone-element-with-animated-svg-properties-expected.png:
        * platform/qt/svg/custom/clone-element-with-animated-svg-properties-expected.txt:
        * platform/qt/svg/custom/container-opacity-clip-viewBox-expected.png:
        * platform/qt/svg/custom/container-opacity-clip-viewBox-expected.txt:
        * platform/qt/svg/custom/coords-relative-units-transforms-expected.png:
        * platform/qt/svg/custom/coords-relative-units-transforms-expected.txt:
        * platform/qt/svg/custom/createImageElement2-expected.png: Added.
        * platform/qt/svg/custom/createImageElement2-expected.txt:
        * platform/qt/svg/custom/dominant-baseline-hanging-expected.png:
        * platform/qt/svg/custom/dominant-baseline-hanging-expected.txt:
        * platform/qt/svg/custom/dominant-baseline-modes-expected.png:
        * platform/qt/svg/custom/dominant-baseline-modes-expected.txt:
        * platform/qt/svg/custom/dynamic-svg-document-creation-expected.png:
        * platform/qt/svg/custom/dynamic-svg-document-creation-expected.txt:
        * platform/qt/svg/custom/embedding-external-svgs-expected.png:
        * platform/qt/svg/custom/embedding-external-svgs-expected.txt:
        * platform/qt/svg/custom/empty-clip-path-expected.png:
        * platform/qt/svg/custom/empty-clip-path-expected.txt:
        * platform/qt/svg/custom/empty-mask-expected.png: Added.
        * platform/qt/svg/custom/empty-mask-expected.txt:
        * platform/qt/svg/custom/external-paintserver-reference-expected.png:
        * platform/qt/svg/custom/external-paintserver-reference-expected.txt:
        * platform/qt/svg/custom/fill-SVGPaint-interface-expected.png:
        * platform/qt/svg/custom/fill-SVGPaint-interface-expected.txt:
        * platform/qt/svg/custom/fill-fallback-expected.png:
        * platform/qt/svg/custom/fill-fallback-expected.txt:
        * platform/qt/svg/custom/focus-ring-expected.png:
        * platform/qt/svg/custom/focus-ring-expected.txt:
        * platform/qt/svg/custom/font-face-cascade-order-expected.png:
        * platform/qt/svg/custom/font-face-cascade-order-expected.txt:
        * platform/qt/svg/custom/font-face-simple-expected.png:
        * platform/qt/svg/custom/font-face-simple-expected.txt:
        * platform/qt/svg/custom/foreign-object-skew-expected.png:
        * platform/qt/svg/custom/foreign-object-skew-expected.txt:
        * platform/qt/svg/custom/foreignObject-crash-on-hover-expected.png:
        * platform/qt/svg/custom/foreignObject-crash-on-hover-expected.txt:
        * platform/qt/svg/custom/getPresentationAttribute-expected.png:
        * platform/qt/svg/custom/getPresentationAttribute-expected.txt:
        * platform/qt/svg/custom/getTransformToElement-expected.png:
        * platform/qt/svg/custom/getTransformToElement-expected.txt:
        * platform/qt/svg/custom/getscreenctm-in-mixed-content-expected.png:
        * platform/qt/svg/custom/getscreenctm-in-mixed-content-expected.txt:
        * platform/qt/svg/custom/getscreenctm-in-scrollable-div-area-expected.png:
        * platform/qt/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt:
        * platform/qt/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.png:
        * platform/qt/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt:
        * platform/qt/svg/custom/getscreenctm-in-scrollable-svg-area-expected.png:
        * platform/qt/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt:
        * platform/qt/svg/custom/getsvgdocument-expected.png:
        * platform/qt/svg/custom/getsvgdocument-expected.txt:
        * platform/qt/svg/custom/glyph-selection-arabic-forms-expected.png: Added.
        * platform/qt/svg/custom/glyph-selection-arabic-forms-expected.txt:
        * platform/qt/svg/custom/glyph-selection-bidi-mirror-expected.png: Copied from LayoutTests/platform/qt-5.0/svg/custom/glyph-selection-non-bmp-expected.png.
        * platform/qt/svg/custom/glyph-selection-bidi-mirror-expected.txt:
        * platform/qt/svg/custom/glyph-selection-non-bmp-expected.png: Renamed from LayoutTests/platform/qt-5.0/svg/custom/glyph-selection-non-bmp-expected.png.
        * platform/qt/svg/custom/glyph-selection-non-bmp-expected.txt:
        * platform/qt/svg/custom/glyph-transformation-with-hkern-expected.png:
        * platform/qt/svg/custom/glyph-transformation-with-hkern-expected.txt:
        * platform/qt/svg/custom/gradient-cycle-detection-expected.png:
        * platform/qt/svg/custom/gradient-cycle-detection-expected.txt:
        * platform/qt/svg/custom/gradient-deep-referencing-expected.png:
        * platform/qt/svg/custom/gradient-deep-referencing-expected.txt:
        * platform/qt/svg/custom/gradient-with-1d-boundingbox-expected.png: Added.
        * platform/qt/svg/custom/gradient-with-1d-boundingbox-expected.txt:
        * platform/qt/svg/custom/hit-test-path-expected.png:
        * platform/qt/svg/custom/hit-test-path-expected.txt:
        * platform/qt/svg/custom/hit-test-path-stroke-expected.png:
        * platform/qt/svg/custom/hit-test-path-stroke-expected.txt:
        * platform/qt/svg/custom/hit-test-unclosed-subpaths-expected.png:
        * platform/qt/svg/custom/hit-test-unclosed-subpaths-expected.txt:
        * platform/qt/svg/custom/image-parent-translation-expected.png:
        * platform/qt/svg/custom/image-parent-translation-expected.txt:
        * platform/qt/svg/custom/image-rescale-clip-expected.png:
        * platform/qt/svg/custom/image-rescale-clip-expected.txt:
        * platform/qt/svg/custom/image-rescale-scroll-expected.png:
        * platform/qt/svg/custom/image-rescale-scroll-expected.txt:
        * platform/qt/svg/custom/image-small-width-height-expected.png:
        * platform/qt/svg/custom/image-small-width-height-expected.txt:
        * platform/qt/svg/custom/image-with-transform-clip-filter-expected.png:
        * platform/qt/svg/custom/image-with-transform-clip-filter-expected.txt:
        * platform/qt/svg/custom/inline-svg-in-xhtml-expected.png:
        * platform/qt/svg/custom/inline-svg-in-xhtml-expected.txt:
        * platform/qt/svg/custom/invalid-css-expected.png:
        * platform/qt/svg/custom/invalid-css-expected.txt:
        * platform/qt/svg/custom/invalid-fill-expected.png:
        * platform/qt/svg/custom/invalid-fill-expected.txt:
        * platform/qt/svg/custom/invalid-fill-hex-expected.png:
        * platform/qt/svg/custom/invalid-fill-hex-expected.txt:
        * platform/qt/svg/custom/invalid-lengthlist-expected.png:
        * platform/qt/svg/custom/invalid-lengthlist-expected.txt:
        * platform/qt/svg/custom/invalid-stroke-hex-expected.png: Added.
        * platform/qt/svg/custom/invalid-stroke-hex-expected.txt:
        * platform/qt/svg/custom/invalid-uri-stroke-expected.png: Added.
        * platform/qt/svg/custom/invalid-uri-stroke-expected.txt:
        * platform/qt/svg/custom/invisible-text-after-scrolling-expected.png:
        * platform/qt/svg/custom/invisible-text-after-scrolling-expected.txt:
        * platform/qt/svg/custom/js-late-clipPath-and-object-creation-expected.png:
        * platform/qt/svg/custom/js-late-clipPath-and-object-creation-expected.txt:
        * platform/qt/svg/custom/js-late-clipPath-creation-expected.png:
        * platform/qt/svg/custom/js-late-clipPath-creation-expected.txt:
        * platform/qt/svg/custom/js-late-gradient-and-object-creation-expected.png:
        * platform/qt/svg/custom/js-late-gradient-and-object-creation-expected.txt:
        * platform/qt/svg/custom/js-late-gradient-creation-expected.png:
        * platform/qt/svg/custom/js-late-gradient-creation-expected.txt:
        * platform/qt/svg/custom/js-update-stop-linked-gradient-expected.png:
        * platform/qt/svg/custom/js-update-stop-linked-gradient-expected.txt:
        * platform/qt/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
        * platform/qt/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt:
        * platform/qt/svg/custom/linking-a-03-b-transform-expected.png:
        * platform/qt/svg/custom/linking-a-03-b-transform-expected.txt:
        * platform/qt/svg/custom/linking-a-03-b-viewBox-expected.png:
        * platform/qt/svg/custom/linking-a-03-b-viewBox-expected.txt:
        * platform/qt/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
        * platform/qt/svg/custom/linking-a-03-b-viewBox-transform-expected.txt:
        * platform/qt/svg/custom/linking-a-03-b-viewTarget-expected.png:
        * platform/qt/svg/custom/linking-a-03-b-viewTarget-expected.txt:
        * platform/qt/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
        * platform/qt/svg/custom/linking-a-03-b-zoomAndPan-expected.txt:
        * platform/qt/svg/custom/linking-base-external-reference-expected.png:
        * platform/qt/svg/custom/linking-base-external-reference-expected.txt:
        * platform/qt/svg/custom/linking-uri-01-b-expected.png:
        * platform/qt/svg/custom/linking-uri-01-b-expected.txt:
        * platform/qt/svg/custom/marker-default-width-height-expected.png:
        * platform/qt/svg/custom/marker-default-width-height-expected.txt:
        * platform/qt/svg/custom/marker-overflow-clip-expected.png:
        * platform/qt/svg/custom/marker-overflow-clip-expected.txt:
        * platform/qt/svg/custom/mouse-move-on-svg-container-expected.png:
        * platform/qt/svg/custom/mouse-move-on-svg-container-expected.txt:
        * platform/qt/svg/custom/mouse-move-on-svg-container-standalone-expected.png:
        * platform/qt/svg/custom/mouse-move-on-svg-container-standalone-expected.txt:
        * platform/qt/svg/custom/mouse-move-on-svg-root-expected.png:
        * platform/qt/svg/custom/mouse-move-on-svg-root-expected.txt:
        * platform/qt/svg/custom/mouse-move-on-svg-root-standalone-expected.png:
        * platform/qt/svg/custom/mouse-move-on-svg-root-standalone-expected.txt:
        * platform/qt/svg/custom/no-inherited-dashed-stroke-expected.png:
        * platform/qt/svg/custom/no-inherited-dashed-stroke-expected.txt:
        * platform/qt/svg/custom/non-opaque-filters-expected.png:
        * platform/qt/svg/custom/non-opaque-filters-expected.txt:
        * platform/qt/svg/custom/object-no-size-attributes-expected.png:
        * platform/qt/svg/custom/object-no-size-attributes-expected.txt:
        * platform/qt/svg/custom/object-sizing-expected.png:
        * platform/qt/svg/custom/object-sizing-expected.txt:
        * platform/qt/svg/custom/object-sizing-explicit-height-expected.png:
        * platform/qt/svg/custom/object-sizing-explicit-height-expected.txt:
        * platform/qt/svg/custom/object-sizing-explicit-width-expected.png:
        * platform/qt/svg/custom/object-sizing-explicit-width-expected.txt:
        * platform/qt/svg/custom/object-sizing-explicit-width-height-expected.png:
        * platform/qt/svg/custom/object-sizing-explicit-width-height-expected.txt:
        * platform/qt/svg/custom/object-sizing-height-50p-on-target-svg-absolute-expected.png:
        * platform/qt/svg/custom/object-sizing-height-50p-on-target-svg-absolute-expected.txt:
        * platform/qt/svg/custom/object-sizing-height-50p-on-target-svg-expected.png:
        * platform/qt/svg/custom/object-sizing-height-50p-on-target-svg-expected.txt:
        * platform/qt/svg/custom/object-sizing-no-width-height-expected.png:
        * platform/qt/svg/custom/object-sizing-no-width-height-expected.txt:
        * platform/qt/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.png:
        * platform/qt/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.txt:
        * platform/qt/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-expected.png:
        * platform/qt/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-expected.txt:
        * platform/qt/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt:
        * platform/qt/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt:
        * platform/qt/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.png:
        * platform/qt/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.txt:
        * platform/qt/svg/custom/object-sizing-width-50p-on-target-svg-expected.png:
        * platform/qt/svg/custom/object-sizing-width-50p-on-target-svg-expected.txt:
        * platform/qt/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.txt:
        * platform/qt/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.png:
        * platform/qt/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt:
        * platform/qt/svg/custom/path-textPath-simulation-expected.png:
        * platform/qt/svg/custom/path-textPath-simulation-expected.txt:
        * platform/qt/svg/custom/pattern-cycle-detection-expected.png:
        * platform/qt/svg/custom/pattern-cycle-detection-expected.txt:
        * platform/qt/svg/custom/pattern-deep-referencing-expected.png:
        * platform/qt/svg/custom/pattern-deep-referencing-expected.txt:
        * platform/qt/svg/custom/pattern-incorrect-tiling-expected.png:
        * platform/qt/svg/custom/pattern-incorrect-tiling-expected.txt:
        * platform/qt/svg/custom/pattern-rotate-expected.png:
        * platform/qt/svg/custom/pattern-rotate-expected.txt:
        * platform/qt/svg/custom/pattern-rotate-gaps-expected.png:
        * platform/qt/svg/custom/pattern-rotate-gaps-expected.txt:
        * platform/qt/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.png:
        * platform/qt/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.txt:
        * platform/qt/svg/custom/pattern-with-transformation-expected.png:
        * platform/qt/svg/custom/pattern-with-transformation-expected.txt:
        * platform/qt/svg/custom/percentage-of-html-parent-expected.png:
        * platform/qt/svg/custom/percentage-of-html-parent-expected.txt:
        * platform/qt/svg/custom/pointer-events-image-css-transform-expected.png:
        * platform/qt/svg/custom/pointer-events-image-css-transform-expected.txt:
        * platform/qt/svg/custom/pointer-events-image-expected.png:
        * platform/qt/svg/custom/pointer-events-image-expected.txt:
        * platform/qt/svg/custom/pointer-events-path-expected.png:
        * platform/qt/svg/custom/pointer-events-path-expected.txt:
        * platform/qt/svg/custom/pointer-events-text-css-transform-expected.png:
        * platform/qt/svg/custom/pointer-events-text-css-transform-expected.txt:
        * platform/qt/svg/custom/pointer-events-text-expected.png:
        * platform/qt/svg/custom/pointer-events-text-expected.txt:
        * platform/qt/svg/custom/preserve-aspect-ratio-syntax-expected.png:
        * platform/qt/svg/custom/preserve-aspect-ratio-syntax-expected.txt:
        * platform/qt/svg/custom/recursive-clippath-expected.png:
        * platform/qt/svg/custom/recursive-clippath-expected.txt:
        * platform/qt/svg/custom/recursive-filter-expected.png:
        * platform/qt/svg/custom/recursive-filter-expected.txt:
        * platform/qt/svg/custom/recursive-gradient-expected.png:
        * platform/qt/svg/custom/recursive-gradient-expected.txt:
        * platform/qt/svg/custom/recursive-mask-expected.png:
        * platform/qt/svg/custom/recursive-mask-expected.txt:
        * platform/qt/svg/custom/recursive-pattern-expected.png:
        * platform/qt/svg/custom/recursive-pattern-expected.txt:
        * platform/qt/svg/custom/relative-sized-content-expected.png: Added.
        * platform/qt/svg/custom/relative-sized-content-expected.txt:
        * platform/qt/svg/custom/relative-sized-content-with-resources-expected.png:
        * platform/qt/svg/custom/relative-sized-content-with-resources-expected.txt:
        * platform/qt/svg/custom/relative-sized-deep-shadow-tree-content-expected.png:
        * platform/qt/svg/custom/relative-sized-deep-shadow-tree-content-expected.txt:
        * platform/qt/svg/custom/relative-sized-image-expected.png:
        * platform/qt/svg/custom/relative-sized-image-expected.txt:
        * platform/qt/svg/custom/relative-sized-inner-svg-expected.png:
        * platform/qt/svg/custom/relative-sized-inner-svg-expected.txt:
        * platform/qt/svg/custom/relative-sized-shadow-tree-content-expected.png:
        * platform/qt/svg/custom/relative-sized-shadow-tree-content-expected.txt:
        * platform/qt/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.png:
        * platform/qt/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.txt:
        * platform/qt/svg/custom/relative-sized-use-on-symbol-expected.png:
        * platform/qt/svg/custom/relative-sized-use-on-symbol-expected.txt:
        * platform/qt/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.png:
        * platform/qt/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt:
        * platform/qt/svg/custom/rootmost-svg-xy-attrs-expected.png:
        * platform/qt/svg/custom/rootmost-svg-xy-attrs-expected.txt:
        * platform/qt/svg/custom/scroll-hit-test-expected.png:
        * platform/qt/svg/custom/scroll-hit-test-expected.txt:
        * platform/qt/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
        * platform/qt/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
        * platform/qt/svg/custom/second-inline-text-expected.png:
        * platform/qt/svg/custom/second-inline-text-expected.txt:
        * platform/qt/svg/custom/shape-rendering-expected.png:
        * platform/qt/svg/custom/shape-rendering-expected.txt:
        * platform/qt/svg/custom/shapes-supporting-markers-expected.png:
        * platform/qt/svg/custom/shapes-supporting-markers-expected.txt:
        * platform/qt/svg/custom/simple-text-double-shadow-expected.png:
        * platform/qt/svg/custom/simple-text-double-shadow-expected.txt:
        * platform/qt/svg/custom/simpleCDF-expected.png:
        * platform/qt/svg/custom/simpleCDF-expected.txt:
        * platform/qt/svg/custom/stroke-fallback-expected.png:
        * platform/qt/svg/custom/stroke-fallback-expected.txt:
        * platform/qt/svg/custom/stroke-width-large-expected.png:
        * platform/qt/svg/custom/stroke-width-large-expected.txt:
        * platform/qt/svg/custom/stroked-pattern-expected.png:
        * platform/qt/svg/custom/stroked-pattern-expected.txt:
        * platform/qt/svg/custom/style-attribute-font-size-expected.png:
        * platform/qt/svg/custom/style-attribute-font-size-expected.txt:
        * platform/qt/svg/custom/svg-curve-with-relative-cordinates-expected.png:
        * platform/qt/svg/custom/svg-curve-with-relative-cordinates-expected.txt:
        * platform/qt/svg/custom/svg-features-expected.txt:
        * platform/qt/svg/custom/svg-float-border-padding-expected.png:
        * platform/qt/svg/custom/svg-float-border-padding-expected.txt:
        * platform/qt/svg/custom/svg-fonts-in-html-expected.png:
        * platform/qt/svg/custom/svg-fonts-in-html-expected.txt:
        * platform/qt/svg/custom/svg-fonts-in-text-controls-expected.txt:
        * platform/qt/svg/custom/svg-fonts-segmented-expected.png:
        * platform/qt/svg/custom/svg-fonts-segmented-expected.txt:
        * platform/qt/svg/custom/svg-fonts-without-missing-glyph-expected.png:
        * platform/qt/svg/custom/svg-fonts-without-missing-glyph-expected.txt:
        * platform/qt/svg/custom/svg-fonts-word-spacing-expected.png:
        * platform/qt/svg/custom/svg-fonts-word-spacing-expected.txt:
        * platform/qt/svg/custom/svg-overflow-types-expected.png:
        * platform/qt/svg/custom/svg-overflow-types-expected.txt:
        * platform/qt/svg/custom/text-clip-expected.png:
        * platform/qt/svg/custom/text-clip-expected.txt:
        * platform/qt/svg/custom/text-ctm-expected.png:
        * platform/qt/svg/custom/text-ctm-expected.txt:
        * platform/qt/svg/custom/text-decoration-visibility-expected.png:
        * platform/qt/svg/custom/text-decoration-visibility-expected.txt:
        * platform/qt/svg/custom/text-dom-01-f-expected.png:
        * platform/qt/svg/custom/text-dom-01-f-expected.txt:
        * platform/qt/svg/custom/text-filter-expected.png:
        * platform/qt/svg/custom/text-filter-expected.txt:
        * platform/qt/svg/custom/text-hit-test-expected.png:
        * platform/qt/svg/custom/text-hit-test-expected.txt:
        * platform/qt/svg/custom/text-image-opacity-expected.png:
        * platform/qt/svg/custom/text-image-opacity-expected.txt:
        * platform/qt/svg/custom/text-letter-spacing-expected.png:
        * platform/qt/svg/custom/text-letter-spacing-expected.txt:
        * platform/qt/svg/custom/text-linking-expected.png:
        * platform/qt/svg/custom/text-linking-expected.txt:
        * platform/qt/svg/custom/text-repaint-including-stroke-expected.png:
        * platform/qt/svg/custom/text-repaint-including-stroke-expected.txt:
        * platform/qt/svg/custom/text-rotated-gradient-expected.png:
        * platform/qt/svg/custom/text-rotated-gradient-expected.txt:
        * platform/qt/svg/custom/text-rotation-expected.png:
        * platform/qt/svg/custom/text-rotation-expected.txt:
        * platform/qt/svg/custom/text-tref-03-b-change-href-dom-expected.png:
        * platform/qt/svg/custom/text-tref-03-b-change-href-dom-expected.txt:
        * platform/qt/svg/custom/text-tref-03-b-change-href-expected.png:
        * platform/qt/svg/custom/text-tref-03-b-change-href-expected.txt:
        * platform/qt/svg/custom/text-tref-03-b-referenced-element-removal-expected.png:
        * platform/qt/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt:
        * platform/qt/svg/custom/text-tref-03-b-tref-removal-expected.png:
        * platform/qt/svg/custom/text-tref-03-b-tref-removal-expected.txt:
        * platform/qt/svg/custom/text-whitespace-handling-expected.png:
        * platform/qt/svg/custom/text-whitespace-handling-expected.txt:
        * platform/qt/svg/custom/text-x-dx-lists-expected.png:
        * platform/qt/svg/custom/text-x-dx-lists-expected.txt:
        * platform/qt/svg/custom/text-x-dy-lists-expected.png:
        * platform/qt/svg/custom/text-x-dy-lists-expected.txt:
        * platform/qt/svg/custom/text-x-override-in-tspan-child-expected.png:
        * platform/qt/svg/custom/text-x-override-in-tspan-child-expected.txt:
        * platform/qt/svg/custom/text-xy-updates-SVGList-expected.png:
        * platform/qt/svg/custom/text-xy-updates-SVGList-expected.txt:
        * platform/qt/svg/custom/text-xy-updates-expected.png:
        * platform/qt/svg/custom/text-xy-updates-expected.txt:
        * platform/qt/svg/custom/tref-own-content-removal-expected.png:
        * platform/qt/svg/custom/tref-own-content-removal-expected.txt:
        * platform/qt/svg/custom/tref-update-expected.png:
        * platform/qt/svg/custom/tref-update-expected.txt:
        * platform/qt/svg/custom/use-clipped-hit-expected.png:
        * platform/qt/svg/custom/use-clipped-hit-expected.txt:
        * platform/qt/svg/custom/use-detach-expected.png:
        * platform/qt/svg/custom/use-detach-expected.txt:
        * platform/qt/svg/custom/use-dynamic-append-expected.png:
        * platform/qt/svg/custom/use-dynamic-append-expected.txt:
        * platform/qt/svg/custom/use-elementInstance-event-target-expected.png:
        * platform/qt/svg/custom/use-elementInstance-event-target-expected.txt:
        * platform/qt/svg/custom/use-elementInstance-methods-expected.png:
        * platform/qt/svg/custom/use-elementInstance-methods-expected.txt:
        * platform/qt/svg/custom/use-event-handler-on-referenced-element-expected.png:
        * platform/qt/svg/custom/use-event-handler-on-referenced-element-expected.txt:
        * platform/qt/svg/custom/use-event-handler-on-use-element-expected.png:
        * platform/qt/svg/custom/use-event-handler-on-use-element-expected.txt:
        * platform/qt/svg/custom/use-events-crash-expected.png:
        * platform/qt/svg/custom/use-events-crash-expected.txt:
        * platform/qt/svg/custom/use-instanceRoot-modifications-expected.png:
        * platform/qt/svg/custom/use-instanceRoot-modifications-expected.txt:
        * platform/qt/svg/custom/use-modify-container-in-target-expected.png:
        * platform/qt/svg/custom/use-modify-container-in-target-expected.txt:
        * platform/qt/svg/custom/use-modify-target-container-expected.png:
        * platform/qt/svg/custom/use-modify-target-container-expected.txt:
        * platform/qt/svg/custom/use-modify-target-symbol-expected.png:
        * platform/qt/svg/custom/use-modify-target-symbol-expected.txt:
        * platform/qt/svg/custom/use-on-disallowed-foreign-object-1-expected.png:
        * platform/qt/svg/custom/use-on-disallowed-foreign-object-1-expected.txt:
        * platform/qt/svg/custom/use-on-disallowed-foreign-object-2-expected.png:
        * platform/qt/svg/custom/use-on-disallowed-foreign-object-2-expected.txt:
        * platform/qt/svg/custom/use-on-disallowed-foreign-object-3-expected.png:
        * platform/qt/svg/custom/use-on-disallowed-foreign-object-3-expected.txt:
        * platform/qt/svg/custom/use-on-disallowed-foreign-object-4-expected.png:
        * platform/qt/svg/custom/use-on-disallowed-foreign-object-4-expected.txt:
        * platform/qt/svg/custom/use-on-disallowed-foreign-object-5-expected.png:
        * platform/qt/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
        * platform/qt/svg/custom/use-on-disallowed-foreign-object-6-expected.png:
        * platform/qt/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
        * platform/qt/svg/custom/use-on-g-containing-symbol-expected.png:
        * platform/qt/svg/custom/use-on-g-containing-symbol-expected.txt:
        * platform/qt/svg/custom/use-on-g-containing-use-expected.png:
        * platform/qt/svg/custom/use-on-g-containing-use-expected.txt:
        * platform/qt/svg/custom/use-on-g-expected.png:
        * platform/qt/svg/custom/use-on-g-expected.txt:
        * platform/qt/svg/custom/use-on-non-svg-namespaced-element-expected.png:
        * platform/qt/svg/custom/use-on-non-svg-namespaced-element-expected.txt:
        * platform/qt/svg/custom/use-on-rect-expected.png:
        * platform/qt/svg/custom/use-on-rect-expected.txt:
        * platform/qt/svg/custom/use-on-symbol-expected.png:
        * platform/qt/svg/custom/use-on-symbol-expected.txt:
        * platform/qt/svg/custom/use-on-text-expected.png:
        * platform/qt/svg/custom/use-on-text-expected.txt:
        * platform/qt/svg/custom/use-on-use-expected.png:
        * platform/qt/svg/custom/use-on-use-expected.txt:
        * platform/qt/svg/custom/use-property-changes-through-dom-expected.png:
        * platform/qt/svg/custom/use-property-changes-through-dom-expected.txt:
        * platform/qt/svg/custom/use-property-changes-through-svg-dom-expected.png:
        * platform/qt/svg/custom/use-property-changes-through-svg-dom-expected.txt:
        * platform/qt/svg/custom/use-recursion-1-expected.png:
        * platform/qt/svg/custom/use-recursion-1-expected.txt:
        * platform/qt/svg/custom/use-recursion-2-expected.png:
        * platform/qt/svg/custom/use-recursion-2-expected.txt:
        * platform/qt/svg/custom/use-recursion-3-expected.png:
        * platform/qt/svg/custom/use-recursion-3-expected.txt:
        * platform/qt/svg/custom/use-recursion-4-expected.png:
        * platform/qt/svg/custom/use-recursion-4-expected.txt:
        * platform/qt/svg/custom/use-referencing-nonexisting-symbol-expected.png:
        * platform/qt/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
        * platform/qt/svg/custom/use-setAttribute-crash-expected.png:
        * platform/qt/svg/custom/use-setAttribute-crash-expected.txt:
        * platform/qt/svg/custom/use-transform-expected.png:
        * platform/qt/svg/custom/use-transform-expected.txt:
        * platform/qt/svg/custom/viewbox-syntax-expected.png:
        * platform/qt/svg/custom/viewbox-syntax-expected.txt:
        * platform/qt/svg/custom/viewport-em-expected.png:
        * platform/qt/svg/custom/viewport-em-expected.txt:

2012-07-27  Kevin Ellis  <kevers@chromium.org>

        Improve touch adjustment for targetting small controls.
        https://bugs.webkit.org/show_bug.cgi?id=92293

        Reviewed by Antonio Gomes.

        Adds a test for cases that were problematic for the touch adjustment algorithm.  Each example
        in the test involves a small control immediately adjacent to a larger control.  When the touch
        area is significantly larger than the small control, it was possible for the touch element to
        completely overlap the control yet select an adjacent element with a partial overlap. 

        * touchadjustment/small-target-test-expected.txt: Added.
        * touchadjustment/small-target-test.html: Added.

2012-07-27  Sudarsana Nagineni  <sudarsana.nagineni@linux.intel.com>

        [EFL] Add missing baselines for fast/table/table-row-outline-paint.html
        https://bugs.webkit.org/show_bug.cgi?id=92509

        Unreviewed EFL gardening, add missing results for
        fast/table/table-row-outline-paint.html after r123793.

        * platform/efl/fast/table/table-row-outline-paint-expected.png: Added.
        * platform/efl/fast/table/table-row-outline-paint-expected.txt: Added.

2012-07-27  Gavin Peters  <gavinp@chromium.org>

        Lose a timer in prerender-remove-after-stop.html
        https://bugs.webkit.org/show_bug.cgi?id=92425

        Reviewed by Nate Chapin.

        japhet suggested that the timer wasn't needed, and testing revealed that the test works without it. I've tested that if the bug is reintroduced
        that it crashes, and of course it doesn't crash with the fix. So bye-bye setTimeout!

        * fast/dom/HTMLLinkElement/prerender-remove-after-stop.html:

2012-07-27  Balazs Ankes  <bank@inf.u-szeged.hu>

        [Qt][WK2] Gardening after r123786. It made 5 fast/animation tests fail
        https://bugs.webkit.org/show_bug.cgi?id=92490

        Rubber stamped by Zoltan Herczeg.

        * platform/qt-5.0-wk2/Skipped:

2012-07-27  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Rebaseline after harfbuzz-ng complex font support is enabled
        https://bugs.webkit.org/show_bug.cgi?id=92120

        Unreviewed, EFL rebaselining.

        Now that we have complex font support using harfbuzz, we need a couple of new expected results.

        * platform/efl/TestExpectations:
        * platform/efl/fast/dom/52776-expected.png:
        * platform/efl/fast/dom/52776-expected.txt:
        * platform/efl/fast/text/atsui-kerning-and-ligatures-expected.png:
        * platform/efl/fast/text/atsui-kerning-and-ligatures-expected.txt:
        * platform/efl/fast/text/atsui-multiple-renderers-expected.png:
        * platform/efl/fast/text/atsui-multiple-renderers-expected.txt:
        * platform/efl/fast/text/atsui-negative-spacing-features-expected.png:
        * platform/efl/fast/text/atsui-negative-spacing-features-expected.txt:
        * platform/efl/fast/text/atsui-partial-selection-expected.png:
        * platform/efl/fast/text/atsui-partial-selection-expected.txt:
        * platform/efl/fast/text/atsui-pointtooffset-calls-cg-expected.png:
        * platform/efl/fast/text/atsui-pointtooffset-calls-cg-expected.txt:
        * platform/efl/fast/text/atsui-rtl-override-selection-expected.png:
        * platform/efl/fast/text/atsui-rtl-override-selection-expected.txt:
        * platform/efl/fast/text/atsui-small-caps-punctuation-size-expected.png:
        * platform/efl/fast/text/atsui-small-caps-punctuation-size-expected.txt:
        * platform/efl/fast/text/atsui-spacing-features-expected.png:
        * platform/efl/fast/text/atsui-spacing-features-expected.txt:
        * platform/efl/fast/text/cg-vs-atsui-expected.png:
        * platform/efl/fast/text/cg-vs-atsui-expected.txt:
        * platform/efl/fast/text/complex-preferred-logical-widths-expected.png:
        * platform/efl/fast/text/complex-preferred-logical-widths-expected.txt:
        * platform/efl/fast/text/justify-ideograph-leading-expansion-expected.png:
        * platform/efl/fast/text/justify-ideograph-leading-expansion-expected.txt:
        * platform/efl/fast/text/midword-break-before-surrogate-pair-2-expected.png:
        * platform/efl/fast/text/midword-break-before-surrogate-pair-2-expected.txt:
        * platform/efl/fast/text/should-use-atsui-expected.png:
        * platform/efl/fast/text/should-use-atsui-expected.txt:
        * platform/efl/fast/text/stroking-decorations-expected.png:
        * platform/efl/fast/text/stroking-decorations-expected.txt:
        * platform/efl/fast/text/stroking-expected.png:
        * platform/efl/fast/text/stroking-expected.txt:
        * platform/efl/fast/text/wide-zero-width-space-expected.png:
        * platform/efl/fast/text/wide-zero-width-space-expected.txt:
        * platform/efl/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
        * platform/efl/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
        * platform/efl/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
        * platform/efl/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
        * platform/efl/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
        * platform/efl/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-direction-ltr-expected.txt:
        * platform/efl/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
        * platform/efl/transforms/2d/hindi-rotated-expected.png:
        * platform/efl/transforms/2d/hindi-rotated-expected.txt:

2012-07-27  János Badics  <jbadics@inf.u-szeged.hu>

        [Qt] Gardening after r123786. It made 3 fast/animation tests fail
        https://bugs.webkit.org/show_bug.cgi?id=92490

        Rubber stamped by Zoltan Herczeg.

        * platform/qt/Skipped:

2012-07-27  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] platform/qt/editing/pasteboard tests needs update after font change.
        https://bugs.webkit.org/show_bug.cgi?id=91399.

        Reviewed by Csaba Osztrogonác.

        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0-wk2/editing/pasteboard/4806874-expected.txt: Added.
        * platform/qt-5.0-wk2/editing/pasteboard/4944770-1-expected.png: Removed.
        * platform/qt-5.0-wk2/editing/pasteboard/4944770-1-expected.txt: Removed.
        * platform/qt-5.0-wk2/editing/pasteboard/4944770-2-expected.png: Removed.
        * platform/qt-5.0-wk2/editing/pasteboard/4944770-2-expected.txt: Removed.
        * platform/qt-5.0-wk2/editing/pasteboard/input-field-1-expected.txt: Copied from LayoutTests/platform/qt/editing/pasteboard/input-field-1-expected.txt.
        * platform/qt-5.0/Skipped:
        * platform/qt-5.0/editing/pasteboard/4944770-1-expected.png: Removed.
        * platform/qt-5.0/editing/pasteboard/4944770-1-expected.txt: Removed.
        * platform/qt-5.0/editing/pasteboard/4944770-2-expected.png: Removed.
        * platform/qt-5.0/editing/pasteboard/4944770-2-expected.txt: Removed.
        * platform/qt-5.0/editing/pasteboard/paste-text-at-tabspan-003-expected.txt: Removed.
        * platform/qt/editing/pasteboard/3976872-expected.png: Added.
        * platform/qt/editing/pasteboard/3976872-expected.txt:
        * platform/qt/editing/pasteboard/4076267-2-expected.png:
        * platform/qt/editing/pasteboard/4076267-2-expected.txt:
        * platform/qt/editing/pasteboard/4076267-3-expected.png:
        * platform/qt/editing/pasteboard/4076267-3-expected.txt:
        * platform/qt/editing/pasteboard/4076267-expected.png:
        * platform/qt/editing/pasteboard/4076267-expected.txt:
        * platform/qt/editing/pasteboard/4242293-expected.png: Added.
        * platform/qt/editing/pasteboard/4242293-expected.txt:
        * platform/qt/editing/pasteboard/4631972-expected.png: Added.
        * platform/qt/editing/pasteboard/4631972-expected.txt:
        * platform/qt/editing/pasteboard/4641033-expected.png:
        * platform/qt/editing/pasteboard/4641033-expected.txt:
        * platform/qt/editing/pasteboard/4806874-expected.png:
        * platform/qt/editing/pasteboard/4806874-expected.txt:
        * platform/qt/editing/pasteboard/4944770-1-expected.png:
        * platform/qt/editing/pasteboard/4944770-1-expected.txt:
        * platform/qt/editing/pasteboard/4944770-2-expected.png:
        * platform/qt/editing/pasteboard/4944770-2-expected.txt:
        * platform/qt/editing/pasteboard/4989774-expected.png: Added.
        * platform/qt/editing/pasteboard/4989774-expected.txt:
        * platform/qt/editing/pasteboard/5006779-expected.png: Added.
        * platform/qt/editing/pasteboard/5006779-expected.txt:
        * platform/qt/editing/pasteboard/5028447-expected.png: Added.
        * platform/qt/editing/pasteboard/5028447-expected.txt:
        * platform/qt/editing/pasteboard/5032095-expected.png: Added.
        * platform/qt/editing/pasteboard/5032095-expected.txt:
        * platform/qt/editing/pasteboard/5071074-2-expected.png: Added.
        * platform/qt/editing/pasteboard/5071074-2-expected.txt:
        * platform/qt/editing/pasteboard/5071074-expected.png: Added.
        * platform/qt/editing/pasteboard/5071074-expected.txt:
        * platform/qt/editing/pasteboard/5075944-expected.png: Added.
        * platform/qt/editing/pasteboard/5075944-expected.txt:
        * platform/qt/editing/pasteboard/5134759-expected.png: Added.
        * platform/qt/editing/pasteboard/5134759-expected.txt:
        * platform/qt/editing/pasteboard/5156401-1-expected.png: Added.
        * platform/qt/editing/pasteboard/5156401-1-expected.txt:
        * platform/qt/editing/pasteboard/5247341-expected.png: Added.
        * platform/qt/editing/pasteboard/5247341-expected.txt:
        * platform/qt/editing/pasteboard/5387578-expected.png:
        * platform/qt/editing/pasteboard/5387578-expected.txt:
        * platform/qt/editing/pasteboard/5478250-expected.png:
        * platform/qt/editing/pasteboard/5478250-expected.txt:
        * platform/qt/editing/pasteboard/5601583-1-expected.png: Added.
        * platform/qt/editing/pasteboard/5601583-1-expected.txt:
        * platform/qt/editing/pasteboard/5780697-2-expected.txt:
        * platform/qt/editing/pasteboard/7955-expected.png: Added.
        * platform/qt/editing/pasteboard/7955-expected.txt:
        * platform/qt/editing/pasteboard/8145-1-expected.png: Added.
        * platform/qt/editing/pasteboard/8145-1-expected.txt:
        * platform/qt/editing/pasteboard/8145-2-expected.png: Added.
        * platform/qt/editing/pasteboard/8145-2-expected.txt:
        * platform/qt/editing/pasteboard/8145-3-expected.png:
        * platform/qt/editing/pasteboard/8145-3-expected.txt:
        * platform/qt/editing/pasteboard/bad-placeholder-expected.png:
        * platform/qt/editing/pasteboard/bad-placeholder-expected.txt:
        * platform/qt/editing/pasteboard/block-wrappers-necessary-expected.txt:
        * platform/qt/editing/pasteboard/cut-text-001-expected.png:
        * platform/qt/editing/pasteboard/cut-text-001-expected.txt:
        * platform/qt/editing/pasteboard/displaced-generic-placeholder-expected.png: Added.
        * platform/qt/editing/pasteboard/displaced-generic-placeholder-expected.txt:
        * platform/qt/editing/pasteboard/displaced-placeholder-expected.png: Added.
        * platform/qt/editing/pasteboard/displaced-placeholder-expected.txt:
        * platform/qt/editing/pasteboard/emacs-cntl-y-001-expected.png: Added.
        * platform/qt/editing/pasteboard/emacs-cntl-y-001-expected.txt:
        * platform/qt/editing/pasteboard/innerText-inline-table-expected.png:
        * platform/qt/editing/pasteboard/innerText-inline-table-expected.txt:
        * platform/qt/editing/pasteboard/input-field-1-expected.png:
        * platform/qt/editing/pasteboard/input-field-1-expected.txt:
        * platform/qt/editing/pasteboard/merge-after-delete-1-expected.png: Added.
        * platform/qt/editing/pasteboard/merge-after-delete-1-expected.txt:
        * platform/qt/editing/pasteboard/merge-after-delete-2-expected.png: Added.
        * platform/qt/editing/pasteboard/merge-after-delete-2-expected.txt:
        * platform/qt/editing/pasteboard/merge-after-delete-expected.png: Added.
        * platform/qt/editing/pasteboard/merge-after-delete-expected.txt:
        * platform/qt/editing/pasteboard/merge-end-blockquote-expected.png:
        * platform/qt/editing/pasteboard/merge-end-blockquote-expected.txt:
        * platform/qt/editing/pasteboard/merge-end-borders-expected.png:
        * platform/qt/editing/pasteboard/merge-end-borders-expected.txt:
        * platform/qt/editing/pasteboard/merge-start-blockquote-expected.png: Added.
        * platform/qt/editing/pasteboard/merge-start-blockquote-expected.txt:
        * platform/qt/editing/pasteboard/merge-start-list-expected.png: Added.
        * platform/qt/editing/pasteboard/merge-start-list-expected.txt:
        * platform/qt/editing/pasteboard/paste-4035648-fix-expected.png: Added.
        * platform/qt/editing/pasteboard/paste-4035648-fix-expected.txt:
        * platform/qt/editing/pasteboard/paste-4038267-fix-expected.png: Added.
        * platform/qt/editing/pasteboard/paste-4038267-fix-expected.txt:
        * platform/qt/editing/pasteboard/paste-blockquote-after-blockquote-expected.png: Added.
        * platform/qt/editing/pasteboard/paste-blockquote-after-blockquote-expected.txt:
        * platform/qt/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png: Added.
        * platform/qt/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.txt:
        * platform/qt/editing/pasteboard/paste-line-endings-001-expected.png: Added.
        * platform/qt/editing/pasteboard/paste-line-endings-001-expected.txt:
        * platform/qt/editing/pasteboard/paste-line-endings-002-expected.png: Added.
        * platform/qt/editing/pasteboard/paste-line-endings-002-expected.txt:
        * platform/qt/editing/pasteboard/paste-line-endings-003-expected.png: Added.
        * platform/qt/editing/pasteboard/paste-line-endings-003-expected.txt:
        * platform/qt/editing/pasteboard/paste-line-endings-004-expected.png: Added.
        * platform/qt/editing/pasteboard/paste-line-endings-004-expected.txt:
        * platform/qt/editing/pasteboard/paste-line-endings-005-expected.png: Added.
        * platform/qt/editing/pasteboard/paste-line-endings-005-expected.txt:
        * platform/qt/editing/pasteboard/paste-line-endings-006-expected.png: Added.
        * platform/qt/editing/pasteboard/paste-line-endings-006-expected.txt:
        * platform/qt/editing/pasteboard/paste-line-endings-007-expected.png:
        * platform/qt/editing/pasteboard/paste-line-endings-007-expected.txt:
        * platform/qt/editing/pasteboard/paste-line-endings-008-expected.png:
        * platform/qt/editing/pasteboard/paste-line-endings-008-expected.txt:
        * platform/qt/editing/pasteboard/paste-line-endings-009-expected.png:
        * platform/qt/editing/pasteboard/paste-line-endings-009-expected.txt:
        * platform/qt/editing/pasteboard/paste-line-endings-010-expected.png:
        * platform/qt/editing/pasteboard/paste-line-endings-010-expected.txt:
        * platform/qt/editing/pasteboard/paste-match-style-001-expected.png:
        * platform/qt/editing/pasteboard/paste-match-style-001-expected.txt:
        * platform/qt/editing/pasteboard/paste-match-style-002-expected.png: Added.
        * platform/qt/editing/pasteboard/paste-match-style-002-expected.txt:
        * platform/qt/editing/pasteboard/paste-table-003-expected.png:
        * platform/qt/editing/pasteboard/paste-table-003-expected.txt:
        * platform/qt/editing/pasteboard/paste-table-cells-expected.png:
        * platform/qt/editing/pasteboard/paste-table-cells-expected.txt:
        * platform/qt/editing/pasteboard/paste-text-004-expected.png:
        * platform/qt/editing/pasteboard/paste-text-004-expected.txt:
        * platform/qt/editing/pasteboard/paste-text-005-expected.png:
        * platform/qt/editing/pasteboard/paste-text-005-expected.txt:
        * platform/qt/editing/pasteboard/paste-text-006-expected.png: Added.
        * platform/qt/editing/pasteboard/paste-text-006-expected.txt:
        * platform/qt/editing/pasteboard/paste-text-007-expected.png: Added.
        * platform/qt/editing/pasteboard/paste-text-007-expected.txt:
        * platform/qt/editing/pasteboard/paste-text-008-expected.png:
        * platform/qt/editing/pasteboard/paste-text-008-expected.txt:
        * platform/qt/editing/pasteboard/paste-text-009-expected.png:
        * platform/qt/editing/pasteboard/paste-text-009-expected.txt:
        * platform/qt/editing/pasteboard/paste-text-013-expected.png: Added.
        * platform/qt/editing/pasteboard/paste-text-013-expected.txt:
        * platform/qt/editing/pasteboard/paste-text-014-expected.png:
        * platform/qt/editing/pasteboard/paste-text-014-expected.txt:
        * platform/qt/editing/pasteboard/paste-text-016-expected.png: Added.
        * platform/qt/editing/pasteboard/paste-text-016-expected.txt:
        * platform/qt/editing/pasteboard/paste-text-019-expected.png:
        * platform/qt/editing/pasteboard/paste-text-019-expected.txt:
        * platform/qt/editing/pasteboard/paste-text-at-tabspan-003-expected.png:
        * platform/qt/editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
        * platform/qt/editing/pasteboard/pasting-object-expected.png:
        * platform/qt/editing/pasteboard/pasting-object-expected.txt:
        * platform/qt/editing/pasteboard/quirks-mode-br-1-expected.png: Added.
        * platform/qt/editing/pasteboard/quirks-mode-br-1-expected.txt:
        * platform/qt/editing/pasteboard/smart-paste-004-expected.txt: Added.
        * platform/qt/editing/pasteboard/smart-paste-007-expected.png:
        * platform/qt/editing/pasteboard/smart-paste-007-expected.txt:
        * platform/qt/editing/pasteboard/styled-element-markup-expected.png: Added.
        * platform/qt/editing/pasteboard/styled-element-markup-expected.txt:
        * platform/qt/editing/pasteboard/undoable-fragment-removes-expected.png: Added.
        * platform/qt/editing/pasteboard/undoable-fragment-removes-expected.txt:
        * platform/qt/editing/pasteboard/unrendered-br-expected.png: Added.
        * platform/qt/editing/pasteboard/unrendered-br-expected.txt:

2012-07-27  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, adding a text failure expectation for an accessibility
        test that started failing after r123767.

        * platform/gtk/TestExpectations:

2012-07-27  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Move formatting support from JavaScriptSource to UISourceCode.
        https://bugs.webkit.org/show_bug.cgi?id=92373

        Reviewed by Pavel Feldman.

        * inspector/debugger/script-formatter.html:

2012-07-27  János Badics  <jbadics@inf.u-szeged.hu>

        [Qt] Unreviewed, rebaseline for tests introduced in r123790

        Rubber stamped by Zoltan Herczeg.

        * platform/qt/css3/filters/effect-brightness-clamping-expected.png: Added.
        * platform/qt/css3/filters/effect-brightness-clamping-expected.txt: Added.
        * platform/qt/css3/filters/effect-brightness-clamping-hw-expected.png: Added.
        * platform/qt/css3/filters/effect-brightness-clamping-hw-expected.txt: Added.

2012-07-27  János Badics  <jbadics@inf.u-szeged.hu>

        [Qt] Unreviewed, rebaseline for tests introduced in r123790

        Rubber stamped by Zoltan Herczeg.

        * platform/qt/css3/filters/effect-brightness-clamping-expected.png: Added.
        * platform/qt/css3/filters/effect-brightness-clamping-expected.txt: Added.
        * platform/qt/css3/filters/effect-brightness-clamping-hw-expected.png: Added.
        * platform/qt/css3/filters/effect-brightness-clamping-hw-expected.txt: Added.

2012-07-27  Alec Flett  <alecflett@chromium.org>

        IndexedDB: inject index keys on cursor/objectstore/index get success handlers
        https://bugs.webkit.org/show_bug.cgi?id=91123

        Reviewed by Tony Chang.

        One new test to make sure that indexes with the same keypath as an
        autoIncrement'ed objectStore still index their values. Also minor
        tweaks to tests to make it easier to figure out which key is being
        updated.

        * storage/indexeddb/index-duplicate-keypaths-expected.txt: Added.
        * storage/indexeddb/index-duplicate-keypaths.html: Added.
        * storage/indexeddb/mozilla/autoincrement-indexes-expected.txt:
        * storage/indexeddb/mozilla/resources/autoincrement-indexes.js:
        * storage/indexeddb/resources/index-duplicate-keypaths.js: Added.

2012-07-27  Tony Chang  <tony@chromium.org>

        changing -webkit-order should change the paint order of flex items
        https://bugs.webkit.org/show_bug.cgi?id=92041

        Reviewed by Ojan Vafai.

        Use a ref test since this is testing paint behavior.

        * css3/flexbox/order-painting-expected.html: Added.
        * css3/flexbox/order-painting.html: Added.

2012-07-27  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt][WK2] REGRESSION(r119127): resetting window.internals settings between tests doesn't work properly
        https://bugs.webkit.org/show_bug.cgi?id=88064

        Reviewed by Zoltan Herczeg.

        * platform/qt-5.0-wk2/Skipped: Unskip now passing tests.

2012-07-26  Mike Lawther  <mikelawther@chromium.org>

        Make transitions work between different Length types
        https://bugs.webkit.org/show_bug.cgi?id=92220

        Reviewed by Simon Fraser.

        * transitions/mixed-type-expected.txt: Added.
        * transitions/mixed-type.html: Added.

2012-07-26  Yoshifumi Inoue  <yosin@chromium.org>

        [Tests] Rename fast/forms/{number,time}/*-validity-state-* to *-validity-*
        https://bugs.webkit.org/show_bug.cgi?id=92449

        Reviewed by Kent Tamura.

        This patch renames test files in fast/forms/{number,time} for matching
        with IDL attribute names.

        * fast/forms/number/number-validity-rangeoverflow-expected.txt: Copied from LayoutTests/fast/forms/number/number-validitystate-range-overflow-expected.txt.
        * fast/forms/number/number-validity-rangeoverflow.html: Copied from LayoutTests/fast/forms/number/number-validitystate-range-overflow.html.
        * fast/forms/number/number-validity-rangeunderflow-expected.txt: Copied from LayoutTests/fast/forms/number/number-validity-state-range-underflow-expected.txt.
        * fast/forms/number/number-validity-rangeunderflow.html: Copied from LayoutTests/fast/forms/number/number-validity-state-range-underflow.html.
        * fast/forms/number/number-validity-state-range-underflow-expected.txt: Removed.
        * fast/forms/number/number-validity-state-range-underflow.html: Removed.
        * fast/forms/number/number-validity-state-step-mismatch-expected.txt: Removed.
        * fast/forms/number/number-validity-state-step-mismatch.html: Removed.
        * fast/forms/number/number-validity-state-type-mismatch-expected.txt: Removed.
        * fast/forms/number/number-validity-state-type-mismatch.html: Removed.
        * fast/forms/number/number-validity-stepmismatch-expected.txt: Copied from LayoutTests/fast/forms/number/number-validity-state-step-mismatch-expected.txt.
        * fast/forms/number/number-validity-stepmismatch.html: Copied from LayoutTests/fast/forms/number/number-validity-state-step-mismatch.html.
        * fast/forms/number/number-validity-typemismatch-expected.txt: Copied from LayoutTests/fast/forms/number/number-validity-state-type-mismatch-expected.txt.
        * fast/forms/number/number-validity-typemismatch.html: Copied from LayoutTests/fast/forms/number/number-validity-state-type-mismatch.html.
        * fast/forms/number/number-validitystate-range-overflow-expected.txt: Removed.
        * fast/forms/number/number-validitystate-range-overflow.html: Removed.
        * fast/forms/time/time-validity-rangeoverflow-expected.txt: Copied from LayoutTests/fast/forms/time/time-validity-state-range-overflow-expected.txt.
        * fast/forms/time/time-validity-rangeoverflow.html: Copied from LayoutTests/fast/forms/time/time-validity-state-range-overflow.html.
        * fast/forms/time/time-validity-rangeunderflow-expected.txt: Copied from LayoutTests/fast/forms/time/time-validity-state-range-underflow-expected.txt.
        * fast/forms/time/time-validity-rangeunderflow.html: Copied from LayoutTests/fast/forms/time/time-validity-state-range-underflow.html.
        * fast/forms/time/time-validity-state-range-overflow-expected.txt: Removed.
        * fast/forms/time/time-validity-state-range-overflow.html: Removed.
        * fast/forms/time/time-validity-state-range-underflow-expected.txt: Removed.
        * fast/forms/time/time-validity-state-range-underflow.html: Removed.
        * fast/forms/time/time-validity-state-step-mismatch-expected.txt: Removed.
        * fast/forms/time/time-validity-state-step-mismatch.html: Removed.
        * fast/forms/time/time-validity-state-type-mismatch-expected.txt: Removed.
        * fast/forms/time/time-validity-state-type-mismatch.html: Removed.
        * fast/forms/time/time-validity-stepmismatch-expected.txt: Copied from LayoutTests/fast/forms/time/time-validity-state-step-mismatch-expected.txt.
        * fast/forms/time/time-validity-stepmismatch.html: Copied from LayoutTests/fast/forms/time/time-validity-state-step-mismatch.html.
        * fast/forms/time/time-validity-typemismatch-expected.txt: Copied from LayoutTests/fast/forms/time/time-validity-state-type-mismatch-expected.txt.
        * fast/forms/time/time-validity-typemismatch.html: Copied from LayoutTests/fast/forms/time/time-validity-state-type-mismatch.html.

2012-07-26  Dan Bernstein  <mitz@apple.com>

        Blocks with reverse column progression don’t have layout overflow for overflowing columns
        https://bugs.webkit.org/show_bug.cgi?id=92440

        Reviewed by Sam Weinig.

        * fast/multicol/progression-reverse-overflow-expected.html: Added.
        * fast/multicol/progression-reverse-overflow.html: Added.

2012-07-26  Sukolsak Sakshuwong  <sukolsak@google.com>

        Implement undoscope attribute.
        https://bugs.webkit.org/show_bug.cgi?id=88793

        Reviewed by Ryosuke Niwa.

        * editing/undomanager/undoscope-attribute-expected.txt: Added.
        * editing/undomanager/undoscope-attribute.html: Added.

2012-07-26  Yoshifumi Inoue  <yosin@chromium.org>

        [Forms] Introduce runtime feature flags for input type datetime, datetimelocal, month, time, week
        https://bugs.webkit.org/show_bug.cgi?id=92339

        Reviewed by Kent Tamura.

        This patch enables tests for input type datetime, datetime-local,
        month, time and week for Chromium ports.

        * platform/chromium/TestExpectations: Removed disabled directives for
        input type datetime, datetime-local, month, time and week.
        * platform/chromium/fast/forms/datalist/input-list-expected.txt: Updated
        expecations for input type datetime, datetime-local, month, time and week
        to null for IDL list attribute. So far, these expectations specified
        HTMLDataListElement for input type "text" as unsupported input types.

2012-07-26  Brian Weinstein  <bweinstein@apple.com>

        Unreviewed rebaseline after r123790.

        * platform/mac/css3/filters/effect-brightness-clamping-expected.txt: Added.
        * platform/mac/css3/filters/effect-brightness-clamping-hw-expected.txt: Added.

2012-07-26  Silvia Pfeiffer  <silviapf@chromium.org>

        [Chromium] Regression: Global-buffer-overflow in WebCore::mediaControlElementType
        https://bugs.webkit.org/show_bug.cgi?id=91333

        Reviewed by Eric Seidel.

        This new test assures that the creation of a audio element with controls does not
        break when accessibility is turned on.

        * accessibility/media-controls-expected.txt: Added.
        * accessibility/media-controls.html: Added.

2012-07-26  Max Vujovic  <mvujovic@adobe.com>

        Added binding and updated chromium tests.

        [CSS Filters] Add V8 binding for WebKitCSSFilterValue
        https://bugs.webkit.org/show_bug.cgi?id=92391

        Reviewed by Adam Barth.

        * platform/chromium-linux/css3/filters/custom/custom-filter-property-computed-style-expected.txt:
        Removed. The chromium-linux expectations are (and were) exactly the same as the chromium expectations.
        * platform/chromium-linux/css3/filters/custom/custom-filter-property-parsing-invalid-expected.txt:
        Removed. Ditto.
        * platform/chromium-linux/css3/filters/custom/custom-filter-property-parsing-expected.txt:
        Removed. Ditto.
        * platform/chromium/css3/filters/custom/custom-filter-property-computed-style-expected.txt:
        Many test cases are now expected to pass instead of fail.
        * platform/chromium/css3/filters/custom/custom-filter-property-parsing-expected.txt:
        Ditto.
        * platform/chromium/css3/filters/filter-property-computed-style-expected.txt: 
        Removed. We can use the platform-independent results now.
        * platform/chromium/css3/filters/filter-property-parsing-expected.txt:
        Many test cases are now expected to pass instead of fail.

2012-07-26  Nayan Kumar K  <nayankk@motorola.com>

        [WebGL] Initial size of canvas can be larger than MAX_VIEWPORT_DIMS.
        https://bugs.webkit.org/show_bug.cgi?id=91976

        Reviewed by Kenneth Russell.

        From section 2.2 of the spec the WebGL implementation says initial size of
        the canvas can be larger than MAX_VIEWPORT_DIMS. With the current WebGL
        implementation, we get error when initial size if greater than MAX_VIEWPORT_DIMS.
        This change limits the width and height of drawingbuffer to MAX_VIEWPORT_DIMS
        when given initial size exceeds it.

        * fast/canvas/webgl/drawingbuffer-test-expected.txt:
        * fast/canvas/webgl/drawingbuffer-test.html:

2012-07-26  Andrew Wilson  <atwilson@chromium.org>

        Unreviewed chromium expectations update for table-row-outline-paint.html from r123793.

        * platform/chromium-mac/fast/table/table-row-outline-paint-expected.png: Added.
        * platform/chromium-win/fast/table/table-row-outline-paint-expected.png: Added.
        * platform/chromium/fast/table/table-row-outline-paint-expected.txt: Renamed from LayoutTests/platform/chromium-linux/fast/table/table-row-outline-paint-expected.txt.

2012-07-26  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r123799.
        http://trac.webkit.org/changeset/123799
        https://bugs.webkit.org/show_bug.cgi?id=92431

        broke the Apple Mac build (Requested by bweinstein on
        #webkit).

        * platform/chromium/plugins/gesture-events-expected.txt: Removed.
        * platform/chromium/plugins/gesture-events.html: Removed.

2012-07-26  Antoine Labour  <piman@chromium.org>

        Unreviewed, rebaseline for tests introduced in r123790

        * platform/chromium-mac/css3/filters/effect-brightness-clamping-expected.png: Added.
        * platform/chromium-mac/css3/filters/effect-brightness-clamping-expected.txt: Added.
        * platform/chromium-mac/css3/filters/effect-brightness-clamping-hw-expected.png: Added.
        * platform/chromium-mac/css3/filters/effect-brightness-clamping-hw-expected.txt: Added.
        * platform/chromium-win/css3/filters/effect-brightness-clamping-expected.png: Added.
        * platform/chromium-win/css3/filters/effect-brightness-clamping-hw-expected.png: Added.
        * platform/chromium/TestExpectations:

2012-07-26  Anna Cavender  <annacc@chromium.org>

        [Chromium] Removing http/tests/media/media-source/video-media-source-add-and-remove-ids.html from TestExpectations

        Unreviewed gardening.

        Recent chromium patch fixes this problem:
        http://src.chromium.org/viewvc/chrome?view=rev&revision=148473

        * platform/chromium/TestExpectations:

2012-07-26  Bruno de Oliveira Abinader  <bruno.abinader@basyskom.com>

        [Qt] Reskip fast/table WK2 added results
        https://bugs.webkit.org/show_bug.cgi?id=91621

        Reviewed by Noam Rosenthal.

        This patch reverts the added WK2 layout test results from r123229 "[Qt]
        Added/updated missing fast/table results after rebaseline". As discussed with
        Caio, these expectations are actually caused by an erroneous input-text and
        text-area default size diff between WK1 and WK2 (handled in bug 91990). These
        tests were reskipped and reassigned to proper bugs.

        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0-wk2/fast/table/colspanMinWidth-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/table/colspanMinWidth-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/table/spanOverlapRepaint-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/table/text-field-baseline-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/table/text-field-baseline-expected.txt: Removed.

2012-07-26  Bruno de Oliveira Abinader  <bruno.abinader@basyskom.com>

        [Qt] Reskip fast/text WK2 added results
        https://bugs.webkit.org/show_bug.cgi?id=91570

        Unreviewed gardening.

        This patch reverts the added WK2 layout test results from r123144 "[Qt]
        Added/updated missing fast/text results after rebaseline". As discussed with
        Caio, these expectations are actually caused by an erroneous input-text and
        text-area default size diff between WK1 and WK2 (handled in bug 91990). These
        tests were reskipped and reassigned to proper bugs.

        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0-wk2/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/text/textIteratorNilRenderer-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/text/textIteratorNilRenderer-expected.txt: Removed.
        * platform/qt-5.0/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png: Removed.

2012-07-26  Sadrul Habib Chowdhury  <sadrul@chromium.org>

        Propagate gesture events to plugins.
        https://bugs.webkit.org/show_bug.cgi?id=92281

        Reviewed by Adam Barth.

        Added a layout test to show that the plugins receive the gesture events correctly.

        * platform/chromium/plugins/gesture-events-expected.txt: Added.
        * platform/chromium/plugins/gesture-events.html: Added.

2012-07-26  Gavin Peters  <gavinp@chromium.org>

        Guard Prerenderer against inserting prerenders into detached documents.
        https://bugs.webkit.org/show_bug.cgi?id=92401

        Reviewed by Adam Barth.

        If the document is detached, we should just not launch a prerender.

        * fast/dom/HTMLLinkElement/prerender-insert-after-stop-expected.txt: Added.
        * fast/dom/HTMLLinkElement/prerender-insert-after-stop.html: Added.
        * fast/dom/HTMLLinkElement/resources/empty2.html: Added.

2012-07-26  Andrew Wilson  <atwilson@chromium.org>

        Unreviewed chromium expectations change to fix lint err.

        * platform/chromium/TestExpectations:

2012-07-26  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r123525.
        http://trac.webkit.org/changeset/123525
        https://bugs.webkit.org/show_bug.cgi?id=92421

        it needed to be rolled out after r123779 too (Requested by
        jchaffraix on #webkit).

        * fast/table/crash-table-section-layoutRows-expected.txt: Removed.
        * fast/table/crash-table-section-layoutRows.html: Removed.

2012-07-26  Pravin D  <pravind.2k4@gmail.com>

        Outline is always painted on the first table row regardless of the row it's set on
        https://bugs.webkit.org/show_bug.cgi?id=92389

        Reviewed by Eric Seidel.

        * fast/table/table-row-outline-paint.html: Added.
        * platform/chromium-linux/fast/table/table-row-outline-paint-expected.png: Added.
        * platform/chromium-linux/fast/table/table-row-outline-paint-expected.txt: Added.
          Paint phase issue.

2012-07-26  Andrew Wilson  <atwilson@chromium.org>

        Unreviewed chromium expectations change to mark inspector tests as SLOW.

        * platform/chromium/TestExpectations:

2012-07-26  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium mac/win rebaseline post r123782.

        * css2.1/t080301-c411-vt-mrgn-00-b-expected.txt: Added.
        * platform/chromium-mac-snowleopard/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/custom/svg-fonts-in-html-expected.png:
        * platform/chromium-mac/svg/custom/svg-fonts-in-html-expected.png:
        * platform/chromium-mac/svg/custom/svg-fonts-in-html-expected.txt:
        * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.png:
        * platform/efl/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt: Removed.
        * platform/gtk/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt: Removed.

2012-07-25  Ryosuke Niwa  <rniwa@webkit.org>

        Href attribute with javascript protocol is stripped when content is pasted into a XML doucment
        https://bugs.webkit.org/show_bug.cgi?id=92310

        Reviewed by Adam Barth.

        Rebaseline a test that catches this bug.

        * editing/pasteboard/paste-noscript-xhtml-expected.txt:

2012-07-26  Dan Bernstein  <mitz@apple.com>

        <svg> element with no intrinsic size and max-width gets sized incorrectly
        https://bugs.webkit.org/show_bug.cgi?id=92410

        Reviewed by Dean Jackson.

        * svg/css/max-width-2-expected.html: Added.
        * svg/css/max-width-2.html: Added.

2012-07-26  Tony Chang  <tony@chromium.org>

        Regression: r123696 made css3/flexbox tests failing
        https://bugs.webkit.org/show_bug.cgi?id=92352

        Reviewed by Levi Weintraub.

        Skip css3/flexbox/flex-rounding.html on ports that don't enable subpixel layout.

        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/Skipped:
        * platform/qt/Skipped:

2012-07-26  Emil A Eklund  <eae@chromium.org>

        Contained div with right 0 sometimes overlaps parent div
        https://bugs.webkit.org/show_bug.cgi?id=91521

        Reviewed by Levi Weintraub.

        Add test for elements positioned based on the right edge and update two
        existing tests that where affected by the rounding.

        * fast/sub-pixel/position-right-aligns-with-container-expected.html: Added.
        * fast/sub-pixel/position-right-aligns-with-container.html: Added.
        * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.png:
        * platform/chromium-win/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
        * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.txt:
        * platform/mac-lion/Skipped:
        * platform/mac-snowleopard/Skipped:
        * platform/mac-wk2/Skipped:
        * platform/mac/Skipped:
        * platform/qt-4.8/Skipped:
        * platform/qt-5.0-wk2/Skipped:
        * platform/qt/Skipped:
        * platform/win-wk2/Skipped:
        * platform/win-xp/Skipped:
        * platform/win/Skipped:
        * platform/wincairo/Skipped:
        * platform/wk2/Skipped:
        Mark new subpixel test as skipped on platforms that do not enable
        subpixel layout.

2012-07-26  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r123159, r123165, r123168, r123492,
        and r123650.
        http://trac.webkit.org/changeset/123159
        http://trac.webkit.org/changeset/123165
        http://trac.webkit.org/changeset/123168
        http://trac.webkit.org/changeset/123492
        http://trac.webkit.org/changeset/123650
        https://bugs.webkit.org/show_bug.cgi?id=92406

        allowing inline-table anonymous wrappers is a bad idea due to
        tons of corner cases that should be properly handled
        (Requested by jchaffraix on #webkit).

        * css2.1/20110323/inline-table-002b-expected.htm: Removed.
        * css2.1/20110323/inline-table-002b.html: Removed.
        * fast/dynamic/insert-before-table-part-in-continuation-expected.txt: Removed.
        * fast/table/inline-block-generates-table-wrapper-expected.html: Removed.
        * fast/table/inline-block-generates-table-wrapper.html: Removed.
        * fast/table/inline-table-in-continuation-expected.html: Removed.
        * fast/table/inline-table-in-continuation.html: Removed.
        * fast/table/inline-table-with-caption-expected.html: Removed.
        * fast/table/inline-table-with-caption.html: Removed.
        * platform/chromium-linux/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
        * platform/chromium-mac-snowleopard/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
        * platform/chromium-mac/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
        * platform/chromium-win/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
        * platform/chromium-win/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
        * platform/chromium-win/tables/mozilla/bugs/bug3037-1-expected.txt:
        * platform/efl/fast/dynamic/insert-before-table-part-in-continuation-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug3037-1-expected.txt: Renamed from LayoutTests/tables/mozilla/bugs/bug3037-1-expected.txt.
        * platform/gtk/fast/dynamic/insert-before-table-part-in-continuation-expected.txt: Added.
        * platform/gtk/tables/mozilla/bugs/bug3037-1-expected.txt:
        * platform/mac-wk2/fast/dynamic/insert-before-table-part-in-continuation-expected.txt: Removed.
        * platform/mac-wk2/mathml/msub-anonymous-child-render-crash-expected.txt: Removed.
        * platform/mac-wk2/tables/mozilla/bugs/bug3037-1-expected.txt: Removed.
        * platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug3037-1-expected.txt:

2012-07-26  Mike Reed  <reed@google.com>

        expectations change for skia rev. 4771
        https://bugs.webkit.org/show_bug.cgi?id=92402

        Reviewed by NOBODY : expectations change only

        * platform/chromium/TestExpectations:

2012-07-26  Olivier Blin  <olivier.blin@softathome.com>

        Add FastMalloc statistics in window.internals
        https://bugs.webkit.org/show_bug.cgi?id=91274

        Reviewed by Ryosuke Niwa.

        * fast/harness/fastmallocstatistics-object-expected.txt: Added.
        * fast/harness/fastmallocstatistics-object.html: Added.

2012-07-26  Luciano Wolf  <luciano.wolf@openbossa.org>

        [Qt] css3/filters, editing/undo, fast/block/lineboxcontain, fast/js and tables/layering tests need update after rebaseline and new testfonts
        https://bugs.webkit.org/show_bug.cgi?id=92292

        Reviewed by Alexis Menard.

        * platform/qt-5.0/Skipped:
        * platform/qt/css3/filters/effect-blur-expected.txt:
        * platform/qt/css3/filters/effect-blur-hw-expected.txt:
        * platform/qt/css3/filters/regions-expanding-expected.txt:
        * platform/qt/editing/undo/5378473-expected.txt:
        * platform/qt/editing/undo/undo-misspellings-expected.txt:
        * platform/qt/fast/block/lineboxcontain/inline-box-expected.png:
        * platform/qt/fast/block/lineboxcontain/inline-box-expected.txt:
        * platform/qt/fast/block/lineboxcontain/inline-box-vertical-expected.png:
        * platform/qt/fast/block/lineboxcontain/inline-box-vertical-expected.txt:
        * platform/qt/fast/block/lineboxcontain/inline-replaced-expected.png:
        * platform/qt/fast/block/lineboxcontain/inline-replaced-expected.txt:
        * platform/qt/fast/block/lineboxcontain/none-expected.png:
        * platform/qt/fast/block/lineboxcontain/none-expected.txt:
        * platform/qt/fast/block/lineboxcontain/parsing-invalid-expected.png:
        * platform/qt/fast/block/lineboxcontain/parsing-invalid-expected.txt:
        * platform/qt/fast/block/lineboxcontain/replaced-expected.png:
        * platform/qt/fast/block/lineboxcontain/replaced-expected.txt:

2012-07-26  Chris Fleizach  <cfleizach@apple.com>

        WebKit should expose @title as label (AXTitle or AXDescription) sometimes instead of AXHelp, according to the ARIA text alt computation
        https://bugs.webkit.org/show_bug.cgi?id=91911

        Reviewed by Anders Carlsson.

        * platform/mac/accessibility/title-attribute-used-as-last-resort-expected.txt: Added.
        * platform/mac/accessibility/title-attribute-used-as-last-resort.html: Added.

2012-07-26  Olivier Blin  <olivier.blin@softathome.com>

        Add FastMalloc statistics in window.internals
        https://bugs.webkit.org/show_bug.cgi?id=91274

        Reviewed by Ryosuke Niwa.

        * fast/harness/fastmallocstatistics-object-expected.txt: Added.
        * fast/harness/fastmallocstatistics-object.html: Added.

2012-07-26  Luciano Wolf  <luciano.wolf@openbossa.org>

        [Qt] css3/filters, editing/undo, fast/block/lineboxcontain, fast/js and tables/layering tests need update after rebaseline and new testfonts
        https://bugs.webkit.org/show_bug.cgi?id=92292

        Reviewed by Alexis Menard.

        * platform/qt-5.0/Skipped:
        * platform/qt/css3/filters/effect-blur-expected.txt:
        * platform/qt/css3/filters/effect-blur-hw-expected.txt:
        * platform/qt/css3/filters/regions-expanding-expected.txt:
        * platform/qt/editing/undo/5378473-expected.txt:
        * platform/qt/editing/undo/undo-misspellings-expected.txt:
        * platform/qt/fast/block/lineboxcontain/inline-box-expected.png:
        * platform/qt/fast/block/lineboxcontain/inline-box-expected.txt:
        * platform/qt/fast/block/lineboxcontain/inline-box-vertical-expected.png:
        * platform/qt/fast/block/lineboxcontain/inline-box-vertical-expected.txt:
        * platform/qt/fast/block/lineboxcontain/inline-replaced-expected.png:
        * platform/qt/fast/block/lineboxcontain/inline-replaced-expected.txt:
        * platform/qt/fast/block/lineboxcontain/none-expected.png:
        * platform/qt/fast/block/lineboxcontain/none-expected.txt:
        * platform/qt/fast/block/lineboxcontain/parsing-invalid-expected.png:
        * platform/qt/fast/block/lineboxcontain/parsing-invalid-expected.txt:
        * platform/qt/fast/block/lineboxcontain/replaced-expected.png:
        * platform/qt/fast/block/lineboxcontain/replaced-expected.txt:

2012-07-26  Chris Fleizach  <cfleizach@apple.com>

        WebKit should expose @title as label (AXTitle or AXDescription) sometimes instead of AXHelp, according to the ARIA text alt computation
        https://bugs.webkit.org/show_bug.cgi?id=91911

        Reviewed by Anders Carlsson.

        * platform/mac/accessibility/title-attribute-used-as-last-resort-expected.txt: Added.
        * platform/mac/accessibility/title-attribute-used-as-last-resort.html: Added.

2012-07-26  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Fix after r123733.

        * platform/qt/Skipped:

2012-07-26  Bruno de Oliveira Abinader  <bruno.abinader@basyskom.com>

        [Qt] Reskip fast/forms WK2 added results
        https://bugs.webkit.org/show_bug.cgi?id=91504

        Reviewed by Alexis Menard.

        This patch reverts the added WK2 layout test results from r123156 "[Qt]
        Added/updated missing fast/forms results after rebaseline". As discussed with
        Caio, almost all of these additions were due to an erroneous input-text and
        text-area default size diff between WK1 and WK2 (handled in bug 91990), and a
        few ones that are still failing independent of font changes (handled in bug
        91610). These tests were reskipped and reassigned to proper bugs.

        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0-wk2/fast/forms/basic-inputs-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/forms/basic-inputs-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/basic-textareas-quirks-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/forms/basic-textareas-quirks-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/control-restrict-line-height-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/forms/control-restrict-line-height-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/encoding-test-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/fieldset-align-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/forms/fieldset-align-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/input-appearance-bkcolor-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/input-appearance-default-bkcolor-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/forms/input-appearance-default-bkcolor-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/input-appearance-disabled-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/forms/input-appearance-disabled-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/input-appearance-focus-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/forms/input-appearance-focus-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/input-appearance-preventDefault-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/input-appearance-readonly-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/forms/input-appearance-readonly-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/input-appearance-selection-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/forms/input-appearance-selection-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/input-appearance-visibility-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/input-baseline-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/forms/input-baseline-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/input-double-click-selection-gap-bug-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/forms/input-double-click-selection-gap-bug-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/input-placeholder-visibility-1-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/input-placeholder-visibility-3-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/input-readonly-dimmed-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/input-readonly-empty-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/input-spaces-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/input-text-click-inside-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/input-text-double-click-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/input-text-option-delete-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/input-text-self-emptying-click-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/input-text-word-wrap-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/input-width-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/placeholder-position-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/forms/placeholder-position-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/search-cancel-button-style-sharing-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/search-display-none-cancel-button-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/search-rtl-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/forms/search-rtl-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/search-vertical-alignment-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/forms/search-vertical-alignment-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/text-style-color-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/forms/text-style-color-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/textarea-placeholder-pseudo-style-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/forms/textarea-placeholder-pseudo-style-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/textarea-placeholder-visibility-1-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/textarea-placeholder-visibility-2-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/textfield-focus-ring-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/textfield-outline-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/textfield-overflow-expected.txt: Removed.

2012-07-26  Rafael Brandao  <rafael.lobo@openbossa.org>

        [Qt] platform/qt/tables/mozilla tests needs update after rebaseline and new testfonts
        https://bugs.webkit.org/show_bug.cgi?id=91242

        Reviewed by Alexis Menard.

        Some leftovers were removed from qt-5.0-wk1 and wk2. If some of them
        fail on qt-5.0-wk2, then they should be skipped again, but creating
        proper bug reports for them.

        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0/tables/mozilla/bugs/bug3037-1-expected.png: Removed.
        * platform/qt-5.0/tables/mozilla/bugs/bug3037-1-expected.txt: Removed.

2012-07-26  Bruno de Oliveira Abinader  <bruno.abinader@basyskom.com>

        [Qt] editing/selection tests needs update after rebaseline and new testfonts
        https://bugs.webkit.org/show_bug.cgi?id=92186

        Reviewed by Alexis Menard.

        After the rebaseline from changeset 121971 - [Qt] DumpRenderTree does not use
        'monospace' font when directed, editing/selection tests directory needs to be
        updated.

        It is important to notice some Qt WK2 layout tests are still failing, some
        requires more investigation (handled in bug 91610) and others have a known cause
        (input text and text areas differ in WK2 - bug 91990).

        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0-wk2/editing/selection/select-box-expected.png:
        * platform/qt-5.0-wk2/editing/selection/select-box-expected.txt:
        * platform/qt-5.0-wk2/editing/selection/select-element-paragraph-boundary-expected.png:
        * platform/qt-5.0-wk2/editing/selection/select-element-paragraph-boundary-expected.txt:
        * platform/qt-5.0/Skipped:
        * platform/qt-5.0/editing/selection/editable-html-element-expected.txt:
        * platform/qt-5.0/editing/selection/extend-by-word-001-expected.txt:
        * platform/qt-5.0/editing/selection/select-box-expected.png:
        * platform/qt-5.0/editing/selection/select-box-expected.txt:
        * platform/qt-5.0/editing/selection/select-element-paragraph-boundary-expected.png:
        * platform/qt-5.0/editing/selection/select-element-paragraph-boundary-expected.txt:
        * platform/qt-5.0/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt:
        * platform/qt-5.0/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
        * platform/qt-5.0/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
        * platform/qt-5.0/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
        * platform/qt-5.0/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
        * platform/qt-5.0/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
        * platform/qt-5.0/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
        * platform/qt-5.0/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
        * platform/qt-5.0/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt:
        * platform/qt-5.0/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt:
        * platform/qt/editing/selection/5825350-1-expected.txt:
        * platform/qt/editing/selection/5825350-2-expected.txt:
        * platform/qt/editing/selection/drag-start-event-client-x-y-expected.txt:
        * platform/qt/editing/selection/fake-doubleclick-expected.png:
        * platform/qt/editing/selection/fake-doubleclick-expected.txt:
        * platform/qt/editing/selection/hit-test-on-text-with-line-height-expected.txt:
        * platform/qt/editing/selection/unrendered-001-expected.png:
        * platform/qt/editing/selection/unrendered-001-expected.txt:
        * platform/qt/editing/selection/unrendered-002-expected.png:
        * platform/qt/editing/selection/unrendered-002-expected.txt:
        * platform/qt/editing/selection/unrendered-003-expected.png:
        * platform/qt/editing/selection/unrendered-003-expected.txt:
        * platform/qt/editing/selection/unrendered-004-expected.png:
        * platform/qt/editing/selection/unrendered-004-expected.txt:
        * platform/qt/editing/selection/unrendered-005-expected.png:
        * platform/qt/editing/selection/unrendered-005-expected.txt:

2012-07-26  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: Edits of styles declared after invalid selector are not applied
        https://bugs.webkit.org/show_bug.cgi?id=92382

        Reviewed by Vsevolod Vlasov.

        Additional information of the change such as approach, rationale.

        * inspector/styles/styles-edit-property-after-invalid-rule-expected.txt: Added.
        * inspector/styles/styles-edit-property-after-invalid-rule.html: Added.

2012-07-26  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Added Qt5 specific expected results after r123670.

        * platform/qt-5.0/tables/mozilla/bugs/bug3037-1-expected.png: Added after r123670.
        * platform/qt-5.0/tables/mozilla/bugs/bug3037-1-expected.txt: Added after r123670.

2012-07-26  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [EFL] Gardening after r123696
        https://bugs.webkit.org/show_bug.cgi?id=92361

        Unreviewed gardening. r123696 made css3/flexbox tests failing on EFL and QT.

        * platform/efl/TestExpectations:

2012-07-26  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, adding text failure expectations for two
        CSS3 Flexbox tests introduced in r123696.

        * platform/gtk/TestExpectations:

2012-07-26  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skip a failing tests.
        https://bugs.webkit.org/show_bug.cgi?id=92355.

        * platform/qt/Skipped:

2012-07-26  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [EFL] Gardening after r123634
        https://bugs.webkit.org/show_bug.cgi?id=92351

        Unreviewed gardening.

        Newly added inspector tests failing on EFL port due to missing Geolocation support (bug 82140).
        Moved Geolocation tests to TestExpectations from Skipped.

        * platform/efl/Skipped:
        * platform/efl/TestExpectations:

2012-07-26  Tommy Widenflycht  <tommyw@google.com>

        MediaStream API: Remove DeprecatedPeerConnection
        https://bugs.webkit.org/show_bug.cgi?id=92106

        Reviewed by Adam Barth.

        Changed all usages of DeprecatedPeerConnection to PeerConnection00.

        * fast/dom/call-a-constructor-as-a-function-expected.txt:
        * fast/dom/call-a-constructor-as-a-function.html:
        * fast/mediastream/peerconnection-addstream-expected.txt:
        * fast/mediastream/peerconnection-argument-types-expected.txt:
        * fast/mediastream/peerconnection-eventlistener-optional-argument.html:
        * fast/mediastream/peerconnection-mediastreamlist.html:
        * fast/mediastream/peerconnection-removestream-expected.txt:
        * fast/mediastream/script-tests/peerconnection-addstream.js:
        * fast/mediastream/script-tests/peerconnection-argument-types.js:
        * fast/mediastream/script-tests/peerconnection-removestream.js:
        * platform/chromium/fast/dom/call-a-constructor-as-a-function-expected.txt:
        * platform/gtk/fast/dom/call-a-constructor-as-a-function-expected.txt:
        * platform/gtk/fast/js/global-constructors-expected.txt:
        * platform/win/fast/dom/call-a-constructor-as-a-function-expected.txt:

2012-07-26  Mike West  <mkwst@chromium.org>

        Implement the experimental Content Security Policy script interface.
        https://bugs.webkit.org/show_bug.cgi?id=91707

        Reviewed by Adam Barth.

        * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowconnectionto-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowconnectionto.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-alloweval-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-alloweval.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowfontfrom-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowfontfrom.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowframefrom-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowframefrom.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowimagefrom-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowimagefrom.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowmediafrom-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowmediafrom.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowobjectfrom-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowobjectfrom.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowscriptfrom-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowscriptfrom.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowstylefrom-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowstylefrom.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-isactive-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-isactive.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-reporturi-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-reporturi.html: Added.
        * http/tests/security/contentSecurityPolicy/resources/securitypolicy-tests-base.js: Added.
        (log):
        (injectPolicy):

2012-07-26  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Added Qt5 specific expected results and png.

        * platform/qt-5.0-wk2/fast/block/float/overhanging-tall-block-expected.png: Added after r123551.
        * platform/qt-5.0-wk2/fast/block/float/overhanging-tall-block-expected.txt: Added after r123551.
        * platform/qt-5.0-wk2/platform/qt/plugins/application-plugin-plugins-disabled-expected.png: Added after r123514.
        * platform/qt-5.0-wk2/platform/qt/plugins/application-plugin-plugins-disabled-expected.txt: Update after r123514.
        * platform/qt-5.0/css2.1/t0805-c5519-brdr-r-01-e-expected.png: Added after r123631.
        * platform/qt-5.0/css2.1/t0805-c5519-brdr-r-01-e-expected.txt: Added after r123631.
        * platform/qt-5.0/css2.1/t0905-c5525-fltblck-00-d-ag-expected.png: Added after r123631.
        * platform/qt-5.0/css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt: Added after r123631.

2012-07-26  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r123715.
        http://trac.webkit.org/changeset/123715
        https://bugs.webkit.org/show_bug.cgi?id=92356

        Breaks compilation on multiple platforms (Requested by vsevik
        on #webkit).

        * http/tests/inspector/network/cached-resource-destroyed-moved-to-storage-expected.txt: Removed.
        * http/tests/inspector/network/cached-resource-destroyed-moved-to-storage.html: Removed.
        * http/tests/inspector/network/cached-resource-destroyed-too-big-discarded-expected.txt: Removed.
        * http/tests/inspector/network/cached-resource-destroyed-too-big-discarded.html: Removed.

2012-07-26  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skip the failing tests.

        * platform/qt/Skipped:

2012-07-26  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Resource agent's reference to cached resources should be weak.
        https://bugs.webkit.org/show_bug.cgi?id=92108

        Reviewed by Pavel Feldman.

        * http/tests/inspector/network/cached-resource-destroyed-moved-to-storage-expected.txt: Added.
        * http/tests/inspector/network/cached-resource-destroyed-moved-to-storage.html: Added.
        * http/tests/inspector/network/cached-resource-destroyed-too-big-discarded-expected.txt: Added.
        * http/tests/inspector/network/cached-resource-destroyed-too-big-discarded.html: Added.

2012-07-26  Shinya Kawanaka  <shinyak@chromium.org>

        Add UserAgentShadowDOM to FormControlElement just before ading UserShadowDOM
        https://bugs.webkit.org/show_bug.cgi?id=90866

        Reviewed by Hajime Morita.

        Added a lot of tests of ShadowDOM for replaced elements. They don't crash,
        but many of them are not rendered correctly. Please see Bug 82313,
        which is a meta bug of Shadow DOM for replaced elements.

        * fast/dom/shadow/input-with-validation-expected.html: Added.
        * fast/dom/shadow/input-with-validation-without-shadow-expected.html: Added.
        * fast/dom/shadow/input-with-validation-without-shadow.html: Added.
        * fast/dom/shadow/input-with-validation.html: Added.
        * fast/dom/shadow/shadow-disable-expected.txt:
        * fast/dom/shadow/shadow-disable.html:
        * fast/dom/shadow/shadowdom-for-button-complex-shadow-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-button-complex-shadow.html: Added.
        * fast/dom/shadow/shadowdom-for-button-only-shadow-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-button-only-shadow.html: Added.
        * fast/dom/shadow/shadowdom-for-button-without-shadow-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-button-without-shadow.html: Added.
        * fast/dom/shadow/shadowdom-for-fieldset-complex-shadow-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-fieldset-complex-shadow.html: Added.
        * fast/dom/shadow/shadowdom-for-fieldset-only-shadow-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-fieldset-only-shadow.html: Added.
        * fast/dom/shadow/shadowdom-for-fieldset-without-shadow-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-fieldset-without-shadow.html: Added.
        * fast/dom/shadow/shadowdom-for-form-associated-element-useragent-expected.txt: Added.
        * fast/dom/shadow/shadowdom-for-form-associated-element-useragent.html: Added.
        * fast/dom/shadow/shadowdom-for-keygen-complex-shadow-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-keygen-complex-shadow.html: Added.
        * fast/dom/shadow/shadowdom-for-keygen-only-shadow-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-keygen-only-shadow.html: Added.
        * fast/dom/shadow/shadowdom-for-keygen-without-shadow-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-keygen-without-shadow.html: Added.
        * fast/dom/shadow/shadowdom-for-object-complex-shadow-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-object-complex-shadow.html: Added.
        * fast/dom/shadow/shadowdom-for-object-only-shadow-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-object-only-shadow.html: Added.
        * fast/dom/shadow/shadowdom-for-object-without-shadow-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-object-without-shadow.html: Added.
        * fast/dom/shadow/shadowdom-for-output-complex-shadow-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-output-complex-shadow.html: Added.
        * fast/dom/shadow/shadowdom-for-output-only-shadow-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-output-only-shadow.html: Added.
        * fast/dom/shadow/shadowdom-for-output-without-shadow-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-output-without-shadow.html: Added.
        * fast/dom/shadow/shadowdom-for-select-complex-shadow-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-select-complex-shadow.html: Added.
        * fast/dom/shadow/shadowdom-for-select-only-shadow-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-select-only-shadow.html: Added.
        * fast/dom/shadow/shadowdom-for-select-without-shadow-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-select-without-shadow.html: Added.
        * fast/dom/shadow/shadowdom-for-textarea-complex-shadow-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-textarea-complex-shadow.html: Added.
        * fast/dom/shadow/shadowdom-for-textarea-only-shadow-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-textarea-only-shadow.html: Added.
        * fast/dom/shadow/shadowdom-for-textarea-without-shadow-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-textarea-without-shadow.html: Added.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/qt/Skipped:
        * platform/wincairo/Skipped:

2012-07-26  Kaustubh Atrawalkar  <kaustubh@motorola.com>

        [DRT] LTC:: pageNumberForElementById() could be moved to Internals
        https://bugs.webkit.org/show_bug.cgi?id=92091

        Reviewed by Adam Barth.

        Move the pageNumberForElementById from LayoutTestCotroller to Internals and
        remove the old platform specific implementations as it exclusively tests WebCore functionality.

        * printing/pageNumerForElementById-expected.txt:
        * printing/resources/paged-media-test-utils.js:
        (pageNumberForElementShouldBe):
        * printing/return-from-printing-mode.html:
        * printing/script-tests/pageNumerForElementById.js:

2012-07-25  MORITA Hajime  <morrita@google.com>

        [Chromium][Win] <progress> animation on RTL direction is reverse
        https://bugs.webkit.org/show_bug.cgi?id=92236

        Reviewed by Kent Tamura.

        Updated the expectation file which went slightly different.

        * platform/chromium-linux/fast/dom/HTMLProgressElement/progress-element-expected.png:

2012-07-25  Shinya Kawanaka  <shinyak@chromium.org>

        The elements in ShadowDOM of meter or progress should not be modifiable.
        https://bugs.webkit.org/show_bug.cgi?id=92199

        Reviewed by Hajime Morita.

        * fast/html/meter-user-modify.html: Added.
        * fast/html/meter-user-modify-expected.txt: Added.
        * fast/html/progress-user-modify.html: Added.
        * fast/html/progress-user-modify-expected.txt: Added.

2012-07-25  Xingnan Wang  <xingnan.wang@intel.com>

        IndexedDB: IDBTransaction::abort() should throw DOMException
        https://bugs.webkit.org/show_bug.cgi?id=92069

        Reviewed by Kentaro Hara.

        Add the exception test for IDBTransaction::abort().

        * storage/indexeddb/resources/transaction-abort.js:
        (transactionAborted):
        * storage/indexeddb/transaction-abort-expected.txt:

2012-07-25  Joshua Netterfield  <jnetterfield@rim.com>

        [BlackBerry] Update fast/canvas/webgl expectations
        https://bugs.webkit.org/show_bug.cgi?id=92309

        Reviewed by Rob Buis.

        Add the css-webkit-canvas-* files, because we render them correctly.

        There is nothing we can do about running out of memory on draw-elements-out-of-bounds,
        so make that expected.

        Our output for framebuffer-object-attachement-expected.txt is valid.

        * platform/blackberry/fast/canvas/webgl/css-webkit-canvas-expected.png: Added.
        * platform/blackberry/fast/canvas/webgl/css-webkit-canvas-expected.txt: Added.
        * platform/blackberry/fast/canvas/webgl/css-webkit-canvas-repaint-expected.png: Added.
        * platform/blackberry/fast/canvas/webgl/css-webkit-canvas-repaint-expected.txt: Added.
        * platform/blackberry/fast/canvas/webgl/draw-elements-out-of-bounds-expected.txt: Added.
        * platform/blackberry/fast/canvas/webgl/framebuffer-object-attachment-expected.txt: Added.

2012-07-25  Tony Chang  <tony@chromium.org>

        flexitems can overflow the flexbox due to rounding
        https://bugs.webkit.org/show_bug.cgi?id=92163

        Reviewed by Levi Weintraub.

        Tests for dividing space in non-integral amounts.

        * css3/flexbox/flex-rounding-expected.txt: Added.
        * css3/flexbox/flex-rounding.html: Added.

2012-07-25  Yoshifumi Inoue  <yosin@chromium.org>

        [Tests] Re-factor fast/forms/number/number-spinbutton-change-and-input-events.html
        https://bugs.webkit.org/show_bug.cgi?id=92206

        Reviewed by Kent Tamura.

        For ease of maintenance and improving test coverage with low cost, I
        would like to make a test script of number-spinbutton-change-and-inputs.html
        sharable with other input types which have spin button.

        This patch moves JavaScript codes from test HTML file to shared JavaScript
        file, common-spinbutton-change-and-input-events.html with parametrized
        entry point for specifying input type.

        * fast/forms/number/number-spinbutton-change-and-input-events-expected.txt: Changed "numnber" to "number", and "numberInput" to "testInput".
        * fast/forms/number/number-spinbutton-change-and-input-events.html: Removed JavaScript code.
        * fast/forms/resources/common-spinbutton-change-and-input-events.js: Removed HTML code. Made entry point. Changed to support testing without maximum value.

2012-07-25  Dan Bernstein  <mitz@apple.com>

        Hit testing in one column or in the gap between cloumns along the block axis can return a result from the wrong column
        https://bugs.webkit.org/show_bug.cgi?id=92311

        Reviewed by Anders Carlsson.

        * fast/multicol/hit-test-end-of-column-expected.txt: Added.
        * fast/multicol/hit-test-end-of-column.html: Added.
        * fast/multicol/hit-test-gap-block-axis-expected.txt: Added.
        * fast/multicol/hit-test-gap-block-axis.html: Added.

2012-07-25  Ryosuke Niwa  <rniwa@webkit.org>

        Improve the output of editing/pasteboard/paste-noscript-xhtml.xhtml
        https://bugs.webkit.org/show_bug.cgi?id=92307

        Reviewed by Tony Chang.

        Use dump-as-markup to improve the readability of output, and removed replaced the call to sayHello in iframe's src
        content attribute by a call to alert("hello") so that reference error doesn't show up on the result, and moved
        the resource from editing/resources to editing/pasteboard/resources as it's not used elsewhere.

        * editing/pasteboard/paste-noscript-xhtml-expected.txt:
        * editing/pasteboard/paste-noscript-xhtml.xhtml:
        * editing/pasteboard/resources/paste-noscript-content.html: Copied from LayoutTests/editing/resources/htmlcontent.html.
        * editing/resources/htmlcontent.html: Removed.
        * platform/chromium-mac/editing/pasteboard/paste-noscript-xhtml-expected.txt: Removed.
        * platform/chromium-win/editing/pasteboard/paste-noscript-xhtml-expected.txt: Removed.

2012-07-25  Rafael Brandao  <rafael.lobo@openbossa.org>

        [Qt] platform/qt/tables/mozilla tests needs update after rebaseline and new testfonts
        https://bugs.webkit.org/show_bug.cgi?id=91242

        Unreviewed gardening.

        * platform/qt-5.0/Skipped:
        * platform/qt/tables/mozilla/bugs/adforce_imgis_com-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug102145-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug102145-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug102145-3-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug102145-4-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug10269-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug10296-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug103533-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug1067-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug1067-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug106795-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug11321-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug133948-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug154780-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug15933-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug1818-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug1818-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug1818-4-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug219693-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug219693-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug221784-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug221784-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug22513-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug23072-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug23994-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug25074-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug25367-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug26553-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug3037-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug3037-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug32447-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug3309-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug34538-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug45350-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug53690-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug53690-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug55789-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug56201-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug56405-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug641-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug641-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug8361-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug88524-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug9072-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug92647-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug97383-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug98196-expected.txt:
        * platform/qt/tables/mozilla/marvin/tfoot_char-expected.png:
        * platform/qt/tables/mozilla/marvin/tfoot_char-expected.txt:

2012-07-25  Luciano Wolf  <luciano.wolf@openbossa.org>

        [Qt] fast/block/margin-collapse tests need update after rebaseline and new testfonts
        https://bugs.webkit.org/show_bug.cgi?id=92274

        Reviewed by Alexis Menard.

        * platform/qt-5.0/Skipped:
        * platform/qt/fast/block/margin-collapse/001-expected.png:
        * platform/qt/fast/block/margin-collapse/001-expected.txt:
        * platform/qt/fast/block/margin-collapse/002-expected.png:
        * platform/qt/fast/block/margin-collapse/002-expected.txt:
        * platform/qt/fast/block/margin-collapse/003-expected.png:
        * platform/qt/fast/block/margin-collapse/003-expected.txt:
        * platform/qt/fast/block/margin-collapse/004-expected.png:
        * platform/qt/fast/block/margin-collapse/004-expected.txt:
        * platform/qt/fast/block/margin-collapse/005-expected.png:
        * platform/qt/fast/block/margin-collapse/005-expected.txt:
        * platform/qt/fast/block/margin-collapse/006-expected.png:
        * platform/qt/fast/block/margin-collapse/006-expected.txt:
        * platform/qt/fast/block/margin-collapse/010-expected.png:
        * platform/qt/fast/block/margin-collapse/010-expected.txt:
        * platform/qt/fast/block/margin-collapse/011-expected.png:
        * platform/qt/fast/block/margin-collapse/011-expected.txt:
        * platform/qt/fast/block/margin-collapse/012-expected.png:
        * platform/qt/fast/block/margin-collapse/012-expected.txt:
        * platform/qt/fast/block/margin-collapse/015-expected.png:
        * platform/qt/fast/block/margin-collapse/015-expected.txt:
        * platform/qt/fast/block/margin-collapse/016-expected.png:
        * platform/qt/fast/block/margin-collapse/016-expected.txt:
        * platform/qt/fast/block/margin-collapse/017-expected.png:
        * platform/qt/fast/block/margin-collapse/017-expected.txt:
        * platform/qt/fast/block/margin-collapse/018-expected.png:
        * platform/qt/fast/block/margin-collapse/018-expected.txt:
        * platform/qt/fast/block/margin-collapse/019-expected.png:
        * platform/qt/fast/block/margin-collapse/019-expected.txt:
        * platform/qt/fast/block/margin-collapse/020-expected.png:
        * platform/qt/fast/block/margin-collapse/020-expected.txt:
        * platform/qt/fast/block/margin-collapse/021-expected.png:
        * platform/qt/fast/block/margin-collapse/021-expected.txt:
        * platform/qt/fast/block/margin-collapse/022-expected.png:
        * platform/qt/fast/block/margin-collapse/022-expected.txt:
        * platform/qt/fast/block/margin-collapse/025-expected.png:
        * platform/qt/fast/block/margin-collapse/025-expected.txt:
        * platform/qt/fast/block/margin-collapse/026-expected.png:
        * platform/qt/fast/block/margin-collapse/026-expected.txt:
        * platform/qt/fast/block/margin-collapse/027-expected.png:
        * platform/qt/fast/block/margin-collapse/027-expected.txt:
        * platform/qt/fast/block/margin-collapse/028-expected.png:
        * platform/qt/fast/block/margin-collapse/028-expected.txt:
        * platform/qt/fast/block/margin-collapse/029-expected.png:
        * platform/qt/fast/block/margin-collapse/029-expected.txt:
        * platform/qt/fast/block/margin-collapse/030-expected.png:
        * platform/qt/fast/block/margin-collapse/030-expected.txt:
        * platform/qt/fast/block/margin-collapse/031-expected.png:
        * platform/qt/fast/block/margin-collapse/031-expected.txt:
        * platform/qt/fast/block/margin-collapse/032-expected.png:
        * platform/qt/fast/block/margin-collapse/032-expected.txt:
        * platform/qt/fast/block/margin-collapse/033-expected.png:
        * platform/qt/fast/block/margin-collapse/033-expected.txt:
        * platform/qt/fast/block/margin-collapse/034-expected.png:
        * platform/qt/fast/block/margin-collapse/034-expected.txt:
        * platform/qt/fast/block/margin-collapse/035-expected.png:
        * platform/qt/fast/block/margin-collapse/035-expected.txt:
        * platform/qt/fast/block/margin-collapse/037-expected.png:
        * platform/qt/fast/block/margin-collapse/037-expected.txt:
        * platform/qt/fast/block/margin-collapse/038-expected.png:
        * platform/qt/fast/block/margin-collapse/038-expected.txt:
        * platform/qt/fast/block/margin-collapse/039-expected.png:
        * platform/qt/fast/block/margin-collapse/039-expected.txt:
        * platform/qt/fast/block/margin-collapse/040-expected.png:
        * platform/qt/fast/block/margin-collapse/040-expected.txt:
        * platform/qt/fast/block/margin-collapse/041-expected.png:
        * platform/qt/fast/block/margin-collapse/041-expected.txt:
        * platform/qt/fast/block/margin-collapse/042-expected.png:
        * platform/qt/fast/block/margin-collapse/042-expected.txt:
        * platform/qt/fast/block/margin-collapse/043-expected.png:
        * platform/qt/fast/block/margin-collapse/043-expected.txt:
        * platform/qt/fast/block/margin-collapse/044-expected.png:
        * platform/qt/fast/block/margin-collapse/044-expected.txt:
        * platform/qt/fast/block/margin-collapse/045-expected.png:
        * platform/qt/fast/block/margin-collapse/045-expected.txt:
        * platform/qt/fast/block/margin-collapse/055-expected.png:
        * platform/qt/fast/block/margin-collapse/055-expected.txt:
        * platform/qt/fast/block/margin-collapse/056-expected.png:
        * platform/qt/fast/block/margin-collapse/056-expected.txt:
        * platform/qt/fast/block/margin-collapse/057-expected.png:
        * platform/qt/fast/block/margin-collapse/057-expected.txt:
        * platform/qt/fast/block/margin-collapse/058-expected.png:
        * platform/qt/fast/block/margin-collapse/058-expected.txt:
        * platform/qt/fast/block/margin-collapse/059-expected.png:
        * platform/qt/fast/block/margin-collapse/059-expected.txt:
        * platform/qt/fast/block/margin-collapse/062-expected.png:
        * platform/qt/fast/block/margin-collapse/062-expected.txt:
        * platform/qt/fast/block/margin-collapse/063-expected.png:
        * platform/qt/fast/block/margin-collapse/063-expected.txt:
        * platform/qt/fast/block/margin-collapse/100-expected.png:
        * platform/qt/fast/block/margin-collapse/100-expected.txt:
        * platform/qt/fast/block/margin-collapse/101-expected.png:
        * platform/qt/fast/block/margin-collapse/101-expected.txt:
        * platform/qt/fast/block/margin-collapse/102-expected.png:
        * platform/qt/fast/block/margin-collapse/102-expected.txt:
        * platform/qt/fast/block/margin-collapse/103-expected.png:
        * platform/qt/fast/block/margin-collapse/103-expected.txt:
        * platform/qt/fast/block/margin-collapse/104-expected.png:
        * platform/qt/fast/block/margin-collapse/104-expected.txt:
        * platform/qt/fast/block/margin-collapse/block-inside-inline/001-expected.png: Added.
        * platform/qt/fast/block/margin-collapse/block-inside-inline/001-expected.txt:
        * platform/qt/fast/block/margin-collapse/block-inside-inline/002-expected.png: Added.
        * platform/qt/fast/block/margin-collapse/block-inside-inline/002-expected.txt:
        * platform/qt/fast/block/margin-collapse/block-inside-inline/003-expected.png: Added.
        * platform/qt/fast/block/margin-collapse/block-inside-inline/003-expected.txt:
        * platform/qt/fast/block/margin-collapse/block-inside-inline/004-expected.png:
        * platform/qt/fast/block/margin-collapse/block-inside-inline/004-expected.txt:
        * platform/qt/fast/block/margin-collapse/block-inside-inline/005-expected.png:
        * platform/qt/fast/block/margin-collapse/block-inside-inline/005-expected.txt:
        * platform/qt/fast/block/margin-collapse/block-inside-inline/006-expected.png: Added.
        * platform/qt/fast/block/margin-collapse/block-inside-inline/006-expected.txt:
        * platform/qt/fast/block/margin-collapse/block-inside-inline/010-expected.png: Added.
        * platform/qt/fast/block/margin-collapse/block-inside-inline/010-expected.txt:
        * platform/qt/fast/block/margin-collapse/block-inside-inline/011-expected.png: Added.
        * platform/qt/fast/block/margin-collapse/block-inside-inline/011-expected.txt:
        * platform/qt/fast/block/margin-collapse/block-inside-inline/012-expected.png: Added.
        * platform/qt/fast/block/margin-collapse/block-inside-inline/012-expected.txt:
        * platform/qt/fast/block/margin-collapse/block-inside-inline/015-expected.png: Added.
        * platform/qt/fast/block/margin-collapse/block-inside-inline/015-expected.txt:
        * platform/qt/fast/block/margin-collapse/block-inside-inline/016-expected.png: Added.
        * platform/qt/fast/block/margin-collapse/block-inside-inline/016-expected.txt:
        * platform/qt/fast/block/margin-collapse/block-inside-inline/017-expected.png: Added.
        * platform/qt/fast/block/margin-collapse/block-inside-inline/017-expected.txt:
        * platform/qt/fast/block/margin-collapse/block-inside-inline/018-expected.png: Added.
        * platform/qt/fast/block/margin-collapse/block-inside-inline/018-expected.txt:
        * platform/qt/fast/block/margin-collapse/block-inside-inline/019-expected.png: Added.
        * platform/qt/fast/block/margin-collapse/block-inside-inline/019-expected.txt:
        * platform/qt/fast/block/margin-collapse/block-inside-inline/020-expected.png: Added.
        * platform/qt/fast/block/margin-collapse/block-inside-inline/020-expected.txt:
        * platform/qt/fast/block/margin-collapse/block-inside-inline/021-expected.png: Added.
        * platform/qt/fast/block/margin-collapse/block-inside-inline/021-expected.txt:
        * platform/qt/fast/block/margin-collapse/block-inside-inline/022-expected.png: Added.
        * platform/qt/fast/block/margin-collapse/block-inside-inline/022-expected.txt:
        * platform/qt/fast/block/margin-collapse/block-inside-inline/025-expected.png: Added.
        * platform/qt/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
        * platform/qt/fast/block/margin-collapse/empty-clear-blocks-expected.png:
        * platform/qt/fast/block/margin-collapse/empty-clear-blocks-expected.txt:
        * platform/qt/fast/block/margin-collapse/negative-margins-expected.png:
        * platform/qt/fast/block/margin-collapse/negative-margins-expected.txt:

2012-07-25  Li Yin  <li.yin@intel.com>

        It is invalid when both numberOfInputChannels and numberOfOutputChannels to be zero in JavaScriptAudioNode.
        https://bugs.webkit.org/show_bug.cgi?id=91364

        Reviewed by Kenneth Russell.

        Add tests for (numberOfInputChannels, numberOfOutputChannels) to be (0, 0),(0, 1),(0, 2),(1, 0) and (2, 0).

        * webaudio/javascriptaudionode-expected.txt:
        * webaudio/javascriptaudionode.html:

2012-07-25  Andrew Wilson  <atwilson@chromium.org>

        Unreviewed chromium expectations change.

        * platform/chromium/TestExpectations:

2012-07-25  Luciano Wolf  <luciano.wolf@openbossa.org>

        [Qt] fast/borders rebaseline after new test fonts
        https://bugs.webkit.org/show_bug.cgi?id=92146

        Reviewed by Csaba Osztrogonác.

        Updated patch started by Alexis. This one removes old expected results
        found inside qt-5.0 directory and updates Skipped files as well.

        * platform/qt-5.0/Skipped:
        * platform/qt-5.0/fast/borders/bidi-002-expected.txt: Removed.
        * platform/qt-5.0/fast/borders/bidi-009a-expected.txt: Removed.
        * platform/qt-5.0/fast/borders/bidi-012-expected.txt: Removed.
        * platform/qt/fast/borders/border-image-slice-constrained-expected.txt:
        * platform/qt/fast/borders/borderRadiusArcs01-expected.txt:
        * platform/qt/fast/borders/borderRadiusDouble01-expected.txt:
        * platform/qt/fast/borders/borderRadiusDouble02-expected.txt:
        * platform/qt/fast/borders/borderRadiusDouble03-expected.txt:
        * platform/qt/fast/borders/borderRadiusGroove01-expected.txt:
        * platform/qt/fast/borders/borderRadiusGroove02-expected.txt:
        * platform/qt/fast/borders/borderRadiusInset01-expected.txt:
        * platform/qt/fast/borders/borderRadiusOutset01-expected.txt:
        * platform/qt/fast/borders/borderRadiusRidge01-expected.txt:
        * platform/qt/fast/borders/borderRadiusSolid01-expected.txt:
        * platform/qt/fast/borders/borderRadiusSolid02-expected.txt:
        * platform/qt/fast/borders/borderRadiusSolid03-expected.txt:
        * platform/qt/fast/borders/borderRadiusSolid04-expected.txt:
        * platform/qt/fast/borders/table-borders-expected.txt:

2012-07-25  Andrew Wilson  <atwilson@chromium.org>

        Unreviewed chromium expectations change.

        * platform/chromium/TestExpectations:

2012-07-25  Michael Saboff  <msaboff@apple.com>

        r123492 Changed output of msub-anonymous-child-render-crash.html LayoutTest
        https://bugs.webkit.org/show_bug.cgi?id=92284

        Rubber-stamped by Beth Dakin.

        Rebaselined test output.

        * mathml/msub-anonymous-child-render-crash-expected.txt:
        r123492 changed the way inline-tables are rendered.

2012-07-25  Andrew Wilson  <atwilson@chromium.org>

        Unreviewed chromium expectations change to mark tests as slow.

        * platform/chromium/TestExpectations:

2012-07-25  Brian Weinstein  <bweinstein@apple.com>

        Add Mac results for media/controls-styling-strict.html.

        Rubber-stamped by Michael Saboff.

        * platform/mac/media/controls-styling-strict-expected.txt: Added.

2012-07-25  Beth Dakin  <bdakin@apple.com>

        https://bugs.webkit.org/show_bug.cgi?id=89114
        REGRESSION (r112919): Setting scrollTop after setting display from none to block 
        fails
        -and corresponding-
        <rdar://problem/11656050>

        Reviewed by Simon Fraser.

        * fast/overflow/setting-scrollTop-after-hide-show-expected.txt: Added.
        * fast/overflow/setting-scrollTop-after-hide-show.html: Added.

2012-07-25  Andreas Kling  <kling@webkit.org>

        Make ElementAttributeData a variable-sized object to reduce memory use.
        <http://webkit.org/b/88240>

        Reviewed by Ryosuke Niwa.

        Extended this test to cover the case where setAttributeNode() returns a lazily serialized value.

        * fast/dom/attr-style-too-lazy-expected.txt:
        * fast/dom/attr-style-too-lazy.html:

2012-07-25  Konrad Piascik  <kpiascik@rim.com>

        Web Inspector: Geolocation override
        https://bugs.webkit.org/show_bug.cgi?id=89365

        Reviewed by Pavel Feldman.

        Added new tests.

        * inspector/geolocation-error-expected.txt: Added.
        * inspector/geolocation-error.html: Added.
        * inspector/geolocation-success-expected.txt: Added.
        * inspector/geolocation-success.html: Added.
        * inspector/geolocation-watchPosition-expected.txt: Added.
        * inspector/geolocation-watchPosition.html: Added.

2012-07-25  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>

        [Qt] css2.1/t* tests needs rebaseline after new testfonts
        https://bugs.webkit.org/show_bug.cgi?id=91999

        Unreviewed.

        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0/Skipped:
        * platform/qt-5.0/css2.1/t0805-c5519-brdr-r-01-e-expected.png: Removed.
        * platform/qt-5.0/css2.1/t0805-c5519-brdr-r-01-e-expected.txt: Removed.
        * platform/qt-5.0/css2.1/t0905-c414-flt-02-c-expected.txt: Removed.
        * platform/qt-5.0/css2.1/t0905-c414-flt-03-c-expected.txt: Removed.
        * platform/qt-5.0/css2.1/t0905-c414-flt-04-c-expected.txt: Removed.
        * platform/qt-5.0/css2.1/t0905-c414-flt-fit-01-d-g-expected.txt: Removed.
        * platform/qt-5.0/css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt: Removed.
        * platform/qt-5.0/css2.1/t0905-c5525-fltblck-01-d-expected.txt: Removed.
        * platform/qt-5.0/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt: Removed.
        * platform/qt-5.0/css2.1/t0905-c5525-flthw-00-c-g-expected.txt: Removed.
        * platform/qt-5.0/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt: Removed.
        * platform/qt-5.0/css2.1/t0905-c5525-fltwidth-02-c-g-expected.txt: Removed.
        * platform/qt-5.0/css2.1/t0905-c5525-fltwidth-03-c-g-expected.txt: Removed.
        * platform/qt-5.0/css2.1/t0905-c5525-fltwrap-00-b-expected.txt: Removed.
        * platform/qt-5.0/css2.1/t0905-c5526-flthw-00-c-g-expected.txt: Removed.
        * platform/qt-5.0/css2.1/t090501-c414-flt-01-b-expected.txt: Removed.
        * platform/qt-5.0/css2.1/t090501-c414-flt-03-b-g-expected.txt: Removed.
        * platform/qt-5.0/css2.1/t090501-c414-flt-ln-01-d-g-expected.txt: Removed.
        * platform/qt-5.0/css2.1/t090501-c5525-flt-l-00-b-g-expected.txt: Removed.
        * platform/qt-5.0/css2.1/t090501-c5525-flt-r-00-b-g-expected.txt: Removed.
        * platform/qt/css2.1/t010403-shand-border-00-c-expected.png:
        * platform/qt/css2.1/t010403-shand-border-00-c-expected.txt:
        * platform/qt/css2.1/t010403-shand-font-00-b-expected.png:
        * platform/qt/css2.1/t010403-shand-font-00-b-expected.txt:
        * platform/qt/css2.1/t010403-shand-font-01-b-expected.png:
        * platform/qt/css2.1/t010403-shand-font-01-b-expected.txt:
        * platform/qt/css2.1/t010403-shand-font-02-b-expected.png:
        * platform/qt/css2.1/t010403-shand-font-02-b-expected.txt:
        * platform/qt/css2.1/t010403-shand-font-03-b-expected.png:
        * platform/qt/css2.1/t010403-shand-font-03-b-expected.txt:
        * platform/qt/css2.1/t050201-c12-grouping-00-b-expected.png:
        * platform/qt/css2.1/t050201-c12-grouping-00-b-expected.txt:
        * platform/qt/css2.1/t0505-c16-descendant-00-e-expected.png:
        * platform/qt/css2.1/t0505-c16-descendant-00-e-expected.txt:
        * platform/qt/css2.1/t0505-c16-descendant-01-e-expected.png:
        * platform/qt/css2.1/t0505-c16-descendant-01-e-expected.txt:
        * platform/qt/css2.1/t0505-c16-descendant-02-e-expected.png:
        * platform/qt/css2.1/t0505-c16-descendant-02-e-expected.txt:
        * platform/qt/css2.1/t050803-c14-classes-00-e-expected.png:
        * platform/qt/css2.1/t050803-c14-classes-00-e-expected.txt:
        * platform/qt/css2.1/t0509-c15-ids-00-a-expected.png:
        * platform/qt/css2.1/t0509-c15-ids-00-a-expected.txt:
        * platform/qt/css2.1/t0509-c15-ids-01-e-expected.png:
        * platform/qt/css2.1/t0509-c15-ids-01-e-expected.txt:
        * platform/qt/css2.1/t0509-id-sel-syntax-01-f-expected.png:
        * platform/qt/css2.1/t0509-id-sel-syntax-01-f-expected.txt:
        * platform/qt/css2.1/t0509-id-sel-syntax-02-b-expected.png:
        * platform/qt/css2.1/t0509-id-sel-syntax-02-b-expected.txt:
        * platform/qt/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.png:
        * platform/qt/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.txt:
        * platform/qt/css2.1/t0511-c21-pseud-anch-00-e-i-expected.png:
        * platform/qt/css2.1/t0511-c21-pseud-anch-00-e-i-expected.txt:
        * platform/qt/css2.1/t0511-c21-pseud-link-00-e-expected.png:
        * platform/qt/css2.1/t0511-c21-pseud-link-00-e-expected.txt:
        * platform/qt/css2.1/t0511-c21-pseud-link-01-e-expected.png:
        * platform/qt/css2.1/t0511-c21-pseud-link-01-e-expected.txt:
        * platform/qt/css2.1/t0511-c21-pseud-link-02-e-expected.png:
        * platform/qt/css2.1/t0511-c21-pseud-link-02-e-expected.txt:
        * platform/qt/css2.1/t0511-c21-pseud-link-03-e-expected.png:
        * platform/qt/css2.1/t0511-c21-pseud-link-03-e-expected.txt:
        * platform/qt/css2.1/t051103-c21-activ-ln-00-e-i-expected.png:
        * platform/qt/css2.1/t051103-c21-activ-ln-00-e-i-expected.txt:
        * platform/qt/css2.1/t051103-c21-focus-ln-00-e-i-expected.png:
        * platform/qt/css2.1/t051103-c21-focus-ln-00-e-i-expected.txt:
        * platform/qt/css2.1/t051103-c21-hover-ln-00-e-i-expected.png:
        * platform/qt/css2.1/t051103-c21-hover-ln-00-e-i-expected.txt:
        * platform/qt/css2.1/t051103-dom-hover-01-c-io-expected.png:
        * platform/qt/css2.1/t051103-dom-hover-01-c-io-expected.txt:
        * platform/qt/css2.1/t051103-dom-hover-02-c-io-expected.png:
        * platform/qt/css2.1/t051103-dom-hover-02-c-io-expected.txt:
        * platform/qt/css2.1/t051202-c24-first-lttr-00-b-expected.png:
        * platform/qt/css2.1/t051202-c24-first-lttr-00-b-expected.txt:
        * platform/qt/css2.1/t051202-c26-psudo-nest-00-c-expected.png:
        * platform/qt/css2.1/t051202-c26-psudo-nest-00-c-expected.txt:
        * platform/qt/css2.1/t0602-c13-inh-underlin-00-e-expected.png:
        * platform/qt/css2.1/t0602-c13-inh-underlin-00-e-expected.txt:
        * platform/qt/css2.1/t0602-c13-inheritance-00-e-expected.png:
        * platform/qt/css2.1/t0602-c13-inheritance-00-e-expected.txt:
        * platform/qt/css2.1/t0602-inherit-bdr-pad-b-00-expected.png:
        * platform/qt/css2.1/t0602-inherit-bdr-pad-b-00-expected.txt:
        * platform/qt/css2.1/t0603-c11-import-00-b-expected.png:
        * platform/qt/css2.1/t0603-c11-import-00-b-expected.txt:
        * platform/qt/css2.1/t060401-c32-cascading-00-b-expected.png:
        * platform/qt/css2.1/t060401-c32-cascading-00-b-expected.txt:
        * platform/qt/css2.1/t060402-c31-important-00-b-expected.png:
        * platform/qt/css2.1/t060402-c31-important-00-b-expected.txt:
        * platform/qt/css2.1/t060403-c21-pseu-cls-00-e-i-expected.png:
        * platform/qt/css2.1/t060403-c21-pseu-cls-00-e-i-expected.txt:
        * platform/qt/css2.1/t060403-c21-pseu-id-00-e-i-expected.png:
        * platform/qt/css2.1/t060403-c21-pseu-id-00-e-i-expected.txt:
        * platform/qt/css2.1/t09-c5526c-display-00-e-expected.png:
        * platform/qt/css2.1/t09-c5526c-display-00-e-expected.txt:
        * platform/qt/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.png:
        * platform/qt/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt:
        * platform/qt/css2.1/t0905-c414-flt-00-d-expected.png:
        * platform/qt/css2.1/t0905-c414-flt-00-d-expected.txt:
        * platform/qt/css2.1/t0905-c414-flt-01-d-g-expected.png:
        * platform/qt/css2.1/t0905-c414-flt-01-d-g-expected.txt:
        * platform/qt/css2.1/t0905-c414-flt-02-c-expected.png:
        * platform/qt/css2.1/t0905-c414-flt-02-c-expected.txt:
        * platform/qt/css2.1/t0905-c414-flt-03-c-expected.png:
        * platform/qt/css2.1/t0905-c414-flt-03-c-expected.txt:
        * platform/qt/css2.1/t0905-c414-flt-04-c-expected.png:
        * platform/qt/css2.1/t0905-c414-flt-04-c-expected.txt:
        * platform/qt/css2.1/t0905-c414-flt-fit-00-d-expected.png:
        * platform/qt/css2.1/t0905-c414-flt-fit-00-d-expected.txt:
        * platform/qt/css2.1/t0905-c414-flt-fit-01-d-g-expected.png:
        * platform/qt/css2.1/t0905-c414-flt-fit-01-d-g-expected.txt:
        * platform/qt/css2.1/t0905-c414-flt-wrap-00-e-expected.png:
        * platform/qt/css2.1/t0905-c414-flt-wrap-00-e-expected.txt:
        * platform/qt/css2.1/t0905-c414-flt-wrap-01-d-g-expected.png:
        * platform/qt/css2.1/t0905-c414-flt-wrap-01-d-g-expected.txt:
        * platform/qt/css2.1/t0905-c5525-fltblck-00-d-ag-expected.png:
        * platform/qt/css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt:
        * platform/qt/css2.1/t0905-c5525-fltblck-01-d-expected.png:
        * platform/qt/css2.1/t0905-c5525-fltblck-01-d-expected.txt:
        * platform/qt/css2.1/t0905-c5525-fltclr-00-c-ag-expected.png:
        * platform/qt/css2.1/t0905-c5525-fltclr-00-c-ag-expected.txt:
        * platform/qt/css2.1/t0905-c5525-fltcont-00-d-g-expected.png:
        * platform/qt/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt:
        * platform/qt/css2.1/t0905-c5525-flthw-00-c-g-expected.png:
        * platform/qt/css2.1/t0905-c5525-flthw-00-c-g-expected.txt:
        * platform/qt/css2.1/t0905-c5525-fltinln-00-c-ag-expected.png:
        * platform/qt/css2.1/t0905-c5525-fltinln-00-c-ag-expected.txt:
        * platform/qt/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.png:
        * platform/qt/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.txt:
        * platform/qt/css2.1/t0905-c5525-fltmult-00-d-g-expected.png:
        * platform/qt/css2.1/t0905-c5525-fltmult-00-d-g-expected.txt:
        * platform/qt/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
        * platform/qt/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
        * platform/qt/css2.1/t0905-c5525-fltwidth-01-c-g-expected.png:
        * platform/qt/css2.1/t0905-c5525-fltwidth-01-c-g-expected.txt:
        * platform/qt/css2.1/t0905-c5525-fltwidth-02-c-g-expected.png:
        * platform/qt/css2.1/t0905-c5525-fltwidth-02-c-g-expected.txt:
        * platform/qt/css2.1/t0905-c5525-fltwidth-03-c-g-expected.png:
        * platform/qt/css2.1/t0905-c5525-fltwidth-03-c-g-expected.txt:
        * platform/qt/css2.1/t0905-c5525-fltwrap-00-b-expected.png:
        * platform/qt/css2.1/t0905-c5525-fltwrap-00-b-expected.txt:
        * platform/qt/css2.1/t0905-c5526-fltclr-00-c-ag-expected.png:
        * platform/qt/css2.1/t0905-c5526-fltclr-00-c-ag-expected.txt:
        * platform/qt/css2.1/t0905-c5526-flthw-00-c-g-expected.png:
        * platform/qt/css2.1/t0905-c5526-flthw-00-c-g-expected.txt:
        * platform/qt/css2.1/t090501-c414-flt-00-d-expected.png:
        * platform/qt/css2.1/t090501-c414-flt-00-d-expected.txt:
        * platform/qt/css2.1/t090501-c414-flt-01-b-expected.png:
        * platform/qt/css2.1/t090501-c414-flt-01-b-expected.txt:
        * platform/qt/css2.1/t090501-c414-flt-02-d-g-expected.png:
        * platform/qt/css2.1/t090501-c414-flt-02-d-g-expected.txt:
        * platform/qt/css2.1/t090501-c414-flt-03-b-g-expected.png:
        * platform/qt/css2.1/t090501-c414-flt-03-b-g-expected.txt:
        * platform/qt/css2.1/t090501-c414-flt-ln-00-d-expected.png:
        * platform/qt/css2.1/t090501-c414-flt-ln-00-d-expected.txt:
        * platform/qt/css2.1/t090501-c414-flt-ln-01-d-g-expected.png:
        * platform/qt/css2.1/t090501-c414-flt-ln-01-d-g-expected.txt:
        * platform/qt/css2.1/t090501-c414-flt-ln-02-d-expected.png:
        * platform/qt/css2.1/t090501-c414-flt-ln-02-d-expected.txt:
        * platform/qt/css2.1/t090501-c414-flt-ln-03-d-expected.png:
        * platform/qt/css2.1/t090501-c414-flt-ln-03-d-expected.txt:
        * platform/qt/css2.1/t090501-c5525-flt-l-00-b-g-expected.png:
        * platform/qt/css2.1/t090501-c5525-flt-l-00-b-g-expected.txt:
        * platform/qt/css2.1/t090501-c5525-flt-r-00-b-g-expected.png:
        * platform/qt/css2.1/t090501-c5525-flt-r-00-b-g-expected.txt:
        * platform/qt/css2.1/t1503-c522-font-family-00-b-expected.png:
        * platform/qt/css2.1/t1503-c522-font-family-00-b-expected.txt:
        * platform/qt/css2.1/t1508-c527-font-03-b-expected.png:
        * platform/qt/css2.1/t1508-c527-font-03-b-expected.txt:
        * platform/qt/css2.1/t1508-c527-font-06-b-expected.png:
        * platform/qt/css2.1/t1508-c527-font-06-b-expected.txt:

2012-07-25  Tommy Widenflycht  <tommyw@google.com>

        MediaStream API: Update MediaStreamTrack to match the specification
        https://bugs.webkit.org/show_bug.cgi?id=90180

        Reviewed by Adam Barth.

        * fast/mediastream/MediaStreamTrack-expected.txt: Added.
        * fast/mediastream/MediaStreamTrack.html: Added.

2012-07-25  Allan Sandfeld Jensen  <allan.jensen@nokia.com>

        NodesFromRect and area-based hit-testing can not handle CSS transforms.
        https://bugs.webkit.org/show_bug.cgi?id=85792

        Reviewed by Eric Seidel.

        Adds nodesFromRect tests that tests the API under the CSS transforms
        scale and rotate.

        * fast/dom/nodesFromRect/nodesFromRect-rotate-expected.txt: Added.
        * fast/dom/nodesFromRect/nodesFromRect-rotate.html: Added.
        * fast/dom/nodesFromRect/nodesFromRect-scale-expected.txt: Added.
        * fast/dom/nodesFromRect/nodesFromRect-scale.html: Added.

2012-07-25  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>

        [Qt] css2.1/t1* tests needs rebaseline after new testfonts
        https://bugs.webkit.org/show_bug.cgi?id=92250

        Unreviewed.

        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0/Skipped:
        * platform/qt-5.0/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.txt: Removed.
        * platform/qt-5.0/css2.1/t1202-counter-03-b-expected.txt: Removed.
        * platform/qt-5.0/css2.1/t1202-counter-04-b-expected.txt: Removed.
        * platform/qt-5.0/css2.1/t1202-counters-03-b-expected.txt: Removed.
        * platform/qt-5.0/css2.1/t1205-c566-list-stl-01-c-g-expected.txt: Removed.
        * platform/qt/css2.1/t1001-abs-pos-cb-01-b-expected.png:
        * platform/qt/css2.1/t1001-abs-pos-cb-01-b-expected.txt:
        * platform/qt/css2.1/t1001-abs-pos-cb-02-b-expected.png:
        * platform/qt/css2.1/t1001-abs-pos-cb-02-b-expected.txt:
        * platform/qt/css2.1/t1001-abs-pos-cb-03-b-expected.png:
        * platform/qt/css2.1/t1001-abs-pos-cb-03-b-expected.txt:
        * platform/qt/css2.1/t1001-abs-pos-cb-04-b-expected.png:
        * platform/qt/css2.1/t1001-abs-pos-cb-04-b-expected.txt:
        * platform/qt/css2.1/t1001-abs-pos-cb-05-b-expected.png:
        * platform/qt/css2.1/t1001-abs-pos-cb-05-b-expected.txt:
        * platform/qt/css2.1/t1001-abs-pos-cb-06-b-expected.png:
        * platform/qt/css2.1/t1001-abs-pos-cb-06-b-expected.txt:
        * platform/qt/css2.1/t1001-abs-pos-cb-07-b-expected.png:
        * platform/qt/css2.1/t1001-abs-pos-cb-07-b-expected.txt:
        * platform/qt/css2.1/t1001-abs-pos-cb-08-b-expected.png:
        * platform/qt/css2.1/t1001-abs-pos-cb-08-b-expected.txt:
        * platform/qt/css2.1/t1001-abs-pos-cb-09-b-expected.png:
        * platform/qt/css2.1/t1001-abs-pos-cb-09-b-expected.txt:
        * platform/qt/css2.1/t1002-c5523-width-00-b-g-expected.png:
        * platform/qt/css2.1/t1002-c5523-width-00-b-g-expected.txt:
        * platform/qt/css2.1/t1002-c5523-width-01-b-g-expected.png:
        * platform/qt/css2.1/t1002-c5523-width-01-b-g-expected.txt:
        * platform/qt/css2.1/t1002-c5523-width-02-b-g-expected.png:
        * platform/qt/css2.1/t1002-c5523-width-02-b-g-expected.txt:
        * platform/qt/css2.1/t100303-c412-blockw-00-d-ag-expected.png:
        * platform/qt/css2.1/t100303-c412-blockw-00-d-ag-expected.txt:
        * platform/qt/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.png:
        * platform/qt/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.txt:
        * platform/qt/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.png:
        * platform/qt/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.txt:
        * platform/qt/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.png:
        * platform/qt/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.txt:
        * platform/qt/css2.1/t1004-c5524-width-00-b-g-expected.png:
        * platform/qt/css2.1/t1004-c5524-width-00-b-g-expected.txt:
        * platform/qt/css2.1/t1005-c5524-width-00-b-g-expected.png:
        * platform/qt/css2.1/t1005-c5524-width-00-b-g-expected.txt:
        * platform/qt/css2.1/t1005-c5524-width-01-b-g-expected.png:
        * platform/qt/css2.1/t1005-c5524-width-01-b-g-expected.txt:
        * platform/qt/css2.1/t1008-c44-ln-box-00-d-ag-expected.png:
        * platform/qt/css2.1/t1008-c44-ln-box-00-d-ag-expected.txt:
        * platform/qt/css2.1/t1008-c44-ln-box-01-d-ag-expected.png:
        * platform/qt/css2.1/t1008-c44-ln-box-01-d-ag-expected.txt:
        * platform/qt/css2.1/t1008-c44-ln-box-03-d-ag-expected.png:
        * platform/qt/css2.1/t1008-c44-ln-box-03-d-ag-expected.txt:
        * platform/qt/css2.1/t100801-c42-ibx-ht-00-d-a-expected.png:
        * platform/qt/css2.1/t100801-c42-ibx-ht-00-d-a-expected.txt:
        * platform/qt/css2.1/t100801-c544-valgn-00-a-ag-expected.png:
        * platform/qt/css2.1/t100801-c544-valgn-00-a-ag-expected.txt:
        * platform/qt/css2.1/t100801-c544-valgn-02-d-agi-expected.png:
        * platform/qt/css2.1/t100801-c544-valgn-02-d-agi-expected.txt:
        * platform/qt/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
        * platform/qt/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
        * platform/qt/css2.1/t100801-c544-valgn-04-d-agi-expected.png:
        * platform/qt/css2.1/t100801-c544-valgn-04-d-agi-expected.txt:
        * platform/qt/css2.1/t100801-c548-leadin-00-d-a-expected.png:
        * platform/qt/css2.1/t100801-c548-leadin-00-d-a-expected.txt:
        * platform/qt/css2.1/t100801-c548-ln-ht-00-c-a-expected.png:
        * platform/qt/css2.1/t100801-c548-ln-ht-00-c-a-expected.txt:
        * platform/qt/css2.1/t100801-c548-ln-ht-01-b-ag-expected.png: Removed.
        * platform/qt/css2.1/t100801-c548-ln-ht-01-b-ag-expected.txt: Removed.
        * platform/qt/css2.1/t100801-c548-ln-ht-03-d-ag-expected.png:
        * platform/qt/css2.1/t100801-c548-ln-ht-03-d-ag-expected.txt:
        * platform/qt/css2.1/t100801-c548-ln-ht-04-d-ag-expected.png:
        * platform/qt/css2.1/t100801-c548-ln-ht-04-d-ag-expected.txt:
        * platform/qt/css2.1/t1202-counter-00-b-expected.png: Added.
        * platform/qt/css2.1/t1202-counter-00-b-expected.txt:
        * platform/qt/css2.1/t1202-counter-01-b-expected.png: Added.
        * platform/qt/css2.1/t1202-counter-01-b-expected.txt:
        * platform/qt/css2.1/t1202-counter-02-b-expected.png: Added.
        * platform/qt/css2.1/t1202-counter-02-b-expected.txt:
        * platform/qt/css2.1/t1202-counter-03-b-expected.png: Added.
        * platform/qt/css2.1/t1202-counter-03-b-expected.txt:
        * platform/qt/css2.1/t1202-counter-04-b-expected.png: Added.
        * platform/qt/css2.1/t1202-counter-04-b-expected.txt:
        * platform/qt/css2.1/t1202-counter-05-b-expected.png: Added.
        * platform/qt/css2.1/t1202-counter-05-b-expected.txt:
        * platform/qt/css2.1/t1202-counter-06-b-expected.png: Added.
        * platform/qt/css2.1/t1202-counter-06-b-expected.txt:
        * platform/qt/css2.1/t1202-counter-07-b-expected.png: Added.
        * platform/qt/css2.1/t1202-counter-07-b-expected.txt:
        * platform/qt/css2.1/t1202-counter-08-b-expected.png:
        * platform/qt/css2.1/t1202-counter-08-b-expected.txt:
        * platform/qt/css2.1/t1202-counter-11-b-expected.png: Added.
        * platform/qt/css2.1/t1202-counter-11-b-expected.txt:
        * platform/qt/css2.1/t1202-counter-12-b-expected.png: Added.
        * platform/qt/css2.1/t1202-counter-12-b-expected.txt:
        * platform/qt/css2.1/t1202-counter-13-b-expected.png: Added.
        * platform/qt/css2.1/t1202-counter-13-b-expected.txt:
        * platform/qt/css2.1/t1202-counter-14-b-expected.png: Added.
        * platform/qt/css2.1/t1202-counter-14-b-expected.txt:
        * platform/qt/css2.1/t1202-counter-16-f-expected.png: Added.
        * platform/qt/css2.1/t1202-counter-16-f-expected.txt:
        * platform/qt/css2.1/t1202-counters-00-b-expected.png: Added.
        * platform/qt/css2.1/t1202-counters-00-b-expected.txt:
        * platform/qt/css2.1/t1202-counters-01-b-expected.png: Added.
        * platform/qt/css2.1/t1202-counters-01-b-expected.txt:
        * platform/qt/css2.1/t1202-counters-02-b-expected.png: Added.
        * platform/qt/css2.1/t1202-counters-02-b-expected.txt:
        * platform/qt/css2.1/t1202-counters-03-b-expected.png: Added.
        * platform/qt/css2.1/t1202-counters-03-b-expected.txt:
        * platform/qt/css2.1/t1202-counters-05-b-expected.png: Added.
        * platform/qt/css2.1/t1202-counters-05-b-expected.txt:
        * platform/qt/css2.1/t1202-counters-06-b-expected.png: Added.
        * platform/qt/css2.1/t1202-counters-06-b-expected.txt:
        * platform/qt/css2.1/t1202-counters-07-b-expected.png: Added.
        * platform/qt/css2.1/t1202-counters-07-b-expected.txt:
        * platform/qt/css2.1/t1202-counters-08-b-expected.png:
        * platform/qt/css2.1/t1202-counters-08-b-expected.txt:
        * platform/qt/css2.1/t1202-counters-11-b-expected.png: Added.
        * platform/qt/css2.1/t1202-counters-11-b-expected.txt:
        * platform/qt/css2.1/t1202-counters-12-b-expected.png: Added.
        * platform/qt/css2.1/t1202-counters-12-b-expected.txt:
        * platform/qt/css2.1/t1202-counters-13-b-expected.png: Added.
        * platform/qt/css2.1/t1202-counters-13-b-expected.txt:
        * platform/qt/css2.1/t1202-counters-14-b-expected.png: Added.
        * platform/qt/css2.1/t1202-counters-14-b-expected.txt:
        * platform/qt/css2.1/t1202-counters-16-c-expected.png: Added.
        * platform/qt/css2.1/t1202-counters-16-c-expected.txt:
        * platform/qt/css2.1/t1202-counters-17-d-expected.png: Added.
        * platform/qt/css2.1/t1202-counters-17-d-expected.txt:
        * platform/qt/css2.1/t1202-counters-18-f-expected.png: Added.
        * platform/qt/css2.1/t1202-counters-18-f-expected.txt:
        * platform/qt/css2.1/t1204-implied-00-b-expected.png:
        * platform/qt/css2.1/t1204-implied-00-b-expected.txt:
        * platform/qt/css2.1/t1204-implied-01-c-expected.png:
        * platform/qt/css2.1/t1204-implied-01-c-expected.txt:
        * platform/qt/css2.1/t1204-implied-02-d-expected.png:
        * platform/qt/css2.1/t1204-implied-02-d-expected.txt:
        * platform/qt/css2.1/t1204-multiple-00-c-expected.png:
        * platform/qt/css2.1/t1204-multiple-00-c-expected.txt:
        * platform/qt/css2.1/t1204-multiple-01-c-expected.png:
        * platform/qt/css2.1/t1204-multiple-01-c-expected.txt:
        * platform/qt/css2.1/t1204-order-00-c-expected.png:
        * platform/qt/css2.1/t1204-order-00-c-expected.txt:
        * platform/qt/css2.1/t1204-order-01-d-expected.png:
        * platform/qt/css2.1/t1204-order-01-d-expected.txt:
        * platform/qt/css2.1/t1204-root-e-expected.png:
        * platform/qt/css2.1/t1204-root-e-expected.txt:
        * platform/qt/css2.1/t120401-scope-00-b-expected.png:
        * platform/qt/css2.1/t120401-scope-00-b-expected.txt:
        * platform/qt/css2.1/t120401-scope-01-c-expected.png:
        * platform/qt/css2.1/t120401-scope-01-c-expected.txt:
        * platform/qt/css2.1/t120401-scope-02-c-expected.png:
        * platform/qt/css2.1/t120401-scope-02-c-expected.txt:
        * platform/qt/css2.1/t120401-scope-03-c-expected.png:
        * platform/qt/css2.1/t120401-scope-03-c-expected.txt:
        * platform/qt/css2.1/t120401-scope-04-d-expected.png:
        * platform/qt/css2.1/t120401-scope-04-d-expected.txt:
        * platform/qt/css2.1/t120403-content-none-00-c-expected.png:
        * platform/qt/css2.1/t120403-content-none-00-c-expected.txt:
        * platform/qt/css2.1/t120403-display-none-00-c-expected.png:
        * platform/qt/css2.1/t120403-display-none-00-c-expected.txt:
        * platform/qt/css2.1/t120403-visibility-00-c-expected.png:
        * platform/qt/css2.1/t120403-visibility-00-c-expected.txt:
        * platform/qt/css2.1/t1205-c561-list-displ-00-b-expected.png: Added.
        * platform/qt/css2.1/t1205-c561-list-displ-00-b-expected.txt:
        * platform/qt/css2.1/t1205-c563-list-type-00-b-expected.png: Added.
        * platform/qt/css2.1/t1205-c563-list-type-00-b-expected.txt:
        * platform/qt/css2.1/t1205-c563-list-type-01-b-expected.png: Added.
        * platform/qt/css2.1/t1205-c563-list-type-01-b-expected.txt:
        * platform/qt/css2.1/t1205-c564-list-img-00-b-g-expected.png: Added.
        * platform/qt/css2.1/t1205-c564-list-img-00-b-g-expected.txt:
        * platform/qt/css2.1/t1205-c565-list-pos-00-b-expected.png: Added.
        * platform/qt/css2.1/t1205-c565-list-pos-00-b-expected.txt:
        * platform/qt/css2.1/t1205-c566-list-stl-00-e-ag-expected.png: Added.
        * platform/qt/css2.1/t1205-c566-list-stl-00-e-ag-expected.txt:
        * platform/qt/css2.1/t1205-c566-list-stl-01-c-g-expected.png: Added.
        * platform/qt/css2.1/t1205-c566-list-stl-01-c-g-expected.txt:
        * platform/qt/css2.1/t1401-c531-color-00-a-expected.png:
        * platform/qt/css2.1/t1401-c531-color-00-a-expected.txt:
        * platform/qt/css2.1/t1402-c45-bg-canvas-00-b-expected.png:
        * platform/qt/css2.1/t1402-c45-bg-canvas-00-b-expected.txt:
        * platform/qt/css2.1/t140201-c532-bgcolor-00-a-expected.png: Added.
        * platform/qt/css2.1/t140201-c532-bgcolor-00-a-expected.txt:
        * platform/qt/css2.1/t140201-c532-bgcolor-01-b-expected.png: Added.
        * platform/qt/css2.1/t140201-c532-bgcolor-01-b-expected.txt:
        * platform/qt/css2.1/t140201-c533-bgimage-00-a-expected.png: Added.
        * platform/qt/css2.1/t140201-c533-bgimage-00-a-expected.txt:
        * platform/qt/css2.1/t140201-c533-bgimage-01-b-g-expected.png: Added.
        * platform/qt/css2.1/t140201-c533-bgimage-01-b-g-expected.txt:
        * platform/qt/css2.1/t140201-c534-bgre-00-b-ag-expected.png: Added.
        * platform/qt/css2.1/t140201-c534-bgre-00-b-ag-expected.txt:
        * platform/qt/css2.1/t140201-c534-bgre-01-b-ag-expected.png:
        * platform/qt/css2.1/t140201-c534-bgre-01-b-ag-expected.txt:
        * platform/qt/css2.1/t140201-c535-bg-fixd-00-b-g-expected.png: Added.
        * platform/qt/css2.1/t140201-c535-bg-fixd-00-b-g-expected.txt:
        * platform/qt/css2.1/t140201-c536-bgpos-00-b-ag-expected.png: Added.
        * platform/qt/css2.1/t140201-c536-bgpos-00-b-ag-expected.txt:
        * platform/qt/css2.1/t140201-c536-bgpos-01-b-ag-expected.png:
        * platform/qt/css2.1/t140201-c536-bgpos-01-b-ag-expected.txt:
        * platform/qt/css2.1/t140201-c537-bgfxps-00-c-ag-expected.png:
        * platform/qt/css2.1/t140201-c537-bgfxps-00-c-ag-expected.txt:
        * platform/qt/css2.1/t1504-c523-font-style-00-b-expected.png: Added.
        * platform/qt/css2.1/t1504-c523-font-style-00-b-expected.txt:
        * platform/qt/css2.1/t1505-c524-font-var-00-b-expected.png:
        * platform/qt/css2.1/t1505-c524-font-var-00-b-expected.txt:
        * platform/qt/css2.1/t1506-c525-font-wt-00-b-expected.png: Added.
        * platform/qt/css2.1/t1506-c525-font-wt-00-b-expected.txt:
        * platform/qt/css2.1/t1507-c526-font-sz-00-b-expected.png: Added.
        * platform/qt/css2.1/t1507-c526-font-sz-00-b-expected.txt:
        * platform/qt/css2.1/t1507-c526-font-sz-01-b-a-expected.png: Added.
        * platform/qt/css2.1/t1507-c526-font-sz-01-b-a-expected.txt:
        * platform/qt/css2.1/t1507-c526-font-sz-02-b-a-expected.png: Added.
        * platform/qt/css2.1/t1507-c526-font-sz-02-b-a-expected.txt:
        * platform/qt/css2.1/t1507-c526-font-sz-03-f-a-expected.png: Added.
        * platform/qt/css2.1/t1507-c526-font-sz-03-f-a-expected.txt:
        * platform/qt/css2.1/t1508-c527-font-00-b-expected.png: Added.
        * platform/qt/css2.1/t1508-c527-font-00-b-expected.txt:
        * platform/qt/css2.1/t1508-c527-font-01-b-expected.png: Added.
        * platform/qt/css2.1/t1508-c527-font-01-b-expected.txt:
        * platform/qt/css2.1/t1508-c527-font-02-b-expected.png: Added.
        * platform/qt/css2.1/t1508-c527-font-02-b-expected.txt:
        * platform/qt/css2.1/t1508-c527-font-04-b-expected.png: Added.
        * platform/qt/css2.1/t1508-c527-font-04-b-expected.txt:
        * platform/qt/css2.1/t1508-c527-font-05-b-expected.png: Added.
        * platform/qt/css2.1/t1508-c527-font-05-b-expected.txt:
        * platform/qt/css2.1/t1508-c527-font-07-b-expected.png: Added.
        * platform/qt/css2.1/t1508-c527-font-07-b-expected.txt:
        * platform/qt/css2.1/t1508-c527-font-08-b-expected.png: Added.
        * platform/qt/css2.1/t1508-c527-font-08-b-expected.txt:
        * platform/qt/css2.1/t1508-c527-font-09-b-expected.png: Added.
        * platform/qt/css2.1/t1508-c527-font-09-b-expected.txt: Added.
        * platform/qt/css2.1/t1508-c527-font-10-c-expected.png: Added.
        * platform/qt/css2.1/t1508-c527-font-10-c-expected.txt:
        * platform/qt/css2.1/t1601-c547-indent-01-d-expected.png:
        * platform/qt/css2.1/t1601-c547-indent-01-d-expected.txt:
        * platform/qt/css2.1/t1602-c546-txt-align-00-b-expected.png:
        * platform/qt/css2.1/t1602-c546-txt-align-00-b-expected.txt:
        * platform/qt/css2.1/t1604-c541-word-sp-01-b-a-expected.png:
        * platform/qt/css2.1/t1604-c541-word-sp-01-b-a-expected.txt:
        * platform/qt/css2.1/t1606-c562-white-sp-00-b-ag-expected.png:
        * platform/qt/css2.1/t1606-c562-white-sp-00-b-ag-expected.txt:

2012-07-25  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: disabling property should remove "overriden" decoration from overriden UA shorthand.
        https://bugs.webkit.org/show_bug.cgi?id=92253

        Reviewed by Vsevolod Vlasov.

        * inspector/styles/styles-disable-then-enable-overriden-ua-expected.txt: Added.
        * inspector/styles/styles-disable-then-enable-overriden-ua.html: Added.

2012-07-25  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>

        [Qt] css2.1/t040* rebaseline after new test fonts
        https://bugs.webkit.org/show_bug.cgi?id=92248

        Unreviewed.

        * platform/qt-5.0/Skipped:
        * platform/qt/css2.1/t040102-keywords-00-b-expected.png: Added.
        * platform/qt/css2.1/t040102-keywords-00-b-expected.txt:
        * platform/qt/css2.1/t040102-keywords-01-b-expected.png: Added.
        * platform/qt/css2.1/t040102-keywords-01-b-expected.txt:
        * platform/qt/css2.1/t040103-case-00-b-expected.png: Added.
        * platform/qt/css2.1/t040103-case-00-b-expected.txt:
        * platform/qt/css2.1/t040103-case-01-c-expected.png: Added.
        * platform/qt/css2.1/t040103-case-01-c-expected.txt:
        * platform/qt/css2.1/t040103-escapes-00-b-expected.png: Added.
        * platform/qt/css2.1/t040103-escapes-00-b-expected.txt:
        * platform/qt/css2.1/t040103-escapes-01-b-expected.png:
        * platform/qt/css2.1/t040103-escapes-01-b-expected.txt:
        * platform/qt/css2.1/t040103-escapes-02-d-expected.png: Added.
        * platform/qt/css2.1/t040103-escapes-02-d-expected.txt:
        * platform/qt/css2.1/t040103-escapes-03-b-expected.png: Added.
        * platform/qt/css2.1/t040103-escapes-03-b-expected.txt:
        * platform/qt/css2.1/t040103-escapes-04-b-expected.png: Added.
        * platform/qt/css2.1/t040103-escapes-04-b-expected.txt:
        * platform/qt/css2.1/t040103-escapes-05-c-expected.png: Added.
        * platform/qt/css2.1/t040103-escapes-05-c-expected.txt:
        * platform/qt/css2.1/t040103-escapes-06-b-expected.png: Added.
        * platform/qt/css2.1/t040103-escapes-06-b-expected.txt:
        * platform/qt/css2.1/t040103-escapes-07-b-expected.png: Added.
        * platform/qt/css2.1/t040103-escapes-07-b-expected.txt:
        * platform/qt/css2.1/t040103-escapes-08-b-expected.png: Added.
        * platform/qt/css2.1/t040103-escapes-08-b-expected.txt:
        * platform/qt/css2.1/t040103-ident-00-c-expected.png: Added.
        * platform/qt/css2.1/t040103-ident-00-c-expected.txt:
        * platform/qt/css2.1/t040103-ident-01-c-expected.png: Added.
        * platform/qt/css2.1/t040103-ident-01-c-expected.txt:
        * platform/qt/css2.1/t040103-ident-02-c-expected.png: Added.
        * platform/qt/css2.1/t040103-ident-02-c-expected.txt:
        * platform/qt/css2.1/t040103-ident-03-c-expected.txt: Removed.
        * platform/qt/css2.1/t040103-ident-04-c-expected.png: Added.
        * platform/qt/css2.1/t040103-ident-04-c-expected.txt:
        * platform/qt/css2.1/t040103-ident-05-c-expected.png: Added.
        * platform/qt/css2.1/t040103-ident-05-c-expected.txt:
        * platform/qt/css2.1/t040103-ident-06-c-expected.png: Added.
        * platform/qt/css2.1/t040103-ident-06-c-expected.txt:
        * platform/qt/css2.1/t040103-ident-07-c-expected.png: Added.
        * platform/qt/css2.1/t040103-ident-07-c-expected.txt:
        * platform/qt/css2.1/t040103-ident-08-c-expected.png: Added.
        * platform/qt/css2.1/t040103-ident-08-c-expected.txt:
        * platform/qt/css2.1/t040103-ident-09-c-expected.png: Added.
        * platform/qt/css2.1/t040103-ident-09-c-expected.txt:
        * platform/qt/css2.1/t040103-ident-10-c-expected.png: Added.
        * platform/qt/css2.1/t040103-ident-10-c-expected.txt:
        * platform/qt/css2.1/t040103-ident-11-c-expected.png: Added.
        * platform/qt/css2.1/t040103-ident-11-c-expected.txt:
        * platform/qt/css2.1/t040103-ident-12-c-expected.png: Added.
        * platform/qt/css2.1/t040103-ident-12-c-expected.txt:
        * platform/qt/css2.1/t040103-ident-13-c-expected.png: Added.
        * platform/qt/css2.1/t040103-ident-13-c-expected.txt:
        * platform/qt/css2.1/t040105-atkeyw-00-b-expected.png: Added.
        * platform/qt/css2.1/t040105-atkeyw-00-b-expected.txt:
        * platform/qt/css2.1/t040105-atkeyw-01-b-expected.png: Added.
        * platform/qt/css2.1/t040105-atkeyw-01-b-expected.txt:
        * platform/qt/css2.1/t040105-atkeyw-02-b-expected.png: Added.
        * platform/qt/css2.1/t040105-atkeyw-02-b-expected.txt:
        * platform/qt/css2.1/t040105-atrule-00-b-expected.png: Added.
        * platform/qt/css2.1/t040105-atrule-00-b-expected.txt:
        * platform/qt/css2.1/t040105-atrule-01-b-expected.png: Added.
        * platform/qt/css2.1/t040105-atrule-01-b-expected.txt:
        * platform/qt/css2.1/t040105-atrule-02-b-expected.png: Added.
        * platform/qt/css2.1/t040105-atrule-02-b-expected.txt:
        * platform/qt/css2.1/t040105-atrule-03-b-expected.png: Added.
        * platform/qt/css2.1/t040105-atrule-03-b-expected.txt:
        * platform/qt/css2.1/t040105-atrule-04-b-expected.png: Added.
        * platform/qt/css2.1/t040105-atrule-04-b-expected.txt:
        * platform/qt/css2.1/t040105-import-00-b-expected.png: Added.
        * platform/qt/css2.1/t040105-import-00-b-expected.txt:
        * platform/qt/css2.1/t040105-import-01-b-expected.png: Added.
        * platform/qt/css2.1/t040105-import-01-b-expected.txt:
        * platform/qt/css2.1/t040105-import-10-b-expected.png:
        * platform/qt/css2.1/t040105-import-10-b-expected.txt:
        * platform/qt/css2.1/t040109-c17-comments-00-b-expected.png: Added.
        * platform/qt/css2.1/t040109-c17-comments-00-b-expected.txt:
        * platform/qt/css2.1/t040109-c17-comments-01-b-expected.png: Added.
        * platform/qt/css2.1/t040109-c17-comments-01-b-expected.txt:
        * platform/qt/css2.1/t0402-c71-fwd-parsing-00-f-expected.png: Added.
        * platform/qt/css2.1/t0402-c71-fwd-parsing-00-f-expected.txt:
        * platform/qt/css2.1/t0402-c71-fwd-parsing-01-f-expected.png: Added.
        * platform/qt/css2.1/t0402-c71-fwd-parsing-01-f-expected.txt:
        * platform/qt/css2.1/t0402-c71-fwd-parsing-02-f-expected.png: Added.
        * platform/qt/css2.1/t0402-c71-fwd-parsing-02-f-expected.txt:
        * platform/qt/css2.1/t0402-c71-fwd-parsing-03-f-expected.png: Added.
        * platform/qt/css2.1/t0402-c71-fwd-parsing-03-f-expected.txt:
        * platform/qt/css2.1/t0402-c71-fwd-parsing-04-f-expected.png: Added.
        * platform/qt/css2.1/t0402-c71-fwd-parsing-04-f-expected.txt:
        * platform/qt/css2.1/t0402-syntax-01-f-expected.png: Added.
        * platform/qt/css2.1/t0402-syntax-01-f-expected.txt:
        * platform/qt/css2.1/t0402-syntax-02-f-expected.png: Added.
        * platform/qt/css2.1/t0402-syntax-02-f-expected.txt:
        * platform/qt/css2.1/t0402-syntax-03-f-expected.png: Added.
        * platform/qt/css2.1/t0402-syntax-03-f-expected.txt:
        * platform/qt/css2.1/t0402-syntax-04-f-expected.png: Added.
        * platform/qt/css2.1/t0402-syntax-04-f-expected.txt:
        * platform/qt/css2.1/t0402-syntax-05-f-expected.png: Added.
        * platform/qt/css2.1/t0402-syntax-05-f-expected.txt:
        * platform/qt/css2.1/t0402-syntax-06-f-expected.png: Added.
        * platform/qt/css2.1/t0402-syntax-06-f-expected.txt:
        * platform/qt/css2.1/t040302-c61-ex-len-00-b-a-expected.png: Added.
        * platform/qt/css2.1/t040302-c61-ex-len-00-b-a-expected.txt:
        * platform/qt/css2.1/t040302-c61-phys-len-00-b-expected.png: Added.
        * platform/qt/css2.1/t040302-c61-phys-len-00-b-expected.txt:
        * platform/qt/css2.1/t040302-c61-rel-len-00-b-ag-expected.png: Added.
        * platform/qt/css2.1/t040302-c61-rel-len-00-b-ag-expected.txt:
        * platform/qt/css2.1/t040303-c62-percent-00-b-ag-expected.png:
        * platform/qt/css2.1/t040303-c62-percent-00-b-ag-expected.txt:
        * platform/qt/css2.1/t040304-c64-uri-00-a-g-expected.png: Added.
        * platform/qt/css2.1/t040304-c64-uri-00-a-g-expected.txt:
        * platform/qt/css2.1/t040306-c63-color-00-b-ag-expected.png: Added.
        * platform/qt/css2.1/t040306-c63-color-00-b-ag-expected.txt:
        * platform/qt/css2.1/t040306-syntax-01-f-expected.png: Added.
        * platform/qt/css2.1/t040306-syntax-01-f-expected.txt:
        * platform/qt/css2.1/t040307-syntax-01-b-expected.png: Added.
        * platform/qt/css2.1/t040307-syntax-01-b-expected.txt:

2012-07-25  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>

        [Qt] Fix rebaseline for two tests in svg/hixie
        https://bugs.webkit.org/show_bug.cgi?id=92244

        Reviewed by Alexis Menard.

        * platform/qt-5.0/svg/hixie/intrinsic/003-expected.txt: Removed.
        * platform/qt/svg/hixie/error/017-expected.txt:
        * platform/qt/svg/hixie/intrinsic/003-expected.png:

2012-07-25  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: Redundant Style Declarations Missing in Styles Section
        https://bugs.webkit.org/show_bug.cgi?id=91931

        Reviewed by Vsevolod Vlasov.

        * http/tests/inspector/elements-test.js:
        (initialize_ElementTest.InspectorTest.dumpStyleTreeItem):
        * inspector/elements/elements-panel-styles-expected.txt:
        * inspector/styles/force-pseudo-state-expected.txt:
        * inspector/styles/inject-stylesheet-expected.txt:
        * inspector/styles/lazy-computed-style-expected.txt:
        * inspector/styles/styles-overriden-properties-expected.txt: Added.
        * inspector/styles/styles-overriden-properties.html: Added.
        * inspector/styles/styles-update-from-js-expected.txt:
        * platform/chromium/inspector/styles/inject-stylesheet-expected.txt: Removed.

2012-07-25  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening.

        * platform/qt/Skipped: Skip 2 more tests because of minor 32/64 bit differences.

2012-07-25  Alexis Menard  <alexis.menard@openbossa.org>

        [Qt] svg/dom, svg/filters, svg/foreignObject rebaseline after new test fonts.
        https://bugs.webkit.org/show_bug.cgi?id=92243

        Unreviewed gardening.

        These tests have been skipped because monospace fonts weren't properly used by
        layout tests. After r121971, the test results are normal again.

        * platform/qt-5.0/Skipped:
        * platform/qt/svg/dom/SVGPathSegList-cloning-expected.png:
        * platform/qt/svg/dom/SVGPathSegList-cloning-expected.txt:
        * platform/qt/svg/dom/SVGPathSegList-segment-modification-expected.png:
        * platform/qt/svg/dom/SVGPathSegList-segment-modification-expected.txt:
        * platform/qt/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png:
        * platform/qt/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.txt:
        * platform/qt/svg/filters/feColorMatrix-values-expected.txt:
        * platform/qt/svg/filters/feComposite-expected.png: Added.
        * platform/qt/svg/filters/feComposite-expected.txt:
        * platform/qt/svg/filters/filter-on-filter-for-text-expected.png:
        * platform/qt/svg/filters/filter-on-filter-for-text-expected.txt:
        * platform/qt/svg/filters/filter-on-tspan-expected.png:
        * platform/qt/svg/filters/filter-on-tspan-expected.txt:
        * platform/qt/svg/filters/filter-width-update-expected.png:
        * platform/qt/svg/filters/filter-width-update-expected.txt:
        * platform/qt/svg/filters/sourceAlpha-expected.png: Added.
        * platform/qt/svg/filters/sourceAlpha-expected.txt:
        * platform/qt/svg/foreignObject/fO-parent-display-changes-expected.txt:
        * platform/qt/svg/foreignObject/fO-parent-display-none-expected.txt:
        * platform/qt/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.txt:
        * platform/qt/svg/foreignObject/fO-parent-of-parent-display-none-expected.txt:
        * platform/qt/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.txt:
        * platform/qt/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.png:
        * platform/qt/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.txt:
        * platform/qt/svg/foreignObject/svg-document-as-direct-child-expected.txt:
        * platform/qt/svg/foreignObject/svg-document-in-html-document-expected.png:
        * platform/qt/svg/foreignObject/svg-document-in-html-document-expected.txt:

2012-07-25  Alexis Menard  <alexis.menard@openbossa.org>

        [Qt] svg/hixie rebaseline after new test fonts.
        https://bugs.webkit.org/show_bug.cgi?id=92242

        Unreviewed gardening.

        These tests have been skipped because monospace fonts weren't properly used by
        layout tests. After r121971, the test results are normal again.

        * platform/qt-5.0/Skipped:
        * platform/qt/svg/hixie/dynamic/002-expected.txt:
        * platform/qt/svg/hixie/error/002-expected.txt:
        * platform/qt/svg/hixie/error/003-expected.png:
        * platform/qt/svg/hixie/error/003-expected.txt:
        * platform/qt/svg/hixie/error/010-expected.png:
        * platform/qt/svg/hixie/error/010-expected.txt:
        * platform/qt/svg/hixie/error/011-expected.png:
        * platform/qt/svg/hixie/error/011-expected.txt:
        * platform/qt/svg/hixie/error/013-expected.png:
        * platform/qt/svg/hixie/error/013-expected.txt:
        * platform/qt/svg/hixie/error/017-expected.png:
        * platform/qt/svg/hixie/error/017-expected.txt:
        * platform/qt/svg/hixie/intrinsic/001-expected.png:
        * platform/qt/svg/hixie/intrinsic/001-expected.txt:
        * platform/qt/svg/hixie/intrinsic/002-expected.png:
        * platform/qt/svg/hixie/intrinsic/002-expected.txt:
        * platform/qt/svg/hixie/intrinsic/003-expected.png:
        * platform/qt/svg/hixie/intrinsic/003-expected.txt:
        * platform/qt/svg/hixie/links/002-expected.png:
        * platform/qt/svg/hixie/links/002-expected.txt:
        * platform/qt/svg/hixie/mixed/003-expected.png:
        * platform/qt/svg/hixie/mixed/003-expected.txt:
        * platform/qt/svg/hixie/mixed/004-expected.txt: Added.
        * platform/qt/svg/hixie/mixed/005-expected.txt: Added.
        * platform/qt/svg/hixie/mixed/006-expected.png:
        * platform/qt/svg/hixie/mixed/006-expected.txt:
        * platform/qt/svg/hixie/mixed/007-expected.txt:
        * platform/qt/svg/hixie/mixed/008-expected.png:
        * platform/qt/svg/hixie/mixed/008-expected.txt:
        * platform/qt/svg/hixie/mixed/009-expected.png:
        * platform/qt/svg/hixie/mixed/009-expected.txt:
        * platform/qt/svg/hixie/mixed/010-expected.png:
        * platform/qt/svg/hixie/mixed/010-expected.txt:
        * platform/qt/svg/hixie/mixed/011-expected.png:
        * platform/qt/svg/hixie/mixed/011-expected.txt:
        * platform/qt/svg/hixie/perf/001-expected.txt:
        * platform/qt/svg/hixie/perf/002-expected.txt:
        * platform/qt/svg/hixie/perf/003-expected.png:
        * platform/qt/svg/hixie/perf/003-expected.txt:
        * platform/qt/svg/hixie/perf/004-expected.png:
        * platform/qt/svg/hixie/perf/004-expected.txt:
        * platform/qt/svg/hixie/perf/005-expected.png:
        * platform/qt/svg/hixie/perf/005-expected.txt:
        * platform/qt/svg/hixie/perf/006-expected.png:
        * platform/qt/svg/hixie/perf/006-expected.txt:
        * platform/qt/svg/hixie/perf/007-expected.png:
        * platform/qt/svg/hixie/perf/007-expected.txt:
        * platform/qt/svg/hixie/processing-model/003-expected.png:
        * platform/qt/svg/hixie/processing-model/003-expected.txt:
        * platform/qt/svg/hixie/processing-model/004-expected.png:
        * platform/qt/svg/hixie/processing-model/004-expected.txt:
        * platform/qt/svg/hixie/rendering-model/003-expected.png:
        * platform/qt/svg/hixie/rendering-model/003-expected.txt:
        * platform/qt/svg/hixie/rendering-model/004-expected.png:
        * platform/qt/svg/hixie/rendering-model/004-expected.txt:
        * platform/qt/svg/hixie/text/002-expected.png:
        * platform/qt/svg/hixie/text/002-expected.txt:
        * platform/qt/svg/hixie/text/003-expected.png:
        * platform/qt/svg/hixie/text/003-expected.txt:
        * platform/qt/svg/hixie/text/003a-expected.png:
        * platform/qt/svg/hixie/text/003a-expected.txt:
        * platform/qt/svg/hixie/text/003b-expected.png:
        * platform/qt/svg/hixie/text/003b-expected.txt:
        * platform/qt/svg/hixie/viewbox/002-expected.txt:
        * platform/qt/svg/hixie/viewbox/003-expected.txt:
        * platform/qt/svg/hixie/viewbox/preserveAspectRatio/001-expected.png:
        * platform/qt/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
        * platform/qt/svg/hixie/viewbox/preserveAspectRatio/002-expected.png:
        * platform/qt/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:

2012-07-25  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening.

        * platform/qt-4.8/Skipped: Unskip now passing tests. (bug85203)
        * platform/qt/Skipped: Skip new tests without expected files.

2012-07-25  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Rebaseline for changed mathml dump after r123492
        https://bugs.webkit.org/show_bug.cgi?id=92234

        Unreviewed, EFL rebaseline.

        * platform/efl/mathml/msub-anonymous-child-render-crash-expected.txt: Added.

2012-07-25  Shinya Kawanaka  <shinyak@chromium.org>

        A validation bubble should not be modifiable.
        https://bugs.webkit.org/show_bug.cgi?id=92217

        Reviewed by Kent Tamura.

        * fast/forms/validation-message-user-modify-expected.txt: Added.
        * fast/forms/validation-message-user-modify.html: Added.

2012-07-25  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, update Qt5 specific test results.

        * platform/qt-5.0-wk1/fast/text/whitespace/028-expected.png: Added.
        * platform/qt-5.0-wk1/fast/text/whitespace/028-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/text/whitespace/028-expected.png: Added.
        * platform/qt-5.0-wk2/fast/text/whitespace/028-expected.txt: Added.
        * platform/qt-5.0/css2.1/t0805-c5519-brdr-r-01-e-expected.png: Added.
        * platform/qt-5.0/css2.1/t0805-c5519-brdr-r-01-e-expected.txt: Added.
        * platform/qt-5.0/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
        * platform/qt-5.0/svg/as-image/img-preserveAspectRatio-support-1-expected.txt:
        * platform/qt-5.0/svg/as-object/object-box-sizing-no-width-height-expected.png: Added.
        * platform/qt-5.0/svg/as-object/object-box-sizing-no-width-height-expected.txt: Added.
        * platform/qt-5.0/svg/batik/text/longTextOnPath-expected.png: Added.
        * platform/qt-5.0/svg/batik/text/longTextOnPath-expected.txt: Added.
        * platform/qt-5.0/svg/carto.net/tabgroup-expected.png: Added.
        * platform/qt-5.0/svg/carto.net/tabgroup-expected.txt: Added.

2012-07-25  Balazs Ankes  <bank@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        * platform/qt/Skipped:

2012-07-25  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, updating one mathml test baseline after r123492.

        * platform/gtk/mathml/msub-anonymous-child-render-crash-expected.txt: Added.

2012-07-25  Balazs Ankes  <bank@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        * platform/qt/Skipped:

2012-07-25  Zan Dobersek  <zandobersek@gmail.com>

        fast/events/panScroll-click-hyperlink.html test should be put in platform/win
        https://bugs.webkit.org/show_bug.cgi?id=92111

        Reviewed by Daniel Bates.

        Move the test into platform/win directory where other pan scrolling tests reside,
        and remove other ports' baselines as they just indicated that pan scrolling is not
        supported on those platforms. chromium-win and qt-win platforms still pass the test
        but should cope with the default baseline just fine.

        * platform/chromium-linux/fast/events/panScroll-click-hyperlink-expected.txt: Removed.
        * platform/chromium-win/fast/events/panScroll-click-hyperlink-expected.txt: Removed.
        * platform/efl/fast/events/panScroll-click-hyperlink-expected.txt: Removed.
        * platform/gtk/TestExpectations:
        * platform/mac/fast/events/panScroll-click-hyperlink-expected.txt: Removed.
        * platform/qt/fast/events/panScroll-click-hyperlink-expected.txt: Removed.
        * platform/win/fast/events/panScroll-click-hyperlink.html: Renamed from LayoutTests/fast/events/panScroll-click-hyperlink.html.

2012-07-24  Yoshifumi Inoue  <yosin@chromium.org>

        [Tests] Copy fast/forms/number/number-spinbutton-change-and-input-events.html to fast/forms/js/resources
        https://bugs.webkit.org/show_bug.cgi?id=92209

        Reviewed by Kent Tamura.

        This patch copies test file fast/forms/number/number-spinbutton-change-and-input-events.html
        to JavaScript code directory fast/forms/resources as common-spinbutton-change-and-input-events.js
        for sharing code with other input types.

        This patch is preparation of re-factoring.

        * fast/forms/resources/common-spinbutton-change-and-input-events.js: Copied from LayoutTests/fast/forms/number/number-spinbutton-change-and-input-events.html.

2012-07-24  Yoshifumi Inoue  <yosin@chromium.org>

        [Tests] Rename fast/number/number-events.html to number-spinbutton-change-and-input-events.html
        https://bugs.webkit.org/show_bug.cgi?id=92208

        Reviewed by Kent Tamura.

        This patch renames fast/forms/number/number-events.html to number-spinbutton-change-and-input-events.html
        to make file name explains what test will be done.

        * fast/forms/number/number-events-expected.txt: Removed.
        * fast/forms/number/number-events.html: Removed.
        * fast/forms/number/number-spinbutton-change-and-input-events-expected.txt: Copied from LayoutTests/fast/forms/number/number-events-expected.txt.
        * fast/forms/number/number-spinbutton-change-and-input-events.html: Copied from LayoutTests/fast/forms/number/number-events.html.
        * platform/qt/Skipped:
        * platform/win/Skipped:
        * platform/wincairo/Skipped:

2012-07-24  Yoshifumi Inoue  <yosin@chromium.org>

        [Tests] Remove duplicated fast/forms/number/number-spinbutton-events.html
        https://bugs.webkit.org/show_bug.cgi?id=92205

        Reviewed by Kent Tamura.

        This patch removes fast/forms/number/number-spinbutton-events.html
        because fast/forms/number/number-events.html covers and checked more.

        r108955 is an evidence of coverage.

        * fast/forms/number/number-spinbutton-events-expected.txt: Removed.
        * fast/forms/number/number-spinbutton-events.html: Removed.
        * platform/efl/Skipped:
        * platform/qt-arm/TestExpectations:
        * platform/win/Skipped:

2012-07-24  Hironori Bono  <hbono@chromium.org>

        Avoid moving child objects multiple times when vertical scrollbar are shown at the left side.
        https://bugs.webkit.org/show_bug.cgi?id=91756

        Reviewed by Tony Chang.

        This change adds a test that compares CSSOM properties of an RTL element which
        includes positioned objects with the CSSOM properties of an LTR one. This change
        also uses clientLeft properties in offsetX-offsetY.html to remove a hard-coded
        value in the test and adds rebaselined results for Windows.

        * fast/events/offsetX-offsetY.html: Replaced a hard-coded value 'borderLeft' with clientLeft.
        * platform/chromium-linux/fast/block/float/026-expected.png:
        * platform/chromium-linux/fast/block/float/028-expected.png:
        * platform/chromium-win/fast/block/float/026-expected.png:
        * platform/chromium-win/fast/block/float/028-expected.png:
        * platform/chromium-win/fast/overflow/unreachable-overflow-rtl-bug-expected.png:
        * platform/chromium-win/fast/overflow/unreachable-overflow-rtl-bug-expected.txt:
        * scrollbars/rtl/div-absolute-expected.txt: Added.
        * scrollbars/rtl/div-absolute.html: Added.

2012-07-24  Dan Bernstein  <mitz@apple.com>

        RenderBlock::positionForPoint can fail when the block or its children have a vertical writing mode
        https://bugs.webkit.org/show_bug.cgi?id=92202

        Reviewed by Beth Dakin.

        * fast/writing-mode/positionForPoint-expected.txt: Added.
        * fast/writing-mode/positionForPoint.html: Added.

2012-07-24  MORITA Hajime  <morrita@google.com>

        https://bugs.webkit.org/show_bug.cgi?id=89179
        Rendering LI having Shadow DOM seems weird

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/shadow-and-list-elements-expected.html: Added.
        * fast/dom/shadow/shadow-and-list-elements.html: Added.

2012-07-24  Jer Noble  <jer.noble@apple.com>

        setting playbackRate on a MediaController doesn't change the playbackRate for slaved media
        https://bugs.webkit.org/show_bug.cgi?id=92035

        Reviewed by Darin Adler.

        * media/media-controller-playbackrate-expected.txt: Added.
        * media/media-controller-playbackrate.html: Added.

2012-07-24  Alexis Menard  <alexis.menard@openbossa.org>

        [Qt] svg/as-border-image, svg/as-image, svg/as-object, svg/css rebaseline after new test fonts.
        https://bugs.webkit.org/show_bug.cgi?id=92193

        Unreviewed gardening.

        These tests have been skipped because monospace fonts weren't properly used by
        layout tests. After r121971, the test results are normal again.

        * platform/qt-5.0/Skipped:
        * platform/qt/svg/as-border-image/svg-as-border-image-2-expected.png:
        * platform/qt/svg/as-border-image/svg-as-border-image-2-expected.txt:
        * platform/qt/svg/as-border-image/svg-as-border-image-expected.png:
        * platform/qt/svg/as-border-image/svg-as-border-image-expected.txt:
        * platform/qt/svg/as-image/animated-svg-as-image-expected.png: Added.
        * platform/qt/svg/as-image/animated-svg-as-image-expected.txt:
        * platform/qt/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png: Added.
        * platform/qt/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.txt:
        * platform/qt/svg/as-image/animated-svg-as-image-same-image-expected.png: Added.
        * platform/qt/svg/as-image/animated-svg-as-image-same-image-expected.txt:
        * platform/qt/svg/as-image/image-respects-pageScaleFactor-expected.png:
        * platform/qt/svg/as-image/image-respects-pageScaleFactor-expected.txt:
        * platform/qt/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
        * platform/qt/svg/as-image/img-preserveAspectRatio-support-1-expected.txt:
        * platform/qt/svg/as-image/img-preserveAspectRatio-support-2-expected.png:
        * platform/qt/svg/as-image/img-preserveAspectRatio-support-2-expected.txt:
        * platform/qt/svg/as-image/same-image-two-instances-expected.txt:
        * platform/qt/svg/as-image/svg-image-change-content-size-expected.png:
        * platform/qt/svg/as-image/svg-image-change-content-size-expected.txt:
        * platform/qt/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt:
        * platform/qt/svg/css/composite-shadow-text-expected.png:
        * platform/qt/svg/css/composite-shadow-text-expected.txt:
        * platform/qt/svg/css/css-box-min-width-expected.png:
        * platform/qt/svg/css/css-box-min-width-expected.txt:
        * platform/qt/svg/css/text-shadow-multiple-expected.png:
        * platform/qt/svg/css/text-shadow-multiple-expected.txt:

2012-07-24  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>

        [Qt] css2.1/t080* rebaseline after new test fonts
        https://bugs.webkit.org/show_bug.cgi?id=92191

        Unreviewed.

        * platform/qt-5.0/Skipped:
        * platform/qt-5.0/css2.1/t0805-c5518-brdr-t-01-e-expected.txt: Removed.
        * platform/qt-5.0/css2.1/t0805-c5519-brdr-r-00-a-expected.txt: Removed.
        * platform/qt-5.0/css2.1/t0805-c5519-brdr-r-01-e-expected.txt: Removed.
        * platform/qt-5.0/css2.1/t0805-c5520-brdr-b-01-e-expected.txt: Removed.
        * platform/qt-5.0/css2.1/t0805-c5521-brdr-l-00-a-expected.txt: Removed.
        * platform/qt-5.0/css2.1/t0805-c5521-brdr-l-01-e-expected.txt: Removed.
        * platform/qt-5.0/css2.1/t0805-c5521-ibrdr-l-00-a-expected.txt: Removed.
        * platform/qt/css2.1/t0801-c412-hz-box-00-b-a-expected.png:
        * platform/qt/css2.1/t0801-c412-hz-box-00-b-a-expected.txt:
        * platform/qt/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.png:
        * platform/qt/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.txt:
        * platform/qt/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.png:
        * platform/qt/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt:
        * platform/qt/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.png:
        * platform/qt/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.txt:
        * platform/qt/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.png:
        * platform/qt/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.txt:
        * platform/qt/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.png:
        * platform/qt/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.txt:
        * platform/qt/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.png:
        * platform/qt/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.txt:
        * platform/qt/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.png:
        * platform/qt/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.txt:
        * platform/qt/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.png:
        * platform/qt/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.txt:
        * platform/qt/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.png:
        * platform/qt/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.txt:
        * platform/qt/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.png:
        * platform/qt/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.txt:
        * platform/qt/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.png:
        * platform/qt/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.txt:
        * platform/qt/css2.1/t0803-c5502-mrgn-r-02-c-expected.png:
        * platform/qt/css2.1/t0803-c5502-mrgn-r-02-c-expected.txt:
        * platform/qt/css2.1/t0803-c5502-mrgn-r-03-c-expected.png:
        * platform/qt/css2.1/t0803-c5502-mrgn-r-03-c-expected.txt:
        * platform/qt/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.png:
        * platform/qt/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.txt:
        * platform/qt/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.png:
        * platform/qt/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt:
        * platform/qt/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.png:
        * platform/qt/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.txt:
        * platform/qt/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.png:
        * platform/qt/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.txt:
        * platform/qt/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.png:
        * platform/qt/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.txt:
        * platform/qt/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.png:
        * platform/qt/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.txt:
        * platform/qt/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.png:
        * platform/qt/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.txt:
        * platform/qt/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.png:
        * platform/qt/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.txt:
        * platform/qt/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.png:
        * platform/qt/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.txt:
        * platform/qt/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.png:
        * platform/qt/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.txt:
        * platform/qt/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.png:
        * platform/qt/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.txt:
        * platform/qt/css2.1/t0803-c5504-mrgn-l-02-c-expected.png:
        * platform/qt/css2.1/t0803-c5504-mrgn-l-02-c-expected.txt:
        * platform/qt/css2.1/t0803-c5504-mrgn-l-03-c-expected.png:
        * platform/qt/css2.1/t0803-c5504-mrgn-l-03-c-expected.txt:
        * platform/qt/css2.1/t0803-c5505-imrgn-00-a-ag-expected.png:
        * platform/qt/css2.1/t0803-c5505-imrgn-00-a-ag-expected.txt:
        * platform/qt/css2.1/t0803-c5505-mrgn-00-b-ag-expected.png:
        * platform/qt/css2.1/t0803-c5505-mrgn-00-b-ag-expected.txt:
        * platform/qt/css2.1/t0803-c5505-mrgn-01-e-a-expected.png:
        * platform/qt/css2.1/t0803-c5505-mrgn-01-e-a-expected.txt:
        * platform/qt/css2.1/t0803-c5505-mrgn-02-c-expected.png:
        * platform/qt/css2.1/t0803-c5505-mrgn-02-c-expected.txt:
        * platform/qt/css2.1/t0803-c5505-mrgn-03-c-ag-expected.png:
        * platform/qt/css2.1/t0803-c5505-mrgn-03-c-ag-expected.txt:
        * platform/qt/css2.1/t080301-c411-vt-mrgn-00-b-expected.png:
        * platform/qt/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
        * platform/qt/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.png:
        * platform/qt/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.txt:
        * platform/qt/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.png:
        * platform/qt/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.txt:
        * platform/qt/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.png:
        * platform/qt/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.txt:
        * platform/qt/css2.1/t0804-c5506-padn-t-00-b-a-expected.png:
        * platform/qt/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt:
        * platform/qt/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.png:
        * platform/qt/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.txt:
        * platform/qt/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.png:
        * platform/qt/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.txt:
        * platform/qt/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.png:
        * platform/qt/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.txt:
        * platform/qt/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.png:
        * platform/qt/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.txt:
        * platform/qt/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.png:
        * platform/qt/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.txt:
        * platform/qt/css2.1/t0804-c5507-padn-r-00-c-ag-expected.png:
        * platform/qt/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt:
        * platform/qt/css2.1/t0804-c5507-padn-r-01-c-a-expected.png:
        * platform/qt/css2.1/t0804-c5507-padn-r-01-c-a-expected.txt:
        * platform/qt/css2.1/t0804-c5507-padn-r-02-f-expected.png:
        * platform/qt/css2.1/t0804-c5507-padn-r-02-f-expected.txt:
        * platform/qt/css2.1/t0804-c5507-padn-r-03-f-expected.png:
        * platform/qt/css2.1/t0804-c5507-padn-r-03-f-expected.txt:
        * platform/qt/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.png:
        * platform/qt/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.txt:
        * platform/qt/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.png:
        * platform/qt/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.txt:
        * platform/qt/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.png:
        * platform/qt/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.txt:
        * platform/qt/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.png:
        * platform/qt/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt:
        * platform/qt/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.png:
        * platform/qt/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.txt:
        * platform/qt/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.png:
        * platform/qt/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.txt:
        * platform/qt/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.png:
        * platform/qt/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.txt:
        * platform/qt/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.png:
        * platform/qt/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.txt:
        * platform/qt/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.png:
        * platform/qt/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.txt:
        * platform/qt/css2.1/t0804-c5509-padn-l-00-b-ag-expected.png:
        * platform/qt/css2.1/t0804-c5509-padn-l-00-b-ag-expected.txt:
        * platform/qt/css2.1/t0804-c5509-padn-l-01-b-a-expected.png:
        * platform/qt/css2.1/t0804-c5509-padn-l-01-b-a-expected.txt:
        * platform/qt/css2.1/t0804-c5509-padn-l-02-f-expected.png:
        * platform/qt/css2.1/t0804-c5509-padn-l-02-f-expected.txt:
        * platform/qt/css2.1/t0804-c5509-padn-l-03-f-g-expected.png:
        * platform/qt/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
        * platform/qt/css2.1/t0804-c5510-ipadn-00-b-ag-expected.png:
        * platform/qt/css2.1/t0804-c5510-ipadn-00-b-ag-expected.txt:
        * platform/qt/css2.1/t0804-c5510-padn-00-b-ag-expected.png:
        * platform/qt/css2.1/t0804-c5510-padn-00-b-ag-expected.txt:
        * platform/qt/css2.1/t0804-c5510-padn-01-e-a-expected.png:
        * platform/qt/css2.1/t0804-c5510-padn-01-e-a-expected.txt:
        * platform/qt/css2.1/t0804-c5510-padn-02-f-expected.png:
        * platform/qt/css2.1/t0804-c5510-padn-02-f-expected.txt:
        * platform/qt/css2.1/t0805-c5511-brdr-tw-00-b-expected.png:
        * platform/qt/css2.1/t0805-c5511-brdr-tw-00-b-expected.txt:
        * platform/qt/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.png:
        * platform/qt/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.txt:
        * platform/qt/css2.1/t0805-c5511-brdr-tw-02-b-expected.png:
        * platform/qt/css2.1/t0805-c5511-brdr-tw-02-b-expected.txt:
        * platform/qt/css2.1/t0805-c5511-brdr-tw-03-b-expected.png:
        * platform/qt/css2.1/t0805-c5511-brdr-tw-03-b-expected.txt:
        * platform/qt/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.png:
        * platform/qt/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.txt:
        * platform/qt/css2.1/t0805-c5512-brdr-rw-00-b-expected.png:
        * platform/qt/css2.1/t0805-c5512-brdr-rw-00-b-expected.txt:
        * platform/qt/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.png:
        * platform/qt/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.txt:
        * platform/qt/css2.1/t0805-c5512-brdr-rw-02-b-expected.png:
        * platform/qt/css2.1/t0805-c5512-brdr-rw-02-b-expected.txt:
        * platform/qt/css2.1/t0805-c5512-brdr-rw-03-b-expected.png:
        * platform/qt/css2.1/t0805-c5512-brdr-rw-03-b-expected.txt:
        * platform/qt/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.png:
        * platform/qt/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.txt:
        * platform/qt/css2.1/t0805-c5513-brdr-bw-00-b-expected.png:
        * platform/qt/css2.1/t0805-c5513-brdr-bw-00-b-expected.txt:
        * platform/qt/css2.1/t0805-c5513-brdr-bw-01-b-g-expected.png:
        * platform/qt/css2.1/t0805-c5513-brdr-bw-01-b-g-expected.txt:
        * platform/qt/css2.1/t0805-c5513-brdr-bw-02-b-expected.png:
        * platform/qt/css2.1/t0805-c5513-brdr-bw-02-b-expected.txt:
        * platform/qt/css2.1/t0805-c5513-brdr-bw-03-b-expected.png:
        * platform/qt/css2.1/t0805-c5513-brdr-bw-03-b-expected.txt:
        * platform/qt/css2.1/t0805-c5513-ibrdr-bw-00-a-expected.png:
        * platform/qt/css2.1/t0805-c5513-ibrdr-bw-00-a-expected.txt:
        * platform/qt/css2.1/t0805-c5514-brdr-lw-00-b-expected.png:
        * platform/qt/css2.1/t0805-c5514-brdr-lw-00-b-expected.txt:
        * platform/qt/css2.1/t0805-c5514-brdr-lw-01-b-g-expected.png:
        * platform/qt/css2.1/t0805-c5514-brdr-lw-01-b-g-expected.txt:
        * platform/qt/css2.1/t0805-c5514-brdr-lw-02-b-expected.png:
        * platform/qt/css2.1/t0805-c5514-brdr-lw-02-b-expected.txt:
        * platform/qt/css2.1/t0805-c5514-brdr-lw-03-b-expected.png:
        * platform/qt/css2.1/t0805-c5514-brdr-lw-03-b-expected.txt:
        * platform/qt/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.png:
        * platform/qt/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.txt:
        * platform/qt/css2.1/t0805-c5515-brdr-w-00-a-expected.png:
        * platform/qt/css2.1/t0805-c5515-brdr-w-00-a-expected.txt:
        * platform/qt/css2.1/t0805-c5515-brdr-w-01-b-g-expected.png:
        * platform/qt/css2.1/t0805-c5515-brdr-w-01-b-g-expected.txt:
        * platform/qt/css2.1/t0805-c5515-brdr-w-02-b-expected.png:
        * platform/qt/css2.1/t0805-c5515-brdr-w-02-b-expected.txt:
        * platform/qt/css2.1/t0805-c5515-ibrdr-00-b-expected.png:
        * platform/qt/css2.1/t0805-c5515-ibrdr-00-b-expected.txt:
        * platform/qt/css2.1/t0805-c5516-brdr-c-00-a-expected.png:
        * platform/qt/css2.1/t0805-c5516-brdr-c-00-a-expected.txt:
        * platform/qt/css2.1/t0805-c5516-ibrdr-c-00-a-expected.png:
        * platform/qt/css2.1/t0805-c5516-ibrdr-c-00-a-expected.txt:
        * platform/qt/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
        * platform/qt/css2.1/t0805-c5517-brdr-s-00-c-expected.txt:
        * platform/qt/css2.1/t0805-c5517-ibrdr-s-00-a-expected.png:
        * platform/qt/css2.1/t0805-c5517-ibrdr-s-00-a-expected.txt:
        * platform/qt/css2.1/t0805-c5518-brdr-t-00-a-expected.png:
        * platform/qt/css2.1/t0805-c5518-brdr-t-00-a-expected.txt:
        * platform/qt/css2.1/t0805-c5518-brdr-t-01-e-expected.png:
        * platform/qt/css2.1/t0805-c5518-brdr-t-01-e-expected.txt:
        * platform/qt/css2.1/t0805-c5518-ibrdr-t-00-a-expected.png:
        * platform/qt/css2.1/t0805-c5518-ibrdr-t-00-a-expected.txt:
        * platform/qt/css2.1/t0805-c5519-brdr-r-00-a-expected.png:
        * platform/qt/css2.1/t0805-c5519-brdr-r-00-a-expected.txt:
        * platform/qt/css2.1/t0805-c5519-brdr-r-01-e-expected.png:
        * platform/qt/css2.1/t0805-c5519-brdr-r-01-e-expected.txt:
        * platform/qt/css2.1/t0805-c5519-brdr-r-02-e-expected.png:
        * platform/qt/css2.1/t0805-c5519-brdr-r-02-e-expected.txt:
        * platform/qt/css2.1/t0805-c5519-ibrdr-r-00-a-expected.png:
        * platform/qt/css2.1/t0805-c5519-ibrdr-r-00-a-expected.txt:
        * platform/qt/css2.1/t0805-c5520-brdr-b-00-a-expected.png:
        * platform/qt/css2.1/t0805-c5520-brdr-b-00-a-expected.txt:
        * platform/qt/css2.1/t0805-c5520-brdr-b-01-e-expected.png:
        * platform/qt/css2.1/t0805-c5520-brdr-b-01-e-expected.txt:
        * platform/qt/css2.1/t0805-c5520-ibrdr-b-00-a-expected.png:
        * platform/qt/css2.1/t0805-c5520-ibrdr-b-00-a-expected.txt:
        * platform/qt/css2.1/t0805-c5521-brdr-l-00-a-expected.png:
        * platform/qt/css2.1/t0805-c5521-brdr-l-00-a-expected.txt:
        * platform/qt/css2.1/t0805-c5521-brdr-l-01-e-expected.png:
        * platform/qt/css2.1/t0805-c5521-brdr-l-01-e-expected.txt:
        * platform/qt/css2.1/t0805-c5521-brdr-l-02-e-expected.png:
        * platform/qt/css2.1/t0805-c5521-brdr-l-02-e-expected.txt:
        * platform/qt/css2.1/t0805-c5521-ibrdr-l-00-a-expected.png:
        * platform/qt/css2.1/t0805-c5521-ibrdr-l-00-a-expected.txt:
        * platform/qt/css2.1/t0805-c5522-brdr-00-b-expected.png:
        * platform/qt/css2.1/t0805-c5522-brdr-00-b-expected.txt:
        * platform/qt/css2.1/t0805-c5522-brdr-01-b-g-expected.png:
        * platform/qt/css2.1/t0805-c5522-brdr-01-b-g-expected.txt:
        * platform/qt/css2.1/t0805-c5522-brdr-02-e-expected.png:
        * platform/qt/css2.1/t0805-c5522-brdr-02-e-expected.txt:
        * platform/qt/css2.1/t0805-c5522-ibrdr-00-a-expected.png:
        * platform/qt/css2.1/t0805-c5522-ibrdr-00-a-expected.txt:

2012-07-24  Yoshifumi Inoue  <yosin@chromium.org>

        [Tests] Re-factor some tests in fast/forms/number for sharing with other input types
        https://bugs.webkit.org/show_bug.cgi?id=92081

        Reviewed by Kent Tamura.

        This patch moves JavaScript code from test HTML files into JavaScript
        files for sharing JavaScript code with other input types.

        * fast/forms/number/number-change-type-on-focus.html: Removed JavaScript code and changed to load JavaScript code from fast/forms/resources/common-change-type-on-focus.js.
        * fast/forms/number/number-losing-renderer-on-click.html: Removed JavaScript code and changed to load JavaScript code from fast/forms/resources/common-losing-renderer-on-click.js.
        * fast/forms/resources/common-change-type-on-focus.js: Remove HTML markup text.
        * fast/forms/resources/common-losing-renderer-on-click.js: Remove HTML markup text.

2012-07-24  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>

        [Qt] css2.1/t170602* rebaseline after new test fonts
        https://bugs.webkit.org/show_bug.cgi?id=92188

        Unreviewed.

        * platform/qt-5.0/Skipped:
        * platform/qt/css2.1/t170602-bdr-conflct-w-00-d-expected.png: Added.
        * platform/qt/css2.1/t170602-bdr-conflct-w-00-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-01-d-expected.png: Added.
        * platform/qt/css2.1/t170602-bdr-conflct-w-01-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-02-d-expected.png: Added.
        * platform/qt/css2.1/t170602-bdr-conflct-w-02-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-03-d-expected.png: Added.
        * platform/qt/css2.1/t170602-bdr-conflct-w-03-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-04-d-expected.png: Added.
        * platform/qt/css2.1/t170602-bdr-conflct-w-04-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-05-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-05-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-06-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-06-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-07-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-07-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-08-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-08-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-09-d-expected.png: Added.
        * platform/qt/css2.1/t170602-bdr-conflct-w-09-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-10-d-expected.png: Added.
        * platform/qt/css2.1/t170602-bdr-conflct-w-10-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-11-d-expected.png: Added.
        * platform/qt/css2.1/t170602-bdr-conflct-w-11-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-12-d-expected.png: Added.
        * platform/qt/css2.1/t170602-bdr-conflct-w-12-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-13-d-expected.png: Added.
        * platform/qt/css2.1/t170602-bdr-conflct-w-13-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-14-d-expected.png: Added.
        * platform/qt/css2.1/t170602-bdr-conflct-w-14-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-15-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-15-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-16-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-16-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-17-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-17-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-18-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-18-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-19-d-expected.png: Added.
        * platform/qt/css2.1/t170602-bdr-conflct-w-19-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-20-d-expected.png: Added.
        * platform/qt/css2.1/t170602-bdr-conflct-w-20-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-21-d-expected.png: Added.
        * platform/qt/css2.1/t170602-bdr-conflct-w-21-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-22-d-expected.png: Added.
        * platform/qt/css2.1/t170602-bdr-conflct-w-22-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-23-d-expected.png: Added.
        * platform/qt/css2.1/t170602-bdr-conflct-w-23-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-24-d-expected.png: Added.
        * platform/qt/css2.1/t170602-bdr-conflct-w-24-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-25-d-expected.png: Added.
        * platform/qt/css2.1/t170602-bdr-conflct-w-25-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-26-d-expected.png: Added.
        * platform/qt/css2.1/t170602-bdr-conflct-w-26-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-27-d-expected.png: Added.
        * platform/qt/css2.1/t170602-bdr-conflct-w-27-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-28-d-expected.png: Added.
        * platform/qt/css2.1/t170602-bdr-conflct-w-28-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-29-d-expected.png: Added.
        * platform/qt/css2.1/t170602-bdr-conflct-w-29-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-30-d-expected.png: Added.
        * platform/qt/css2.1/t170602-bdr-conflct-w-30-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-31-d-expected.png: Added.
        * platform/qt/css2.1/t170602-bdr-conflct-w-31-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-32-d-expected.png: Added.
        * platform/qt/css2.1/t170602-bdr-conflct-w-32-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-33-d-expected.png: Added.
        * platform/qt/css2.1/t170602-bdr-conflct-w-33-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-34-d-expected.png: Added.
        * platform/qt/css2.1/t170602-bdr-conflct-w-34-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-35-d-expected.png: Added.
        * platform/qt/css2.1/t170602-bdr-conflct-w-35-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-36-d-expected.png: Added.
        * platform/qt/css2.1/t170602-bdr-conflct-w-36-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-37-d-expected.png: Added.
        * platform/qt/css2.1/t170602-bdr-conflct-w-37-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-38-d-expected.png: Added.
        * platform/qt/css2.1/t170602-bdr-conflct-w-38-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-39-d-expected.png: Added.
        * platform/qt/css2.1/t170602-bdr-conflct-w-39-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-40-d-expected.png: Added.
        * platform/qt/css2.1/t170602-bdr-conflct-w-40-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-41-d-expected.png: Added.
        * platform/qt/css2.1/t170602-bdr-conflct-w-41-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-42-d-expected.png: Added.
        * platform/qt/css2.1/t170602-bdr-conflct-w-42-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-43-d-expected.png: Added.
        * platform/qt/css2.1/t170602-bdr-conflct-w-43-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-44-d-expected.png: Added.
        * platform/qt/css2.1/t170602-bdr-conflct-w-44-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-45-d-expected.png: Added.
        * platform/qt/css2.1/t170602-bdr-conflct-w-45-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-46-d-expected.png: Added.
        * platform/qt/css2.1/t170602-bdr-conflct-w-46-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-47-d-expected.png: Added.
        * platform/qt/css2.1/t170602-bdr-conflct-w-47-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-48-d-expected.png: Added.
        * platform/qt/css2.1/t170602-bdr-conflct-w-48-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-49-d-expected.png: Added.
        * platform/qt/css2.1/t170602-bdr-conflct-w-49-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-50-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-50-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-51-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-51-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-52-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-52-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-53-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-53-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-54-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-54-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-55-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-55-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-56-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-56-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-57-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-57-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-58-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-58-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-59-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-59-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-60-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-60-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-61-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-61-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-62-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-62-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-63-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-63-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-64-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-64-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-65-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-65-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-66-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-66-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-67-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-67-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-68-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-68-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-69-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-69-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-70-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-70-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-71-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-71-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-72-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-72-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-73-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-73-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-74-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-74-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-75-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-75-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-76-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-76-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-77-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-77-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-78-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-78-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-79-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-79-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-80-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-80-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-81-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-81-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-82-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-82-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-83-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-83-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-84-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-84-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-85-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-85-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-86-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-86-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-87-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-87-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-88-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-88-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-89-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-89-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-90-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-90-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-91-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-91-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-92-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-92-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-93-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-93-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-94-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-94-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-95-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-95-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-96-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-96-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-97-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-97-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-98-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-98-d-expected.txt:
        * platform/qt/css2.1/t170602-bdr-conflct-w-99-d-expected.png:
        * platform/qt/css2.1/t170602-bdr-conflct-w-99-d-expected.txt:

2012-07-24  Zhenyao Mo  <zmo@google.com>

        Gardening stuff, rebaseline.
        
        Unreviewed.

        * platform/chromium-mac/fast/hidpi: Added.
        * platform/chromium-mac/fast/hidpi/broken-image-icon-hidpi-expected.png: Added.
        * platform/chromium-mac/fast/hidpi/broken-image-with-size-hidpi-expected.png: Added.
        * platform/chromium-mac/fast/hidpi/clip-text-in-hidpi-expected.png: Added.
        * platform/chromium-mac/fast/hidpi/device-scale-factor-paint-expected.png: Added.
        * platform/chromium-mac/fast/hidpi/focus-rings-expected.png: Added.
        * platform/chromium-mac/fast/hidpi/image-set-as-background-expected.png: Added.
        * platform/chromium-mac/fast/hidpi/image-set-background-dynamic-expected.png: Added.
        * platform/chromium-mac/fast/hidpi/image-set-background-repeat-expected.png: Added.
        * platform/chromium-mac/fast/hidpi/image-set-background-repeat-without-size-expected.png: Added.
        * platform/chromium-mac/fast/hidpi/image-set-border-image-comparison-expected.png: Added.
        * platform/chromium-mac/fast/hidpi/image-set-border-image-dynamic-expected.png: Added.
        * platform/chromium-mac/fast/hidpi/image-set-border-image-simple-expected.png: Added.
        * platform/chromium-mac/fast/hidpi/image-set-in-content-dynamic-expected.png: Added.
        * platform/chromium-mac/fast/hidpi/image-set-out-of-order-expected.png: Added.
        * platform/chromium-mac/fast/hidpi/image-set-simple-expected.png: Added.
        * platform/chromium-mac/fast/hidpi/image-set-without-specified-width-expected.png: Added.
        * platform/chromium-mac/fast/hidpi/resize-corner-hidpi-expected.png: Added.
        * platform/chromium-mac/fast/hidpi/video-controls-in-hidpi-expected.png: Added.
        * platform/chromium-mac/fast/hidpi/video-controls-in-hidpi-expected.txt: Added.
        * platform/chromium-win/fast/hidpi: Added.
        * platform/chromium-win/fast/hidpi/broken-image-icon-hidpi-expected.png: Added.
        * platform/chromium-win/fast/hidpi/broken-image-icon-hidpi-expected.txt: Added.
        * platform/chromium-win/fast/hidpi/broken-image-with-size-hidpi-expected.png: Added.
        * platform/chromium-win/fast/hidpi/broken-image-with-size-hidpi-expected.txt: Added.
        * platform/chromium-win/fast/hidpi/clip-text-in-hidpi-expected.png: Added.
        * platform/chromium-win/fast/hidpi/clip-text-in-hidpi-expected.txt: Added.
        * platform/chromium-win/fast/hidpi/device-scale-factor-paint-expected.png: Added.
        * platform/chromium-win/fast/hidpi/focus-rings-expected.png: Added.
        * platform/chromium-win/fast/hidpi/image-set-as-background-expected.png: Added.
        * platform/chromium-win/fast/hidpi/image-set-as-background-expected.txt: Added.
        * platform/chromium-win/fast/hidpi/image-set-background-dynamic-expected.png: Added.
        * platform/chromium-win/fast/hidpi/image-set-background-dynamic-expected.txt: Added.
        * platform/chromium-win/fast/hidpi/image-set-background-repeat-expected.png: Added.
        * platform/chromium-win/fast/hidpi/image-set-background-repeat-expected.txt: Added.
        * platform/chromium-win/fast/hidpi/image-set-background-repeat-without-size-expected.png: Added.
        * platform/chromium-win/fast/hidpi/image-set-background-repeat-without-size-expected.txt: Added.
        * platform/chromium-win/fast/hidpi/image-set-border-image-comparison-expected.png: Added.
        * platform/chromium-win/fast/hidpi/image-set-border-image-comparison-expected.txt: Added.
        * platform/chromium-win/fast/hidpi/image-set-border-image-dynamic-expected.png: Added.
        * platform/chromium-win/fast/hidpi/image-set-border-image-dynamic-expected.txt: Added.
        * platform/chromium-win/fast/hidpi/image-set-border-image-simple-expected.png: Added.
        * platform/chromium-win/fast/hidpi/image-set-border-image-simple-expected.txt: Added.
        * platform/chromium-win/fast/hidpi/image-set-in-content-dynamic-expected.png: Added.
        * platform/chromium-win/fast/hidpi/image-set-in-content-dynamic-expected.txt: Added.
        * platform/chromium-win/fast/hidpi/image-set-out-of-order-expected.png: Added.
        * platform/chromium-win/fast/hidpi/image-set-out-of-order-expected.txt: Added.
        * platform/chromium-win/fast/hidpi/image-set-simple-expected.png: Added.
        * platform/chromium-win/fast/hidpi/image-set-simple-expected.txt: Added.
        * platform/chromium-win/fast/hidpi/image-set-without-specified-width-expected.png: Added.
        * platform/chromium-win/fast/hidpi/image-set-without-specified-width-expected.txt: Added.
        * platform/chromium-win/fast/hidpi/resize-corner-hidpi-expected.png: Added.
        * platform/chromium-win/fast/hidpi/resize-corner-hidpi-expected.txt: Added.
        * platform/chromium-win/fast/hidpi/video-controls-in-hidpi-expected.png: Added.
        * platform/chromium-win/fast/hidpi/video-controls-in-hidpi-expected.txt: Added.

2012-07-24  Kenneth Russell  <kbr@google.com>

        [chromium] Hint garbage collector to run if page uses Canvas contexts
        https://bugs.webkit.org/show_bug.cgi?id=76225

        Reviewed by Kentaro Hara.

        This test doesn't directly exercise this code path yet, but it
        needs to work regardless and also needs to be expanded.

        * fast/canvas/webgl/context-creation-and-destruction-expected.txt: Added.
        * fast/canvas/webgl/context-creation-and-destruction.html: Added.

2012-07-24  Alexis Menard  <alexis.menard@openbossa.org>

        [Qt] svg/as-background-image rebaseline after new test fonts
        https://bugs.webkit.org/show_bug.cgi?id=92180

        Unreviewed gardening.

        These tests have been skipped because monospace fonts weren't properly used by
        layout tests. After r121971, the test results are normal again.

        * platform/qt-5.0/Skipped:
        * platform/qt/svg/as-background-image/animated-svg-as-background-expected.png: Added.
        * platform/qt/svg/as-background-image/animated-svg-as-background-expected.txt:
        * platform/qt/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
        * platform/qt/svg/as-background-image/background-image-preserveaspectRatio-support-expected.txt:
        * platform/qt/svg/as-background-image/svg-as-background-1-expected.txt:
        * platform/qt/svg/as-background-image/svg-as-background-2-expected.txt:
        * platform/qt/svg/as-background-image/svg-as-background-3-expected.txt:
        * platform/qt/svg/as-background-image/svg-as-background-4-expected.png: Added.
        * platform/qt/svg/as-background-image/svg-as-background-4-expected.txt:
        * platform/qt/svg/as-background-image/svg-as-background-5-expected.png: Added.
        * platform/qt/svg/as-background-image/svg-as-background-5-expected.txt:
        * platform/qt/svg/as-background-image/svg-as-background-6-expected.txt:
        * platform/qt/svg/as-background-image/svg-as-background-expected.txt:
        * platform/qt/svg/as-background-image/svg-as-background-with-relative-size-expected.txt:
        * platform/qt/svg/as-background-image/svg-as-background-with-viewBox-expected.txt:
        * platform/qt/svg/as-background-image/svg-as-tiled-background-expected.txt:
        * platform/qt/svg/as-background-image/svg-background-partial-redraw-expected.png:
        * platform/qt/svg/as-background-image/svg-background-partial-redraw-expected.txt:
        * platform/qt/svg/as-background-image/svg-width-100p-as-background-expected.txt:

2012-07-24  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>

        [Qt] fast/block/positioning rebaseline after new test fonts
        https://bugs.webkit.org/show_bug.cgi?id=92174

        Unreviewed.

        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0/Skipped:
        * platform/qt/fast/block/positioning/003-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-lr/001-expected.png.
        * platform/qt/fast/block/positioning/004-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-lr/001-expected.png.
        * platform/qt/fast/block/positioning/005-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
        * platform/qt/fast/block/positioning/006-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
        * platform/qt/fast/block/positioning/007-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-lr/001-expected.png.
        * platform/qt/fast/block/positioning/008-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-lr/001-expected.png.
        * platform/qt/fast/block/positioning/009-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
        * platform/qt/fast/block/positioning/010-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
        * platform/qt/fast/block/positioning/011-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
        * platform/qt/fast/block/positioning/012-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
        * platform/qt/fast/block/positioning/013-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
        * platform/qt/fast/block/positioning/014-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-lr/001-expected.png.
        * platform/qt/fast/block/positioning/015-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
        * platform/qt/fast/block/positioning/016-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
        * platform/qt/fast/block/positioning/017-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-lr/001-expected.png.
        * platform/qt/fast/block/positioning/018-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-lr/001-expected.png.
        * platform/qt/fast/block/positioning/019-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-lr/001-expected.png.
        * platform/qt/fast/block/positioning/020-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
        * platform/qt/fast/block/positioning/021-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
        * platform/qt/fast/block/positioning/022-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
        * platform/qt/fast/block/positioning/023-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
        * platform/qt/fast/block/positioning/024-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
        * platform/qt/fast/block/positioning/025-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
        * platform/qt/fast/block/positioning/026-expected.png: Added.
        * platform/qt/fast/block/positioning/027-expected.png: Added.
        * platform/qt/fast/block/positioning/028-expected.png: Added.
        * platform/qt/fast/block/positioning/029-expected.png: Added.
        * platform/qt/fast/block/positioning/030-expected.png: Added.
        * platform/qt/fast/block/positioning/031-expected.png: Added.
        * platform/qt/fast/block/positioning/032-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
        * platform/qt/fast/block/positioning/033-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
        * platform/qt/fast/block/positioning/034-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
        * platform/qt/fast/block/positioning/035-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-lr/001-expected.png.
        * platform/qt/fast/block/positioning/036-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
        * platform/qt/fast/block/positioning/037-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
        * platform/qt/fast/block/positioning/038-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-lr/001-expected.png.
        * platform/qt/fast/block/positioning/039-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-lr/001-expected.png.
        * platform/qt/fast/block/positioning/040-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-lr/001-expected.png.
        * platform/qt/fast/block/positioning/041-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
        * platform/qt/fast/block/positioning/042-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
        * platform/qt/fast/block/positioning/043-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-lr/001-expected.png.
        * platform/qt/fast/block/positioning/044-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
        * platform/qt/fast/block/positioning/045-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
        * platform/qt/fast/block/positioning/046-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-lr/001-expected.png.
        * platform/qt/fast/block/positioning/047-expected.png:
        * platform/qt/fast/block/positioning/047-expected.txt:
        * platform/qt/fast/block/positioning/048-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
        * platform/qt/fast/block/positioning/050-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
        * platform/qt/fast/block/positioning/052-expected.txt:
        * platform/qt/fast/block/positioning/053-expected.png:
        * platform/qt/fast/block/positioning/053-expected.txt:
        * platform/qt/fast/block/positioning/054-expected.txt:
        * platform/qt/fast/block/positioning/055-expected.png:
        * platform/qt/fast/block/positioning/055-expected.txt:
        * platform/qt/fast/block/positioning/057-expected.png:
        * platform/qt/fast/block/positioning/057-expected.txt:
        * platform/qt/fast/block/positioning/058-expected.png:
        * platform/qt/fast/block/positioning/058-expected.txt:
        * platform/qt/fast/block/positioning/059-expected.png:
        * platform/qt/fast/block/positioning/059-expected.txt:
        * platform/qt/fast/block/positioning/060-expected.png:
        * platform/qt/fast/block/positioning/060-expected.txt:
        * platform/qt/fast/block/positioning/061-expected.txt:
        * platform/qt/fast/block/positioning/062-expected.png: Added.
        * platform/qt/fast/block/positioning/abs-inside-inline-rel-expected.png:
        * platform/qt/fast/block/positioning/abs-inside-inline-rel-expected.txt:
        * platform/qt/fast/block/positioning/absolute-in-inline-ltr-3-expected.png:
        * platform/qt/fast/block/positioning/absolute-in-inline-ltr-3-expected.txt:
        * platform/qt/fast/block/positioning/absolute-in-inline-short-ltr-expected.png:
        * platform/qt/fast/block/positioning/absolute-in-inline-short-ltr-expected.txt:
        * platform/qt/fast/block/positioning/absolute-in-inline-short-rtl-expected.png:
        * platform/qt/fast/block/positioning/absolute-in-inline-short-rtl-expected.txt:
        * platform/qt/fast/block/positioning/absolute-length-of-neg-666666-expected.png:
        * platform/qt/fast/block/positioning/absolute-length-of-neg-666666-expected.txt:
        * platform/qt/fast/block/positioning/absolute-position-direction-expected.png:
        * platform/qt/fast/block/positioning/absolute-position-direction-expected.txt:
        * platform/qt/fast/block/positioning/absolute-positioned-overconstrained-expected.png:
        * platform/qt/fast/block/positioning/absolute-positioned-overconstrained-expected.txt:
        * platform/qt/fast/block/positioning/absolute-positioning-no-scrollbar-expected.png: Added.
        * platform/qt/fast/block/positioning/absolute-positioning-no-scrollbar-expected.txt:
        * platform/qt/fast/block/positioning/absolute-with-html-border-quirks-expected.png:
        * platform/qt/fast/block/positioning/absolute-with-html-border-quirks-expected.txt:
        * platform/qt/fast/block/positioning/absolute-with-html-border-strict-expected.png:
        * platform/qt/fast/block/positioning/absolute-with-html-border-strict-expected.txt:
        * platform/qt/fast/block/positioning/auto-height-with-top-and-bottom-expected.png:
        * platform/qt/fast/block/positioning/auto-height-with-top-and-bottom-expected.txt:
        * platform/qt/fast/block/positioning/auto/001-expected.png:
        * platform/qt/fast/block/positioning/auto/001-expected.txt:
        * platform/qt/fast/block/positioning/auto/002-expected.png:
        * platform/qt/fast/block/positioning/auto/002-expected.txt:
        * platform/qt/fast/block/positioning/auto/003-expected.png:
        * platform/qt/fast/block/positioning/auto/003-expected.txt:
        * platform/qt/fast/block/positioning/auto/004-expected.png:
        * platform/qt/fast/block/positioning/auto/004-expected.txt:
        * platform/qt/fast/block/positioning/auto/005-expected.png:
        * platform/qt/fast/block/positioning/auto/005-expected.txt:
        * platform/qt/fast/block/positioning/auto/006-expected.png:
        * platform/qt/fast/block/positioning/auto/006-expected.txt:
        * platform/qt/fast/block/positioning/auto/007-expected.png:
        * platform/qt/fast/block/positioning/auto/007-expected.txt:
        * platform/qt/fast/block/positioning/auto/vertical-lr/001-expected.png:
        * platform/qt/fast/block/positioning/auto/vertical-lr/001-expected.txt:
        * platform/qt/fast/block/positioning/auto/vertical-lr/002-expected.png:
        * platform/qt/fast/block/positioning/auto/vertical-lr/002-expected.txt:
        * platform/qt/fast/block/positioning/auto/vertical-lr/003-expected.png:
        * platform/qt/fast/block/positioning/auto/vertical-lr/003-expected.txt:
        * platform/qt/fast/block/positioning/auto/vertical-lr/004-expected.png:
        * platform/qt/fast/block/positioning/auto/vertical-lr/004-expected.txt:
        * platform/qt/fast/block/positioning/auto/vertical-lr/005-expected.png:
        * platform/qt/fast/block/positioning/auto/vertical-lr/005-expected.txt:
        * platform/qt/fast/block/positioning/auto/vertical-lr/006-expected.png:
        * platform/qt/fast/block/positioning/auto/vertical-lr/006-expected.txt:
        * platform/qt/fast/block/positioning/auto/vertical-lr/007-expected.png:
        * platform/qt/fast/block/positioning/auto/vertical-lr/007-expected.txt:
        * platform/qt/fast/block/positioning/auto/vertical-rl/001-expected.png:
        * platform/qt/fast/block/positioning/auto/vertical-rl/001-expected.txt:
        * platform/qt/fast/block/positioning/auto/vertical-rl/002-expected.png:
        * platform/qt/fast/block/positioning/auto/vertical-rl/002-expected.txt:
        * platform/qt/fast/block/positioning/auto/vertical-rl/003-expected.png:
        * platform/qt/fast/block/positioning/auto/vertical-rl/003-expected.txt:
        * platform/qt/fast/block/positioning/auto/vertical-rl/004-expected.png:
        * platform/qt/fast/block/positioning/auto/vertical-rl/004-expected.txt:
        * platform/qt/fast/block/positioning/auto/vertical-rl/005-expected.png:
        * platform/qt/fast/block/positioning/auto/vertical-rl/005-expected.txt:
        * platform/qt/fast/block/positioning/auto/vertical-rl/006-expected.png:
        * platform/qt/fast/block/positioning/auto/vertical-rl/006-expected.txt:
        * platform/qt/fast/block/positioning/auto/vertical-rl/007-expected.png:
        * platform/qt/fast/block/positioning/auto/vertical-rl/007-expected.txt:
        * platform/qt/fast/block/positioning/child-of-absolute-with-auto-height-expected.png:
        * platform/qt/fast/block/positioning/child-of-absolute-with-auto-height-expected.txt:
        * platform/qt/fast/block/positioning/differing-writing-modes-expected.png:
        * platform/qt/fast/block/positioning/differing-writing-modes-expected.txt:
        * platform/qt/fast/block/positioning/differing-writing-modes-replaced-expected.png:
        * platform/qt/fast/block/positioning/differing-writing-modes-replaced-expected.txt:
        * platform/qt/fast/block/positioning/fixed-positioning-scrollbar-bug-expected.png:
        * platform/qt/fast/block/positioning/fixed-positioning-scrollbar-bug-expected.txt:
        * platform/qt/fast/block/positioning/height-change-expected.png:
        * platform/qt/fast/block/positioning/height-change-expected.txt:
        * platform/qt/fast/block/positioning/hiding-inside-relpositioned-inline-expected.png:
        * platform/qt/fast/block/positioning/hiding-inside-relpositioned-inline-expected.txt:
        * platform/qt/fast/block/positioning/inline-block-relposition-expected.png:
        * platform/qt/fast/block/positioning/inline-block-relposition-expected.txt:
        * platform/qt/fast/block/positioning/leftmargin-topmargin-expected.png:
        * platform/qt/fast/block/positioning/leftmargin-topmargin-expected.txt:
        * platform/qt/fast/block/positioning/negative-right-pos-expected.png:
        * platform/qt/fast/block/positioning/negative-right-pos-expected.txt:
        * platform/qt/fast/block/positioning/padding-percent-expected.png:
        * platform/qt/fast/block/positioning/padding-percent-expected.txt:
        * platform/qt/fast/block/positioning/pref-width-change-expected.txt:
        * platform/qt/fast/block/positioning/relative-overconstrained-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-lr/001-expected.png.
        * platform/qt/fast/block/positioning/relative-overflow-block-expected.png:
        * platform/qt/fast/block/positioning/relative-overflow-block-expected.txt:
        * platform/qt/fast/block/positioning/relative-overflow-replaced-expected.png:
        * platform/qt/fast/block/positioning/relative-overflow-replaced-expected.txt:
        * platform/qt/fast/block/positioning/relative-overflow-replaced-float-expected.png:
        * platform/qt/fast/block/positioning/relative-overflow-replaced-float-expected.txt:
        * platform/qt/fast/block/positioning/relayout-on-position-change-expected.png:
        * platform/qt/fast/block/positioning/relayout-on-position-change-expected.txt:
        * platform/qt/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
        * platform/qt/fast/block/positioning/rtl-fixed-positioning-expected.png:
        * platform/qt/fast/block/positioning/rtl-static-positioning-expected.png:
        * platform/qt/fast/block/positioning/rtl-static-positioning-expected.txt:
        * platform/qt/fast/block/positioning/rtl-static-positioning-inline-block-expected.png:
        * platform/qt/fast/block/positioning/rtl-static-positioning-inline-block-expected.txt:
        * platform/qt/fast/block/positioning/static-distance-with-positioned-ancestor-expected.png:
        * platform/qt/fast/block/positioning/static-distance-with-positioned-ancestor-expected.txt:
        * platform/qt/fast/block/positioning/table-cell-static-position-expected.png:
        * platform/qt/fast/block/positioning/table-cell-static-position-expected.txt:
        * platform/qt/fast/block/positioning/trailing-space-test-expected.png:
        * platform/qt/fast/block/positioning/trailing-space-test-expected.txt:
        * platform/qt/fast/block/positioning/vertical-lr/001-expected.png:
        * platform/qt/fast/block/positioning/vertical-lr/001-expected.txt:
        * platform/qt/fast/block/positioning/vertical-rl/001-expected.png:
        * platform/qt/fast/block/positioning/vertical-rl/001-expected.txt:
        * platform/qt/fast/block/positioning/vertical-rl/fixed-positioning-expected.png:
        * platform/qt/fast/block/positioning/window-height-change-expected.png:
        * platform/qt/fast/block/positioning/window-height-change-expected.txt:

2012-07-24  Luciano Wolf  <luciano.wolf@openbossa.org>

        [Qt] fast/block/float needs rebaseline after new test fonts
        https://bugs.webkit.org/show_bug.cgi?id=92150

        Reviewed by Alexis Menard.

        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0/Skipped:
        * platform/qt/fast/block/float/001-expected.txt:
        * platform/qt/fast/block/float/002-expected.png:
        * platform/qt/fast/block/float/002-expected.txt:
        * platform/qt/fast/block/float/003-expected.png:
        * platform/qt/fast/block/float/003-expected.txt:
        * platform/qt/fast/block/float/004-expected.png:
        * platform/qt/fast/block/float/004-expected.txt:
        * platform/qt/fast/block/float/005-expected.png:
        * platform/qt/fast/block/float/005-expected.txt:
        * platform/qt/fast/block/float/006-expected.png:
        * platform/qt/fast/block/float/006-expected.txt:
        * platform/qt/fast/block/float/007-expected.png:
        * platform/qt/fast/block/float/007-expected.txt:
        * platform/qt/fast/block/float/010-expected.png:
        * platform/qt/fast/block/float/010-expected.txt:
        * platform/qt/fast/block/float/011-expected.png:
        * platform/qt/fast/block/float/011-expected.txt:
        * platform/qt/fast/block/float/012-expected.png:
        * platform/qt/fast/block/float/012-expected.txt:
        * platform/qt/fast/block/float/013-expected.png:
        * platform/qt/fast/block/float/013-expected.txt:
        * platform/qt/fast/block/float/014-expected.png:
        * platform/qt/fast/block/float/014-expected.txt:
        * platform/qt/fast/block/float/015-expected.png:
        * platform/qt/fast/block/float/015-expected.txt:
        * platform/qt/fast/block/float/016-expected.png:
        * platform/qt/fast/block/float/016-expected.txt:
        * platform/qt/fast/block/float/017-expected.png:
        * platform/qt/fast/block/float/017-expected.txt:
        * platform/qt/fast/block/float/018-expected.png:
        * platform/qt/fast/block/float/018-expected.txt:
        * platform/qt/fast/block/float/020-expected.png:
        * platform/qt/fast/block/float/020-expected.txt:
        * platform/qt/fast/block/float/021-expected.png:
        * platform/qt/fast/block/float/021-expected.txt:
        * platform/qt/fast/block/float/022-expected.png:
        * platform/qt/fast/block/float/022-expected.txt:
        * platform/qt/fast/block/float/023-expected.png:
        * platform/qt/fast/block/float/023-expected.txt:
        * platform/qt/fast/block/float/024-expected.png:
        * platform/qt/fast/block/float/024-expected.txt:
        * platform/qt/fast/block/float/025-expected.png:
        * platform/qt/fast/block/float/025-expected.txt:
        * platform/qt/fast/block/float/027-expected.png:
        * platform/qt/fast/block/float/027-expected.txt:
        * platform/qt/fast/block/float/029-expected.png:
        * platform/qt/fast/block/float/029-expected.txt:
        * platform/qt/fast/block/float/030-expected.png:
        * platform/qt/fast/block/float/030-expected.txt:
        * platform/qt/fast/block/float/031-expected.png:
        * platform/qt/fast/block/float/031-expected.txt:
        * platform/qt/fast/block/float/032-expected.png:
        * platform/qt/fast/block/float/032-expected.txt:
        * platform/qt/fast/block/float/avoidance-percent-width-compat-expected.png: Added.
        * platform/qt/fast/block/float/avoidance-percent-width-compat-expected.txt:
        * platform/qt/fast/block/float/avoidance-percent-width-strict-expected.png:
        * platform/qt/fast/block/float/avoidance-percent-width-strict-expected.txt:
        * platform/qt/fast/block/float/avoiding-float-centered-expected.png:
        * platform/qt/fast/block/float/avoiding-float-centered-expected.txt:
        * platform/qt/fast/block/float/br-with-clear-expected.txt:
        * platform/qt/fast/block/float/centered-float-avoidance-complexity-expected.png:
        * platform/qt/fast/block/float/centered-float-avoidance-complexity-expected.txt:
        * platform/qt/fast/block/float/clamped-right-float-expected.png:
        * platform/qt/fast/block/float/clamped-right-float-expected.txt:
        * platform/qt/fast/block/float/clear-element-too-wide-for-containing-block-expected.png:
        * platform/qt/fast/block/float/clear-element-too-wide-for-containing-block-expected.txt:
        * platform/qt/fast/block/float/dynamic-unfloat-pref-width-expected.png:
        * platform/qt/fast/block/float/dynamic-unfloat-pref-width-expected.txt:
        * platform/qt/fast/block/float/editable-text-overlapping-float-expected.png:
        * platform/qt/fast/block/float/editable-text-overlapping-float-expected.txt:
        * platform/qt/fast/block/float/fit_line_below_floats-expected.png:
        * platform/qt/fast/block/float/fit_line_below_floats-expected.txt:
        * platform/qt/fast/block/float/float-avoidance-expected.png:
        * platform/qt/fast/block/float/float-avoidance-expected.txt:
        * platform/qt/fast/block/float/float-in-float-hit-testing-expected.png:
        * platform/qt/fast/block/float/float-in-float-hit-testing-expected.txt:
        * platform/qt/fast/block/float/float-in-float-painting-expected.png:
        * platform/qt/fast/block/float/float-in-float-painting-expected.txt:
        * platform/qt/fast/block/float/floats-and-text-indent-expected.png:
        * platform/qt/fast/block/float/floats-and-text-indent-expected.txt:
        * platform/qt/fast/block/float/floats-and-text-indent-rl-expected.png:
        * platform/qt/fast/block/float/floats-and-text-indent-rl-expected.txt:
        * platform/qt/fast/block/float/intruding-float-add-in-sibling-block-on-static-position-expected.txt:
        * platform/qt/fast/block/float/intruding-float-add-in-sibling-block-on-static-position2-expected.txt:
        * platform/qt/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position-expected.txt:
        * platform/qt/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position2-expected.txt:
        * platform/qt/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position-expected.txt:
        * platform/qt/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position2-expected.txt:
        * platform/qt/fast/block/float/intruding-painted-twice-expected.png:
        * platform/qt/fast/block/float/intruding-painted-twice-expected.txt:
        * platform/qt/fast/block/float/marquee-shrink-to-avoid-floats-expected.png:
        * platform/qt/fast/block/float/marquee-shrink-to-avoid-floats-expected.txt:
        * platform/qt/fast/block/float/multiple-float-positioning-expected.png:
        * platform/qt/fast/block/float/multiple-float-positioning-expected.txt:
        * platform/qt/fast/block/float/nested-clearance-expected.png:
        * platform/qt/fast/block/float/nested-clearance-expected.txt:
        * platform/qt/fast/block/float/nestedAnonymousBlocks-expected.png:
        * platform/qt/fast/block/float/nestedAnonymousBlocks-expected.txt:
        * platform/qt/fast/block/float/nestedAnonymousBlocks2-expected.png:
        * platform/qt/fast/block/float/nestedAnonymousBlocks2-expected.txt:
        * platform/qt/fast/block/float/nopaint-after-layer-destruction-expected.png:
        * platform/qt/fast/block/float/nopaint-after-layer-destruction-expected.txt:
        * platform/qt/fast/block/float/nopaint-after-layer-destruction2-expected.png:
        * platform/qt/fast/block/float/nopaint-after-layer-destruction2-expected.txt:
        * platform/qt/fast/block/float/overhanging-after-height-decrease-expected.png:
        * platform/qt/fast/block/float/overhanging-after-height-decrease-expected.txt:
        * platform/qt/fast/block/float/overhanging-float-add-in-static-position-block-expected.txt:
        * platform/qt/fast/block/float/overhanging-float-add-in-static-position-block2-expected.txt:
        * platform/qt/fast/block/float/overhanging-float-remove-from-absolute-position-block-expected.txt:
        * platform/qt/fast/block/float/overhanging-float-remove-from-absolute-position-block2-expected.txt:
        * platform/qt/fast/block/float/overhanging-float-remove-from-fixed-position-block-expected.png:
        * platform/qt/fast/block/float/overhanging-float-remove-from-fixed-position-block-expected.txt:
        * platform/qt/fast/block/float/overhanging-float-remove-from-fixed-position-block2-expected.png:
        * platform/qt/fast/block/float/overhanging-float-remove-from-fixed-position-block2-expected.txt:
        * platform/qt/fast/block/float/overhanging-tall-block-expected.txt:
        * platform/qt/fast/block/float/overlapping-floats-with-overflow-hidden-expected.png:
        * platform/qt/fast/block/float/overlapping-floats-with-overflow-hidden-expected.txt:
        * platform/qt/fast/block/float/shrink-to-avoid-float-complexity-expected.png:
        * platform/qt/fast/block/float/shrink-to-avoid-float-complexity-expected.txt:
        * platform/qt/fast/block/float/shrink-to-fit-width-expected.png:
        * platform/qt/fast/block/float/shrink-to-fit-width-expected.txt:
        * platform/qt/fast/block/float/table-relayout-expected.png:
        * platform/qt/fast/block/float/table-relayout-expected.txt:
        * platform/qt/fast/block/float/vertical-move-relayout-expected.png:
        * platform/qt/fast/block/float/vertical-move-relayout-expected.txt:
        * platform/qt/fast/block/float/width-update-after-clear-expected.png:
        * platform/qt/fast/block/float/width-update-after-clear-expected.txt:

2012-07-24  Andrew Wilson  <atwilson@chromium.org>

        Unreviewed chromium expectations change stop ignoring fast/hidpi changes.

        * platform/chromium/TestExpectations:

2012-07-24  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r123499.
        http://trac.webkit.org/changeset/123499
        https://bugs.webkit.org/show_bug.cgi?id=92161

        Android fails to compile (Requested by zhenyao on #webkit).

        * fast/mediastream/MediaStreamTrack-expected.txt: Removed.
        * fast/mediastream/MediaStreamTrack.html: Removed.

2012-07-24  Andrew Wilson  <atwilson@chromium.org>

        Unreviewed chromium expectations update from r123490.

        * platform/chromium-mac-snowleopard/fast/hidpi/broken-image-icon-hidpi-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/hidpi/broken-image-with-size-hidpi-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/hidpi/clip-text-in-hidpi-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/hidpi/device-scale-factor-paint-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/hidpi/focus-rings-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/hidpi/image-set-as-background-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/hidpi/image-set-background-dynamic-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/hidpi/image-set-background-repeat-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/hidpi/image-set-background-repeat-without-size-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/hidpi/image-set-border-image-comparison-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/hidpi/image-set-border-image-dynamic-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/hidpi/image-set-border-image-simple-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/hidpi/image-set-in-content-dynamic-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/hidpi/image-set-out-of-order-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/hidpi/image-set-simple-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/hidpi/image-set-without-specified-width-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/hidpi/resize-corner-hidpi-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/hidpi/video-controls-in-hidpi-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/hidpi/video-controls-in-hidpi-expected.txt: Added.

2012-07-24  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>

        [Qt] svg/batik rebaseline after new test fonts
        https://bugs.webkit.org/show_bug.cgi?id=92162

        Unreviewed.

        * platform/qt-5.0/Skipped:
        * platform/qt-5.0/svg/batik/text/smallFonts-expected.png: Removed.
        * platform/qt-5.0/svg/batik/text/smallFonts-expected.txt: Removed.
        * platform/qt-5.0/svg/batik/text/textAnchor-expected.png: Removed.
        * platform/qt-5.0/svg/batik/text/textAnchor-expected.txt: Removed.
        * platform/qt-5.0/svg/batik/text/textEffect-expected.png: Removed.
        * platform/qt-5.0/svg/batik/text/textEffect-expected.txt: Removed.
        * platform/qt-5.0/svg/batik/text/textEffect3-expected.png: Removed.
        * platform/qt-5.0/svg/batik/text/textEffect3-expected.txt: Removed.
        * platform/qt-5.0/svg/batik/text/textPosition-expected.txt: Removed.
        * platform/qt-5.0/svg/batik/text/textPosition2-expected.png: Removed.
        * platform/qt-5.0/svg/batik/text/textPosition2-expected.txt: Removed.
        * platform/qt/svg/batik/filters/filterRegions-expected.png:
        * platform/qt/svg/batik/filters/filterRegions-expected.txt:
        * platform/qt/svg/batik/masking/maskRegions-expected.png:
        * platform/qt/svg/batik/masking/maskRegions-expected.txt:
        * platform/qt/svg/batik/paints/patternPreserveAspectRatioA-expected.png:
        * platform/qt/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
        * platform/qt/svg/batik/paints/patternRegionA-expected.png:
        * platform/qt/svg/batik/paints/patternRegionA-expected.txt:
        * platform/qt/svg/batik/paints/patternRegions-expected.png:
        * platform/qt/svg/batik/paints/patternRegions-expected.txt:
        * platform/qt/svg/batik/paints/patternRegions-positioned-objects-expected.png:
        * platform/qt/svg/batik/paints/patternRegions-positioned-objects-expected.txt:
        * platform/qt/svg/batik/text/longTextOnPath-expected.png:
        * platform/qt/svg/batik/text/longTextOnPath-expected.txt:
        * platform/qt/svg/batik/text/smallFonts-expected.png:
        * platform/qt/svg/batik/text/smallFonts-expected.txt:
        * platform/qt/svg/batik/text/textAnchor-expected.png:
        * platform/qt/svg/batik/text/textAnchor-expected.txt:
        * platform/qt/svg/batik/text/textAnchor2-expected.png:
        * platform/qt/svg/batik/text/textAnchor2-expected.txt:
        * platform/qt/svg/batik/text/textAnchor3-expected.png:
        * platform/qt/svg/batik/text/textAnchor3-expected.txt:
        * platform/qt/svg/batik/text/textDecoration-expected.png:
        * platform/qt/svg/batik/text/textDecoration-expected.txt:
        * platform/qt/svg/batik/text/textDecoration2-expected.png:
        * platform/qt/svg/batik/text/textDecoration2-expected.txt:
        * platform/qt/svg/batik/text/textEffect-expected.png:
        * platform/qt/svg/batik/text/textEffect-expected.txt:
        * platform/qt/svg/batik/text/textEffect2-expected.png:
        * platform/qt/svg/batik/text/textEffect2-expected.txt:
        * platform/qt/svg/batik/text/textEffect3-expected.png:
        * platform/qt/svg/batik/text/textEffect3-expected.txt:
        * platform/qt/svg/batik/text/textFeatures-expected.png:
        * platform/qt/svg/batik/text/textFeatures-expected.txt:
        * platform/qt/svg/batik/text/textGlyphOrientationHorizontal-expected.png:
        * platform/qt/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
        * platform/qt/svg/batik/text/textLayout2-expected.png:
        * platform/qt/svg/batik/text/textLayout2-expected.txt:
        * platform/qt/svg/batik/text/textLength-expected.png:
        * platform/qt/svg/batik/text/textLength-expected.txt:
        * platform/qt/svg/batik/text/textOnPath-expected.png:
        * platform/qt/svg/batik/text/textOnPath-expected.txt:
        * platform/qt/svg/batik/text/textOnPath2-expected.png:
        * platform/qt/svg/batik/text/textOnPath2-expected.txt:
        * platform/qt/svg/batik/text/textOnPath3-expected.png:
        * platform/qt/svg/batik/text/textOnPath3-expected.txt:
        * platform/qt/svg/batik/text/textPCDATA-expected.png:
        * platform/qt/svg/batik/text/textPCDATA-expected.txt:
        * platform/qt/svg/batik/text/textPosition-expected.png:
        * platform/qt/svg/batik/text/textPosition-expected.txt:
        * platform/qt/svg/batik/text/textPosition2-expected.png:
        * platform/qt/svg/batik/text/textPosition2-expected.txt:
        * platform/qt/svg/batik/text/textProperties-expected.png:
        * platform/qt/svg/batik/text/textProperties-expected.txt:
        * platform/qt/svg/batik/text/textProperties2-expected.png:
        * platform/qt/svg/batik/text/textProperties2-expected.txt:
        * platform/qt/svg/batik/text/verticalTextOnPath-expected.png:
        * platform/qt/svg/batik/text/verticalTextOnPath-expected.txt:

2012-07-24  Julien Chaffraix  <jchaffraix@webkit.org>

        Crash in RenderTableSection::layoutRows
        https://bugs.webkit.org/show_bug.cgi?id=92145

        Reviewed by Abhishek Arya.

        * fast/table/crash-table-section-layoutRows-expected.txt: Added.
        * fast/table/crash-table-section-layoutRows.html: Added.

2012-07-24  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>

        [Qt] svg/clip-path rebaseline after new test fonts
        https://bugs.webkit.org/show_bug.cgi?id=92158

        Unreviewed.

        Create a separate bug to track two tests that had wrong expected results before
        the font change.

        * platform/qt-5.0/Skipped:
        * platform/qt/svg/clip-path/clip-path-pixelation-expected.png:
        * platform/qt/svg/clip-path/clip-path-pixelation-expected.txt:
        * platform/qt/svg/clip-path/clip-path-text-and-shape-expected.png:
        * platform/qt/svg/clip-path/clip-path-text-and-shape-expected.txt:
        * platform/qt/svg/clip-path/clip-path-text-and-stroke-expected.png:
        * platform/qt/svg/clip-path/clip-path-text-and-stroke-expected.txt:
        * platform/qt/svg/clip-path/clip-path-text-expected.png:
        * platform/qt/svg/clip-path/clip-path-text-expected.txt:
        * platform/qt/svg/clip-path/clip-path-tspan-and-stroke-expected.png:
        * platform/qt/svg/clip-path/clip-path-tspan-and-stroke-expected.txt:
        * platform/qt/svg/clip-path/clip-path-with-text-clipped-expected.png:
        * platform/qt/svg/clip-path/clip-path-with-text-clipped-expected.txt:
        * platform/qt/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.png:
        * platform/qt/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt:
        * platform/qt/svg/clip-path/deep-nested-clip-in-mask-expected.png: Removed.
        * platform/qt/svg/clip-path/deep-nested-clip-in-mask-expected.txt: Removed.
        * platform/qt/svg/clip-path/deep-nested-clip-in-mask-panning-expected.png: Removed.
        * platform/qt/svg/clip-path/deep-nested-clip-in-mask-panning-expected.txt: Removed.

2012-07-24  Zhenyao Mo  <zmo@google.com>

        Rebaseline - gardening stuff.
        
        Unreviewed.

        * fast/canvas/webgl/framebuffer-object-attachment-expected.txt:
        * fast/canvas/webgl/framebuffer-object-attachment.html:
        * fast/canvas/webgl/resources/webgl-test-utils.js:
        (WebGLTestUtils):
        * platform/chromium-linux-x86/css3/selectors3/html: Removed.
        * platform/chromium-linux-x86/css3/selectors3/xhtml: Removed.
        * platform/chromium-linux-x86/css3/selectors3/xml: Removed.
        * platform/chromium-linux-x86/tables/mozilla_expected_failures/core: Removed.
        * platform/chromium-linux/compositing/overflow/theme-affects-visual-overflow-expected.png:
        * platform/chromium-linux/css1/box_properties/acid_test-expected.png:
        * platform/chromium-linux/css2.1/t09-c5526c-display-00-e-expected.png:
        * platform/chromium-linux/css3/selectors3/html/css3-modsel-25-expected.png:
        * platform/chromium-linux/css3/selectors3/html/css3-modsel-70-expected.png:
        * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-25-expected.png:
        * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-70-expected.png:
        * platform/chromium-linux/css3/selectors3/xml/css3-modsel-25-expected.png:
        * platform/chromium-linux/css3/selectors3/xml/css3-modsel-70-expected.png:
        * platform/chromium-linux/fast/block/basic/011-expected.png:
        * platform/chromium-linux/fast/block/margin-collapse/103-expected.png:
        * platform/chromium-linux/fast/css/non-standard-checkbox-size-expected.png:
        * platform/chromium-linux/fast/forms/001-expected.png:
        * platform/chromium-linux/fast/forms/basic-inputs-expected.png:
        * platform/chromium-linux/fast/forms/box-shadow-override-expected.png:
        * platform/chromium-linux/fast/forms/file/file-input-disabled-expected.png:
        * platform/chromium-linux/fast/forms/form-element-geometry-expected.png:
        * platform/chromium-linux/fast/forms/formmove-expected.png:
        * platform/chromium-linux/fast/forms/formmove2-expected.png:
        * platform/chromium-linux/fast/forms/indeterminate-expected.png:
        * platform/chromium-linux/fast/forms/input-appearance-height-expected.png:
        * platform/chromium-linux/fast/forms/input-value-expected.png:
        * platform/chromium-linux/fast/inline/positionedLifetime-expected.png:
        * platform/chromium-linux/fast/parser/bad-xml-slash-expected.png:
        * platform/chromium-linux/fast/replaced/replaced-breaking-expected.png:
        * platform/chromium-linux/fast/replaced/width100percent-checkbox-expected.png:
        * platform/chromium-linux/fast/text/textIteratorNilRenderer-expected.png:
        * platform/chromium-linux/fast/text/whitespace/normal-after-nowrap-breaking-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug1318-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug4527-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/core/captions1-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/core/captions2-expected.png:
        * platform/chromium-mac-snowleopard/fast/canvas/webgl/framebuffer-object-attachment-expected.txt: Removed.
        * platform/chromium-win-xp/fast/text/whitespace/normal-after-nowrap-breaking-expected.png: Removed.
        * platform/mac-snowleopard/fast/canvas/webgl/framebuffer-object-attachment-expected.txt: Removed.
        * platform/mac/fast/canvas/webgl/framebuffer-object-attachment-expected.txt: Removed.

2012-07-24  Luciano Wolf  <luciano.wolf@openbossa.org>

        [Qt] fast/block/basic needs rebaseline after new test fonts
        https://bugs.webkit.org/show_bug.cgi?id=92149

        Reviewed by Alexis Menard.

        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0/Skipped:
        * platform/qt/fast/block/basic/001-expected.png:
        * platform/qt/fast/block/basic/001-expected.txt:
        * platform/qt/fast/block/basic/002-expected.png:
        * platform/qt/fast/block/basic/002-expected.txt:
        * platform/qt/fast/block/basic/003-expected.png:
        * platform/qt/fast/block/basic/003-expected.txt:
        * platform/qt/fast/block/basic/004-expected.png:
        * platform/qt/fast/block/basic/004-expected.txt:
        * platform/qt/fast/block/basic/005-expected.png:
        * platform/qt/fast/block/basic/005-expected.txt:
        * platform/qt/fast/block/basic/006-expected.png:
        * platform/qt/fast/block/basic/006-expected.txt:
        * platform/qt/fast/block/basic/007-expected.png:
        * platform/qt/fast/block/basic/007-expected.txt:
        * platform/qt/fast/block/basic/008-expected.png:
        * platform/qt/fast/block/basic/008-expected.txt:
        * platform/qt/fast/block/basic/009-expected.png:
        * platform/qt/fast/block/basic/009-expected.txt:
        * platform/qt/fast/block/basic/010-expected.png:
        * platform/qt/fast/block/basic/010-expected.txt:
        * platform/qt/fast/block/basic/011-expected.png:
        * platform/qt/fast/block/basic/011-expected.txt:
        * platform/qt/fast/block/basic/012-expected.png:
        * platform/qt/fast/block/basic/012-expected.txt:
        * platform/qt/fast/block/basic/013-expected.png:
        * platform/qt/fast/block/basic/013-expected.txt:
        * platform/qt/fast/block/basic/014-expected.png:
        * platform/qt/fast/block/basic/014-expected.txt:
        * platform/qt/fast/block/basic/015-expected.png:
        * platform/qt/fast/block/basic/015-expected.txt:
        * platform/qt/fast/block/basic/016-expected.png:
        * platform/qt/fast/block/basic/016-expected.txt:
        * platform/qt/fast/block/basic/018-expected.png:
        * platform/qt/fast/block/basic/018-expected.txt:
        * platform/qt/fast/block/basic/019-expected.png:
        * platform/qt/fast/block/basic/019-expected.txt:
        * platform/qt/fast/block/basic/020-expected.txt:
        * platform/qt/fast/block/basic/021-expected.png:
        * platform/qt/fast/block/basic/021-expected.txt:
        * platform/qt/fast/block/basic/adding-near-anonymous-block-expected.png:
        * platform/qt/fast/block/basic/adding-near-anonymous-block-expected.txt:
        * platform/qt/fast/block/basic/minheight-expected.png:
        * platform/qt/fast/block/basic/minheight-expected.txt:
        * platform/qt/fast/block/basic/percent-height-inside-anonymous-block-expected.png:
        * platform/qt/fast/block/basic/percent-height-inside-anonymous-block-expected.txt:
        * platform/qt/fast/block/basic/quirk-height-expected.png:
        * platform/qt/fast/block/basic/quirk-height-expected.txt:
        * platform/qt/fast/block/basic/truncation-rtl-expected.png:
        * platform/qt/fast/block/basic/truncation-rtl-expected.txt:
        * platform/qt/fast/block/basic/white-space-pre-wraps-expected.png:
        * platform/qt/fast/block/basic/white-space-pre-wraps-expected.txt:

2012-07-24  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>

        [Qt] svg/carto.net rebaseline after new test fonts
        https://bugs.webkit.org/show_bug.cgi?id=92152

        Unreviewed.

        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0/Skipped:
        * platform/qt-5.0/svg/carto.net/window-expected.png: Removed.
        * platform/qt-5.0/svg/carto.net/window-expected.txt: Removed.
        * platform/qt/svg/carto.net/button-expected.png:
        * platform/qt/svg/carto.net/button-expected.txt:
        * platform/qt/svg/carto.net/colourpicker-expected.png:
        * platform/qt/svg/carto.net/colourpicker-expected.txt:
        * platform/qt/svg/carto.net/scrollbar-expected.png:
        * platform/qt/svg/carto.net/scrollbar-expected.txt:
        * platform/qt/svg/carto.net/selectionlist-expected.png:
        * platform/qt/svg/carto.net/selectionlist-expected.txt:
        * platform/qt/svg/carto.net/slider-expected.png:
        * platform/qt/svg/carto.net/slider-expected.txt:
        * platform/qt/svg/carto.net/tabgroup-expected.png:
        * platform/qt/svg/carto.net/tabgroup-expected.txt:
        * platform/qt/svg/carto.net/textbox-expected.png:
        * platform/qt/svg/carto.net/textbox-expected.txt:
        * platform/qt/svg/carto.net/window-expected.png:
        * platform/qt/svg/carto.net/window-expected.txt:

2012-07-24  Luciano Wolf  <luciano.wolf@openbossa.org>

        [Qt] platform, plugins and printing need rebaseline after new test fonts
        https://bugs.webkit.org/show_bug.cgi?id=92016

        Reviewed by Alexis Menard.

        Updating skipped tests inside platform, plugins and printing. The following tests
        remain skipped:
        /platform/qt/plugins/qt-qwidget-plugin.html (bug #92141)
        /plugins/netscape-dom-access.html (already skipped inside qt/Skipped)

        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0/Skipped:
        * platform/qt/platform/qt/fast/forms/button-line-break-expected.png:
        * platform/qt/platform/qt/fast/forms/button-line-break-expected.txt:
        * platform/qt/platform/qt/plugins/application-plugin-plugins-disabled-expected.png: Added.
        * platform/qt/platform/qt/plugins/application-plugin-plugins-disabled-expected.txt: Added.
        * platform/qt/platform/qt/plugins/qt-qwidget-plugin-expected.png: Added.
        * platform/qt/platform/qt/plugins/qt-qwidget-plugin-expected.txt:
        * platform/qt/plugins/iframe-plugin-bgcolor-expected.txt:
        * platform/qt/plugins/mouse-click-plugin-clears-selection-expected.txt:
        * platform/qt/printing/compositing-layer-printing-expected.png:
        * platform/qt/printing/compositing-layer-printing-expected.txt:
        * platform/qt/printing/iframe-print-expected.png:
        * platform/qt/printing/iframe-print-expected.txt:
        * platform/qt/printing/media-queries-print-expected.png:
        * platform/qt/printing/media-queries-print-expected.txt:
        * platform/qt/printing/page-rule-in-media-query-expected.png:
        * platform/qt/printing/page-rule-in-media-query-expected.txt:
        * platform/qt/printing/simultaneous-position-float-change-expected.txt:
        * platform/qt/printing/width-overflow-expected.png:
        * platform/qt/printing/width-overflow-expected.txt:

2012-07-24  Bruno de Oliveira Abinader  <bruno.abinader@basyskom.com>

        [Qt] Re-skip failing tests for Qt 4.8 platform
        https://bugs.webkit.org/show_bug.cgi?id=92119

        Reviewed by Alexis Menard.

        The following tests, after unskipping, are now passing on Qt-5.0 build bot
        variations, but still failing for Qt-4.8 ones:

        Regressions: Unexpected text diff mismatch : (1)
          http/tests/misc/acid3.html = TEXT

        Regressions: Unexpected image mismatch : (2)
          fast/css/tab-size.html = IMAGE
          fast/text/international/bdi-dir-default-to-auto.html = IMAGE

        This patch adds these to Skipped list of qt-4.8 platform.

        * platform/qt-4.8/Skipped: Added 3 layout tests.

2012-07-24  Tommy Widenflycht  <tommyw@google.com>

        MediaStream API: Update MediaStreamTrack to match the specification
        https://bugs.webkit.org/show_bug.cgi?id=90180

        Reviewed by Adam Barth.

        * fast/mediastream/MediaStreamTrack-expected.txt: Added.
        * fast/mediastream/MediaStreamTrack.html: Added.

2012-07-24  Andrew Wilson  <atwilson@chromium.org>

        Unreviewed expectations change for chromium to address lint error from r90190.

        * platform/chromium/TestExpectations:

2012-07-24  Julien Chaffraix  <jchaffraix@webkit.org>

        inline-table wrapper should be generated for display: inline element only
        https://bugs.webkit.org/show_bug.cgi?id=92054

        Reviewed by Abhishek Arya.

        For some reason, using dumpAsText didn't dump the 2 lines properly so the test
        is a reftest to work-around that.

        * fast/table/inline-block-generates-table-wrapper-expected.html: Added.
        * fast/table/inline-block-generates-table-wrapper.html: Added.

2012-07-24  Terry Anderson  <tdanderson@chromium.org>

        [chromium] Unskip tests in fast/hidpi
        https://bugs.webkit.org/show_bug.cgi?id=90190

        Reviewed by Adam Barth.

        Adding cr-linux baselines so that the EWS will go green. Will be adding new
        baselines for the chromium ports with WebKit gardener atwilson@.

        * platform/chromium-linux/fast/hidpi/broken-image-icon-hidpi-expected.png: Added.
        * platform/chromium-linux/fast/hidpi/broken-image-icon-hidpi-expected.txt: Added.
        * platform/chromium-linux/fast/hidpi/broken-image-with-size-hidpi-expected.png: Added.
        * platform/chromium-linux/fast/hidpi/broken-image-with-size-hidpi-expected.txt: Added.
        * platform/chromium-linux/fast/hidpi/clip-text-in-hidpi-expected.png: Added.
        * platform/chromium-linux/fast/hidpi/clip-text-in-hidpi-expected.txt: Added.
        * platform/chromium-linux/fast/hidpi/device-scale-factor-paint-expected.png: Added.
        * platform/chromium-linux/fast/hidpi/focus-rings-expected.png: Added.
        * platform/chromium-linux/fast/hidpi/image-set-as-background-expected.png: Added.
        * platform/chromium-linux/fast/hidpi/image-set-as-background-expected.txt: Added.
        * platform/chromium-linux/fast/hidpi/image-set-background-dynamic-expected.png: Added.
        * platform/chromium-linux/fast/hidpi/image-set-background-dynamic-expected.txt: Added.
        * platform/chromium-linux/fast/hidpi/image-set-background-repeat-expected.png: Added.
        * platform/chromium-linux/fast/hidpi/image-set-background-repeat-expected.txt: Added.
        * platform/chromium-linux/fast/hidpi/image-set-background-repeat-without-size-expected.png: Added.
        * platform/chromium-linux/fast/hidpi/image-set-background-repeat-without-size-expected.txt: Added.
        * platform/chromium-linux/fast/hidpi/image-set-border-image-comparison-expected.png: Added.
        * platform/chromium-linux/fast/hidpi/image-set-border-image-comparison-expected.txt: Added.
        * platform/chromium-linux/fast/hidpi/image-set-border-image-dynamic-expected.png: Added.
        * platform/chromium-linux/fast/hidpi/image-set-border-image-dynamic-expected.txt: Added.
        * platform/chromium-linux/fast/hidpi/image-set-border-image-simple-expected.png: Added.
        * platform/chromium-linux/fast/hidpi/image-set-border-image-simple-expected.txt: Added.
        * platform/chromium-linux/fast/hidpi/image-set-in-content-dynamic-expected.png: Added.
        * platform/chromium-linux/fast/hidpi/image-set-in-content-dynamic-expected.txt: Added.
        * platform/chromium-linux/fast/hidpi/image-set-out-of-order-expected.png: Added.
        * platform/chromium-linux/fast/hidpi/image-set-out-of-order-expected.txt: Added.
        * platform/chromium-linux/fast/hidpi/image-set-simple-expected.png: Added.
        * platform/chromium-linux/fast/hidpi/image-set-simple-expected.txt: Added.
        * platform/chromium-linux/fast/hidpi/image-set-without-specified-width-expected.png: Added.
        * platform/chromium-linux/fast/hidpi/image-set-without-specified-width-expected.txt: Added.
        * platform/chromium-linux/fast/hidpi/resize-corner-hidpi-expected.png: Added.
        * platform/chromium-linux/fast/hidpi/resize-corner-hidpi-expected.txt: Added.
        * platform/chromium-linux/fast/hidpi/video-controls-in-hidpi-expected.png: Added.
        * platform/chromium-linux/fast/hidpi/video-controls-in-hidpi-expected.txt: Added.
        * platform/chromium/TestExpectations:

2012-07-24  Nico Weber  <nicolasweber@gmx.de>

        [chromium] Add pixel expectations for new test scrollbar-tickmarks-styled.html
        https://bugs.webkit.org/show_bug.cgi?id=92116

        Unreviewed.

        * platform/chromium-win/fast/scrolling/scrollbar-tickmarks-styled-expected.png: Added.
        * platform/chromium/TestExpectations:

2012-07-24  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        [EFL] Gardening of failing and flaky tests
        https://bugs.webkit.org/show_bug.cgi?id=92105

        Unreviewed gardening.

        * platform/efl/TestExpectations:

2012-07-24  Bruno de Oliveira Abinader  <bruno.abinader@basyskom.com>

        [Qt] Unskip layout test after monospace-font fix
        https://bugs.webkit.org/show_bug.cgi?id=86179

        Reviewed by Alexis Menard.

        This test has been skipped because monospace fonts weren't properly to
        HTML tags like <pre>, for instance. After r121971, the test results are
        normal again.

        * platform/qt/Skipped: Unskipped fast/css/tab-size.html.

2012-07-24  Bruno de Oliveira Abinader  <bruno.abinader@basyskom.com>

        [Qt] Updated acid3 layout test results after monospace fix
        https://bugs.webkit.org/show_bug.cgi?id=87501

        Reviewed by Alexis Menard.

        Updated Qt (same for WK1 and WK2) layout test results for
        http/tests/misc/acid3.html after monospace font fix landed in r121971.

        * platform/qt/Skipped: Unskip http/tests/misc/acid3.html.
        * platform/qt/http/tests/misc/acid3-expected.png: Added.
        * platform/qt/http/tests/misc/acid3-expected.txt: Added.

2012-07-24  Bruno de Oliveira Abinader  <bruno.abinader@basyskom.com>

        [Qt] Unskip layout test after monospace-font fix
        https://bugs.webkit.org/show_bug.cgi?id=81899

        Reviewed by Alexis Menard.

        This test has been skipped because monospace fonts weren't properly used by
        layout tests. After r121971, the test results are normal again.

        * platform/qt/Skipped: Unskipped layout test.

2012-07-24  János Badics  <jbadics@inf.u-szeged.hu>

        [Qt] Unreviewed gardening after r123100. Added baseline to tests that have been unskipped.
        https://bugs.webkit.org/show_bug.cgi?id=91739

        * platform/qt-5.0/fast/dynamic/insert-before-table-part-in-continuation-expected.png: Added.
        * platform/qt-5.0/fast/dynamic/insert-before-table-part-in-continuation-expected.txt: Added.
        * platform/qt-5.0/fast/events/onload-re-entry-expected.png: Added.
        * platform/qt-5.0/fast/events/onload-re-entry-expected.txt: Added.
        * platform/qt-5.0/fast/events/touch/touch-slider-expected.txt: Added.
        * platform/qt-5.0/fast/events/touch/touch-slider-no-js-touch-listener-expected.txt: Added.
        * platform/qt-5.0/fast/inline/absolute-positioned-inline-in-centred-block-expected.png: Added.
        * platform/qt-5.0/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt:

2012-07-24  János Badics  <jbadics@inf.u-szeged.hu>

        [Qt] Unreviewed gardening after r123432. Added baseline to fast/text/whitespace/028.html
        after is has been unskipped.
        https://bugs.webkit.org/show_bug.cgi?id=91971

        * platform/qt.5-0/fast/text/whitespace/028-expected.png: Added.
        * platform/qt.5-0/fast/text/whitespace/028-expected.txt: Added.

2012-07-24  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Update expectations after r122988 and r122712.

        * platform/qt-5.0-wk2/editing/deleting/5144139-2-expected.txt: Added after r122712.
        * platform/qt-5.0/editing/deleting/5144139-2-expected.txt: Removed.
        * platform/qt-5.0/http/tests/misc/location-replace-crossdomain-expected.png: Added after r122988.
        * platform/qt-5.0/http/tests/misc/location-replace-crossdomain-expected.txt: Added after r122988.
        * platform/qt-5.0/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.png: Added after r122988.
        * platform/qt-5.0/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.txt: Added after r122988.

2012-07-24  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>

        [Qt] fast/css/text-transform-select.html should be rebaselined for WK1 and WK2 on Qt 5.0
        https://bugs.webkit.org/show_bug.cgi?id=77377

        Reviewed by Simon Hausmann.

        Test now pass in both WK1 and WK2.

        * platform/qt-5.0/Skipped:

2012-07-23  Hans Wennborg  <hans@chromium.org>

        Speech JavaScript API: Add the SpeechRecognitionResult.emma attribute
        https://bugs.webkit.org/show_bug.cgi?id=91743

        Reviewed by Adam Barth.

        Add layout test for the SpeechRecognitionResult.emma attribute.

        * fast/speech/scripted/emma.html: Added.
        * fast/speech/scripted/emma-expected.txt: Added.

2012-07-24  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Skipping tests added in r123343 and adding a test expectation for
        an accessibility test added in r123428.

        * platform/gtk/TestExpectations:

2012-07-24  Andrei Poenaru  <poenaru@adobe.com>

        Web Inspector: Protocol Extension: add getFlowByName command
        https://bugs.webkit.org/show_bug.cgi?id=91855

        Reviewed by Pavel Feldman.

        Created a single test suite for the WebInspector protocol extension for CSS Regions.

        * inspector/styles/protocol-css-regions-commands-expected.txt: Added.
        * inspector/styles/protocol-css-regions-commands.html: Added.
        * inspector/styles/protocol-getNamedFlowCollection-command-expected.txt: Removed.
        * inspector/styles/protocol-getNamedFlowCollection-command.html: Removed.
        * platform/efl/TestExpectations:
        * platform/qt/Skipped:

2012-07-24  Anthony Scian  <ascian@rim.com>

        Web Inspector [JSC]: Enable initiator column in network panel.
        https://bugs.webkit.org/show_bug.cgi?id=65533

        Reviewed by Vsevolod Vlasov.

        Bug https://bugs.webkit.org/show_bug.cgi?id=65105 caused
        network-initiator.html to be disabled due to caching CSS information.
        Tweaked the test so that reloads could be forced to avoid the cache
        copy (thanks to Vsevolod Vlasov for help on this); test works now and
        is updated for availability of stack traces fixed in 40118. Consolidated
        results into common expected results output.

        * http/tests/inspector/inspector-test.js:
        (initialize_InspectorTest.InspectorTest.hardReloadPage):
        (initialize_InspectorTest.InspectorTest.reloadPage):
        (initialize_InspectorTest.InspectorTest._innerReloadPage):
        * http/tests/inspector/network/network-initiator-expected.txt:
        * http/tests/inspector/network/network-initiator.html:
        * platform/chromium/TestExpectations:
        * platform/chromium/http/tests/inspector/network/network-initiated-expected.txt: Removed.
        * platform/mac/TestExpectations:

2012-07-24  Yoshifumi Inoue  <yosin@chromium.org>

        [Tests] Copy fast/forms/number/number-change-type-on-focus.html and number-losing-renderer-on-click.html to fast/forms/resources
        https://bugs.webkit.org/show_bug.cgi?id=92083

        Reviewed by Kent Tamura.

        This patch copies two test HTML files in fast/forms/number into JavaScript code directory,
        fast/forms/resources:
          - number-change-type-on-focus.html -> common-change-type-on-focus.js
          - number-losing-renderer-on-click.html -> common-losing-renderer-on-click.js

        * fast/forms/resources/common-change-type-on-focus.js: Copied from LayoutTests/fast/forms/number/number-change-type-on-focus.html.
        * fast/forms/resources/common-losing-renderer-on-click.js: Copied from LayoutTests/fast/forms/number/number-losing-renderer-on-click.html.

2012-07-24  Yoshifumi Inoue  <yosin@chromium.org>

        [Tests] Rename fast/forms/number/number-crash.html to number-losing-renderer-on-click.html
        https://bugs.webkit.org/show_bug.cgi?id=92085

        Reviewed by Kent Tamura.

        This patch renames test file fast/forms/number/number-crash.html to number-losing-renderer-on-click.html
        to make test name denotes what test will be done.

        * fast/forms/number/number-crash-expected.txt: Removed.
        * fast/forms/number/number-crash.html: Removed.
        * fast/forms/number/number-losing-renderer-on-click-expected.txt: Copied from LayoutTests/fast/forms/number/number-crash-expected.txt.
        * fast/forms/number/number-losing-renderer-on-click.html: Copied from LayoutTests/fast/forms/number/number-crash.html.

2012-07-24  János Badics  <jbadics@inf.u-szeged.hu>

        [Qt] Unreviewed gardening after r123379. Newly added fast/css/sticky/parsing-position-sticky.html fails.
        https://bugs.webkit.org/show_bug.cgi?id=92080

        * platform/qt/Skipped:

2012-07-24  Szilard Ledan  <szledan@inf.u-szeged.hu>

        [Qt] Unreview gardening.

        * platform/qt/Skipped:

2012-07-24  János Badics  <jbadics@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skipped a test because of a missing feature.

        * platform/qt/Skipped:

2012-07-24  Arko Saha  <arko@motorola.com>

        Microdata: Implement PropertyNodeList interface.
        https://bugs.webkit.org/show_bug.cgi?id=80269

        Reviewed by Ryosuke Niwa.

        Added test cases for PropertyNodeList interface and PropertyNodeList.getValues() method.
        Spec: http://www.whatwg.org/specs/web-apps/current-work/multipage/common-dom-interfaces.html#propertynodelist

        * fast/dom/MicroData/nameditem-returns-propertynodelist-expected.txt: Added.
        * fast/dom/MicroData/nameditem-returns-propertynodelist.html: Added.
        * fast/dom/MicroData/propertynodelist-getvalues-array-values-obtained-from-itemvalue-of-each-element-expected.txt: Added.
        * fast/dom/MicroData/propertynodelist-getvalues-array-values-obtained-from-itemvalue-of-each-element.html: Added.
        * fast/dom/MicroData/propertynodelist-getvalues-test-expected.txt: Added.
        * fast/dom/MicroData/propertynodelist-getvalues-test.html: Added.
        * fast/dom/MicroData/propertynodelist-test-add-remove-element-expected.txt: Added.
        * fast/dom/MicroData/propertynodelist-test-add-remove-element.html: Added.

2012-07-23  Balazs Ankes  <bank@inf.u-szeged.hu>

        [Qt] from platform/qt/fast/overflow to platform/qt/fast/xsl tests needs update after rebaseline and new testfonts
        https://bugs.webkit.org/show_bug.cgi?id=91971

        Unreviewed rebaseline.

        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0/Skipped:
        * platform/qt/fast/overflow/001-expected.png: Added.
        * platform/qt/fast/overflow/001-expected.txt:
        * platform/qt/fast/overflow/002-expected.png: Added.
        * platform/qt/fast/overflow/002-expected.txt:
        * platform/qt/fast/overflow/004-expected.png:
        * platform/qt/fast/overflow/004-expected.txt:
        * platform/qt/fast/overflow/006-expected.png: Added.
        * platform/qt/fast/overflow/006-expected.txt:
        * platform/qt/fast/overflow/007-expected.png:
        * platform/qt/fast/overflow/007-expected.txt:
        * platform/qt/fast/overflow/008-expected.png: Added.
        * platform/qt/fast/overflow/008-expected.txt:
        * platform/qt/fast/overflow/border-radius-clipping-expected.png: Added.
        * platform/qt/fast/overflow/border-radius-clipping-expected.txt:
        * platform/qt/fast/overflow/childFocusRingClip-expected.png: Added.
        * platform/qt/fast/overflow/childFocusRingClip-expected.txt:
        * platform/qt/fast/overflow/dynamic-hidden-expected.png: Added.
        * platform/qt/fast/overflow/dynamic-hidden-expected.txt:
        * platform/qt/fast/overflow/float-in-relpositioned-expected.png: Added.
        * platform/qt/fast/overflow/float-in-relpositioned-expected.txt:
        * platform/qt/fast/overflow/hidden-scrollbar-resize-expected.png: Added.
        * platform/qt/fast/overflow/hidden-scrollbar-resize-expected.txt:
        * platform/qt/fast/overflow/hit-test-overflow-controls-expected.png: Added.
        * platform/qt/fast/overflow/hit-test-overflow-controls-expected.txt:
        * platform/qt/fast/overflow/image-selection-highlight-expected.png:
        * platform/qt/fast/overflow/image-selection-highlight-expected.txt:
        * platform/qt/fast/overflow/infiniteRecursion-expected.png:
        * platform/qt/fast/overflow/infiniteRecursion-expected.txt:
        * platform/qt/fast/overflow/line-clamp-expected.png:
        * platform/qt/fast/overflow/line-clamp-expected.txt:
        * platform/qt/fast/overflow/overflow-auto-position-absolute-expected.png: Added.
        * platform/qt/fast/overflow/overflow-auto-position-absolute-expected.txt:
        * platform/qt/fast/overflow/overflow-auto-table-expected.png:
        * platform/qt/fast/overflow/overflow-auto-table-expected.txt:
        * platform/qt/fast/overflow/overflow-float-stacking-expected.png: Added.
        * platform/qt/fast/overflow/overflow-float-stacking-expected.txt:
        * platform/qt/fast/overflow/overflow-focus-ring-expected.png:
        * platform/qt/fast/overflow/overflow-focus-ring-expected.txt:
        * platform/qt/fast/overflow/overflow-rtl-inline-scrollbar-expected.png: Added.
        * platform/qt/fast/overflow/overflow-rtl-inline-scrollbar-expected.txt:
        * platform/qt/fast/overflow/overflow-rtl-vertical-expected.png:
        * platform/qt/fast/overflow/overflow-rtl-vertical-expected.txt:
        * platform/qt/fast/overflow/overflow-stacking-expected.png: Added.
        * platform/qt/fast/overflow/overflow-stacking-expected.txt:
        * platform/qt/fast/overflow/overflow-with-local-background-attachment-expected.png: Added.
        * platform/qt/fast/overflow/overflow-with-local-background-attachment-expected.txt:
        * platform/qt/fast/overflow/position-fixed-transform-clipping-expected.png:
        * platform/qt/fast/overflow/position-fixed-transform-clipping-expected.txt:
        * platform/qt/fast/overflow/scrollbar-position-update-expected.png: Added.
        * platform/qt/fast/overflow/scrollbar-position-update-expected.txt:
        * platform/qt/fast/overflow/table-overflow-float-expected.png:
        * platform/qt/fast/overflow/table-overflow-float-expected.txt:
        * platform/qt/fast/overflow/unreachable-overflow-rtl-bug-expected.png:
        * platform/qt/fast/overflow/unreachable-overflow-rtl-bug-expected.txt:
        * platform/qt/fast/parser/001-expected.png:
        * platform/qt/fast/parser/001-expected.txt:
        * platform/qt/fast/parser/bad-xml-slash-expected.png: Copied from LayoutTests/platform/qt/fast/text/whitespace/023-expected.png.
        * platform/qt/fast/parser/bad-xml-slash-expected.txt:
        * platform/qt/fast/parser/broken-comments-vs-parsing-mode-expected.png: Added.
        * platform/qt/fast/parser/broken-comments-vs-parsing-mode-expected.txt:
        * platform/qt/fast/parser/document-write-option-expected.png: Added.
        * platform/qt/fast/parser/document-write-option-expected.txt:
        * platform/qt/fast/parser/entity-comment-in-style-expected.png: Added.
        * platform/qt/fast/parser/entity-comment-in-style-expected.txt:
        * platform/qt/fast/parser/entity-comment-in-textarea-expected.png:
        * platform/qt/fast/parser/entity-comment-in-textarea-expected.txt:
        * platform/qt/fast/parser/nofoo-tags-inside-paragraph-expected.png: Added.
        * platform/qt/fast/parser/nofoo-tags-inside-paragraph-expected.txt:
        * platform/qt/fast/parser/open-comment-in-style-expected.png: Added.
        * platform/qt/fast/parser/open-comment-in-style-expected.txt:
        * platform/qt/fast/parser/open-comment-in-textarea-expected.png:
        * platform/qt/fast/parser/open-comment-in-textarea-expected.txt:
        * platform/qt/fast/parser/title-error-test-expected.png: Added.
        * platform/qt/fast/parser/title-error-test-expected.txt:
        * platform/qt/fast/reflections/abs-position-in-reflection-expected.png: Added.
        * platform/qt/fast/reflections/abs-position-in-reflection-expected.txt:
        * platform/qt/fast/reflections/inline-crash-expected.png: Added.
        * platform/qt/fast/reflections/inline-crash-expected.txt:
        * platform/qt/fast/reflections/opacity-reflection-transform-expected.png:
        * platform/qt/fast/reflections/opacity-reflection-transform-expected.txt:
        * platform/qt/fast/reflections/reflection-nesting-expected.png: Added.
        * platform/qt/fast/reflections/reflection-nesting-expected.txt:
        * platform/qt/fast/reflections/reflection-overflow-hidden-expected.png: Added.
        * platform/qt/fast/reflections/reflection-overflow-hidden-expected.txt:
        * platform/qt/fast/reflections/transparent-reflected-sublayers-expected.png: Added.
        * platform/qt/fast/reflections/transparent-reflected-sublayers-expected.txt:
        * platform/qt/fast/repaint/4774354-expected.png:
        * platform/qt/fast/repaint/4774354-expected.txt:
        * platform/qt/fast/repaint/4776765-expected.png:
        * platform/qt/fast/repaint/4776765-expected.txt:
        * platform/qt/fast/repaint/backgroundSizeRepaint-expected.png:
        * platform/qt/fast/repaint/backgroundSizeRepaint-expected.txt:
        * platform/qt/fast/repaint/block-layout-inline-children-float-positioned-expected.png:
        * platform/qt/fast/repaint/block-layout-inline-children-float-positioned-expected.txt:
        * platform/qt/fast/repaint/block-layout-inline-children-replaced-expected.png:
        * platform/qt/fast/repaint/block-layout-inline-children-replaced-expected.txt:
        * platform/qt/fast/repaint/body-background-image-expected.png:
        * platform/qt/fast/repaint/body-background-image-expected.txt:
        * platform/qt/fast/repaint/border-fit-lines-expected.png:
        * platform/qt/fast/repaint/border-fit-lines-expected.txt:
        * platform/qt/fast/repaint/border-radius-repaint-expected.png:
        * platform/qt/fast/repaint/border-radius-repaint-expected.txt:
        * platform/qt/fast/repaint/border-repaint-glitch-expected.png:
        * platform/qt/fast/repaint/border-repaint-glitch-expected.txt:
        * platform/qt/fast/repaint/box-shadow-dynamic-expected.png:
        * platform/qt/fast/repaint/box-shadow-dynamic-expected.txt:
        * platform/qt/fast/repaint/bugzilla-3509-expected.png:
        * platform/qt/fast/repaint/bugzilla-3509-expected.txt:
        * platform/qt/fast/repaint/bugzilla-5699-expected.png:
        * platform/qt/fast/repaint/bugzilla-5699-expected.txt:
        * platform/qt/fast/repaint/bugzilla-6278-expected.png:
        * platform/qt/fast/repaint/bugzilla-6278-expected.txt:
        * platform/qt/fast/repaint/bugzilla-6388-expected.png:
        * platform/qt/fast/repaint/bugzilla-6388-expected.txt:
        * platform/qt/fast/repaint/bugzilla-6473-expected.png:
        * platform/qt/fast/repaint/bugzilla-6473-expected.txt:
        * platform/qt/fast/repaint/bugzilla-7235-expected.png:
        * platform/qt/fast/repaint/bugzilla-7235-expected.txt:
        * platform/qt/fast/repaint/caret-outside-block-expected.png:
        * platform/qt/fast/repaint/caret-outside-block-expected.txt:
        * platform/qt/fast/repaint/change-transform-expected.png:
        * platform/qt/fast/repaint/change-transform-expected.txt:
        * platform/qt/fast/repaint/clipped-relative-expected.png:
        * platform/qt/fast/repaint/clipped-relative-expected.txt:
        * platform/qt/fast/repaint/containing-block-position-change-expected.png:
        * platform/qt/fast/repaint/containing-block-position-change-expected.txt:
        * platform/qt/fast/repaint/control-clip-expected.png:
        * platform/qt/fast/repaint/control-clip-expected.txt:
        * platform/qt/fast/repaint/create-layer-repaint-expected.png:
        * platform/qt/fast/repaint/create-layer-repaint-expected.txt:
        * platform/qt/fast/repaint/delete-into-nested-block-expected.png:
        * platform/qt/fast/repaint/delete-into-nested-block-expected.txt:
        * platform/qt/fast/repaint/dynamic-table-vertical-alignment-change-expected.png:
        * platform/qt/fast/repaint/dynamic-table-vertical-alignment-change-expected.txt:
        * platform/qt/fast/repaint/fixed-child-move-after-scroll-expected.png:
        * platform/qt/fast/repaint/fixed-child-move-after-scroll-expected.txt:
        * platform/qt/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png:
        * platform/qt/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.txt:
        * platform/qt/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png:
        * platform/qt/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.txt:
        * platform/qt/fast/repaint/fixed-move-after-keyboard-scroll-expected.png:
        * platform/qt/fast/repaint/fixed-move-after-keyboard-scroll-expected.txt:
        * platform/qt/fast/repaint/fixed-move-after-scroll-expected.png:
        * platform/qt/fast/repaint/fixed-move-after-scroll-expected.txt:
        * platform/qt/fast/repaint/float-move-during-layout-expected.png:
        * platform/qt/fast/repaint/float-move-during-layout-expected.txt:
        * platform/qt/fast/repaint/focus-layers-expected.png:
        * platform/qt/fast/repaint/focus-layers-expected.txt:
        * platform/qt/fast/repaint/inline-color-change-expected.png:
        * platform/qt/fast/repaint/inline-color-change-expected.txt:
        * platform/qt/fast/repaint/inline-outline-repaint-expected.png:
        * platform/qt/fast/repaint/inline-outline-repaint-expected.txt:
        * platform/qt/fast/repaint/layout-state-relative-expected.png:
        * platform/qt/fast/repaint/layout-state-relative-expected.txt:
        * platform/qt/fast/repaint/layout-state-scrolloffset-expected.png:
        * platform/qt/fast/repaint/layout-state-scrolloffset-expected.txt:
        * platform/qt/fast/repaint/layout-state-scrolloffset2-expected.png:
        * platform/qt/fast/repaint/layout-state-scrolloffset2-expected.txt:
        * platform/qt/fast/repaint/layout-state-scrolloffset3-expected.png:
        * platform/qt/fast/repaint/layout-state-scrolloffset3-expected.txt:
        * platform/qt/fast/repaint/line-flow-with-floats-1-expected.png:
        * platform/qt/fast/repaint/line-flow-with-floats-1-expected.txt:
        * platform/qt/fast/repaint/line-flow-with-floats-10-expected.png:
        * platform/qt/fast/repaint/line-flow-with-floats-10-expected.txt:
        * platform/qt/fast/repaint/line-flow-with-floats-2-expected.png:
        * platform/qt/fast/repaint/line-flow-with-floats-2-expected.txt:
        * platform/qt/fast/repaint/line-flow-with-floats-3-expected.png:
        * platform/qt/fast/repaint/line-flow-with-floats-3-expected.txt:
        * platform/qt/fast/repaint/line-flow-with-floats-4-expected.png:
        * platform/qt/fast/repaint/line-flow-with-floats-4-expected.txt:
        * platform/qt/fast/repaint/line-flow-with-floats-5-expected.png:
        * platform/qt/fast/repaint/line-flow-with-floats-5-expected.txt:
        * platform/qt/fast/repaint/line-flow-with-floats-6-expected.png:
        * platform/qt/fast/repaint/line-flow-with-floats-6-expected.txt:
        * platform/qt/fast/repaint/line-flow-with-floats-7-expected.png:
        * platform/qt/fast/repaint/line-flow-with-floats-7-expected.txt:
        * platform/qt/fast/repaint/line-flow-with-floats-8-expected.png:
        * platform/qt/fast/repaint/line-flow-with-floats-8-expected.txt:
        * platform/qt/fast/repaint/line-flow-with-floats-9-expected.png:
        * platform/qt/fast/repaint/line-flow-with-floats-9-expected.txt:
        * platform/qt/fast/repaint/line-overflow-expected.png:
        * platform/qt/fast/repaint/line-overflow-expected.txt:
        * platform/qt/fast/repaint/list-marker-2-expected.png:
        * platform/qt/fast/repaint/list-marker-2-expected.txt:
        * platform/qt/fast/repaint/make-children-non-inline-expected.png:
        * platform/qt/fast/repaint/make-children-non-inline-expected.txt:
        * platform/qt/fast/repaint/multicol-repaint-expected.png:
        * platform/qt/fast/repaint/multicol-repaint-expected.txt:
        * platform/qt/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.png:
        * platform/qt/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.txt:
        * platform/qt/fast/repaint/opacity-change-on-overflow-float-expected.png:
        * platform/qt/fast/repaint/opacity-change-on-overflow-float-expected.txt:
        * platform/qt/fast/repaint/outline-child-repaint-expected.png:
        * platform/qt/fast/repaint/outline-child-repaint-expected.txt:
        * platform/qt/fast/repaint/outline-inset-expected.png:
        * platform/qt/fast/repaint/outline-inset-expected.txt:
        * platform/qt/fast/repaint/outline-repaint-glitch-expected.png:
        * platform/qt/fast/repaint/outline-repaint-glitch-expected.txt:
        * platform/qt/fast/repaint/outline-shrinking-expected.png:
        * platform/qt/fast/repaint/outline-shrinking-expected.txt:
        * platform/qt/fast/repaint/overflow-delete-line-expected.png:
        * platform/qt/fast/repaint/overflow-delete-line-expected.txt:
        * platform/qt/fast/repaint/overflow-scroll-body-appear-expected.png:
        * platform/qt/fast/repaint/overflow-scroll-body-appear-expected.txt:
        * platform/qt/fast/repaint/overflow-scroll-delete-expected.png:
        * platform/qt/fast/repaint/overflow-scroll-delete-expected.txt:
        * platform/qt/fast/repaint/positioned-document-element-expected.png:
        * platform/qt/fast/repaint/positioned-document-element-expected.txt:
        * platform/qt/fast/repaint/reflection-redraw-expected.png:
        * platform/qt/fast/repaint/reflection-redraw-expected.txt:
        * platform/qt/fast/repaint/region-painting-invalidation-expected.png:
        * platform/qt/fast/repaint/region-painting-invalidation-expected.txt:
        * platform/qt/fast/repaint/rel-positioned-inline-with-overflow-expected.png: Added.
        * platform/qt/fast/repaint/rel-positioned-inline-with-overflow-expected.txt:
        * platform/qt/fast/repaint/repaint-resized-overflow-expected.png:
        * platform/qt/fast/repaint/repaint-resized-overflow-expected.txt:
        * platform/qt/fast/repaint/scale-page-shrink-expected.png:
        * platform/qt/fast/repaint/scale-page-shrink-expected.txt:
        * platform/qt/fast/repaint/search-field-cancel-expected.png:
        * platform/qt/fast/repaint/search-field-cancel-expected.txt:
        * platform/qt/fast/repaint/select-option-background-color-expected.png:
        * platform/qt/fast/repaint/select-option-background-color-expected.txt:
        * platform/qt/fast/repaint/selected-replaced-expected.png:
        * platform/qt/fast/repaint/selected-replaced-expected.txt:
        * platform/qt/fast/repaint/selection-after-delete-expected.png:
        * platform/qt/fast/repaint/selection-after-delete-expected.txt:
        * platform/qt/fast/repaint/selection-after-remove-expected.png:
        * platform/qt/fast/repaint/selection-after-remove-expected.txt:
        * platform/qt/fast/repaint/selection-gap-overflow-scroll-2-expected.png:
        * platform/qt/fast/repaint/selection-gap-overflow-scroll-2-expected.txt:
        * platform/qt/fast/repaint/selection-rl-expected.png:
        * platform/qt/fast/repaint/selection-rl-expected.txt:
        * platform/qt/fast/repaint/stacked-diacritics-expected.png:
        * platform/qt/fast/repaint/stacked-diacritics-expected.txt:
        * platform/qt/fast/repaint/subtree-layoutstate-transform-expected.png:
        * platform/qt/fast/repaint/subtree-layoutstate-transform-expected.txt:
        * platform/qt/fast/repaint/subtree-root-skipped-expected.png:
        * platform/qt/fast/repaint/subtree-root-skipped-expected.txt:
        * platform/qt/fast/repaint/table-cell-collapsed-border-expected.png:
        * platform/qt/fast/repaint/table-cell-collapsed-border-expected.txt:
        * platform/qt/fast/repaint/table-cell-move-expected.png:
        * platform/qt/fast/repaint/table-cell-move-expected.txt:
        * platform/qt/fast/repaint/table-collapsed-border-expected.png:
        * platform/qt/fast/repaint/table-collapsed-border-expected.txt:
        * platform/qt/fast/repaint/table-extra-bottom-grow-expected.png:
        * platform/qt/fast/repaint/table-extra-bottom-grow-expected.txt:
        * platform/qt/fast/repaint/text-append-dirty-lines-expected.png:
        * platform/qt/fast/repaint/text-append-dirty-lines-expected.txt:
        * platform/qt/fast/repaint/transform-absolute-in-positioned-container-expected.png:
        * platform/qt/fast/repaint/transform-absolute-in-positioned-container-expected.txt:
        * platform/qt/fast/repaint/transform-relative-position-expected.png:
        * platform/qt/fast/repaint/transform-relative-position-expected.txt:
        * platform/qt/fast/repaint/transform-repaint-descendants-expected.png:
        * platform/qt/fast/repaint/transform-repaint-descendants-expected.txt:
        * platform/qt/fast/repaint/transform-translate-expected.png:
        * platform/qt/fast/repaint/transform-translate-expected.txt:
        * platform/qt/fast/replaced/001-expected.png:
        * platform/qt/fast/replaced/001-expected.txt:
        * platform/qt/fast/replaced/002-expected.png:
        * platform/qt/fast/replaced/002-expected.txt:
        * platform/qt/fast/replaced/003-expected.png:
        * platform/qt/fast/replaced/003-expected.txt:
        * platform/qt/fast/replaced/004-expected.png:
        * platform/qt/fast/replaced/004-expected.txt:
        * platform/qt/fast/replaced/005-expected.png:
        * platform/qt/fast/replaced/005-expected.txt:
        * platform/qt/fast/replaced/006-expected.png:
        * platform/qt/fast/replaced/006-expected.txt:
        * platform/qt/fast/replaced/007-expected.png:
        * platform/qt/fast/replaced/007-expected.txt:
        * platform/qt/fast/replaced/absolute-image-sizing-expected.png:
        * platform/qt/fast/replaced/absolute-image-sizing-expected.txt:
        * platform/qt/fast/replaced/absolute-position-percentage-height-expected.png:
        * platform/qt/fast/replaced/absolute-position-percentage-height-expected.txt:
        * platform/qt/fast/replaced/absolute-position-percentage-width-expected.png:
        * platform/qt/fast/replaced/absolute-position-percentage-width-expected.txt:
        * platform/qt/fast/replaced/absolute-position-with-auto-height-and-top-and-bottom-expected.png:
        * platform/qt/fast/replaced/absolute-position-with-auto-height-and-top-and-bottom-expected.txt:
        * platform/qt/fast/replaced/absolute-position-with-auto-width-and-left-and-right-expected.png:
        * platform/qt/fast/replaced/absolute-position-with-auto-width-and-left-and-right-expected.txt:
        * platform/qt/fast/replaced/applet-disabled-positioned-expected.png:
        * platform/qt/fast/replaced/applet-disabled-positioned-expected.txt:
        * platform/qt/fast/replaced/applet-display-none-expected.png:
        * platform/qt/fast/replaced/applet-display-none-expected.txt:
        * platform/qt/fast/replaced/applet-rendering-java-disabled-expected.png:
        * platform/qt/fast/replaced/applet-rendering-java-disabled-expected.txt:
        * platform/qt/fast/replaced/border-radius-clip-expected.png:
        * platform/qt/fast/replaced/border-radius-clip-expected.txt:
        * platform/qt/fast/replaced/embed-display-none-expected.png:
        * platform/qt/fast/replaced/embed-display-none-expected.txt:
        * platform/qt/fast/replaced/image-resize-width-expected.png:
        * platform/qt/fast/replaced/image-resize-width-expected.txt:
        * platform/qt/fast/replaced/image-sizing-expected.png:
        * platform/qt/fast/replaced/image-sizing-expected.txt:
        * platform/qt/fast/replaced/inline-box-wrapper-handover-expected.png:
        * platform/qt/fast/replaced/inline-box-wrapper-handover-expected.txt:
        * platform/qt/fast/replaced/max-width-percent-expected.png:
        * platform/qt/fast/replaced/max-width-percent-expected.txt:
        * platform/qt/fast/replaced/maxheight-percent-expected.png:
        * platform/qt/fast/replaced/maxheight-percent-expected.txt:
        * platform/qt/fast/replaced/maxheight-pxs-expected.png:
        * platform/qt/fast/replaced/maxheight-pxs-expected.txt:
        * platform/qt/fast/replaced/maxwidth-percent-expected.png:
        * platform/qt/fast/replaced/maxwidth-percent-expected.txt:
        * platform/qt/fast/replaced/maxwidth-pxs-expected.png:
        * platform/qt/fast/replaced/maxwidth-pxs-expected.txt:
        * platform/qt/fast/replaced/minheight-percent-expected.png:
        * platform/qt/fast/replaced/minheight-percent-expected.txt:
        * platform/qt/fast/replaced/minheight-pxs-expected.png:
        * platform/qt/fast/replaced/minheight-pxs-expected.txt:
        * platform/qt/fast/replaced/minwidth-percent-expected.png:
        * platform/qt/fast/replaced/minwidth-percent-expected.txt:
        * platform/qt/fast/replaced/minwidth-pxs-expected.png:
        * platform/qt/fast/replaced/minwidth-pxs-expected.txt:
        * platform/qt/fast/replaced/object-align-hspace-vspace-expected.png:
        * platform/qt/fast/replaced/object-align-hspace-vspace-expected.txt:
        * platform/qt/fast/replaced/object-display-none-expected.png:
        * platform/qt/fast/replaced/object-display-none-expected.txt:
        * platform/qt/fast/replaced/percent-height-in-anonymous-block-in-table-expected.png:
        * platform/qt/fast/replaced/percent-height-in-anonymous-block-in-table-expected.txt:
        * platform/qt/fast/replaced/percent-height-in-anonymous-block-widget-expected.png:
        * platform/qt/fast/replaced/percent-height-in-anonymous-block-widget-expected.txt:
        * platform/qt/fast/replaced/replaced-breaking-expected.png:
        * platform/qt/fast/replaced/replaced-breaking-expected.txt:
        * platform/qt/fast/replaced/replaced-breaking-mixture-expected.png:
        * platform/qt/fast/replaced/replaced-breaking-mixture-expected.txt:
        * platform/qt/fast/replaced/replaced-child-of-absolute-with-auto-height-expected.png:
        * platform/qt/fast/replaced/replaced-child-of-absolute-with-auto-height-expected.txt:
        * platform/qt/fast/replaced/selection-rect-in-table-cell-expected.png:
        * platform/qt/fast/replaced/selection-rect-in-table-cell-expected.txt:
        * platform/qt/fast/replaced/selection-rect-transform-expected.png:
        * platform/qt/fast/replaced/selection-rect-transform-expected.txt:
        * platform/qt/fast/replaced/three-selects-break-expected.png:
        * platform/qt/fast/replaced/three-selects-break-expected.txt:
        * platform/qt/fast/replaced/vertical-lr/absolute-position-percentage-width-expected.png:
        * platform/qt/fast/replaced/vertical-lr/absolute-position-percentage-width-expected.txt:
        * platform/qt/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.png:
        * platform/qt/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.txt:
        * platform/qt/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.png:
        * platform/qt/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.txt:
        * platform/qt/fast/replaced/vertical-rl/absolute-position-percentage-width-expected.png:
        * platform/qt/fast/replaced/vertical-rl/absolute-position-percentage-width-expected.txt:
        * platform/qt/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.png:
        * platform/qt/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.txt:
        * platform/qt/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.png:
        * platform/qt/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.txt:
        * platform/qt/fast/replaced/width100percent-button-expected.png:
        * platform/qt/fast/replaced/width100percent-button-expected.txt:
        * platform/qt/fast/replaced/width100percent-checkbox-expected.png:
        * platform/qt/fast/replaced/width100percent-checkbox-expected.txt:
        * platform/qt/fast/replaced/width100percent-image-expected.png:
        * platform/qt/fast/replaced/width100percent-image-expected.txt:
        * platform/qt/fast/replaced/width100percent-radio-expected.png: Added.
        * platform/qt/fast/replaced/width100percent-radio-expected.txt:
        * platform/qt/fast/replaced/width100percent-searchfield-expected.png:
        * platform/qt/fast/replaced/width100percent-searchfield-expected.txt:
        * platform/qt/fast/replaced/width100percent-textfield-expected.png:
        * platform/qt/fast/replaced/width100percent-textfield-expected.txt:
        * platform/qt/fast/ruby/ruby-inline-table-expected.png:
        * platform/qt/fast/ruby/ruby-inline-table-expected.txt:
        * platform/qt/fast/ruby/ruby-text-before-after-content-expected.png:
        * platform/qt/fast/ruby/ruby-text-before-after-content-expected.txt:
        * platform/qt/fast/runin/001-expected.png:
        * platform/qt/fast/runin/001-expected.txt:
        * platform/qt/fast/runin/generated-expected.png:
        * platform/qt/fast/runin/generated-expected.txt:
        * platform/qt/fast/runin/generated2-expected.png:
        * platform/qt/fast/runin/generated2-expected.txt:
        * platform/qt/fast/runin/generated3-expected.png:
        * platform/qt/fast/runin/generated3-expected.txt:
        * platform/qt/fast/spatial-navigation/snav-multiple-select-focusring-expected.png:
        * platform/qt/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt:
        * platform/qt/fast/text/atsui-kerning-and-ligatures-expected.png: Added.
        * platform/qt/fast/text/atsui-small-caps-punctuation-size-expected.png:
        * platform/qt/fast/text/backslash-to-yen-sign-dynamic-expected.png:
        * platform/qt/fast/text/backslash-to-yen-sign-euc-expected.png:
        * platform/qt/fast/text/backslash-to-yen-sign-euc-expected.txt:
        * platform/qt/fast/text/backslash-to-yen-sign-expected.png:
        * platform/qt/fast/text/backslash-to-yen-sign-expected.txt:
        * platform/qt/fast/text/basic/001-expected.png:
        * platform/qt/fast/text/basic/002-expected.png: Added.
        * platform/qt/fast/text/basic/003-expected.png:
        * platform/qt/fast/text/basic/003-expected.txt:
        * platform/qt/fast/text/basic/004-expected.png: Added.
        * platform/qt/fast/text/basic/005-expected.png: Added.
        * platform/qt/fast/text/basic/006-expected.png: Added.
        * platform/qt/fast/text/basic/007-expected.png: Added.
        * platform/qt/fast/text/basic/008-expected.png: Added.
        * platform/qt/fast/text/basic/009-expected.png:
        * platform/qt/fast/text/basic/011-expected.png: Added.
        * platform/qt/fast/text/basic/012-expected.png: Added.
        * platform/qt/fast/text/basic/generic-family-changes-expected.png:
        * platform/qt/fast/text/basic/generic-family-reset-expected.png:
        * platform/qt/fast/text/break-word-expected.png:
        * platform/qt/fast/text/capitalize-empty-generated-string-expected.png: Added.
        * platform/qt/fast/text/capitalize-preserve-nbsp-expected.png: Added.
        * platform/qt/fast/text/cg-vs-atsui-expected.png:
        * platform/qt/fast/text/complex-preferred-logical-widths-expected.png:
        * platform/qt/fast/text/complex-synthetic-bold-space-width-expected.png:
        * platform/qt/fast/text/complex-text-opacity-expected.png:
        * platform/qt/fast/text/complex-text-opacity-expected.txt:
        * platform/qt/fast/text/delete-hard-break-character-expected.png: Added.
        * platform/qt/fast/text/embed-at-end-of-pre-wrap-line-expected.png:
        * platform/qt/fast/text/fake-italic-expected.png: Added.
        * platform/qt/fast/text/fallback-traits-fixup-expected.png: Added.
        * platform/qt/fast/text/fallback-traits-fixup-expected.txt:
        * platform/qt/fast/text/firstline/001-expected.png: Added.
        * platform/qt/fast/text/firstline/002-expected.png: Added.
        * platform/qt/fast/text/firstline/003-expected.png: Added.
        * platform/qt/fast/text/font-initial-expected.png: Added.
        * platform/qt/fast/text/hyphenate-limit-before-after-expected.png:
        * platform/qt/fast/text/hyphenate-limit-lines-expected.png:
        * platform/qt/fast/text/international/arabic-justify-expected.png: Added.
        * platform/qt/fast/text/international/arabic-justify-expected.txt:
        * platform/qt/fast/text/international/hindi-whitespace-expected.png: Added.
        * platform/qt/fast/text/international/hindi-whitespace-expected.txt:
        * platform/qt/fast/text/international/text-spliced-font-expected.png:
        * platform/qt/fast/text/international/text-spliced-font-expected.txt:
        * platform/qt/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
        * platform/qt/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt:
        * platform/qt/fast/text/justified-selection-at-edge-expected.png: Added.
        * platform/qt/fast/text/justified-selection-expected.png: Added.
        * platform/qt/fast/text/large-text-composed-char-expected.png:
        * platform/qt/fast/text/large-text-composed-char-expected.txt:
        * platform/qt/fast/text/letter-spacing-negative-opacity-expected.png:
        * platform/qt/fast/text/letter-spacing-negative-opacity-expected.txt:
        * platform/qt/fast/text/line-breaks-after-white-space-expected.png:
        * platform/qt/fast/text/midword-break-before-surrogate-pair-2-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/multicol-repaint-expected.png.
        * platform/qt/fast/text/midword-break-hang-expected.png: Added.
        * platform/qt/fast/text/reset-emptyRun-expected.png: Added.
        * platform/qt/fast/text/selection-hard-linebreak-expected.png:
        * platform/qt/fast/text/shadow-no-blur-expected.png:
        * platform/qt/fast/text/shadow-translucent-fill-expected.png: Added.
        * platform/qt/fast/text/should-use-atsui-expected.png: Added.
        * platform/qt/fast/text/softHyphen-expected.png: Added.
        * platform/qt/fast/text/softHyphen-expected.txt:
        * platform/qt/fast/text/stroking-decorations-expected.png: Added.
        * platform/qt/fast/text/stroking-expected.png: Added.
        * platform/qt/fast/text/text-letter-spacing-expected.png:
        * platform/qt/fast/text/text-letter-spacing-expected.txt:
        * platform/qt/fast/text/text-shadow-no-default-color-expected.png: Added.
        * platform/qt/fast/text/textIteratorNilRenderer-expected.png:
        * platform/qt/fast/text/unicode-variation-selector-expected.png:
        * platform/qt/fast/text/wbr-expected.png: Added.
        * platform/qt/fast/text/wbr-in-pre-crash-expected.png: Added.
        * platform/qt/fast/text/wbr-pre-expected.png:
        * platform/qt/fast/text/wbr-styled-expected.png:
        * platform/qt/fast/text/whitespace/002-expected.png:
        * platform/qt/fast/text/whitespace/003-expected.png:
        * platform/qt/fast/text/whitespace/006-expected.png: Added.
        * platform/qt/fast/text/whitespace/007-expected.png: Added.
        * platform/qt/fast/text/whitespace/008-expected.png: Added.
        * platform/qt/fast/text/whitespace/009-expected.png: Added.
        * platform/qt/fast/text/whitespace/012-expected.png:
        * platform/qt/fast/text/whitespace/013-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/multicol-repaint-expected.png.
        * platform/qt/fast/text/whitespace/014-expected.png: Copied from LayoutTests/platform/qt/fast/replaced/three-selects-break-expected.png.
        * platform/qt/fast/text/whitespace/018-expected.png: Added.
        * platform/qt/fast/text/whitespace/020-expected.png: Added.
        * platform/qt/fast/text/whitespace/021-expected.png: Added.
        * platform/qt/fast/text/whitespace/022-expected.png:
        * platform/qt/fast/text/whitespace/023-expected.png:
        * platform/qt/fast/text/whitespace/025-expected.png: Added.
        * platform/qt/fast/text/whitespace/026-expected.png: Added.
        * platform/qt/fast/text/whitespace/027-expected.png: Added.
        * platform/qt/fast/text/whitespace/030-expected.png:
        * platform/qt/fast/text/whitespace/nbsp-mode-and-linewraps-expected.png: Added.
        * platform/qt/fast/text/whitespace/normal-after-nowrap-breaking-expected.png:
        * platform/qt/fast/text/whitespace/nowrap-clear-float-expected.png: Added.
        * platform/qt/fast/text/whitespace/pre-break-word-expected.png:
        * platform/qt/fast/text/whitespace/pre-newline-box-test-expected.png:
        * platform/qt/fast/text/whitespace/pre-wrap-last-char-expected.png: Added.
        * platform/qt/fast/text/whitespace/pre-wrap-line-test-expected.png:
        * platform/qt/fast/text/whitespace/pre-wrap-overflow-selection-expected.png:
        * platform/qt/fast/text/whitespace/pre-wrap-overflow-selection-expected.txt:
        * platform/qt/fast/text/whitespace/span-in-word-space-causes-overflow-expected.png: Added.
        * platform/qt/fast/text/word-break-expected.png:
        * platform/qt/fast/text/word-break-expected.txt:
        * platform/qt/fast/text/zero-font-size-expected.png:
        * platform/qt/fast/text/zero-font-size-expected.txt:
        * platform/qt/fast/tokenizer/001-expected.png:
        * platform/qt/fast/tokenizer/001-expected.txt:
        * platform/qt/fast/tokenizer/003-expected.png:
        * platform/qt/fast/tokenizer/003-expected.txt:
        * platform/qt/fast/transforms/bounding-rect-zoom-expected.png: Added.
        * platform/qt/fast/transforms/bounding-rect-zoom-expected.txt:
        * platform/qt/fast/transforms/diamond-expected.png:
        * platform/qt/fast/transforms/diamond-expected.txt:
        * platform/qt/fast/transforms/identity-matrix-expected.png:
        * platform/qt/fast/transforms/identity-matrix-expected.txt:
        * platform/qt/fast/transforms/overflow-with-transform-expected.png:
        * platform/qt/fast/transforms/overflow-with-transform-expected.txt:
        * platform/qt/fast/transforms/skew-with-unitless-zero-expected.png:
        * platform/qt/fast/transforms/skew-with-unitless-zero-expected.txt:
        * platform/qt/fast/transforms/transform-on-inline-expected.png:
        * platform/qt/fast/transforms/transform-on-inline-expected.txt:
        * platform/qt/fast/transforms/transform-overflow-expected.png:
        * platform/qt/fast/transforms/transform-overflow-expected.txt:
        * platform/qt/fast/transforms/transform-positioned-ancestor-expected.png:
        * platform/qt/fast/transforms/transform-positioned-ancestor-expected.txt:
        * platform/qt/fast/transforms/transform-table-row-expected.png:
        * platform/qt/fast/transforms/transform-table-row-expected.txt:
        * platform/qt/fast/transforms/transformed-caret-expected.png:
        * platform/qt/fast/transforms/transformed-caret-expected.txt:
        * platform/qt/fast/transforms/transformed-document-element-expected.png:
        * platform/qt/fast/transforms/transformed-document-element-expected.txt:
        * platform/qt/fast/transforms/transforms-with-opacity-expected.png:
        * platform/qt/fast/transforms/transforms-with-opacity-expected.txt:
        * platform/qt/fast/transforms/transforms-with-zoom-expected.png:
        * platform/qt/fast/transforms/transforms-with-zoom-expected.txt:
        * platform/qt/fast/writing-mode/background-horizontal-bt-expected.png:
        * platform/qt/fast/writing-mode/background-horizontal-bt-expected.txt:
        * platform/qt/fast/writing-mode/background-vertical-lr-expected.png:
        * platform/qt/fast/writing-mode/background-vertical-lr-expected.txt:
        * platform/qt/fast/writing-mode/background-vertical-rl-expected.png:
        * platform/qt/fast/writing-mode/background-vertical-rl-expected.txt:
        * platform/qt/fast/writing-mode/basic-vertical-line-expected.png:
        * platform/qt/fast/writing-mode/basic-vertical-line-expected.txt:
        * platform/qt/fast/writing-mode/border-radius-clipping-vertical-lr-expected.png:
        * platform/qt/fast/writing-mode/border-radius-clipping-vertical-lr-expected.txt:
        * platform/qt/fast/writing-mode/box-shadow-horizontal-bt-expected.png:
        * platform/qt/fast/writing-mode/box-shadow-horizontal-bt-expected.txt:
        * platform/qt/fast/writing-mode/box-shadow-vertical-lr-expected.png:
        * platform/qt/fast/writing-mode/box-shadow-vertical-lr-expected.txt:
        * platform/qt/fast/writing-mode/box-shadow-vertical-rl-expected.png:
        * platform/qt/fast/writing-mode/box-shadow-vertical-rl-expected.txt:
        * platform/qt/fast/writing-mode/english-bt-text-expected.png:
        * platform/qt/fast/writing-mode/english-bt-text-expected.txt:
        * platform/qt/fast/writing-mode/english-lr-text-expected.png:
        * platform/qt/fast/writing-mode/english-lr-text-expected.txt:
        * platform/qt/fast/writing-mode/english-rl-text-expected.png:
        * platform/qt/fast/writing-mode/english-rl-text-expected.txt:
        * platform/qt/fast/writing-mode/fallback-orientation-expected.png:
        * platform/qt/fast/writing-mode/fallback-orientation-expected.txt:
        * platform/qt/fast/writing-mode/fieldsets-expected.png:
        * platform/qt/fast/writing-mode/fieldsets-expected.txt:
        * platform/qt/fast/writing-mode/horizontal-bt-replaced-selection-expected.png:
        * platform/qt/fast/writing-mode/horizontal-bt-replaced-selection-expected.txt:
        * platform/qt/fast/writing-mode/vertical-lr-replaced-selection-expected.png:
        * platform/qt/fast/writing-mode/vertical-lr-replaced-selection-expected.txt:
        * platform/qt/fast/writing-mode/vertical-rl-replaced-selection-expected.png:
        * platform/qt/fast/writing-mode/vertical-rl-replaced-selection-expected.txt:
        * platform/qt/fast/xsl/document-function-expected.png: Added.
        * platform/qt/fast/xsl/document-function-expected.txt:
        * platform/qt/fast/xsl/xslt-entity-expected.png: Copied from LayoutTests/platform/qt/fast/text/whitespace/023-expected.png.
        * platform/qt/fast/xsl/xslt-entity-expected.txt:

2012-07-23  Dominic Mazzoni  <dmazzoni@google.com>

        AX: Need AccessibilityObjects for nodes without renderers in canvas subtree
        https://bugs.webkit.org/show_bug.cgi?id=87899

        Reviewed by Chris Fleizach.

        This new test adds a bunch of elements to a normal container and the same elements to
        a canvas subtree, then it iterates over all of the accessible objects within each
        container and makes sure they have identical roles. Because we know the nodes in the
        canvas subtree don't have renderers, this successfully tests that AccessibilityNodeObjects
        are getting created for these nodes.

        * accessibility/canvas-accessibilitynodeobject-expected.txt: Added.
        * accessibility/canvas-accessibilitynodeobject.html: Added.

2012-07-23  Douglas Stockwell  <dstockwell@chromium.org>

        Null-pointer crash when a derived color like -webkit-activelink is set in a gradient stop
        https://bugs.webkit.org/show_bug.cgi?id=89148

        Reviewed by Simon Fraser.

        * fast/css/crash-on-gradient-with-derived-color-expected.txt: Added.
        * fast/css/crash-on-gradient-with-derived-color.html: Added.

2012-07-23  Joone Hur  <joone.hur@intel.com>

        Unreviewed GTK/EFL gardening after r123379
        Marked fast/css/sticky/parsing-position-sticky.html as known failure
        tracked by the bug 92063

        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:

2012-07-23  Yoshifumi Inoue  <yosin@chromium.org>

        [Tests] Rename fast/forms/time/*.html to time-*.html
        https://bugs.webkit.org/show_bug.cgi?id=92058

        Reviewed by Kent Tamura.

        This patch renames test scripts and expected text to same naming 
        scheme(name starts with "time-"), for fast/forms/time.

        * fast/forms/time/ValidityState-rangeOverflow-time-expected.txt: Removed.
        * fast/forms/time/ValidityState-rangeOverflow-time.html: Removed.
        * fast/forms/time/ValidityState-rangeUnderflow-time-expected.txt: Removed.
        * fast/forms/time/ValidityState-rangeUnderflow-time.html: Removed.
        * fast/forms/time/ValidityState-stepMismatch-time-expected.txt: Removed.
        * fast/forms/time/ValidityState-stepMismatch-time.html: Removed.
        * fast/forms/time/ValidityState-typeMismatch-time-expected.txt: Removed.
        * fast/forms/time/ValidityState-typeMismatch-time.html: Removed.
        * fast/forms/time/input-valueasdate-time-expected.txt: Removed.
        * fast/forms/time/input-valueasdate-time.html: Removed.
        * fast/forms/time/input-valueasnumber-time-expected.txt: Removed.
        * fast/forms/time/input-valueasnumber-time.html: Removed.
        * fast/forms/time/time-validity-state-range-overflow-expected.txt: Copied from LayoutTests/fast/forms/time/ValidityState-rangeOverflow-time-expected.txt.
        * fast/forms/time/time-validity-state-range-overflow.html: Copied from LayoutTests/fast/forms/time/ValidityState-rangeOverflow-time.html.
        * fast/forms/time/time-validity-state-range-underflow-expected.txt: Copied from LayoutTests/fast/forms/time/ValidityState-rangeUnderflow-time-expected.txt.
        * fast/forms/time/time-validity-state-range-underflow.html: Copied from LayoutTests/fast/forms/time/ValidityState-rangeUnderflow-time.html.
        * fast/forms/time/time-validity-state-step-mismatch-expected.txt: Copied from LayoutTests/fast/forms/time/ValidityState-stepMismatch-time-expected.txt.
        * fast/forms/time/time-validity-state-step-mismatch.html: Copied from LayoutTests/fast/forms/time/ValidityState-stepMismatch-time.html.
        * fast/forms/time/time-validity-state-type-mismatch-expected.txt: Copied from LayoutTests/fast/forms/time/ValidityState-typeMismatch-time-expected.txt.
        * fast/forms/time/time-validity-state-type-mismatch.html: Copied from LayoutTests/fast/forms/time/ValidityState-typeMismatch-time.html.
        * fast/forms/time/time-valueasdate-expected.txt: Copied from LayoutTests/fast/forms/time/input-valueasdate-time-expected.txt.
        * fast/forms/time/time-valueasdate.html: Copied from LayoutTests/fast/forms/time/input-valueasdate-time.html.
        * fast/forms/time/time-valueasnumber-expected.txt: Copied from LayoutTests/fast/forms/time/input-valueasnumber-time-expected.txt.
        * fast/forms/time/time-valueasnumber.html: Copied from LayoutTests/fast/forms/time/input-valueasnumber-time.html.

2012-07-23  Roger Fong  <roger_fong@apple.com>

        Disable flexbox on Windows
        https://bugs.webkit.org/show_bug.cgi?id=92047
        <rdar://problem/11570384>

        Reviewed by Darin Adler.

        Disabled Flexbox CSS3 syntax on Mac, need to do the same for Windows.

        * platform/win/Skipped:
        Add related CSS3 Flexbox tests to skip list.
        
2012-07-23  Hanyee Kim  <choco@company100.net>

        WebKit does not retain final value of opacity in animations, unless it is specified on the last key frame
        https://bugs.webkit.org/show_bug.cgi?id=91322

        Reviewed by Noam Rosenthal.

        Added a test to check if the opacity has the right value after animation.

        * animations/fill-mode-forwards2-expected.txt: Added.
        * animations/fill-mode-forwards2.html: Added.

2012-07-23  David Dorwin  <ddorwin@chromium.org>

        Fixed crash in webkitAddKey() when key parameter is null.
        https://bugs.webkit.org/show_bug.cgi?id=85444

        Reviewed by Kentaro Hara.

        Reference: Step 1 of http://dvcs.w3.org/hg/html-media/raw-file/5f76a0b43836/encrypted-media/encrypted-media.html#dom-addkey

        * media/encrypted-media/encrypted-media-syntax-expected.txt:
        * media/encrypted-media/encrypted-media-syntax.html:

2012-07-23  Tony Chang  <tony@chromium.org>

        http/tests/multipart/policy-ignore-crash.php is failing on Chromium
        https://bugs.webkit.org/show_bug.cgi?id=92046

        Reviewed by Adam Barth.

        Chromium's network layer now shows most text/* mime types. This test was using text/random to
        try to trigger a crash when multipart content switch from a text type to a non-text type.
        Change the test to use a text type that we don't render.

        * http/tests/multipart/policy-ignore-crash.php: Use text/rtf instead of text/random.
        * platform/chromium/TestExpectations: Test should be passing again.

2012-07-23  Hayato Ito  <hayato@chromium.org>

        A FocusScope for a distributed node should not be its TreeScope.
        https://bugs.webkit.org/show_bug.cgi?id=91829

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/focus-navigation-with-distributed-nodes-expected.txt: Added.
        * fast/dom/shadow/focus-navigation-with-distributed-nodes.html: Added.
        * fast/dom/shadow/resources/shadow-dom.js:
        (shouldNavigateFocus):

2012-07-23  Douglas Stockwell  <dstockwell@google.com>

        Null-pointer crash when parsing border-image
        https://bugs.webkit.org/show_bug.cgi?id=91963

        Reviewed by Darin Adler.

        * fast/css/border-image-fill-crash-expected.txt: Added.
        * fast/css/border-image-fill-crash.html: Added.

2012-07-23  Bem Jones-Bey  <bjonesbe@adobe.com>

        [CSS Exclusions] SVG shape errors should invalidate exclusion shapes
        https://bugs.webkit.org/show_bug.cgi?id=91761

        Reviewed by Andreas Kling.

        Test that negative heights. widths, and radiuses are ignored.

        * fast/exclusions/parsing-wrap-shape-lengths-expected.txt:
        * fast/exclusions/parsing-wrap-shape-lengths.html:

2012-07-23  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>

        [Qt] css3/selectors3 rebaseline after new test fonts
        https://bugs.webkit.org/show_bug.cgi?id=92038

        Reviewed by Alexis Menard.

        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0-wk2/Skipped: These tests are failing because of <input> default size in
        WK2, which is different than the expected results generated from WK1. Moved them to
        appropriate block in skipped list.
        * platform/qt-5.0/Skipped:
        * platform/qt/css3/selectors3/html/css3-modsel-21c-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-21c-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-21c-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-21c-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-148-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-148-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-21c-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-21c-expected.txt:

2012-07-23  Tony Chang  <tony@chromium.org>

        Unreviewed gardening. Land pixel results for fast/frames/valid.html on chromium mac snowleopard.

        * fast/frames/valid-expected.txt: Renamed from LayoutTests/platform/efl/fast/frames/valid-expected.txt.
        * platform/chromium-mac-snowleopard/fast/frames/valid-expected.png: Added.
        * platform/chromium/TestExpectations:
        * platform/gtk/fast/frames/valid-expected.txt: Removed.
        * platform/mac/fast/frames/valid-expected.txt: Removed.

2012-07-23  Andrew Wilson  <atwilson@chromium.org>

        Unreviewed chromium expectations change to mark test as slow: fast/forms/select-set-length-with-mutation-remove.html.

        * platform/chromium/TestExpectations:

2012-07-23  Kwang Yul Seo  <skyul@company100.net>

        Use the original token to create an element in "reconstruct the active formatting elements" and "call the adoption agency"
        https://bugs.webkit.org/show_bug.cgi?id=91703

        Reviewed by Adam Barth.

        Updated test expectation for html5lib/runner-expected.txt
        because now resources/scripted/adoption01.dat passes.

        * html5lib/runner-expected.txt:

2012-07-23  Rafael Brandao  <rafael.lobo@openbossa.org>

        [Qt] svg/{in-html,overflow,repaint,wicd} needs update after new testfonts
        https://bugs.webkit.org/show_bug.cgi?id=92023

        Unreviewed gardening.

        * platform/qt-5.0/Skipped:
        * platform/qt-5.0/svg/wicd/test-rightsizing-b-expected.png: Removed.
        * platform/qt-5.0/svg/wicd/test-rightsizing-b-expected.txt: Removed.
        * platform/qt/Skipped:
        * platform/qt/svg/in-html/by-reference-expected.txt:
        * platform/qt/svg/in-html/circle-expected.png:
        * platform/qt/svg/in-html/circle-expected.txt:
        * platform/qt/svg/overflow/overflow-on-foreignObject-expected.png:
        * platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-auto-expected.txt:
        * platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.txt:
        * platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-hidden-expected.txt:
        * platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-scroll-expected.txt:
        * platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-visible-expected.txt:
        * platform/qt/svg/repaint/inner-svg-change-viewBox-contract-expected.png: Copied from LayoutTests/platform/qt/svg/overflow/overflow-on-foreignObject-expected.png.
        * platform/qt/svg/repaint/inner-svg-change-viewBox-contract-expected.txt: Added.
        * platform/qt/svg/repaint/inner-svg-change-viewBox-expected.png: Added.
        * platform/qt/svg/repaint/inner-svg-change-viewBox-expected.txt: Added.
        * platform/qt/svg/repaint/inner-svg-change-viewPort-relative-expected.txt:
        * platform/qt/svg/repaint/mask-clip-target-transform-expected.png: Added.
        * platform/qt/svg/repaint/text-mask-update-expected.png: Copied from LayoutTests/platform/qt/svg/overflow/overflow-on-foreignObject-expected.png.
        * platform/qt/svg/repaint/text-mask-update-expected.txt: Added.
        * platform/qt/svg/wicd/rightsizing-grid-expected.png:
        * platform/qt/svg/wicd/rightsizing-grid-expected.txt:
        * platform/qt/svg/wicd/sizing-flakiness-expected.txt:
        * platform/qt/svg/wicd/test-rightsizing-a-expected.png:
        * platform/qt/svg/wicd/test-rightsizing-a-expected.txt:
        * platform/qt/svg/wicd/test-rightsizing-b-expected.png:
        * platform/qt/svg/wicd/test-rightsizing-b-expected.txt:
        * platform/qt/svg/wicd/test-scalable-background-image1-expected.png:
        * platform/qt/svg/wicd/test-scalable-background-image1-expected.txt:
        * platform/qt/svg/wicd/test-scalable-background-image2-expected.png:
        * platform/qt/svg/wicd/test-scalable-background-image2-expected.txt:

2012-07-23  Gregg Tavares  <gman@google.com>

        Fix WebGL texSubImage2D for cube maps
        https://bugs.webkit.org/show_bug.cgi?id=91927

        Reviewed by Kenneth Russell.

        Tests for WebGL texSubImage2D for cube maps.

        * fast/canvas/webgl/tex-sub-image-cube-maps-expected.txt: Added.
        * fast/canvas/webgl/tex-sub-image-cube-maps.html: Added.

2012-07-23  Filip Pizlo  <fpizlo@apple.com>

        DFG is too aggressive in performing the specific value optimization on loads
        https://bugs.webkit.org/show_bug.cgi?id=92034

        Reviewed by Mark Hahnenberg.

        * fast/js/dfg-resolve-global-polymorphic-non-dictionary-expected.txt: Added.
        * fast/js/dfg-resolve-global-polymorphic-non-dictionary.html: Added.
        * fast/js/dfg-resolve-global-specific-dictionary-expected.txt: Added.
        * fast/js/dfg-resolve-global-specific-dictionary.html: Added.
        * fast/js/script-tests/dfg-resolve-global-polymorphic-non-dictionary.js: Added.
        (description.foo):
        * fast/js/script-tests/dfg-resolve-global-specific-dictionary.js: Added.
        (description.foo):
        (x):

2012-07-23  Filip Pizlo  <fpizlo@apple.com>

        REGRESSION(r123169): It made fast/js/dfg-inline-arguments-use-from-uninlined-code.html fail on 32 bit platforms
        https://bugs.webkit.org/show_bug.cgi?id=92002

        Unskip test that this change fixes, as requested by Ossy.

        * platform/qt/Skipped:

2012-07-23  Andrew Wilson  <atwilson@chromium.org>

        More unreviewed chromium expectation changes to mark tests as failing/slow.
        * platform/chromium/TestExpectations:

2012-06-12  Jer Noble  <jer.noble@apple.com>

        MediaController.currentTime should be kept stable during script execution.
        https://bugs.webkit.org/show_bug.cgi?id=88555

        Reviewed by Eric Carlson.

        * media/media-controller-time-constant-expected.txt: Added.
        * media/media-controller-time-constant.html: Added.

2012-07-23  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>

        [Qt] dom/xhtml/level3/core rebaseline after new test fonts
        https://bugs.webkit.org/show_bug.cgi?id=92028

        Unreviewed.

        * platform/qt-5.0/Skipped:
        * platform/qt/dom/xhtml/level3/core/documentgetinputencoding03-expected.txt:
        * platform/qt/dom/xhtml/level3/core/entitygetinputencoding02-expected.txt:
        * platform/qt/dom/xhtml/level3/core/entitygetxmlversion02-expected.txt:
        * platform/qt/dom/xhtml/level3/core/nodegetbaseuri05-expected.txt:
        * platform/qt/dom/xhtml/level3/core/nodegetbaseuri07-expected.txt:
        * platform/qt/dom/xhtml/level3/core/nodegetbaseuri09-expected.txt:
        * platform/qt/dom/xhtml/level3/core/nodegetbaseuri10-expected.txt:
        * platform/qt/dom/xhtml/level3/core/nodegetbaseuri11-expected.txt:
        * platform/qt/dom/xhtml/level3/core/nodegetbaseuri15-expected.txt:
        * platform/qt/dom/xhtml/level3/core/nodegetbaseuri17-expected.txt:
        * platform/qt/dom/xhtml/level3/core/nodegetbaseuri18-expected.txt:
        * platform/qt/dom/xhtml/level3/core/nodelookupnamespaceuri01-expected.txt:
        * platform/qt/dom/xhtml/level3/core/nodelookupprefix19-expected.txt:

2012-07-23  Simon Fraser  <simon.fraser@apple.com>

        Part 2 of: Implement sticky positioning
        https://bugs.webkit.org/show_bug.cgi?id=90046

        Reviewed by Ojan Vafai.

        Test for parsing and returning fro getComputedStyle() the new
        -webkit-sticky value for position.

        * fast/css/sticky/parsing-position-sticky-expected.txt: Added.
        * fast/css/sticky/parsing-position-sticky.html: Added.
        * fast/css/sticky/resources/parsing-position-sticky.js: Added.
        (test):

2012-07-23  Andrew Wilson  <atwilson@chromium.org>

        Unreviewed chromium expectations change to mark media/media-fragments/TC0010-TC0019.html as flaky/crashy.

        * platform/chromium/TestExpectations:

2012-07-23  Stephen Chenney  <schenney@chromium.org>

        Crash when setting empty class name on a new element
        https://bugs.webkit.org/show_bug.cgi?id=92024

        Reviewed by Andreas Kling.

        Add a check for null attributeData() when setting the className to an
        empty string on a newly created element.

        * svg/custom/empty-className-baseVal-crash-expected.txt: Added.
        * svg/custom/empty-className-baseVal-crash.html: Added.

2012-07-23  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>

        [Qt] tables/mozilla_expected_failures rebaseline after new test fonts
        https://bugs.webkit.org/show_bug.cgi?id=92013

        Unreviewed.

        * platform/qt-5.0/Skipped:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt:

2012-07-23  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>

        [Qt] tables/mozilla_expected_failures/bugs rebaseline after new test fonts
        https://bugs.webkit.org/show_bug.cgi?id=92017

        Reviewed by Alexis Menard.

        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0/Skipped:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug128876-expected.png: Added.
        * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.png: Added.
        * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-7-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-8-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:

2012-07-23  Rafael Brandao  <rafael.lobo@openbossa.org>

        [Qt] svg/zoom needs update after new testfonts
        https://bugs.webkit.org/show_bug.cgi?id=92007

        Reviewed by Alexis Menard.

        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0/Skipped:
        * platform/qt-5.0/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Removed.
        * platform/qt-5.0/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Removed.
        * platform/qt/Skipped:
        * platform/qt/svg/zoom/page/absolute-sized-document-no-scrollbars-expected.png: Added.
        * platform/qt/svg/zoom/page/absolute-sized-document-scrollbars-expected.png: Added.
        * platform/qt/svg/zoom/page/zoom-background-image-tiled-expected.txt: Added.
        * platform/qt/svg/zoom/page/zoom-background-images-expected.png:
        * platform/qt/svg/zoom/page/zoom-background-images-expected.txt:
        * platform/qt/svg/zoom/page/zoom-foreign-content-expected.txt: Added.
        * platform/qt/svg/zoom/page/zoom-foreignObject-expected.png:
        * platform/qt/svg/zoom/page/zoom-foreignObject-expected.txt:
        * platform/qt/svg/zoom/page/zoom-hixie-mixed-008-expected.png:
        * platform/qt/svg/zoom/page/zoom-hixie-mixed-008-expected.txt:
        * platform/qt/svg/zoom/page/zoom-hixie-rendering-model-004-expected.png:
        * platform/qt/svg/zoom/page/zoom-hixie-rendering-model-004-expected.txt:
        * platform/qt/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
        * platform/qt/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
        * platform/qt/svg/zoom/page/zoom-mask-with-percentages-expected.png:
        * platform/qt/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
        * platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
        * platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
        * platform/qt/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt:
        * platform/qt/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.txt:
        * platform/qt/svg/zoom/page/zoom-svg-float-border-padding-expected.png: Added.
        * platform/qt/svg/zoom/page/zoom-svg-float-border-padding-expected.txt:
        * platform/qt/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
        * platform/qt/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
        * platform/qt/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
        * platform/qt/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
        * platform/qt/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
        * platform/qt/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
        * platform/qt/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
        * platform/qt/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
        * platform/qt/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt:
        * platform/qt/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
        * platform/qt/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
        * platform/qt/svg/zoom/text/absolute-sized-document-no-scrollbars-expected.png: Added.
        * platform/qt/svg/zoom/text/absolute-sized-document-scrollbars-expected.png: Added.
        * platform/qt/svg/zoom/text/relative-sized-document-scrollbars-expected.png: Added.
        * platform/qt/svg/zoom/text/zoom-foreignObject-expected.png:
        * platform/qt/svg/zoom/text/zoom-foreignObject-expected.txt:
        * platform/qt/svg/zoom/text/zoom-hixie-mixed-008-expected.png:
        * platform/qt/svg/zoom/text/zoom-hixie-mixed-008-expected.txt:
        * platform/qt/svg/zoom/text/zoom-hixie-mixed-009-expected.png:
        * platform/qt/svg/zoom/text/zoom-hixie-mixed-009-expected.txt:
        * platform/qt/svg/zoom/text/zoom-hixie-rendering-model-004-expected.png:
        * platform/qt/svg/zoom/text/zoom-hixie-rendering-model-004-expected.txt:
        * platform/qt/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
        * platform/qt/svg/zoom/text/zoom-svg-float-border-padding-expected.txt:

2012-07-23  Andrew Wilson  <atwilson@chromium.org>

        Unreviewed chromium expectations change to ignore flakiness for struct-dom-06-b.svg.

        * platform/chromium/TestExpectations:

2012-07-23  Andrew Wilson  <atwilson@chromium.org>

        Unreviewed chromium expectations change to ignore DEBUG failures for policy-ignore-crash.php.

        * platform/chromium/TestExpectations:

2012-07-23  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r123362.
        http://trac.webkit.org/changeset/123362
        https://bugs.webkit.org/show_bug.cgi?id=92020

        uploaded wrong expectations :( bad caio (Requested by cmarcelo
        on #webkit).

        * platform/gtk/tables/mozilla_expected_failures/bugs/bug128876-expected.png:
        * platform/gtk/tables/mozilla_expected_failures/bugs/bug23847-expected.png:
        * platform/gtk/tables/mozilla_expected_failures/bugs/bug23847-expected.txt: Removed.
        * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png:
        * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-7-expected.png:
        * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-8-expected.png:
        * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png:
        * platform/gtk/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
        * platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
        * platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0/Skipped:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug128876-expected.png: Removed.
        * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.png: Removed.
        * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-7-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-8-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:

2012-07-23  Andrew Wilson  <atwilson@chromium.org>

        Unreviewed chromium expectations change to mark inline-plaintext-relayout-with-leading-neutrals.html flaky.
        https://bugs.webkit.org/show_bug.cgi?id=92019

        * platform/chromium/TestExpectations:

2012-07-23  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>

        [Qt] tables/mozilla_expected_failures/bugs rebaseline after new test fonts
        https://bugs.webkit.org/show_bug.cgi?id=92017

        Reviewed by Alexis Menard.

        * platform/gtk/tables/mozilla_expected_failures/bugs/bug128876-expected.png:
        * platform/gtk/tables/mozilla_expected_failures/bugs/bug23847-expected.png:
        * platform/gtk/tables/mozilla_expected_failures/bugs/bug23847-expected.txt: Copied from LayoutTests/platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.txt.
        * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png:
        * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-7-expected.png:
        * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-8-expected.png:
        * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png:
        * platform/gtk/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
        * platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
        * platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0/Skipped:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug128876-expected.png: Added.
        * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.png: Added.
        * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-7-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-8-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:

2012-07-23  Ryosuke Niwa  <rniwa@webkit.org>

        REGRESSION(r123281): childNodes sometimes returns wrong nodes
        https://bugs.webkit.org/show_bug.cgi?id=92014

        Reviewed by Anders Carlsson.

        Added an integration regression test that caught this bug.

        * fast/dom/NodeList/childNodes-reverse-iteration-expected.txt: Added.
        * fast/dom/NodeList/childNodes-reverse-iteration.html: Added.

2012-07-23  Luciano Wolf  <luciano.wolf@openbossa.org>

        [Qt] animations needs rebaseline after new test fonts
        https://bugs.webkit.org/show_bug.cgi?id=91997

        Reviewed by Noam Rosenthal.

        Updating skipped tests inside animations directory.

        * platform/qt-5.0/Skipped:
        * platform/qt/animations/3d/change-transform-in-end-event-expected.txt: Added.
        * platform/qt/animations/3d/state-at-end-event-transform-expected.txt:
        * platform/qt/animations/additive-transform-animations-expected.txt:
        * platform/qt/animations/cross-fade-background-image-expected.txt:
        * platform/qt/animations/cross-fade-border-image-source-expected.txt:
        * platform/qt/animations/cross-fade-list-style-image-expected.txt:
        * platform/qt/animations/cross-fade-webkit-mask-box-image-expected.txt:
        * platform/qt/animations/cross-fade-webkit-mask-image-expected.txt:
        * platform/qt/animations/missing-values-first-keyframe-expected.txt:
        * platform/qt/animations/missing-values-last-keyframe-expected.txt:
        * platform/qt/animations/state-at-end-event-expected.txt:

2012-07-23  Pierre Rossi  <pierre.rossi@gmail.com>

        Unify numTouchEventHandlersChanged and needTouchEvents in the chrome client
        https://bugs.webkit.org/show_bug.cgi?id=91006

        Reviewed by Ryosuke Niwa.

        Extend the touch-handler-count test to also cover the hasListenerType logic.

        * fast/events/touch/touch-handler-count-expected.txt:
        * fast/events/touch/touch-handler-count.html:

2012-07-23  Andrew Wilson  <atwilson@chromium.org>

        Unreviewed chromium expectations change to mark fast/frames/frameset-frameborder-boolean-values.html as slow on snowleopard.
        https://bugs.webkit.org/show_bug.cgi?id=24182

        * platform/chromium/TestExpectations:

2012-07-23  Andrew Wilson  <atwilson@chromium.org>

        Unreviewed chromium change to mark sandboxed-iframe-navigation-parent.html as slow on Windows.
        https://bugs.webkit.org/show_bug.cgi?id=24182

        * platform/chromium/TestExpectations:

2012-07-23  Andrew Wilson  <atwilson@chromium.org>

        Unreviewed chromium expectations change after r123302.
        https://bugs.webkit.org/show_bug.cgi?id=91806

        * platform/chromium-win/fast/forms/number/number-appearance-rtl-expected.png:
        * platform/chromium-win/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png:
        * platform/chromium-win/fast/forms/number/number-appearance-spinbutton-layer-expected.png:

2012-07-23  Andrew Wilson  <atwilson@chromium.org>

        Unreviewed chromium expectations change to ignore failures for policy-ignore-crash.php.

        * platform/chromium/TestExpectations:

2012-07-23  Vincent Scheib  <scheib@chromium.org>

        Skip http/tests/pointer-lock on ports that do not support pointer lock.

        Unreviewed.

        * platform/efl/Skipped:
        * platform/mac/Skipped:
        * platform/qt/Skipped:
        * platform/win/Skipped:
        * platform/wincairo/Skipped:

2012-07-21  Vincent Scheib  <scheib@chromium.org>

        webkitFullscreenElement, webkitCurrentFullScreenElement, webkitPointerLockElement block cross origin access.
        https://bugs.webkit.org/show_bug.cgi?id=91892

        Reviewed by Adam Barth.

        Tests verifying the behavior of accessing
        webkitFullscreenElement, webkitCurrentFullScreenElement, webkitPointerLockElement
        from different origins.

        * http/tests/fullscreen/fullscreenelement-different-origin-expected.txt: Added.
        * http/tests/fullscreen/fullscreenelement-different-origin.html: Added.
        * http/tests/fullscreen/fullscreenelement-same-origin-expected.txt: Added.
        * http/tests/fullscreen/fullscreenelement-same-origin.html: Added.
        * http/tests/pointer-lock/pointerlockelement-different-origin-expected.txt: Added.
        * http/tests/pointer-lock/pointerlockelement-different-origin.html: Added.
        * http/tests/pointer-lock/pointerlockelement-same-origin-expected.txt: Added.
        * http/tests/pointer-lock/pointerlockelement-same-origin.html: Added.
        * http/tests/resources/pointer-lock/iframe-common.js: Added.
        (thisFileName):
        (window.onmessage):
        * http/tests/resources/pointer-lock/inner-iframe.html: Added.
        * http/tests/resources/pointer-lock/pointer-lock-test-harness.js:
        (runOnKeyPress.keypressHandler):
        * pointer-lock/locked-element-iframe-removed-from-dom-expected.txt:
        * pointer-lock/locked-element-iframe-removed-from-dom.html:
        * pointer-lock/locked-element-removed-from-dom-expected.txt:
        * pointer-lock/locked-element-removed-from-dom.html:

2012-07-23  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, adding the WONTFIX modifier to a few more tests,
        moving them to the top of the expected failures section.

        * platform/gtk/TestExpectations:

2012-07-23  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skip the failing tests.

        * platform/qt/Skipped:

2012-07-23  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] DumpRenderTree does not use 'monospace' font when directed
        https://bugs.webkit.org/show_bug.cgi?id=85203

        Unreviewed gardening.

        * platform/qt-4.8/Skipped: Unskip now passing tests.

2012-07-23  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>

        [Qt] editing/inserting/multiple-lines-selected.html fails
        https://bugs.webkit.org/show_bug.cgi?id=91993

        Reviewed by Simon Hausmann.

        Removing wrong expected results, adding it to the skipped list.

        * platform/qt-5.0/Skipped:
        * platform/qt/editing/inserting/multiple-lines-selected-expected.png: Removed.
        * platform/qt/editing/inserting/multiple-lines-selected-expected.txt: Removed.

2012-07-23  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>

        [Qt] editing/inserting rebaseline after new test fonts
        https://bugs.webkit.org/show_bug.cgi?id=91985

        Unreviewed.

        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0-wk1/editing/inserting/4960120-1-expected.png: Removed.
        * platform/qt-5.0-wk1/editing/inserting/4960120-1-expected.txt: Removed.
        * platform/qt-5.0-wk1/editing/inserting/before-after-input-element-expected.png: Removed.
        * platform/qt-5.0-wk1/editing/inserting/before-after-input-element-expected.txt: Removed.
        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0/Skipped:
        * platform/qt-5.0/editing/inserting/5549929-2-expected.txt: Removed.
        * platform/qt-5.0/editing/inserting/5549929-3-expected.txt: Removed.
        * platform/qt-5.0/editing/inserting/insert-br-at-tabspan-001-expected.txt: Removed.
        * platform/qt-5.0/editing/inserting/insert-br-at-tabspan-002-expected.txt: Removed.
        * platform/qt-5.0/editing/inserting/insert-br-at-tabspan-003-expected.txt: Removed.
        * platform/qt-5.0/editing/inserting/insert-tab-001-expected.txt: Removed.
        * platform/qt-5.0/editing/inserting/insert-tab-002-expected.txt: Removed.
        * platform/qt-5.0/editing/inserting/insert-tab-004-expected.txt: Removed.
        * platform/qt-5.0/editing/inserting/insert-text-at-tabspan-001-expected.txt: Removed.
        * platform/qt-5.0/editing/inserting/insert-text-at-tabspan-002-expected.txt: Removed.
        * platform/qt-5.0/editing/inserting/insert-text-at-tabspan-003-expected.txt: Removed.
        * platform/qt/editing/inserting/4960120-1-expected.png:
        * platform/qt/editing/inserting/before-after-input-element-expected.png:
        * platform/qt/editing/inserting/insert-3654864-fix-expected.txt:
        * platform/qt/editing/inserting/insert-3851164-fix-expected.txt:
        * platform/qt/editing/inserting/insert-div-009-expected.png: Added.
        * platform/qt/editing/inserting/insert-div-009-expected.txt:
        * platform/qt/editing/inserting/insert-div-010-expected.png: Added.
        * platform/qt/editing/inserting/insert-div-010-expected.txt:

2012-07-23  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] media/controls-styling.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=91984

        Reviewed by Eric Carlson.

        Rebaseline media controls styling tests now that the
        EFL port properly ensures that overriding CSS
        properties won't affect the media controls.

        * platform/efl/media/controls-styling-expected.png:
        * platform/efl/media/controls-styling-expected.txt:
        * platform/efl/media/controls-styling-strict-expected.png:
        * platform/efl/media/controls-styling-strict-expected.txt:

2012-07-23  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] fast/layers/video-layer.html needs rebasing after r123320
        https://bugs.webkit.org/show_bug.cgi?id=91978

        Unreviewed EFL gardening, regenerate baseline for
        fast/layers/video-layer.html after r123320.

        * platform/efl/fast/layers/video-layer-expected.txt:

2012-07-23  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        * platform/qt/Skipped:

2012-07-23  Andrei Poenaru  <poenaru@adobe.com>

        [Qt] new test introduced in r123205 fails on Qt
        https://bugs.webkit.org/show_bug.cgi?id=91967

        Reviewed by Kenneth Rohde Christiansen.

        Skipped WebInspector test that needs CSS Regions enabled.

        * platform/qt/Skipped:

2012-07-23  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Marking more svg/W3C-SVG-1.1/animate-elem-* tests as flaky.

        * platform/gtk/TestExpectations:

2012-07-23  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] media/controls-styling-strict.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=91960

        Reviewed by Kenneth Rohde Christiansen.

        Update test expectations for media tests now that
        we use "display: -webkit-box;" for the current-time
        control.

        * platform/efl/media/audio-controls-rendering-expected.txt:
        * platform/efl/media/audio-repaint-expected.png:
        * platform/efl/media/audio-repaint-expected.txt:
        * platform/efl/media/controls-layout-direction-expected.png:
        * platform/efl/media/controls-strict-expected.png:
        * platform/efl/media/controls-strict-expected.txt:
        * platform/efl/media/controls-styling-expected.txt:
        * platform/efl/media/controls-styling-strict-expected.png: Added.
        * platform/efl/media/controls-styling-strict-expected.txt: Added.
        * platform/efl/media/media-controls-clone-expected.png:
        * platform/efl/media/media-controls-clone-expected.txt:
        * platform/efl/media/video-aspect-ratio-expected.png:
        * platform/efl/media/video-layer-crash-expected.png:
        * platform/efl/media/video-transformed-expected.png:
        * platform/efl/media/video-zoom-controls-expected.png:
        * platform/efl/media/video-zoom-controls-expected.txt:
        * platform/efl/media/video-zoom-expected.png:

2012-07-23  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Skip http/tests/inspector-enabled/injected-script-discard.html
        https://bugs.webkit.org/show_bug.cgi?id=91959

        Unreviewed EFL gardening. Skip flaky Web Inspector test case.

        * platform/efl/TestExpectations:

2012-07-23  Hayato Ito  <hayato@chromium.org>

        ComposedShadowTreeWalker should skip an empty insertion points.
        https://bugs.webkit.org/show_bug.cgi?id=91826

        Reviewed by Hajime Morita.

        * fast/dom/shadow/composed-shadow-tree-walker-expected.txt:
        * fast/dom/shadow/composed-shadow-tree-walker.html:

2012-07-23  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skip the new failing tests.

        * platform/qt/Skipped:

2012-07-23  Li Yin  <li.yin@intel.com>

        Improve AudioChannelSplitter test
        https://bugs.webkit.org/show_bug.cgi?id=91962

        Reviewed by Kentaro Hara.

        Spec: https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#AudioChannelSplitter-section
        The numberOfOutputs parameter determines the number of outputs.
        Values of up to 32 must be supported. If not specified, then 6 will be used.

        * webaudio/audiochannelsplitter-expected.txt:
        * webaudio/audiochannelsplitter.html:

2012-07-22  Li Yin  <li.yin@intel.com>

        Improve BiquadFilterNode test case
        https://bugs.webkit.org/show_bug.cgi?id=90937

        Reviewed by Kentaro Hara.

        Spec: http://www.w3.org/TR/webaudio/#BiquadFilterNode
        Improve BiquadFilterNode test to cover constant value and number of inputs and outputs.

        * webaudio/biquadfilternode-basic-expected.txt:
        * webaudio/biquadfilternode-basic.html:

2012-07-22  Yoshifumi Inoue  <yosin@chromium.org>

        [Tests] Rename fast/forms/number/*.html to number-*.html
        https://bugs.webkit.org/show_bug.cgi?id=91806

        Reviewed by Kent Tamura.

        This patch renames test scripts and expected text/images to same
        naming scheme(name starts with "number-"), for fast/forms/number.

        This patch also updates TestExpectations and Skipped files in platform
        directory for test name change.

        This patch is a part of forms input type test arrangement.
        https://bugs.webkit.org/show_bug.cgi?id=91805

        * fast/forms/number/ValidityState-rangeOverflow-number-expected.txt: Removed.
        * fast/forms/number/ValidityState-rangeOverflow-number.html: Removed.
        * fast/forms/number/ValidityState-rangeUnderflow-number-expected.txt: Removed.
        * fast/forms/number/ValidityState-rangeUnderflow-number.html: Removed.
        * fast/forms/number/ValidityState-stepMismatch-number-expected.txt: Removed.
        * fast/forms/number/ValidityState-stepMismatch-number.html: Removed.
        * fast/forms/number/ValidityState-typeMismatch-number-expected.txt: Removed.
        * fast/forms/number/ValidityState-typeMismatch-number.html: Removed.
        * fast/forms/number/input-appearance-number-rtl.html: Removed.
        * fast/forms/number/input-appearance-spinbutton-disabled-readonly.html: Removed.
        * fast/forms/number/input-appearance-spinbutton-layer.html: Removed.
        * fast/forms/number/input-appearance-spinbutton-visibility-expected.html: Removed.
        * fast/forms/number/input-appearance-spinbutton-visibility.html: Removed.
        * fast/forms/number/input-number-blur-twice-expected.txt: Removed.
        * fast/forms/number/input-number-blur-twice.html: Removed.
        * fast/forms/number/input-number-change-type-on-focus-expected.txt: Removed.
        * fast/forms/number/input-number-change-type-on-focus.html: Removed.
        * fast/forms/number/input-number-commit-valid-only-expected.txt: Removed.
        * fast/forms/number/input-number-commit-valid-only.html: Removed.
        * fast/forms/number/input-number-crash-expected.txt: Removed.
        * fast/forms/number/input-number-crash.html: Removed.
        * fast/forms/number/input-number-events-expected.txt: Removed.
        * fast/forms/number/input-number-events.html: Removed.
        * fast/forms/number/input-number-keyoperation-expected.txt: Removed.
        * fast/forms/number/input-number-keyoperation.html: Removed.
        * fast/forms/number/input-number-large-padding-expected.txt: Removed.
        * fast/forms/number/input-number-large-padding.html: Removed.
        * fast/forms/number/input-number-outofrange-expected.txt: Removed.
        * fast/forms/number/input-number-outofrange.html: Removed.
        * fast/forms/number/input-number-size-expected.txt: Removed.
        * fast/forms/number/input-number-size.html: Removed.
        * fast/forms/number/input-number-spinbutton-crash-expected.txt: Removed.
        * fast/forms/number/input-number-spinbutton-crash.html: Removed.
        * fast/forms/number/input-number-unacceptable-style-expected.txt: Removed.
        * fast/forms/number/input-number-unacceptable-style.html: Removed.
        * fast/forms/number/input-number-validation-message-expected.txt: Removed.
        * fast/forms/number/input-number-validation-message.html: Removed.
        * fast/forms/number/input-number-wheel-expected.txt: Removed.
        * fast/forms/number/input-number-wheel.html: Removed.
        * fast/forms/number/input-spinbutton-capturing-expected.txt: Removed.
        * fast/forms/number/input-spinbutton-capturing.html: Removed.
        * fast/forms/number/input-valueasnumber-number-expected.txt: Removed.
        * fast/forms/number/input-valueasnumber-number.html: Removed.
        * fast/forms/number/number-appearance-rtl.html: Copied from LayoutTests/fast/forms/number/input-appearance-number-rtl.html.
        * fast/forms/number/number-appearance-spinbutton-disabled-readonly.html: Copied from LayoutTests/fast/forms/number/input-appearance-spinbutton-disabled-readonly.html.
        * fast/forms/number/number-appearance-spinbutton-layer.html: Copied from LayoutTests/fast/forms/number/input-appearance-spinbutton-layer.html.
        * fast/forms/number/number-appearance-spinbutton-visibility-expected.html: Copied from LayoutTests/fast/forms/number/input-appearance-spinbutton-visibility-expected.html.
        * fast/forms/number/number-appearance-spinbutton-visibility.html: Copied from LayoutTests/fast/forms/number/input-appearance-spinbutton-visibility.html.
        * fast/forms/number/number-blur-twice-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-blur-twice-expected.txt.
        * fast/forms/number/number-blur-twice.html: Copied from LayoutTests/fast/forms/number/input-number-blur-twice.html.
        * fast/forms/number/number-change-type-on-focus-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-change-type-on-focus-expected.txt.
        * fast/forms/number/number-change-type-on-focus.html: Copied from LayoutTests/fast/forms/number/input-number-change-type-on-focus.html.
        * fast/forms/number/number-commit-valid-only-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-commit-valid-only-expected.txt.
        * fast/forms/number/number-commit-valid-only.html: Copied from LayoutTests/fast/forms/number/input-number-commit-valid-only.html.
        * fast/forms/number/number-crash-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-crash-expected.txt.
        * fast/forms/number/number-crash.html: Copied from LayoutTests/fast/forms/number/input-number-crash.html.
        * fast/forms/number/number-events-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-events-expected.txt.
        * fast/forms/number/number-events.html: Copied from LayoutTests/fast/forms/number/input-number-events.html.
        * fast/forms/number/number-keyoperation-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-keyoperation-expected.txt.
        * fast/forms/number/number-keyoperation.html: Copied from LayoutTests/fast/forms/number/input-number-keyoperation.html.
        * fast/forms/number/number-large-padding-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-large-padding-expected.txt.
        * fast/forms/number/number-large-padding.html: Copied from LayoutTests/fast/forms/number/input-number-large-padding.html.
        * fast/forms/number/number-outofrange-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-outofrange-expected.txt.
        * fast/forms/number/number-outofrange.html: Copied from LayoutTests/fast/forms/number/input-number-outofrange.html.
        * fast/forms/number/number-size-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-size-expected.txt.
        * fast/forms/number/number-size.html: Copied from LayoutTests/fast/forms/number/input-number-size.html.
        * fast/forms/number/number-spinbutton-capturing-expected.txt: Copied from LayoutTests/fast/forms/number/input-spinbutton-capturing-expected.txt.
        * fast/forms/number/number-spinbutton-capturing.html: Copied from LayoutTests/fast/forms/number/input-spinbutton-capturing.html.
        * fast/forms/number/number-spinbutton-crash-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-spinbutton-crash-expected.txt.
        * fast/forms/number/number-spinbutton-crash.html: Copied from LayoutTests/fast/forms/number/input-number-spinbutton-crash.html.
        * fast/forms/number/number-spinbutton-events-expected.txt: Copied from LayoutTests/fast/forms/number/spin-button-events-expected.txt.
        * fast/forms/number/number-spinbutton-events.html: Copied from LayoutTests/fast/forms/number/spin-button-events.html.
        * fast/forms/number/number-spinbutton-gets-disabled-or-readonly-expected.txt: Copied from LayoutTests/fast/forms/number/spin-button-gets-disabled-or-readonly-expected.txt.
        * fast/forms/number/number-spinbutton-gets-disabled-or-readonly.html: Copied from LayoutTests/fast/forms/number/spin-button-gets-disabled-or-readonly.html.
        * fast/forms/number/number-spinbutton-in-multi-column-expected.txt: Copied from LayoutTests/fast/forms/number/spin-in-multi-column-expected.txt.
        * fast/forms/number/number-spinbutton-in-multi-column.html: Copied from LayoutTests/fast/forms/number/spin-in-multi-column.html.
        * fast/forms/number/number-spinbutton-state-expected.txt: Copied from LayoutTests/fast/forms/number/spin-button-state-expected.txt.
        * fast/forms/number/number-spinbutton-state.html: Copied from LayoutTests/fast/forms/number/spin-button-state.html.
        * fast/forms/number/number-unacceptable-style-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-unacceptable-style-expected.txt.
        * fast/forms/number/number-unacceptable-style.html: Copied from LayoutTests/fast/forms/number/input-number-unacceptable-style.html.
        * fast/forms/number/number-validation-message-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-validation-message-expected.txt.
        * fast/forms/number/number-validation-message.html: Copied from LayoutTests/fast/forms/number/input-number-validation-message.html.
        * fast/forms/number/number-validity-state-range-underflow-expected.txt: Copied from LayoutTests/fast/forms/number/ValidityState-rangeUnderflow-number-expected.txt.
        * fast/forms/number/number-validity-state-range-underflow.html: Copied from LayoutTests/fast/forms/number/ValidityState-rangeUnderflow-number.html.
        * fast/forms/number/number-validity-state-step-mismatch-expected.txt: Copied from LayoutTests/fast/forms/number/ValidityState-stepMismatch-number-expected.txt.
        * fast/forms/number/number-validity-state-step-mismatch.html: Copied from LayoutTests/fast/forms/number/ValidityState-stepMismatch-number.html.
        * fast/forms/number/number-validity-state-type-mismatch-expected.txt: Copied from LayoutTests/fast/forms/number/ValidityState-typeMismatch-number-expected.txt.
        * fast/forms/number/number-validity-state-type-mismatch.html: Copied from LayoutTests/fast/forms/number/ValidityState-typeMismatch-number.html.
        * fast/forms/number/number-validitystate-range-overflow-expected.txt: Copied from LayoutTests/fast/forms/number/ValidityState-rangeOverflow-number-expected.txt.
        * fast/forms/number/number-validitystate-range-overflow.html: Copied from LayoutTests/fast/forms/number/ValidityState-rangeOverflow-number.html.
        * fast/forms/number/number-valueasnumber-expected.txt: Copied from LayoutTests/fast/forms/number/input-valueasnumber-number-expected.txt.
        * fast/forms/number/number-valueasnumber.html: Copied from LayoutTests/fast/forms/number/input-valueasnumber-number.html.
        * fast/forms/number/number-wheel-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-wheel-expected.txt.
        * fast/forms/number/number-wheel.html: Copied from LayoutTests/fast/forms/number/input-number-wheel.html.
        * fast/forms/number/spin-button-events-expected.txt: Removed.
        * fast/forms/number/spin-button-events.html: Removed.
        * fast/forms/number/spin-button-gets-disabled-or-readonly-expected.txt: Removed.
        * fast/forms/number/spin-button-gets-disabled-or-readonly.html: Removed.
        * fast/forms/number/spin-button-state-expected.txt: Removed.
        * fast/forms/number/spin-button-state.html: Removed.
        * fast/forms/number/spin-in-multi-column-expected.txt: Removed.
        * fast/forms/number/spin-in-multi-column.html: Removed.
        * platform/chromium-linux/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
        * platform/chromium-linux/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
        * platform/chromium-linux/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
        * platform/chromium-linux/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
        * platform/chromium-linux/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/number/input-appearance-number-rtl-expected.png.
        * platform/chromium-linux/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png.
        * platform/chromium-linux/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/chromium-linux/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt.
        * platform/chromium-linux/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
        * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-number-rtl-expected.png.
        * platform/chromium-mac-snowleopard/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png.
        * platform/chromium-mac-snowleopard/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
        * platform/chromium-mac/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
        * platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
        * platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
        * platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
        * platform/chromium-mac/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/number/input-appearance-number-rtl-expected.png.
        * platform/chromium-mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png.
        * platform/chromium-mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt.
        * platform/chromium-mac/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
        * platform/chromium-win/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
        * platform/chromium-win/fast/forms/number/input-appearance-number-rtl-expected.txt: Removed.
        * platform/chromium-win/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
        * platform/chromium-win/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
        * platform/chromium-win/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
        * platform/chromium-win/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Removed.
        * platform/chromium-win/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/number/input-appearance-number-rtl-expected.png.
        * platform/chromium-win/fast/forms/number/number-appearance-rtl-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/forms/number/input-appearance-number-rtl-expected.txt.
        * platform/chromium-win/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png.
        * platform/chromium-win/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt.
        * platform/chromium-win/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
        * platform/chromium-win/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/forms/number/input-appearance-spinbutton-layer-expected.txt.
        * platform/efl/Skipped:
        * platform/efl/TestExpectations:
        * platform/efl/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
        * platform/efl/fast/forms/number/input-appearance-number-rtl-expected.txt: Removed.
        * platform/efl/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
        * platform/efl/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
        * platform/efl/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
        * platform/efl/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Removed.
        * platform/efl/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/efl/fast/forms/number/input-appearance-number-rtl-expected.png.
        * platform/efl/fast/forms/number/number-appearance-rtl-expected.txt: Copied from LayoutTests/platform/efl/fast/forms/number/input-appearance-number-rtl-expected.txt.
        * platform/efl/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/efl/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png.
        * platform/efl/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/efl/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt.
        * platform/efl/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/efl/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
        * platform/efl/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: Copied from LayoutTests/platform/efl/fast/forms/number/input-appearance-spinbutton-layer-expected.txt.
        * platform/gtk/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
        * platform/gtk/fast/forms/number/input-appearance-number-rtl-expected.txt: Removed.
        * platform/gtk/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
        * platform/gtk/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
        * platform/gtk/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
        * platform/gtk/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Removed.
        * platform/gtk/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/gtk/fast/forms/number/input-appearance-number-rtl-expected.png.
        * platform/gtk/fast/forms/number/number-appearance-rtl-expected.txt: Copied from LayoutTests/platform/gtk/fast/forms/number/input-appearance-number-rtl-expected.txt.
        * platform/gtk/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/gtk/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png.
        * platform/gtk/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/gtk/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt.
        * platform/gtk/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/gtk/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
        * platform/gtk/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: Copied from LayoutTests/platform/gtk/fast/forms/number/input-appearance-spinbutton-layer-expected.txt.
        * platform/mac/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
        * platform/mac/fast/forms/number/input-appearance-number-rtl-expected.txt: Removed.
        * platform/mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
        * platform/mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
        * platform/mac/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
        * platform/mac/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Removed.
        * platform/mac/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/mac/fast/forms/number/input-appearance-number-rtl-expected.png.
        * platform/mac/fast/forms/number/number-appearance-rtl-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/number/input-appearance-number-rtl-expected.txt.
        * platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png.
        * platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt.
        * platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/mac/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
        * platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/number/input-appearance-spinbutton-layer-expected.txt.
        * platform/qt-4.8/Skipped:
        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0-wk2/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/forms/number/input-appearance-number-rtl-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/forms/number/input-appearance-number-rtl-expected.png.
        * platform/qt-5.0-wk2/fast/forms/number/number-appearance-rtl-expected.txt: Copied from LayoutTests/platform/qt-5.0-wk2/fast/forms/number/input-appearance-number-rtl-expected.txt.
        * platform/qt-5.0-wk2/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png.
        * platform/qt-5.0-wk2/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt.
        * platform/qt-5.0-wk2/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
        * platform/qt-5.0-wk2/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: Copied from LayoutTests/platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-layer-expected.txt.
        * platform/qt-arm/TestExpectations:
        * platform/qt-mac/Skipped:
        * platform/qt/Skipped:
        * platform/qt/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
        * platform/qt/fast/forms/number/input-appearance-number-rtl-expected.txt: Removed.
        * platform/qt/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
        * platform/qt/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
        * platform/qt/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
        * platform/qt/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Removed.
        * platform/qt/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/qt/fast/forms/number/input-appearance-number-rtl-expected.png.
        * platform/qt/fast/forms/number/number-appearance-rtl-expected.txt: Copied from LayoutTests/platform/qt/fast/forms/number/input-appearance-number-rtl-expected.txt.
        * platform/qt/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/qt/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png.
        * platform/qt/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/qt/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt.
        * platform/qt/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/qt/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
        * platform/qt/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: Copied from LayoutTests/platform/qt/fast/forms/number/input-appearance-spinbutton-layer-expected.txt.
        * platform/win-wk2/Skipped:
        * platform/win/Skipped:
        * platform/wincairo/Skipped:

2012-07-22  Kent Tamura  <tkent@chromium.org>

        Rename ENABLE_METER_TAG and ENABLE_PROGRESS_TAG to ENABLE_METER_ELEMENT and ENABLE_PROGRESS_ELEMENT respectively
        https://bugs.webkit.org/show_bug.cgi?id=91941

        Reviewed by Kentaro Hara.

        A flag name for an elmement should be ENABLE_*_ELEMENT.

        * fast/dom/wrapper-classes.html:

2012-07-22  Stephen White  <senorblanco@chromium.org>

        [chromium] Unreviewed gardening.
        
        Shamed into removing some BUGSENORBLANCOs from previous gardening
        stints.

        * platform/chromium/TestExpectations:

2012-07-22  Stephen White  <senorblanco@chromium.org>

        [chromium] Test result gardening; unreviewed.

        * platform/chromium-mac-snowleopard/fast/borders/border-image-rotate-transform-expected.png:
        * platform/chromium-mac-snowleopard/fast/borders/border-image-scale-transform-expected.png:
        * platform/chromium-mac/fast/borders/border-image-scale-transform-expected.png:
        * platform/chromium-win/fast/borders/border-image-scale-transform-expected.png:
        * platform/chromium/TestExpectations:

2012-07-22  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, adding baselines for the media/controls-styling-strict.html
        test and skip a subpixel layout test that's crashing on debug builds (the
        feature is disabled at the moment so the failure is somewhat acceptable).

        * platform/gtk/TestExpectations:
        * platform/gtk/media/controls-styling-strict-expected.png: Added.
        * platform/gtk/media/controls-styling-strict-expected.txt: Added.

2012-07-21  Dan Bernstein  <mitz@apple.com>

        <rdar://problem/11928576> SVG-as-image (constrained) intrinsic size calculation is wrong in vertical writing modes
        https://bugs.webkit.org/show_bug.cgi?id=91918

        Reviewed by Anders Carlsson.

        * svg/as-image/svg-intrinsic-size-rectangular-vertical-expected.html: Added.
        * svg/as-image/svg-intrinsic-size-rectangular-vertical.html: Added.

2012-07-20  Tony Chang  <tony@chromium.org>

        [chromium] Mark anther test as needing a rebaseline due to r123285.

        * platform/chromium/TestExpectations:

2012-07-20  Stephen White  <senorblanco@chromium.org>

        [chromium] Mark a test as needing a rebaseline due to image change.
        https://bugs.webkit.org/show_bug.cgi?id=90624

        Reviewed by Adrienne Walker.

        * platform/chromium/TestExpectations:

2012-07-20  Tony Chang  <tony@chromium.org>

        [chromium] Unreviewed, one more new baselines after r123272 (I missed SL).

        * platform/chromium-mac-snowleopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png:

2012-07-20  Tony Chang  <tony@chromium.org>

        [chromium] Unreviewed, one more new baselines after r123272.

        * platform/chromium-linux/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
        * platform/chromium-mac-snowleopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
        * platform/chromium-mac/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
        * platform/chromium-win/http/tests/media/video-buffered-range-contains-currentTime-expected.png:

2012-07-20  Tony Chang  <tony@chromium.org>

        [chromium] Unreviewed, land new baselines after r123272.

        * platform/chromium-linux/media/controls-styling-strict-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/layers/video-layer-expected.png:
        * platform/chromium-mac-snowleopard/fullscreen/full-screen-stacking-context-expected.png:
        * platform/chromium-mac-snowleopard/media/audio-controls-rendering-expected.png:
        * platform/chromium-mac-snowleopard/media/audio-repaint-expected.png:
        * platform/chromium-mac-snowleopard/media/controls-after-reload-expected.png:
        * platform/chromium-mac-snowleopard/media/controls-layout-direction-expected.png:
        * platform/chromium-mac-snowleopard/media/controls-strict-expected.png:
        * platform/chromium-mac-snowleopard/media/controls-styling-expected.png:
        * platform/chromium-mac-snowleopard/media/controls-styling-strict-expected.png: Added.
        * platform/chromium-mac-snowleopard/media/controls-without-preload-expected.png:
        * platform/chromium-mac-snowleopard/media/media-controls-clone-expected.png:
        * platform/chromium-mac-snowleopard/media/video-controls-rendering-expected.png:
        * platform/chromium-mac-snowleopard/media/video-display-toggle-expected.png:
        * platform/chromium-mac-snowleopard/media/video-empty-source-expected.png:
        * platform/chromium-mac-snowleopard/media/video-no-audio-expected.png:
        * platform/chromium-mac-snowleopard/media/video-playing-and-pause-expected.png:
        * platform/chromium-mac/css1/basic/inheritance-expected.png:
        * platform/chromium-mac/fast/layers/video-layer-expected.png:
        * platform/chromium-mac/fullscreen/full-screen-stacking-context-expected.png:
        * platform/chromium-mac/media/audio-controls-rendering-expected.png:
        * platform/chromium-mac/media/audio-repaint-expected.png:
        * platform/chromium-mac/media/controls-after-reload-expected.png:
        * platform/chromium-mac/media/controls-layout-direction-expected.png:
        * platform/chromium-mac/media/controls-strict-expected.png:
        * platform/chromium-mac/media/controls-styling-expected.png:
        * platform/chromium-mac/media/controls-styling-strict-expected.png: Added.
        * platform/chromium-mac/media/controls-styling-strict-expected.txt: Added.
        * platform/chromium-mac/media/controls-without-preload-expected.png:
        * platform/chromium-mac/media/media-controls-clone-expected.png:
        * platform/chromium-mac/media/video-controls-rendering-expected.png:
        * platform/chromium-mac/media/video-display-toggle-expected.png:
        * platform/chromium-mac/media/video-empty-source-expected.png:
        * platform/chromium-mac/media/video-no-audio-expected.png:
        * platform/chromium-mac/media/video-playing-and-pause-expected.png:
        * platform/chromium-mac/media/video-zoom-controls-expected.png:
        * platform/chromium-win/fast/layers/video-layer-expected.png:
        * platform/chromium-win/fullscreen/full-screen-stacking-context-expected.png:
        * platform/chromium-win/media/audio-controls-rendering-expected.png:
        * platform/chromium-win/media/audio-repaint-expected.png:
        * platform/chromium-win/media/controls-after-reload-expected.png:
        * platform/chromium-win/media/controls-layout-direction-expected.png:
        * platform/chromium-win/media/controls-strict-expected.png:
        * platform/chromium-win/media/controls-styling-expected.png:
        * platform/chromium-win/media/controls-styling-strict-expected.png: Added.
        * platform/chromium-win/media/controls-styling-strict-expected.txt: Added.
        * platform/chromium-win/media/controls-without-preload-expected.png:
        * platform/chromium-win/media/media-controls-clone-expected.png:
        * platform/chromium-win/media/video-controls-rendering-expected.png:
        * platform/chromium-win/media/video-display-toggle-expected.png:
        * platform/chromium-win/media/video-empty-source-expected.png:
        * platform/chromium-win/media/video-no-audio-expected.png:
        * platform/chromium-win/media/video-playing-and-pause-expected.png:
        * platform/chromium-win/media/video-zoom-controls-expected.png:

2012-07-20  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>

        [Qt] svg/text rebaseline after new test fonts (part 4)
        https://bugs.webkit.org/show_bug.cgi?id=91905

        Unreviewed.

        Two tests, svg/text/foreignObject-text-clipping-bug.xml and
        svg/text/scaling-font-with-geometric-precision.html, still have incorrect results.

        This is not a regression because they were incorrect before, but had expected files with
        the wrong results. Instead of updating wrong expectations, I kept them skipped but created
        a new bug to track each one.

        * platform/qt-5.0/Skipped:
        * platform/qt/svg/text/font-size-below-point-five-2-expected.png:
        * platform/qt/svg/text/font-size-below-point-five-2-expected.txt:
        * platform/qt/svg/text/font-size-below-point-five-expected.png:
        * platform/qt/svg/text/font-size-below-point-five-expected.txt:
        * platform/qt/svg/text/lengthAdjust-text-metrics-expected.txt:
        * platform/qt/svg/text/modify-text-node-in-tspan-expected.png:
        * platform/qt/svg/text/modify-text-node-in-tspan-expected.txt:
        * platform/qt/svg/text/remove-text-node-from-tspan-expected.png:
        * platform/qt/svg/text/remove-text-node-from-tspan-expected.txt:
        * platform/qt/svg/text/remove-tspan-from-text-expected.png:
        * platform/qt/svg/text/remove-tspan-from-text-expected.txt:
        * platform/qt/svg/text/text-altglyph-01-b-expected.png:
        * platform/qt/svg/text/text-altglyph-01-b-expected.txt:
        * platform/qt/svg/text/text-deco-01-b-expected.png:
        * platform/qt/svg/text/text-deco-01-b-expected.txt:
        * platform/qt/svg/text/text-fill-opacity-expected.png:
        * platform/qt/svg/text/text-fill-opacity-expected.txt:
        * platform/qt/svg/text/text-fonts-02-t-expected.png:
        * platform/qt/svg/text/text-fonts-02-t-expected.txt:
        * platform/qt/svg/text/text-gradient-positioning-expected.png:
        * platform/qt/svg/text/text-gradient-positioning-expected.txt:
        * platform/qt/svg/text/text-midpoint-split-bug-expected.png:
        * platform/qt/svg/text/text-midpoint-split-bug-expected.txt:
        * platform/qt/svg/text/text-path-middle-align-expected.txt:
        * platform/qt/svg/text/text-repaint-rects-expected.png:
        * platform/qt/svg/text/text-repaint-rects-expected.txt:
        * platform/qt/svg/text/text-spacing-01-b-expected.png:
        * platform/qt/svg/text/text-spacing-01-b-expected.txt:
        * platform/qt/svg/text/text-tref-01-b-expected.png:
        * platform/qt/svg/text/text-tref-01-b-expected.txt:
        * platform/qt/svg/text/text-viewbox-rescale-expected.png:
        * platform/qt/svg/text/text-viewbox-rescale-expected.txt:
        * platform/qt/svg/text/textPathBoundsBug-expected.txt:

2012-07-20  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: "ASSERTION FAILED: !m_requestFinished" hit in IDBRequest::dispatchEvent
        https://bugs.webkit.org/show_bug.cgi?id=86911

        Reviewed by Tony Chang.

        Added regression test based on repro steps in the bug.

        * storage/indexeddb/request-continue-abort-expected.txt: Added.
        * storage/indexeddb/request-continue-abort.html: Added.
        * storage/indexeddb/resources/request-continue-abort.js: Added.
        (test.request.onsuccess.request.onsuccess.request.onsuccess):
        (test.request.onsuccess.request.onsuccess):
        (test.request.onsuccess):
        (test):
        (onUpgrade):
        (testCursor.request.onsuccess):
        (testCursor.request.onerror):
        (testCursor.transaction.onabort):
        (testCursor):

2012-07-20  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>

        [Qt] svg/text rebaseline after new test fonts (part 3)
        https://bugs.webkit.org/show_bug.cgi?id=91904

        Unreviewed.

        * platform/qt-5.0/Skipped:
        * platform/qt-5.0/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png: Removed.
        * platform/qt-5.0/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: Removed.
        * platform/qt-5.0/svg/text/text-overflow-ellipsis-svgfont-expected.png: Removed.
        * platform/qt-5.0/svg/text/text-overflow-ellipsis-svgfont-expected.txt: Removed.
        * platform/qt-5.0/svg/text/text-tselect-01-b-expected.png: Removed.
        * platform/qt-5.0/svg/text/text-tselect-01-b-expected.txt: Removed.
        * platform/qt-5.0/svg/text/text-tspan-01-b-expected.png: Removed.
        * platform/qt-5.0/svg/text/text-tspan-01-b-expected.txt: Removed.
        * platform/qt/svg/text/append-text-node-to-tspan-expected.png:
        * platform/qt/svg/text/append-text-node-to-tspan-expected.txt:
        * platform/qt/svg/text/ems-display-none-expected.png:
        * platform/qt/svg/text/ems-display-none-expected.txt:
        * platform/qt/svg/text/exs-display-none-expected.png:
        * platform/qt/svg/text/exs-display-none-expected.txt:
        * platform/qt/svg/text/foreignObject-repaint-expected.png:
        * platform/qt/svg/text/foreignObject-repaint-expected.txt:
        * platform/qt/svg/text/scaled-font-expected.png:
        * platform/qt/svg/text/scaled-font-expected.txt:
        * platform/qt/svg/text/text-overflow-ellipsis-svgfont-expected.png:
        * platform/qt/svg/text/text-overflow-ellipsis-svgfont-expected.txt:
        * platform/qt/svg/text/text-tselect-01-b-expected.png:
        * platform/qt/svg/text/text-tselect-01-b-expected.txt:
        * platform/qt/svg/text/text-tspan-01-b-expected.png:
        * platform/qt/svg/text/text-tspan-01-b-expected.txt:
        * platform/qt/svg/text/text-ws-01-t-expected.png:
        * platform/qt/svg/text/text-ws-01-t-expected.txt:
        * platform/qt/svg/text/text-ws-02-t-expected.png:
        * platform/qt/svg/text/text-ws-02-t-expected.txt:

2012-07-20  Andrew Scherkus  <scherkus@chromium.org>

        [chromium] Unreviewed rebaselined due to r123259.

        * platform/chromium-linux/media/media-document-audio-repaint-expected.png:
        * platform/chromium-linux/media/video-zoom-controls-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/media/media-document-audio-repaint-expected.png:
        * platform/chromium-mac/fast/layers/video-layer-expected.txt:
        * platform/chromium-mac/media/audio-controls-rendering-expected.txt:
        * platform/chromium-mac/media/audio-repaint-expected.txt:
        * platform/chromium-mac/media/controls-after-reload-expected.txt:
        * platform/chromium-mac/media/controls-strict-expected.txt:
        * platform/chromium-mac/media/controls-styling-expected.txt:
        * platform/chromium-mac/media/controls-without-preload-expected.txt:
        * platform/chromium-mac/media/media-controls-clone-expected.txt:
        * platform/chromium-mac/media/media-document-audio-repaint-expected.png:
        * platform/chromium-mac/media/media-document-audio-repaint-expected.txt:
        * platform/chromium-mac/media/video-controls-rendering-expected.txt:
        * platform/chromium-mac/media/video-display-toggle-expected.txt:
        * platform/chromium-mac/media/video-empty-source-expected.txt:
        * platform/chromium-mac/media/video-no-audio-expected.txt:
        * platform/chromium-mac/media/video-playing-and-pause-expected.txt:
        * platform/chromium-mac/media/video-zoom-controls-expected.txt:
        * platform/chromium-win/fast/layers/video-layer-expected.txt:
        * platform/chromium-win/media/audio-controls-rendering-expected.txt:
        * platform/chromium-win/media/audio-repaint-expected.txt:
        * platform/chromium-win/media/controls-after-reload-expected.txt:
        * platform/chromium-win/media/controls-strict-expected.txt:
        * platform/chromium-win/media/controls-styling-expected.txt:
        * platform/chromium-win/media/controls-without-preload-expected.txt:
        * platform/chromium-win/media/media-controls-clone-expected.txt:
        * platform/chromium-win/media/media-document-audio-repaint-expected.png:
        * platform/chromium-win/media/media-document-audio-repaint-expected.txt:
        * platform/chromium-win/media/video-controls-rendering-expected.txt:
        * platform/chromium-win/media/video-display-toggle-expected.txt:
        * platform/chromium-win/media/video-empty-source-expected.txt:
        * platform/chromium-win/media/video-no-audio-expected.txt:
        * platform/chromium-win/media/video-playing-and-pause-expected.txt:
        * platform/chromium-win/media/video-zoom-controls-expected.txt:
        * platform/chromium/TestExpectations:

2012-07-20  Luciano Wolf  <luciano.wolf@openbossa.org>

        [Qt] ietestcenter needs rebaseline after new test fonts
        https://bugs.webkit.org/show_bug.cgi?id=91886

        Updating skipped tests inside ietestcenter. The following tests
        remain skipped:
        /css3/bordersbackgrounds/border-radius-style-001-expected.txt (not using dashed line)
        /css3/bordersbackgrounds/border-radius-style-002-expected.txt (not using dashed line)
        /css3/text/textshadow-002-expected.txt (missing bar on top of blue text)

        Reviewed by Noam Rosenthal.

        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0/Skipped:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background-color-border-box-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background-color-border-box-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-002-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-002-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-applies-to-block-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-applies-to-block-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background_color_padding_box-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background_color_padding_box-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background_repeat_space_border_box-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background_repeat_space_border_box-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background_repeat_space_content_box-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background_repeat_space_content_box-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-001-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-001-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-002-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-002-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-003-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-003-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-004-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-004-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-005-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-005-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-010-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-010-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-017-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-017-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-clip-001-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-clip-001-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-initial-value-001-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-initial-value-001-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-not-inherited-001-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-not-inherited-001-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-style-003-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-style-003-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-style-004-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-style-004-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-001-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-001-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-002-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-002-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-003-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-003-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-001-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-001-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-002-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-002-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-003-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-003-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-004-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-004-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/color-behind-images-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/color-behind-images-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/order-of-images-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/order-of-images-expected.txt:
        * platform/qt/ietestcenter/css3/text/textshadow-001-expected.png: Added.
        * platform/qt/ietestcenter/css3/text/textshadow-001-expected.txt:
        * platform/qt/ietestcenter/css3/text/textshadow-003-expected.png: Added.
        * platform/qt/ietestcenter/css3/text/textshadow-003-expected.txt:
        * platform/qt/ietestcenter/css3/text/textshadow-004-expected.png: Added.
        * platform/qt/ietestcenter/css3/text/textshadow-004-expected.txt:
        * platform/qt/ietestcenter/css3/text/textshadow-005-expected.png: Added.
        * platform/qt/ietestcenter/css3/text/textshadow-005-expected.txt:
        * platform/qt/ietestcenter/css3/text/textshadow-006-expected.png: Added.
        * platform/qt/ietestcenter/css3/text/textshadow-006-expected.txt:
        * platform/qt/ietestcenter/css3/text/textshadow-007-expected.png: Added.
        * platform/qt/ietestcenter/css3/text/textshadow-007-expected.txt:
        * platform/qt/ietestcenter/css3/text/textshadow-008-expected.png: Added.
        * platform/qt/ietestcenter/css3/text/textshadow-008-expected.txt:
        * platform/qt/ietestcenter/css3/text/textshadow-009-expected.png: Added.
        * platform/qt/ietestcenter/css3/text/textshadow-009-expected.txt:
        * platform/qt/ietestcenter/css3/text/textshadow-010-expected.png: Added.
        * platform/qt/ietestcenter/css3/text/textshadow-010-expected.txt:

2012-07-20  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>

        [Qt] svg/text rebaseline after new test fonts (part 2)
        https://bugs.webkit.org/show_bug.cgi?id=91902

        Reviewed by Noam Rosenthal.

        * platform/qt-5.0-wk2/svg/text/multichar-glyph-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/text/multichar-glyph-expected.txt: Removed.
        * platform/qt-5.0/Skipped:
        * platform/qt-5.0/svg/text/text-align-01-b-expected.png: Removed.
        * platform/qt-5.0/svg/text/text-align-01-b-expected.txt: Removed.
        * platform/qt-5.0/svg/text/text-align-02-b-expected.png: Removed.
        * platform/qt-5.0/svg/text/text-align-02-b-expected.txt: Removed.
        * platform/qt-5.0/svg/text/text-align-04-b-expected.png: Removed.
        * platform/qt-5.0/svg/text/text-align-04-b-expected.txt: Removed.
        * platform/qt-5.0/svg/text/text-align-06-b-expected.png: Removed.
        * platform/qt-5.0/svg/text/text-align-06-b-expected.txt: Removed.
        * platform/qt/svg/text/multichar-glyph-expected.png:
        * platform/qt/svg/text/multichar-glyph-expected.txt:
        * platform/qt/svg/text/selection-background-color-expected.png: Added.
        * platform/qt/svg/text/selection-background-color-expected.txt:
        * platform/qt/svg/text/selection-styles-expected.png:
        * platform/qt/svg/text/selection-styles-expected.txt:
        * platform/qt/svg/text/selection-tripleclick-expected.png:
        * platform/qt/svg/text/selection-tripleclick-expected.txt:
        * platform/qt/svg/text/text-align-01-b-expected.png:
        * platform/qt/svg/text/text-align-01-b-expected.txt:
        * platform/qt/svg/text/text-align-02-b-expected.png:
        * platform/qt/svg/text/text-align-02-b-expected.txt:
        * platform/qt/svg/text/text-align-03-b-expected.png:
        * platform/qt/svg/text/text-align-03-b-expected.txt:
        * platform/qt/svg/text/text-align-04-b-expected.png:
        * platform/qt/svg/text/text-align-04-b-expected.txt:
        * platform/qt/svg/text/text-align-05-b-expected.png:
        * platform/qt/svg/text/text-align-05-b-expected.txt:
        * platform/qt/svg/text/text-align-06-b-expected.png:
        * platform/qt/svg/text/text-align-06-b-expected.txt:
        * platform/qt/svg/text/text-path-01-b-expected.png:
        * platform/qt/svg/text/text-path-01-b-expected.txt:
        * platform/qt/svg/text/tspan-dynamic-positioning-expected.png:
        * platform/qt/svg/text/tspan-dynamic-positioning-expected.txt:

2012-07-20  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>

        [Qt] svg/text rebaseline after new test fonts (part 1)
        https://bugs.webkit.org/show_bug.cgi?id=91762

        Reviewed by Andreas Kling.

        * platform/qt-5.0-wk2/svg/text/kerning-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/text/kerning-expected.txt: Removed.
        * platform/qt-5.0/Skipped:
        * platform/qt-5.0/svg/text/text-text-01-b-expected.png: Removed.
        * platform/qt-5.0/svg/text/text-text-01-b-expected.txt: Removed.
        * platform/qt-5.0/svg/text/text-text-04-t-expected.png: Removed.
        * platform/qt-5.0/svg/text/text-text-04-t-expected.txt: Removed.
        * platform/qt/svg/text/kerning-expected.png:
        * platform/qt/svg/text/kerning-expected.txt:
        * platform/qt/svg/text/small-fonts-2-expected.png:
        * platform/qt/svg/text/small-fonts-2-expected.txt:
        * platform/qt/svg/text/small-fonts-3-expected.png:
        * platform/qt/svg/text/small-fonts-3-expected.txt:
        * platform/qt/svg/text/small-fonts-expected.png:
        * platform/qt/svg/text/small-fonts-expected.txt: Added.
        * platform/qt/svg/text/small-fonts-in-html5-expected.png:
        * platform/qt/svg/text/small-fonts-in-html5-expected.txt:
        * platform/qt/svg/text/text-text-01-b-expected.png:
        * platform/qt/svg/text/text-text-01-b-expected.txt:
        * platform/qt/svg/text/text-text-03-b-expected.png:
        * platform/qt/svg/text/text-text-03-b-expected.txt:
        * platform/qt/svg/text/text-text-04-t-expected.png:
        * platform/qt/svg/text/text-text-04-t-expected.txt:
        * platform/qt/svg/text/text-text-05-t-expected.png:
        * platform/qt/svg/text/text-text-05-t-expected.txt:
        * platform/qt/svg/text/text-text-06-t-expected.png:
        * platform/qt/svg/text/text-text-06-t-expected.txt:
        * platform/qt/svg/text/text-text-07-t-expected.png:
        * platform/qt/svg/text/text-text-07-t-expected.txt:
        * platform/qt/svg/text/text-text-08-b-expected.png:
        * platform/qt/svg/text/text-text-08-b-expected.txt:

2012-07-20  Tony Chang  <tony@chromium.org>

        [chromium] Unreviewed gardening.  Remove a test that hasn't been
        added to the tree yet.

        * platform/chromium/TestExpectations:

2012-07-20  Tony Chang  <tony@chromium.org>

        [chromium] Unreviewed, mark some tests as slow in debug.

        * platform/chromium/TestExpectations:

2012-07-20  Tony Chang  <tony@chromium.org>

        [chromium] Unreviewed, mark some tests as slow in debug.

        * platform/chromium/TestExpectations:

2012-07-19  Andrew Scherkus  <scherkus@chromium.org>

        [chromium] CSS tweaks to media controls to prevent styles from being overridden
        https://bugs.webkit.org/show_bug.cgi?id=91802

        Reviewed by Eric Carlson.

        * media/controls-styling-strict.html: Added.
        * platform/chromium-linux/media/controls-styling-strict-expected.png: Added.
        * platform/chromium-linux/media/controls-styling-strict-expected.txt: Added.

2012-07-20  Tony Chang  <tony@chromium.org>

        [chromium] Unreviewed gardening.  Unskip some tests that just need new baselines.

        * platform/chromium/TestExpectations:

2012-07-20  Tony Chang  <tony@chromium.org>

        [chromium] Rebaseline css3/filters/custom tests
        https://bugs.webkit.org/show_bug.cgi?id=82372

        Unreviewed, but unofficially reviewed by Chiculita Alexandru and Stephen White.

        Add baselines for these tests. They are enabled and use the Mesa
        software renderer.

        * platform/chromium-linux/css3/filters/custom/effect-custom-parameters-expected.png:
        * platform/chromium-mac/css3/filters/custom/custom-filter-shader-cache-expected.png:
        * platform/chromium-mac/css3/filters/custom/effect-custom-combined-missing-expected.png:
        * platform/chromium-mac/css3/filters/custom/effect-custom-expected.png:
        * platform/chromium-mac/css3/filters/custom/effect-custom-parameters-expected.png:
        * platform/chromium-win/css3/filters/custom/custom-filter-shader-cache-expected.png: Added.
        * platform/chromium-win/css3/filters/custom/effect-custom-combined-missing-expected.png: Added.
        * platform/chromium-win/css3/filters/custom/effect-custom-expected.png: Added.
        * platform/chromium-win/css3/filters/custom/effect-custom-parameters-expected.png: Added.
        * platform/chromium-win/css3/filters/custom/missing-custom-filter-shader-expected.png: Renamed from LayoutTests/platform/chromium-linux/css3/filters/custom/missing-custom-filter-shader-expected.png.
        * platform/chromium/TestExpectations:

2012-07-20  Vincent Scheib  <scheib@chromium.org>

        Move pointer lock test resources to http/tests/resources in preparation for adding new tests to http.
        https://bugs.webkit.org/show_bug.cgi?id=91882

        Reviewed by Adrienne Walker.

        * http/tests/resources/pointer-lock/pointer-lock-test-harness.js: Renamed from LayoutTests/pointer-lock/resources/pointer-lock-test-harness.js.
        * pointer-lock/bug90391-move-then-window-open-crash.html:
        * pointer-lock/lock-already-locked.html:
        * pointer-lock/lock-element-not-in-dom.html:
        * pointer-lock/lock-fail-responses.html:
        * pointer-lock/locked-element-iframe-removed-from-dom.html:
        * pointer-lock/locked-element-removed-from-dom.html:
        * pointer-lock/mouse-event-api.html:
        * pointer-lock/mouse-event-delivery.html:
        * pointer-lock/pointer-lock-api.html:
        * pointer-lock/pointerlockchange-pointerlockerror-events.html:
        * pointer-lock/pointerlocklost-event.html:

2012-07-20  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, adding platform-specific baseline for
        fast/dom/Window/window-properties-performance.html that assumes jsHeapSizeLimit
        attribute to be undefined, as expected for ports using JavaScriptCore.

        * platform/gtk/TestExpectations:
        * platform/gtk/fast/dom/Window/window-properties-performance-expected.txt: Added.

2012-07-20  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, adding image baseline for
        fast/images/paletted-png-with-color-profile.html.

        * platform/gtk/TestExpectations:
        * platform/gtk/fast/images/paletted-png-with-color-profile-expected.png: Added.

2012-07-20  Stephen Chenney  <schenney@chromium.org>

        SVG Filter Effect sub-region not applied for some filters
        https://bugs.webkit.org/show_bug.cgi?id=89767

        Reviewed by Dirk Schulze.

        Unreviewed test expectations update.

        Numerous results changed by one pixel due to the difference between
        clipping and pre-applying the filter subregion. Some feGaussianBlur
        and feDropShadow results changed more, but that was expected.

        * platform/chromium-linux-x86/svg/batik/filters: Removed.
        * platform/chromium-linux-x86/svg/filters/shadow-on-filter-expected.png:
        * platform/chromium-linux-x86/svg/filters/shadow-on-rect-with-filter-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
        * platform/chromium-linux/svg/batik/filters/feTile-expected.png:
        * platform/chromium-linux/svg/batik/filters/filterRegions-expected.png:
        * platform/chromium-linux/svg/batik/text/smallFonts-expected.png:
        * platform/chromium-linux/svg/batik/text/textFeatures-expected.png:
        * platform/chromium-linux/svg/custom/feComponentTransfer-Discrete-expected.png:
        * platform/chromium-linux/svg/custom/feComponentTransfer-Gamma-expected.png:
        * platform/chromium-linux/svg/custom/feComponentTransfer-Linear-expected.png:
        * platform/chromium-linux/svg/custom/feComponentTransfer-Table-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png:
        * platform/chromium-linux/svg/filters/feDropShadow-expected.png:
        * platform/chromium-linux/svg/filters/filter-on-tspan-expected.png:
        * platform/chromium-linux/svg/filters/filterRes-expected.png:
        * platform/chromium-linux/svg/filters/shadow-on-filter-expected.png:
        * platform/chromium-linux/svg/filters/shadow-on-rect-with-filter-expected.png:
        * platform/chromium-linux/svg/filters/subRegion-one-effect-expected.png:
        * platform/chromium-linux/svg/filters/subRegion-two-effects-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
        * platform/chromium-mac-snowleopard/svg/batik/filters/feTile-expected.png:
        * platform/chromium-mac-snowleopard/svg/batik/filters/filterRegions-expected.png:
        * platform/chromium-mac-snowleopard/svg/batik/text/smallFonts-expected.png:
        * platform/chromium-mac-snowleopard/svg/batik/text/textFeatures-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Discrete-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Gamma-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Linear-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Table-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/filters/shadow-on-filter-expected.png:
        * platform/chromium-mac-snowleopard/svg/filters/shadow-on-rect-with-filter-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
        * platform/chromium-mac/svg/batik/filters/feTile-expected.png:
        * platform/chromium-mac/svg/batik/filters/filterRegions-expected.png:
        * platform/chromium-mac/svg/batik/text/smallFonts-expected.png:
        * platform/chromium-mac/svg/batik/text/textFeatures-expected.png:
        * platform/chromium-mac/svg/custom/feComponentTransfer-Discrete-expected.png:
        * platform/chromium-mac/svg/custom/feComponentTransfer-Gamma-expected.png:
        * platform/chromium-mac/svg/custom/feComponentTransfer-Linear-expected.png:
        * platform/chromium-mac/svg/custom/feComponentTransfer-Table-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png:
        * platform/chromium-mac/svg/filters/feDropShadow-expected.png:
        * platform/chromium-mac/svg/filters/feDropShadow-subregion-expected.png: Added.
        * platform/chromium-mac/svg/filters/feGaussianBlur-expected.png:
        * platform/chromium-mac/svg/filters/feGaussianBlur-subregion-expected.png: Added.
        * platform/chromium-mac/svg/filters/feImage-subregions-expected.png:
        * platform/chromium-mac/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png:
        * platform/chromium-mac/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png:
        * platform/chromium-mac/svg/filters/feOffset-expected.png:
        * platform/chromium-mac/svg/filters/feTile-expected.png:
        * platform/chromium-mac/svg/filters/filter-placement-issue-expected.png:
        * platform/chromium-mac/svg/filters/filter-rounding-issues-expected.png:
        * platform/chromium-mac/svg/filters/filterRes-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/svg/filters/subRegion-one-effect-expected.png:
        * platform/chromium-mac/svg/filters/subRegion-two-effects-expected.png:
        * platform/chromium-win-xp/svg/filters/shadow-on-filter-expected.png:
        * platform/chromium-win-xp/svg/filters/shadow-on-rect-with-filter-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
        * platform/chromium-win/svg/batik/filters/feTile-expected.png:
        * platform/chromium-win/svg/batik/filters/filterRegions-expected.png:
        * platform/chromium-win/svg/batik/text/smallFonts-expected.png:
        * platform/chromium-win/svg/batik/text/textFeatures-expected.png:
        * platform/chromium-win/svg/custom/feComponentTransfer-Discrete-expected.png:
        * platform/chromium-win/svg/custom/feComponentTransfer-Gamma-expected.png:
        * platform/chromium-win/svg/custom/feComponentTransfer-Linear-expected.png:
        * platform/chromium-win/svg/custom/feComponentTransfer-Table-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png:
        * platform/chromium-win/svg/filters/feDropShadow-expected.png:
        * platform/chromium-win/svg/filters/feDropShadow-subregion-expected.png: Added.
        * platform/chromium-win/svg/filters/feGaussianBlur-expected.png:
        * platform/chromium-win/svg/filters/feGaussianBlur-subregion-expected.png: Added.
        * platform/chromium-win/svg/filters/feImage-subregions-expected.png:
        * platform/chromium-win/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png:
        * platform/chromium-win/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png:
        * platform/chromium-win/svg/filters/feOffset-expected.png:
        * platform/chromium-win/svg/filters/feTile-expected.png:
        * platform/chromium-win/svg/filters/filter-on-tspan-expected.png:
        * platform/chromium-win/svg/filters/filter-placement-issue-expected.png:
        * platform/chromium-win/svg/filters/filter-rounding-issues-expected.png:
        * platform/chromium-win/svg/filters/filterRes-expected.png:
        * platform/chromium-win/svg/filters/filterRes1-expected.png:
        * platform/chromium-win/svg/filters/filterRes3-expected.png:
        * platform/chromium-win/svg/filters/parent-children-with-same-filter-expected.png:
        * platform/chromium-win/svg/filters/shadow-on-filter-expected.png:
        * platform/chromium-win/svg/filters/shadow-on-rect-with-filter-expected.png:
        * platform/chromium-win/svg/filters/subRegion-one-effect-expected.png:
        * platform/chromium-win/svg/filters/subRegion-two-effects-expected.png:
        * platform/chromium/TestExpectations:

2012-07-20  Joshua Bell  <jsbell@chromium.org>

        [chromium] Unreviewed test expectations update.
        Un-marking various tests as flaky on WIN following rollback of r121610
        in http://trac.webkit.org/changeset/123110. Investigation documented in:
        https://bugs.webkit.org/show_bug.cgi?id=90469

        * platform/chromium/TestExpectations:

2012-07-20  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Generating baselines for two input placeholder tests that fail. The image
        baselines used are from Chromium Linux that clearly denote what's missing
        in the GTK port's output for these two tests, ignoring other marginal
        rendering differences.

        * platform/gtk/TestExpectations:
        * platform/gtk/fast/forms/input-placeholder-paint-order-expected.png: Added.
        * platform/gtk/fast/forms/input-placeholder-paint-order-expected.txt: Added.
        * platform/gtk/fast/forms/textarea: Added.
        * platform/gtk/fast/forms/textarea/textarea-placeholder-paint-order-expected.png: Added.
        * platform/gtk/fast/forms/textarea/textarea-placeholder-paint-order-expected.txt: Added.

2012-07-20  Luciano Wolf  <luciano.wolf@openbossa.org>

        Fix missing css1/text_properties/text_transform.html results (txt)
        https://bugs.webkit.org/show_bug.cgi?id=91875

        Expected txt result was added.

        Reviewed by Noam Rosenthal.

        * platform/qt/css1/text_properties/text_transform-expected.txt: Added.

2012-07-20  Bruno de Oliveira Abinader  <bruno.abinader@basyskom.com>

        [Qt] Added/updated missing fast/table results after rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=91621

        Reviewed by Noam Rosenthal.

        The following tests were failing after r122985:
          fast/table/003.html = TEXT
          fast/table/colspanMinWidth.html = TEXT
          fast/table/spanOverlapRepaint.html = TEXT
          fast/table/text-field-baseline.html = TEXT

        This patch includes/updates the missing expectations.

        * platform/qt-5.0-wk2/fast/table/003-expected.png:
        * platform/qt-5.0-wk2/fast/table/003-expected.txt:
        * platform/qt-5.0-wk2/fast/table/colspanMinWidth-expected.png: Added.
        * platform/qt-5.0-wk2/fast/table/colspanMinWidth-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/table/spanOverlapRepaint-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/table/text-field-baseline-expected.png: Added.
        * platform/qt-5.0-wk2/fast/table/text-field-baseline-expected.txt: Added.

2012-07-20  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, rebaselining a test after r117477.

        * platform/gtk/TestExpectations:
        * platform/gtk/tables/mozilla/bugs/bug10296-1-expected.png:
        * platform/gtk/tables/mozilla/bugs/bug10296-1-expected.txt:

2012-07-20  Zan Dobersek  <zandobersek@gmail.com>

        [Gtk] Many tests revealed as passing after moving from Skipped to test_expectations.txt
        https://bugs.webkit.org/show_bug.cgi?id=85591

        Unreviewed, managing a few more unexpected passes for the GTK port.

        Remove a few expectations for tests that were passing, reclassify some failures as
        architecture-specific and add PASS expectations for a few tests that pass even though
        they test features that are currently not supported on the GTK port.

        * platform/gtk/TestExpectations:

2012-07-20  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, adding platform-specific baseline that's required
        after changes in r123145.

        * platform/gtk/http/tests/security/cross-frame-access-put-expected.txt: Added.

2012-07-20  Stephen Chenney  <schenney@chromium.org>

        Rebaseline failing test svg/as-image/svg-non-integer-scaled-image.html

        Unreviewed test expectations update.

        * platform/chromium/svg/as-image: Added.
        * platform/chromium/svg/as-image/svg-non-integer-scaled-image-expected.txt: Added.

2012-07-20  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r123182.
        http://trac.webkit.org/changeset/123182
        https://bugs.webkit.org/show_bug.cgi?id=91863

        Causing ASSERT crashes in tests accessibility/canvas.html and
        accessibility/canvas-accessibilitynodeobject.html (Requested
        by jernoble on #webkit).

        * accessibility/canvas-accessibilitynodeobject-expected.txt: Removed.
        * accessibility/canvas-accessibilitynodeobject.html: Removed.

2012-07-20  Stephen Chenney  <schenney@chromium.org>

        Fix chromium TestExpectations file.

        Unreviewed build fix.

        * platform/chromium/TestExpectations:

2012-07-20  Stephen Chenney  <schenney@chromium.org>

        Rebaseline Chromium results after r121171
        https://bugs.webkit.org/show_bug.cgi?id=91474

        Reviewed by Dan Bernstein.

        Unreviewed test expectations update.

        Values have changed by one pixel, which is expected given the description in the bug report.

        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
        * platform/chromium-mac/svg/as-image/svg-non-integer-scaled-image-expected.png:
        * 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:
        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
        * platform/chromium-win/svg/as-image/svg-non-integer-scaled-image-expected.png:
        * 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-auto-size-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
        * platform/chromium/svg/as-image: Removed.
        * platform/chromium/svg/as-image/svg-non-integer-scaled-image-expected.txt: Removed.
        * platform/efl/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Removed.
        * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Removed.
        * platform/mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Removed.
        * svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added.

2012-07-20  Mihnea Ovidenie  <mihnea@adobe.com>

        [CSSRegions]Assert failure when layout positioned objects in regions
        https://bugs.webkit.org/show_bug.cgi?id=90792

        Reviewed by Andreas Kling.

        Before clamping the containing block (for an out-of-flow positioned element
        inside a named flow) to the region, we have to test whether the region is not
        null, which can happen when the named flow does not have attached regions.

        * fast/regions/positioned-vrl-in-named-flow-expected.txt: Added.
        * fast/regions/positioned-vrl-in-named-flow.html: Added.
        * fast/regions/positioned-vrl-in-parent-named-flow-expected.txt: Added.
        * fast/regions/positioned-vrl-in-parent-named-flow.html: Added.
        * fast/regions/positioned-with-vrl-parent-in-named-flow-expected.txt: Added.
        * fast/regions/positioned-with-vrl-parent-in-named-flow.html: Added.

2012-07-20  Stephen Chenney  <schenney@chromium.org>

        SVG Filter Effect sub-region not applied for some filters
        https://bugs.webkit.org/show_bug.cgi?id=89767

        Reviewed by Dirk Schulze.

        The filter effect region for SVG feGaussian and feDropShadow filters was incorrectly set,
        failing to account for the radius of the blur. This patch fixes the problem and removes an
        unneccessary clip operation when the filter result is blitted into the target. That clip
        was clipping the shadow from webkit-shadow.

        * platform/chromium/TestExpectations: Added temp entries for affected
        tests. Will rebaseline later (not closing the bug in the meantime).
        * svg/filters/feDropShadow-subregion-expected.png: Added.
        * svg/filters/feDropShadow-subregion-expected.txt: Added.
        * svg/filters/feDropShadow-subregion.svg: This verifies the subregion for feDropShadow.
        * svg/filters/feGaussianBlur-subregion-expected.png: Added.
        * svg/filters/feGaussianBlur-subregion-expected.txt: Added.
        * svg/filters/feGaussianBlur-subregion.svg: This verifies the subregion for feGaussianBlur.

2012-07-20  Mihnea Ovidenie  <mihnea@adobe.com>

        Unreviewed. Skip regions inspector test on EFL.

        * platform/efl/TestExpectations:

2012-07-20  Balazs Ankes  <bank@inf.u-szeged.hu>

        [Qt] http/tests/security/cross-frame-access-put.html test fail after r123145
        https://bugs.webkit.org/show_bug.cgi?id=91830

        Unreviewed gardening.

        * platform/qt/http/tests/security/cross-frame-access-put-expected.txt: Added.

2012-07-20  Andrei Poenaru  <poenaru@adobe.com>

        Web Inspector: Protocol Extension: add getNamedFlowCollection command
        https://bugs.webkit.org/show_bug.cgi?id=91607

        Reviewed by Pavel Feldman.

        The test builds a webpage with 3 Named Flows in the main frame and 1 Named Flow in an iframe.
        Because the getNamedFlowCollection command is executed with the main document node id as an argument,
        it should return only the first 3 Named Flows.

        * inspector/styles/protocol-getNamedFlowCollection-command-expected.txt: Added.
        * inspector/styles/protocol-getNamedFlowCollection-command.html: Added.

2012-07-20  Sudarsana Nagineni  <sudarsana.nagineni@linux.intel.com>

        [EFL] Gardening of failing tests
        https://bugs.webkit.org/show_bug.cgi?id=91838

        Unreviewed EFL gardening. Add failing tests to the Test Expectations.

        * platform/efl/TestExpectations:
        * platform/efl/fast/forms/state-restore-skip-stateless-expected.txt: Removed
        the platform specific expected after r123066.

2012-07-20  János Badics  <jbadics@inf.u-szeged.hu>

        [Qt] Unreviewed gardening after r123192. Skipped a new test.

        * platform/qt/Skipped:

2012-07-20  Eugene Klyuchnikov  <eustas.big@gmail.com>

        Web Inspector: Timeline: forward compatibility for load.
        https://bugs.webkit.org/show_bug.cgi?id=91714

        Reviewed by Pavel Feldman.

        Accept records of unrecognized types and render them as "unknown".

        * inspector/timeline/timeline-load-incompatible-expected.txt: Added.
        * inspector/timeline/timeline-load-incompatible.html: Added.

2012-07-20  Mihnea Ovidenie  <mihnea@adobe.com>

        [CSSRegions]Crash when flowing a region into itself
        https://bugs.webkit.org/show_bug.cgi?id=90289

        Reviewed by Andreas Kling.

        If a region is designed to receive itself as content through a named flow, we avoid
        a circular dependency by not attaching the region to the desired named flow.
        In such occasions, the region's attached flow thread object is null and
        we have to check this pointer before using it in RenderRegion::styleDidChange.

        * fast/regions/flow-region-into-itself-crash-expected.txt: Added.
        * fast/regions/flow-region-into-itself-crash.html: Added.

2012-07-17  Kinuko Yasuda  <kinuko@chromium.org>

        If value for responseType defined as type that not supported, it should not throw an exception in XHR 2
        https://bugs.webkit.org/show_bug.cgi?id=90976

        Reviewed by Alexey Proskuryakov.

        Adding tests to see if setting invalid responseType does not throw an exception and does not change the value.

        * fast/xmlhttprequest/xmlhttprequest-responsetype-set-invalidtype-expected.txt: Added.
        * fast/xmlhttprequest/xmlhttprequest-responsetype-set-invalidtype.html: Added.
        * fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer-expected.txt:
        * fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer.html: Removed a line which tries to set invalid type (since we now have a separate test)

2012-07-20  Matt Falkenhagen  <falken@chromium.org>

        Show or hide <dialog> depending on the open attribute
        https://bugs.webkit.org/show_bug.cgi?id=90931

        Reviewed by Kent Tamura.

        * fast/dom/HTMLDialogElement/dialog-open-expected.txt: Added.
        * fast/dom/HTMLDialogElement/dialog-open.html: Added.

2012-07-20  Shinya Kawanaka  <shinyak@chromium.org>

        Needs pseudo id to point the inner element of an img elemnet for styling
        https://bugs.webkit.org/show_bug.cgi?id=91590

        Reviewed by Hajime Morita.

        Uses pseudo id to confirm the style is applied to the inner element of an img element shadow.

        * fast/dom/shadow/shadowdom-for-image-with-pseudo-id-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-image-with-pseudo-id.html: Added.

2012-07-20  Yoshifumi Inoue  <yosin@chromium.org>

        Unreviewed. Set svn:mime-type to image/png for PNG files without svn:mime-type.

        * platform/qt-5.0-wk2/fast/forms/number/input-appearance-number-rtl-expected.png: Added property svn:mime-type.
        * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Added property svn:mime-type.
        * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Added property svn:mime-type.

2012-07-20  Keishi Hattori  <keishi@webkit.org>

        Fix crash in WebCore::HTMLInputElement::dataList
        https://bugs.webkit.org/show_bug.cgi?id=91818

        Reviewed by Kent Tamura.

        * fast/forms/range/slider-appearance-crash-expected.txt: Added.
        * fast/forms/range/slider-appearance-crash.html: Added.

2012-07-20  Yoshifumi Inoue  <yosin@chromium.org>

        Unreviewed. Set svn:mime-type to image/png for PNG files without svn:mime-type.

        * platform/qt-5.0-wk2/fast/forms/number/input-appearance-number-rtl-expected.png: Added property svn:mime-type.
        * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Added property svn:mime-type.
        * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Added property svn:mime-type.

2012-07-19  David Hyatt  <hyatt@apple.com>

        SVG not properly respecting max-width.
        https://bugs.webkit.org/show_bug.cgi?id=91474

        Reviewed by Dan Bernstein.

        * svg/as-image/svg-intrinsic-size-rectangular-expected.html: Added.
        * svg/as-image/svg-intrinsic-size-rectangular.html: Added.
        * svg/as-image/svg-object-intrinsic-size-expected.html: Added.
        * svg/as-image/svg-object-intrinsic-size.html: Added.

2012-07-19  Dominic Mazzoni  <dmazzoni@google.com>

        AX: Need AccessibilityObjects for nodes without renderers in canvas subtree
        https://bugs.webkit.org/show_bug.cgi?id=87899

        Reviewed by Chris Fleizach.

        This new test adds a bunch of elements to a normal container and the same elements to
        a canvas subtree, then it iterates over all of the accessible objects within each
        container and makes sure they have identical roles. Because we know the nodes in the
        canvas subtree don't have renderers, this successfully tests that AccessibilityNodeObjects
        are getting created for these nodes.

        * accessibility/canvas-accessibilitynodeobject-expected.txt: Added.
        * accessibility/canvas-accessibilitynodeobject.html: Added.

2012-07-19  Kent Tamura  <tkent@chromium.org>

        Form state restore: Need to identify a form by its content
        https://bugs.webkit.org/show_bug.cgi?id=91209

        Reviewed by Hajime Morita.

        * fast/forms/state-restore-broken-state-expected.txt:
        Updated for the serialized format change.
        * fast/forms/state-restore-per-form-expected.txt:
        * fast/forms/state-restore-per-form.html:
        - Add a control to #form2 before 'additionalControl'
         We can't identify this form if the second named control is changed.
        - Add test cases of webkit.org/b/91209#c0.

2012-07-19  Jeff Timanus  <twiz@chromium.org>

        [Chromium] Suppress tests requiring a rebaseline.
        Skia roll to 4683 changes gradient rendering, and rebaselines are required.
        https://bugs.webkit.org/show_bug.cgi?id=91797

        Reviewed by Kenneth Russell.

        * platform/chromium/TestExpectations:

2012-07-19  David Hyatt  <hyatt@apple.com>

        SVG images broken when max-width specified.
        https://bugs.webkit.org/show_bug.cgi?id=91474

        Reviewed by Dan Bernstein.

        * svg/as-image/svg-intrinsic-size-expected.html: Added.
        * svg/as-image/svg-intrinsic-size.html: Added.

2012-07-19  Julien Chaffraix  <jchaffraix@webkit.org>

        [CSS2.1] Anonymous tables should be inline/block-level based off their parent
        https://bugs.webkit.org/show_bug.cgi?id=15365

        Another unreviewed rebaseline after r123159 (gtk).

        * fast/dynamic/insert-before-table-part-in-continuation-expected.txt: Added.
        * platform/efl/fast/dynamic/insert-before-table-part-in-continuation-expected.txt: Removed.
        * platform/gtk/fast/dynamic/insert-before-table-part-in-continuation-expected.txt: Removed.
        * platform/gtk/tables/mozilla/bugs/bug3037-1-expected.txt: Added.

2012-07-19  Erik Arvidsson  <arv@chromium.org>

        Fix test after r123145.

        Unreviewed.

        * fast/js/var-declarations-shadowing-expected.txt:
        * fast/js/var-declarations-shadowing.html:

2012-07-19  Julien Chaffraix  <jchaffraix@webkit.org>

        [CSS2.1] Anonymous tables should be inline/block-level based off their parent
        https://bugs.webkit.org/show_bug.cgi?id=15365

        Unreviewed gardening after r123159.

        * mathml/msub-anonymous-child-render-crash-expected.txt:
        MathML wraps msub / mpub in inline-blocks so the table wrapper is now inline too which leads to this
        baseline change.

        * platform/chromium-mac-snowleopard/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
        * platform/chromium-mac/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
        * platform/chromium-win/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
        * platform/efl/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug3037-1-expected.txt: Removed.
        * platform/gtk/tables/mozilla/bugs/bug3037-1-expected.txt: Removed.
        * platform/mac-wk2/fast/dynamic: Added.
        * platform/mac-wk2/fast/dynamic/insert-before-table-part-in-continuation-expected.txt: Added.
        * platform/mac-wk2/mathml: Added.
        * platform/mac-wk2/mathml/msub-anonymous-child-render-crash-expected.txt: Added.
        * platform/mac-wk2/tables: Added.
        * platform/mac-wk2/tables/mozilla: Added.
        * platform/mac-wk2/tables/mozilla/bugs: Added.
        * platform/mac-wk2/tables/mozilla/bugs/bug3037-1-expected.txt: Added.
        * platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug3037-1-expected.txt:
        * tables/mozilla/bugs/bug3037-1-expected.txt: Added.

2012-07-19  Tony Chang  <tony@chromium.org>

        Unreviewed gardening.  Land chromium win and chromium-linux baselines for
        fast/backgrounds/size/zero.html after r121296.

        * fast/backgrounds/size/zero-expected.txt: Renamed from LayoutTests/platform/efl/fast/backgrounds/size/zero-expected.txt.
        * platform/chromium-linux/fast/backgrounds/size/zero-expected.png:
        * platform/chromium-win-xp/fast/backgrounds/size/zero-expected.png: Added.
        * platform/chromium-win/fast/backgrounds/size/zero-expected.png:
        * platform/chromium-win/fast/backgrounds/size/zero-expected.txt:
        * platform/chromium/TestExpectations:
        * platform/gtk/fast/backgrounds/size/zero-expected.txt: Removed.

2012-07-19  Julien Chaffraix  <jchaffraix@webkit.org>

        [CSS2.1] Anonymous tables should be inline/block-level based off their parent
        https://bugs.webkit.org/show_bug.cgi?id=15365

        Reviewed by Abhishek Arya.

        * css2.1/20110323/inline-table-002b-expected.htm: Added.
        * css2.1/20110323/inline-table-002b.html: Added.

        * fast/table/inline-table-in-continuation-expected.html: Added.
        * fast/table/inline-table-in-continuation.html: Added.
        Added a test for an anonymous inline table in a continuation.

        * fast/table/inline-table-with-caption-expected.html: Added.
        * fast/table/inline-table-with-caption.html: Added.
        Added a test for a table-caption in inline-context.

        * platform/chromium-win/tables/mozilla/bugs/bug3037-1-expected.txt:
        This is a progression: we now properly make the table inline and don't wrap it in anonymous blocks.

        * platform/chromium-linux/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
        * platform/chromium-win/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
        This is a progression too. However we still have some differences with Firefox and Opera.

2012-07-19  Chris Fleizach  <cfleizach@apple.com>

        WebKit should pass <title> element value as the default AXTitle for web views
        https://bugs.webkit.org/show_bug.cgi?id=91763

        Reviewed by Anders Carlsson.

        * platform/mac/accessibility/document-title-used-for-description-expected.txt: Added.
        * platform/mac/accessibility/document-title-used-for-description.html: Added.

2012-07-19  Bruno de Oliveira Abinader  <bruno.abinader@basyskom.com>

        [Qt] Added/updated missing fast/forms results after rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=91504

        Reviewed by Noam Rosenthal.

        The following tests were failing after r122879:
          fast/forms/HTMLOptionElement_label06.html = TEXT
          fast/forms/HTMLOptionElement_label07.html = TEXT
          fast/forms/basic-inputs.html = TEXT
          fast/forms/basic-textareas-quirks.html = TEXT
          fast/forms/box-shadow-override.html = TEXT
          fast/forms/control-restrict-line-height.html = TEXT
          fast/forms/encoding-test.html = TEXT
          fast/forms/fieldset-align.html = TEXT
          fast/forms/form-element-geometry.html = TEXT
          fast/forms/input-appearance-bkcolor.html = TEXT
          fast/forms/input-appearance-default-bkcolor.html = TEXT
          fast/forms/input-appearance-disabled.html = TEXT
          fast/forms/input-appearance-focus.html = TEXT
          fast/forms/input-appearance-preventDefault.html = TEXT
          fast/forms/input-appearance-readonly.html = TEXT
          fast/forms/input-appearance-selection.html = TEXT
          fast/forms/input-appearance-visibility.html = TEXT
          fast/forms/input-baseline.html = TEXT
          fast/forms/input-disabled-color.html = TEXT
          fast/forms/input-double-click-selection-gap-bug.html = TEXT
          fast/forms/input-placeholder-visibility-1.html = TEXT
          fast/forms/input-placeholder-visibility-3.html = TEXT
          fast/forms/input-readonly-dimmed.html = TEXT
          fast/forms/input-readonly-empty.html = TEXT
          fast/forms/input-spaces.html = TEXT
          fast/forms/input-text-click-inside.html = TEXT
          fast/forms/input-text-double-click.html = TEXT
          fast/forms/input-text-option-delete.html = TEXT
          fast/forms/input-text-self-emptying-click.html = TEXT
          fast/forms/input-text-word-wrap.html = TEXT
          fast/forms/input-width.html = TEXT
          fast/forms/menulist-separator-painting.html = TEXT
          fast/forms/number/input-appearance-number-rtl.html = TEXT
          fast/forms/number/input-appearance-spinbutton-disabled-readonly.html = TEXT
          fast/forms/number/input-appearance-spinbutton-layer.html = TEXT
          fast/forms/placeholder-position.html = TEXT
          fast/forms/placeholder-pseudo-style.html = TEXT
          fast/forms/search-cancel-button-style-sharing.html = TEXT
          fast/forms/search-display-none-cancel-button.html = TEXT
          fast/forms/search-rtl.html = TEXT
          fast/forms/search-vertical-alignment.html = TEXT
          fast/forms/select-background-none.html = TEXT
          fast/forms/select-baseline.html = TEXT
          fast/forms/selectlist-minsize.html = TEXT
          fast/forms/text-style-color.html = TEXT
          fast/forms/textarea-align.html = TEXT
          fast/forms/textarea-placeholder-pseudo-style.html = TEXT
          fast/forms/textarea-placeholder-visibility-1.html = TEXT
          fast/forms/textarea-placeholder-visibility-2.html = TEXT
          fast/forms/textarea-setinnerhtml.html = TEXT
          fast/forms/textfield-focus-ring.html = TEXT
          fast/forms/textfield-outline.html = TEXT
          fast/forms/textfield-overflow.html = TEXT

        This patch includes/updates the missing expectations.

        * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label06-expected.png:
        * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label06-expected.txt:
        * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label07-expected.png:
        * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label07-expected.txt:
        * platform/qt-5.0-wk2/fast/forms/basic-inputs-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/basic-inputs-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/basic-textareas-quirks-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/basic-textareas-quirks-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/box-shadow-override-expected.png:
        * platform/qt-5.0-wk2/fast/forms/box-shadow-override-expected.txt:
        * platform/qt-5.0-wk2/fast/forms/control-restrict-line-height-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/control-restrict-line-height-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/encoding-test-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/fieldset-align-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/fieldset-align-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/form-element-geometry-expected.png:
        * platform/qt-5.0-wk2/fast/forms/form-element-geometry-expected.txt:
        * platform/qt-5.0-wk2/fast/forms/input-appearance-bkcolor-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/input-appearance-default-bkcolor-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/input-appearance-default-bkcolor-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/input-appearance-disabled-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/input-appearance-disabled-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/input-appearance-focus-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/input-appearance-focus-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/input-appearance-preventDefault-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/input-appearance-readonly-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/input-appearance-readonly-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/input-appearance-selection-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/input-appearance-selection-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/input-appearance-visibility-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/input-baseline-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/input-baseline-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/input-disabled-color-expected.png:
        * platform/qt-5.0-wk2/fast/forms/input-disabled-color-expected.txt:
        * platform/qt-5.0-wk2/fast/forms/input-double-click-selection-gap-bug-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/input-double-click-selection-gap-bug-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/input-placeholder-visibility-1-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/input-placeholder-visibility-3-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/input-readonly-dimmed-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/input-readonly-empty-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/input-spaces-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/input-text-click-inside-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/input-text-double-click-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/input-text-option-delete-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/input-text-self-emptying-click-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/input-text-word-wrap-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/input-width-expected.txt: Copied from LayoutTests/platform/qt-5.0-wk2/fast/forms/textarea-setinnerhtml-expected.txt.
        * platform/qt-5.0-wk2/fast/forms/menulist-separator-painting-expected.txt:
        * platform/qt-5.0-wk2/fast/forms/number/input-appearance-number-rtl-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/number/input-appearance-number-rtl-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/placeholder-position-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/placeholder-position-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/placeholder-pseudo-style-expected.png:
        * platform/qt-5.0-wk2/fast/forms/placeholder-pseudo-style-expected.txt:
        * platform/qt-5.0-wk2/fast/forms/search-cancel-button-style-sharing-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/search-display-none-cancel-button-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/search-rtl-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/search-rtl-expected.txt:
        * platform/qt-5.0-wk2/fast/forms/search-vertical-alignment-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/search-vertical-alignment-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/select-background-none-expected.txt:
        * platform/qt-5.0-wk2/fast/forms/select-baseline-expected.png:
        * platform/qt-5.0-wk2/fast/forms/select-baseline-expected.txt:
        * platform/qt-5.0-wk2/fast/forms/selectlist-minsize-expected.txt:
        * platform/qt-5.0-wk2/fast/forms/text-style-color-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/text-style-color-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/textarea-align-expected.png:
        * platform/qt-5.0-wk2/fast/forms/textarea-align-expected.txt:
        * platform/qt-5.0-wk2/fast/forms/textarea-placeholder-pseudo-style-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/textarea-placeholder-pseudo-style-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/textarea-placeholder-visibility-1-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/textarea-placeholder-visibility-2-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/textarea-setinnerhtml-expected.txt:
        * platform/qt-5.0-wk2/fast/forms/textfield-focus-ring-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/textfield-outline-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/textfield-overflow-expected.txt: Added.

2012-07-19  Luciano Wolf  <luciano.wolf@openbossa.org>

        [Qt] [Part 6] platform/qt/css1 tests needs update after rebaseline and new testfonts
        https://bugs.webkit.org/show_bug.cgi?id=91142

        Batch of expected result files reviewed. It comprises
        /LayoutTests/platform/qt/css1/text_properties directory

        Reviewed by Simon Hausmann.

        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0/css1/text_properties/letter_spacing-expected.txt: Removed.
        * platform/qt-5.0/css1/text_properties/text_transform-expected.txt: Removed.
        * platform/qt/css1/text_properties/letter_spacing-expected.png:
        * platform/qt/css1/text_properties/letter_spacing-expected.txt:
        * platform/qt/css1/text_properties/line_height-expected.png:
        * platform/qt/css1/text_properties/line_height-expected.txt:
        * platform/qt/css1/text_properties/text_align-expected.png:
        * platform/qt/css1/text_properties/text_align-expected.txt:
        * platform/qt/css1/text_properties/text_decoration-expected.png:
        * platform/qt/css1/text_properties/text_decoration-expected.txt:
        * platform/qt/css1/text_properties/text_indent-expected.png:
        * platform/qt/css1/text_properties/text_indent-expected.txt:
        * platform/qt/css1/text_properties/text_transform-expected.png:
        * platform/qt/css1/text_properties/vertical_align-expected.png:
        * platform/qt/css1/text_properties/vertical_align-expected.txt:
        * platform/qt/css1/text_properties/word_spacing-expected.png:
        * platform/qt/css1/text_properties/word_spacing-expected.txt:

2012-07-19  Tony Chang  <tony@chromium.org>

        [chromium] Unreviewed gardening.  Rebaseline some tests after r115846.

        * platform/chromium-mac-snowleopard/fast/repaint/inline-relative-positioned-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/repaint/lines-with-layout-delta-expected.png:
        * platform/chromium-mac-snowleopard/fast/repaint/overflow-clip-subtree-layout-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/repaint/repaint-resized-overflow-expected.png:
        * platform/chromium-mac-snowleopard/fast/repaint/subtree-layoutstate-transform-expected.png:
        * platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-2-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-expected.png: Removed.
        * platform/chromium/TestExpectations:

2012-07-19  Simon Fraser  <simon.fraser@apple.com>

        Keep overlap testing on for descendants of an animating element
        https://bugs.webkit.org/show_bug.cgi?id=91787

        Reviewed by Beth Dakin.

        Test with two layers inside an animating container; one should be composited
        because of overlap, the other should not be.

        * compositing/layer-creation/animation-overlap-with-children-expected.txt: Added.
        * compositing/layer-creation/animation-overlap-with-children.html: Added.

2012-07-19  Simon Fraser  <simon.fraser@apple.com>

        Keep overlap testing on for descendants of an animating element
        https://bugs.webkit.org/show_bug.cgi?id=91787

        Reviewed by Beth Dakin.

        Test with two layers inside an animating container; one should be composited
        because of overlap, the other should not be.

        * compositing/layer-creation/animation-overlap-with-children-expected.txt: Added.
        * compositing/layer-creation/animation-overlap-with-children.html: Added.

2012-07-19  Luciano Wolf  <luciano.wolf@openbossa.org>

        [Qt] [Part 5] platform/qt/css1 tests needs update after rebaseline and new testfonts
        https://bugs.webkit.org/show_bug.cgi?id=91140

        Batch of expected result files reviewed. It comprises
        /LayoutTests/platform/qt/css1/[pseudo, units] directories

        Reviewed by Simon Hausmann.

        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0-wk2/Skipped:
        * platform/qt/css1/pseudo/anchor-expected.png:
        * platform/qt/css1/pseudo/anchor-expected.txt:
        * platform/qt/css1/pseudo/firstletter-expected.png:
        * platform/qt/css1/pseudo/firstletter-expected.txt:
        * platform/qt/css1/pseudo/firstline-expected.png:
        * platform/qt/css1/pseudo/firstline-expected.txt:
        * platform/qt/css1/pseudo/multiple_pseudo_elements-expected.png:
        * platform/qt/css1/pseudo/multiple_pseudo_elements-expected.txt:
        * platform/qt/css1/pseudo/pseudo_elements_in_selectors-expected.png:
        * platform/qt/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
        * platform/qt/css1/units/color_units-expected.png:
        * platform/qt/css1/units/color_units-expected.txt:
        * platform/qt/css1/units/length_units-expected.png:
        * platform/qt/css1/units/length_units-expected.txt:
        * platform/qt/css1/units/percentage_units-expected.png:
        * platform/qt/css1/units/percentage_units-expected.txt:
        * platform/qt/css1/units/urls-expected.png:
        * platform/qt/css1/units/urls-expected.txt:

2012-07-19  Dan Bernstein  <mitz@apple.com>

        In flipped blocks writing modes, no flipping occurs when mapping RenderText’s local coordinates to absolute
        https://bugs.webkit.org/show_bug.cgi?id=91780

        Reviewed by Anders Carlsson.

        * fast/writing-mode/flipped-blocks-text-map-local-to-container-expected.txt: Added.
        * fast/writing-mode/flipped-blocks-text-map-local-to-container.html: Added.

2012-07-19  Erik Arvidsson  <arv@chromium.org>

        Window top should not be replaceable
        https://bugs.webkit.org/show_bug.cgi?id=91755

        Reviewed by Adam Barth.

        Window top is readonly and unforgable and should not be replaceable.

        http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#the-window-object

        This change brings JSC inline with all other browsers.

        * fast/dom/Window/get-set-properties-expected.txt:
        * fast/dom/Window/get-set-properties.html:
        * fast/dom/Window/window-property-shadowing-expected.txt:
        * fast/dom/Window/window-property-shadowing.html:
        * platform/chromium/fast/dom/Window/get-set-properties-expected.txt: Removed.
        * platform/chromium/fast/dom/Window/window-property-shadowing-expected.txt: Removed.

2012-07-19  Bruno de Oliveira Abinader  <bruno.abinader@basyskom.com>

        [Qt] Added/updated missing fast/text results after rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=91570

        Reviewed by Noam Rosenthal.

        The following tests were failing after r122971:
          fast/text/international/unicode-bidi-plaintext-in-textarea.html = TEXT
          fast/text/textIteratorNilRenderer.html = TEXT
          fast/text/whitespace/030.html = TEXT

        This patch includes/updates the missing expectations.

        * platform/qt-5.0-wk2/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png: Added.
        * platform/qt-5.0-wk2/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/text/textIteratorNilRenderer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/text/textIteratorNilRenderer-expected.txt: Added.
        * platform/qt-5.0/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png: Added.
        * platform/qt/fast/text/whitespace/030-expected.png:
        * platform/qt/fast/text/whitespace/030-expected.txt:

2012-07-19  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, marking three svg/W3C-SVG-1.1 tests as flaky.

        * platform/gtk/TestExpectations:

2012-07-19  Luciano Wolf  <luciano.wolf@openbossa.org>

        [Qt] platform/qt/[scrollbars, transforms, transitions] directories need update after rebaseline and new testfonts
        https://bugs.webkit.org/show_bug.cgi?id=91271

        Batch of expected result files reviewed. It comprises
        scrollbars, transforms, transitions  directories.

        Reviewed by Simon Hausmann.

        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0/Skipped:
        * platform/qt/scrollbars/basic-scrollbar-expected.png: Added.
        * platform/qt/scrollbars/basic-scrollbar-expected.txt:
        * platform/qt/scrollbars/custom-scrollbar-with-incomplete-style-expected.png:
        * platform/qt/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt:
        * platform/qt/scrollbars/disabled-scrollbar-expected.png: Added.
        * platform/qt/scrollbars/disabled-scrollbar-expected.txt:
        * platform/qt/scrollbars/listbox-scrollbar-combinations-expected.png: Added.
        * platform/qt/scrollbars/listbox-scrollbar-combinations-expected.txt:
        * platform/qt/scrollbars/overflow-scrollbar-combinations-expected.png:
        * platform/qt/scrollbars/overflow-scrollbar-combinations-expected.txt:
        * platform/qt/scrollbars/scrollbar-buttons-expected.png: Added.
        * platform/qt/scrollbars/scrollbar-buttons-expected.txt:
        * platform/qt/scrollbars/scrollbar-orientation-expected.png: Added.
        * platform/qt/scrollbars/scrollbar-orientation-expected.txt:
        * platform/qt/scrollbars/scrollbars-on-positioned-content-expected.png:
        * platform/qt/scrollbars/scrollbars-on-positioned-content-expected.txt:
        * platform/qt/transforms/2d/compound-transforms-vs-containers-expected.png:
        * platform/qt/transforms/2d/compound-transforms-vs-containers-expected.txt:
        * platform/qt/transforms/2d/transform-borderbox-expected.png:
        * platform/qt/transforms/2d/transform-borderbox-expected.txt:
        * platform/qt/transforms/2d/transform-fixed-container-expected.png:
        * platform/qt/transforms/2d/transform-fixed-container-expected.txt:
        * platform/qt/transforms/2d/transform-origin-borderbox-expected.png:
        * platform/qt/transforms/2d/transform-origin-borderbox-expected.txt:
        * platform/qt/transforms/2d/zoom-menulist-expected.png:
        * platform/qt/transforms/2d/zoom-menulist-expected.txt:
        * platform/qt/transforms/3d/hit-testing/backface-hit-test-expected.png: Added.
        * platform/qt/transforms/3d/hit-testing/backface-hit-test-expected.txt:
        * platform/qt/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.png: Added.
        * platform/qt/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.txt:
        * platform/qt/transforms/3d/point-mapping/3d-point-mapping-2-expected.png: Added.
        * platform/qt/transforms/3d/point-mapping/3d-point-mapping-2-expected.txt:
        * platform/qt/transforms/3d/point-mapping/3d-point-mapping-3-expected.png: Added.
        * platform/qt/transforms/3d/point-mapping/3d-point-mapping-3-expected.txt:
        * platform/qt/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added.
        * platform/qt/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.txt:
        * platform/qt/transforms/3d/point-mapping/3d-point-mapping-expected.png: Added.
        * platform/qt/transforms/3d/point-mapping/3d-point-mapping-expected.txt:
        * platform/qt/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png: Added.
        * platform/qt/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.txt:
        * platform/qt/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png: Added.
        * platform/qt/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.txt:
        * platform/qt/transforms/svg-vs-css-expected.png:
        * platform/qt/transforms/svg-vs-css-expected.txt:
        * platform/qt/transitions/cross-fade-background-image-expected.png:
        * platform/qt/transitions/cross-fade-background-image-expected.txt:
        * platform/qt/transitions/cross-fade-border-image-expected.png:
        * platform/qt/transitions/cross-fade-border-image-expected.txt:
        * platform/qt/transitions/move-after-transition-expected.png: Added.
        * platform/qt/transitions/move-after-transition-expected.txt:
        * platform/qt/transitions/svg-text-shadow-transition-expected.png:
        * platform/qt/transitions/svg-text-shadow-transition-expected.txt:

2012-07-19  Jer Noble  <jer.noble@apple.com>

        [WK2] storage/domstorage/storage-close-database-on-idle.html failing on WK2
        https://bugs.webkit.org/show_bug.cgi?id=91778

        Unreviewed gardening. Add failing test to the mac-wk2 Skipped list.

        * platform/mac-wk2/Skipped:

2012-07-19  Robert Hogan  <robert@webkit.org>

        [Qt] Skip tests after r123130

        Unreviewed.

        Tests added in r123130 fail on Qt. Created bug 91772

        * platform/qt/Skipped:

2012-07-19  Jer Noble  <jer.noble@apple.com>

        Layout Test css3/filters/custom/custom-filter-animation.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=91769

        Unreviewed gardening. Add this failing test to the Test Expectations, and remove
        the custom-filter-shader-cache test from the Skipped list.

        * platform/mac/Skipped:
        * platform/mac/TestExpectations:

2012-07-19  Luciano Wolf  <luciano.wolf@openbossa.org>

        [Qt] [Part 4] platform/qt/css1 tests needs update after rebaseline and new testfonts
        https://bugs.webkit.org/show_bug.cgi?id=91134

        Batch of expected result files reviewed. It comprises
        /LayoutTests/platform/qt/css1/[font_properties, formatting_model] directories

        Reviewed by Simon Hausmann.

        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0-wk2/Skipped:
        * platform/qt/css1/font_properties/font-expected.png:
        * platform/qt/css1/font_properties/font-expected.txt:
        * platform/qt/css1/font_properties/font_family-expected.png:
        * platform/qt/css1/font_properties/font_family-expected.txt:
        * platform/qt/css1/font_properties/font_size-expected.png:
        * platform/qt/css1/font_properties/font_size-expected.txt:
        * platform/qt/css1/font_properties/font_style-expected.png:
        * platform/qt/css1/font_properties/font_style-expected.txt:
        * platform/qt/css1/font_properties/font_variant-expected.png:
        * platform/qt/css1/font_properties/font_variant-expected.txt:
        * platform/qt/css1/font_properties/font_weight-expected.png:
        * platform/qt/css1/font_properties/font_weight-expected.txt:
        * platform/qt/css1/formatting_model/canvas-expected.png:
        * platform/qt/css1/formatting_model/canvas-expected.txt:
        * platform/qt/css1/formatting_model/height_of_lines-expected.png:
        * platform/qt/css1/formatting_model/height_of_lines-expected.txt:
        * platform/qt/css1/formatting_model/horizontal_formatting-expected.png:
        * platform/qt/css1/formatting_model/horizontal_formatting-expected.txt:
        * platform/qt/css1/formatting_model/inline_elements-expected.png:
        * platform/qt/css1/formatting_model/inline_elements-expected.txt:
        * platform/qt/css1/formatting_model/replaced_elements-expected.png:
        * platform/qt/css1/formatting_model/replaced_elements-expected.txt:
        * platform/qt/css1/formatting_model/vertical_formatting-expected.png:
        * platform/qt/css1/formatting_model/vertical_formatting-expected.txt:

2012-07-19  Raymond Toy  <rtoy@google.com>

        Limit maximum delay of DelayNode.
        https://bugs.webkit.org/show_bug.cgi?id=91675

        Reviewed by Kenneth Russell.

        Test that a DelayNode limits the specified max delay to the
        expected maximum allowed delay.
        
        * webaudio/delaynode-maxdelaylimit-expected.txt: Added.
        * webaudio/delaynode-maxdelaylimit.html: Added.

2012-07-14  Robert Hogan  <robert@webkit.org>

        CSS 2.1 failure: text-indent-intrinsic-003 fails
        https://bugs.webkit.org/show_bug.cgi?id=80576

        Reviewed by Eric Seidel.

        * css2.1/20110323/text-indent-intrinsic-001-expected.html: Added.
        * css2.1/20110323/text-indent-intrinsic-001.htm: Added.
        * css2.1/20110323/text-indent-intrinsic-002-expected.html: Added.
        * css2.1/20110323/text-indent-intrinsic-002.htm: Added.
        * css2.1/20110323/text-indent-intrinsic-003-expected.html: Added.
        * css2.1/20110323/text-indent-intrinsic-003.htm: Added.
        * css2.1/20110323/text-indent-intrinsic-004-expected.html: Added.
        * css2.1/20110323/text-indent-intrinsic-004.htm: Added.

2012-07-19  Douglas Stockwell  <dstockwell@google.com>

        Crash in WebCore::StyleResolver::collectMatchingRulesForList
        https://bugs.webkit.org/show_bug.cgi?id=90803

        Reviewed by Andreas Kling.

        * fast/css/xml-stylesheet-removed-expected.txt: Added.
        * fast/css/xml-stylesheet-removed.xhtml: Added.

2012-07-19  Jer Noble  <jer.noble@apple.com>

        Layout Test css3/filters/custom/custom-filter-shader-cache.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=84813

        Unreviewed.  Add this failing test to the mac Skipped file.

        * platform/mac/Skipped:

2012-07-19  Bem Jones-Bey  <bjonesbe@adobe.com>

        Shape-inside / shape-outside should support percent-based measurements
        https://bugs.webkit.org/show_bug.cgi?id=90311

        Reviewed by Andreas Kling.

        Added tests for percent based lengths for exclusion shapes.

        * fast/exclusions/parsing-wrap-shape-lengths-expected.txt:
        * fast/exclusions/parsing-wrap-shape-lengths.html:

2012-07-19  James Simonsen  <simonjam@chromium.org>

        Regression(120096): Protect the element used by ImageLoader until the end of notifyFinished().
        https://bugs.webkit.org/show_bug.cgi?id=90471

        Reviewed by Brady Eidson.

        * http/tests/security/video-poster-cross-origin-crash-expected.txt: Added.
        * http/tests/security/video-poster-cross-origin-crash.html: Added. From fuzzer.

2012-07-19  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>

        [Qt] platform/qt/editing/execCommand tests needs update after rebaseline and new testfonts (37)
        https://bugs.webkit.org/show_bug.cgi?id=91246

        Reviewed by Ryosuke Niwa.

        Removing left-over skipped tests.

        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0/Skipped:
        * platform/qt/Skipped:

2012-07-19  Luciano Wolf  <luciano.wolf@openbossa.org>

        [Qt] [Part 3] platform/qt/css1 tests needs update after rebaseline and new testfonts
        https://bugs.webkit.org/show_bug.cgi?id=91132

        Batch of expected result files reviewed. It comprises
        /LayoutTests/platform/qt/css1/[color_and_background, conformance] directories

        Reviewed by Simon Hausmann.

        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0-wk2/Skipped:
        * platform/qt/css1/color_and_background/background-expected.png:
        * platform/qt/css1/color_and_background/background-expected.txt:
        * platform/qt/css1/color_and_background/background_attachment-expected.png:
        * platform/qt/css1/color_and_background/background_attachment-expected.txt:
        * platform/qt/css1/color_and_background/background_color-expected.png:
        * platform/qt/css1/color_and_background/background_color-expected.txt:
        * platform/qt/css1/color_and_background/background_image-expected.png:
        * platform/qt/css1/color_and_background/background_image-expected.txt:
        * platform/qt/css1/color_and_background/background_position-expected.png:
        * platform/qt/css1/color_and_background/background_position-expected.txt:
        * platform/qt/css1/color_and_background/background_repeat-expected.png:
        * platform/qt/css1/color_and_background/background_repeat-expected.txt:
        * platform/qt/css1/color_and_background/color-expected.png:
        * platform/qt/css1/color_and_background/color-expected.txt:
        * platform/qt/css1/conformance/forward_compatible_parsing-expected.png:
        * platform/qt/css1/conformance/forward_compatible_parsing-expected.txt:

2012-07-19  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Use the WONTFIX modifier for failing tests that the GTK port is not able to pass
        due to unsupportable features or specific nature of the tests. The WONTFIX tests
        are placed at the top of the 'Expected failures' section in the TestExpectations
        file.

        For starters the list contains the harness test for reftests mismatch, the tests
        that utilize the modal dialog (which won't be supported in WebKit1) and various
        V8 and Mac-specific tests

        * platform/gtk/TestExpectations:

2012-07-19  Tony Chang  <tony@chromium.org>

        Unreviewed gardening.  Update chromium-mac results after r123053.

        * platform/chromium-mac/fast/inline/002-expected.txt: Added.
        * platform/chromium-mac/fast/table/table-display-types-strict-expected.txt: Added.

2012-07-19  Tony Chang  <tony@chromium.org>

        Unreviewed gardening.  Update chromium-mac results after r123053.

        * platform/chromium-mac/fast/inline/002-expected.txt: Added.
        * platform/chromium-mac/fast/table/table-display-types-strict-expected.txt: Added.

2012-07-19  Tony Chang  <tony@chromium.org>

        Unreviewed gardening.  Update chromium expectations after r123067.

        * platform/chromium/TestExpectations:

2012-07-19  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: Throw native TypeErrors per spec
        https://bugs.webkit.org/show_bug.cgi?id=91679

        Reviewed by Kentaro Hara.

        * storage/indexeddb/cursor-advance-expected.txt:
        * storage/indexeddb/index-basics-expected.txt:
        * storage/indexeddb/index-basics-workers-expected.txt:
        * storage/indexeddb/objectstore-cursor-expected.txt:
        * storage/indexeddb/resources/cursor-advance.js:
        (testBadAdvance.advanceBadly):
        (testBadAdvance):
        * storage/indexeddb/resources/index-basics.js:
        (openKeyCursor):
        (openObjectCursor):
        * storage/indexeddb/resources/objectstore-cursor.js:
        (deleteExisting):
        * storage/indexeddb/resources/transaction-basics.js:
        (testInvalidMode):
        * storage/indexeddb/transaction-basics-expected.txt:

2012-07-19  Tony Chang  <tony@chromium.org>

        Unreviewed gardening. Update chromium results for shrink-to-column-height-for-pagination.html after 123051.

        * platform/chromium-win/fast/multicol/shrink-to-column-height-for-pagination-expected.png: Added.
        * platform/chromium/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Added.

2012-07-19  Joshua Bell  <jsbell@chromium.org>

        Roll out r121610 and r122487 which may have been causing flaky crashes
        https://bugs.webkit.org/show_bug.cgi?id=91637

        Reviewed by Kentaro Hara.

        Flaky crashes started in random tests following r121610. It's not clear
        that r121610 is to blame, but we'd like to prove or disprove it.
        If this doesn't resolve the crashes, this patch should be rolled out.

        * plugins/npruntime/leak-window-scriptable-object-expected.txt: Removed.
        * plugins/npruntime/leak-window-scriptable-object.html: Removed.

2012-07-19  Joshua Bell  <jsbell@chromium.org>

        [chromium] Unreviewed gardening, fix malfomed BUG markers in TestExpectations

        * platform/chromium/TestExpectations:

2012-07-19  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, adding missing baseline required after r122761.

        * platform/gtk/fast/multicol/shrink-to-column-height-for-pagination-expected.png: Added.
        * platform/gtk/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Added.

2012-07-19  Luciano Wolf  <luciano.wolf@openbossa.org>

        [Qt] [Part 2] platform/qt/css1 tests needs update after rebaseline and new testfonts
        https://bugs.webkit.org/show_bug.cgi?id=91026

        Batch of expected result files reviewed. It comprises
        /LayoutTests/platform/qt/css1/[basic, cascade, classification] directories

        Reviewed by Simon Hausmann.

        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0-wk2/Skipped:
        * platform/qt/css1/basic/class_as_selector-expected.png:
        * platform/qt/css1/basic/class_as_selector-expected.txt:
        * platform/qt/css1/basic/comments-expected.png:
        * platform/qt/css1/basic/comments-expected.txt:
        * platform/qt/css1/basic/containment-expected.png:
        * platform/qt/css1/basic/containment-expected.txt:
        * platform/qt/css1/basic/contextual_selectors-expected.png:
        * platform/qt/css1/basic/contextual_selectors-expected.txt:
        * platform/qt/css1/basic/grouping-expected.png:
        * platform/qt/css1/basic/grouping-expected.txt:
        * platform/qt/css1/basic/id_as_selector-expected.png:
        * platform/qt/css1/basic/id_as_selector-expected.txt:
        * platform/qt/css1/basic/inheritance-expected.png:
        * platform/qt/css1/basic/inheritance-expected.txt:
        * platform/qt/css1/cascade/cascade_order-expected.png:
        * platform/qt/css1/cascade/cascade_order-expected.txt:
        * platform/qt/css1/cascade/important-expected.png:
        * platform/qt/css1/cascade/important-expected.txt:
        * platform/qt/css1/classification/display-expected.png:
        * platform/qt/css1/classification/display-expected.txt:
        * platform/qt/css1/classification/list_style-expected.png:
        * platform/qt/css1/classification/list_style-expected.txt:
        * platform/qt/css1/classification/list_style_image-expected.png:
        * platform/qt/css1/classification/list_style_image-expected.txt:
        * platform/qt/css1/classification/list_style_position-expected.png:
        * platform/qt/css1/classification/list_style_position-expected.txt:
        * platform/qt/css1/classification/list_style_type-expected.png:
        * platform/qt/css1/classification/list_style_type-expected.txt:
        * platform/qt/css1/classification/white_space-expected.png:
        * platform/qt/css1/classification/white_space-expected.txt:

2012-07-19  Balazs Ankes  <bank@inf.u-szeged.hu>

        [Qt] platform/qt/svg/W3C-SVG-* tests needs update after rebaseline and new testfonts
        https://bugs.webkit.org/show_bug.cgi?id=91092

        Unreviewed rebaseline.

        * platform/qt-5.0/Skipped:
        * platform/qt/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/color-prof-01-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/color-prop-02-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/color-prop-02-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/color-prop-03-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/color-prop-03-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/coords-coord-01-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/coords-coord-02-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/coords-trans-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/coords-units-02-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/coords-units-03-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/filters-light-04-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/interact-dom-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/interact-order-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/interact-order-02-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/interact-order-03-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/linking-a-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/linking-a-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/linking-a-02-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/linking-a-02-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/linking-a-03-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/linking-a-07-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/linking-a-07-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/masking-path-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/masking-path-02-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/masking-path-03-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/masking-path-05-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/masking-path-05-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/painting-fill-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/painting-fill-04-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/painting-fill-05-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/painting-fill-05-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-04-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-05-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-06-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-07-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-08-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-09-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-12-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-13-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-13-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-14-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-14-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-15-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-15-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/render-elems-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/render-elems-01-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/render-elems-02-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/render-elems-02-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/render-elems-03-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/render-elems-06-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/render-elems-07-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/render-elems-08-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/script-handle-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/script-handle-02-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/script-handle-02-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/script-handle-03-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/script-handle-03-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/script-handle-04-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/script-handle-04-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/shapes-line-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-cond-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-defs-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-dom-02-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-dom-03-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-frag-03-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-frag-04-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-frag-04-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-frag-05-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-group-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-group-01-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-group-02-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-group-02-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-group-03-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-image-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-image-02-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-image-03-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-image-04-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-image-05-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-image-05-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-image-07-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-image-08-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-image-08-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-image-09-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-image-09-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-image-10-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-image-10-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-use-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-use-03-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-use-05-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/styling-css-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/styling-css-02-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/styling-css-03-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/styling-css-04-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/styling-css-05-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/styling-css-06-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/styling-pres-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-align-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-align-02-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-align-03-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-align-03-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-align-04-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-align-08-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-align-08-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-fonts-02-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-fonts-03-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-intro-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-intro-02-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-intro-03-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-intro-04-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-path-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-text-03-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-text-03-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-text-04-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-text-05-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-text-06-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-text-07-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-text-07-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-text-08-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-tref-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-tref-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-ws-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-ws-02-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt:

2012-07-19  Balazs Ankes  <bank@inf.u-szeged.hu>

        [Qt] from platform/qt/fast/dynamic to platform/qt/fast/multicol tests needs update after new testfonts
        https://bugs.webkit.org/show_bug.cgi?id=91739

        Unreviewed rebaseline.

        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0/Skipped:
        * platform/qt/fast/dynamic/002-expected.png:
        * platform/qt/fast/dynamic/002-expected.txt:
        * platform/qt/fast/dynamic/004-expected.png:
        * platform/qt/fast/dynamic/004-expected.txt:
        * platform/qt/fast/dynamic/006-expected.png:
        * platform/qt/fast/dynamic/006-expected.txt:
        * platform/qt/fast/dynamic/007-expected.png:
        * platform/qt/fast/dynamic/007-expected.txt:
        * platform/qt/fast/dynamic/008-expected.png:
        * platform/qt/fast/dynamic/008-expected.txt:
        * platform/qt/fast/dynamic/009-expected.png:
        * platform/qt/fast/dynamic/009-expected.txt:
        * platform/qt/fast/dynamic/011-expected.png:
        * platform/qt/fast/dynamic/011-expected.txt:
        * platform/qt/fast/dynamic/012-expected.png:
        * platform/qt/fast/dynamic/012-expected.txt:
        * platform/qt/fast/dynamic/013-expected.png:
        * platform/qt/fast/dynamic/013-expected.txt:
        * platform/qt/fast/dynamic/014-expected.png:
        * platform/qt/fast/dynamic/014-expected.txt:
        * platform/qt/fast/dynamic/015-expected.png:
        * platform/qt/fast/dynamic/015-expected.txt:
        * platform/qt/fast/dynamic/anchor-lock-expected.png:
        * platform/qt/fast/dynamic/anchor-lock-expected.txt:
        * platform/qt/fast/dynamic/anonymous-block-orphaned-lines-expected.png:
        * platform/qt/fast/dynamic/anonymous-block-orphaned-lines-expected.txt:
        * platform/qt/fast/dynamic/containing-block-change-expected.png:
        * platform/qt/fast/dynamic/containing-block-change-expected.txt:
        * platform/qt/fast/dynamic/create-renderer-for-whitespace-only-text-expected.png:
        * platform/qt/fast/dynamic/create-renderer-for-whitespace-only-text-expected.txt:
        * platform/qt/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.png:
        * platform/qt/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.txt:
        * platform/qt/fast/dynamic/float-withdrawal-expected.png:
        * platform/qt/fast/dynamic/float-withdrawal-expected.txt:
        * platform/qt/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
        * platform/qt/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
        * platform/qt/fast/dynamic/layer-hit-test-crash-expected.png:
        * platform/qt/fast/dynamic/layer-hit-test-crash-expected.txt:
        * platform/qt/fast/dynamic/link-href-change-expected.png:
        * platform/qt/fast/dynamic/link-href-change-expected.txt:
        * platform/qt/fast/dynamic/noninlinebadness-expected.png:
        * platform/qt/fast/dynamic/noninlinebadness-expected.txt:
        * platform/qt/fast/dynamic/outerHTML-doc-expected.png:
        * platform/qt/fast/dynamic/outerHTML-doc-expected.txt:
        * platform/qt/fast/dynamic/outerHTML-img-expected.png:
        * platform/qt/fast/dynamic/outerHTML-img-expected.txt:
        * platform/qt/fast/dynamic/selection-highlight-adjust-expected.png:
        * platform/qt/fast/dynamic/selection-highlight-adjust-expected.txt:
        * platform/qt/fast/dynamic/staticY-marking-parents-regression-expected.png:
        * platform/qt/fast/dynamic/staticY-marking-parents-regression-expected.txt:
        * platform/qt/fast/dynamic/view-overflow-expected.png:
        * platform/qt/fast/dynamic/view-overflow-expected.txt:
        * platform/qt/fast/dynamic/window-resize-scrollbars-test-expected.png:
        * platform/qt/fast/dynamic/window-resize-scrollbars-test-expected.txt:
        * platform/qt/fast/dynamic/window-scrollbars-test-expected.png: Copied from LayoutTests/platform/qt/fast/html/details-remove-summary-6-and-click-expected.png.
        * platform/qt/fast/dynamic/window-scrollbars-test-expected.txt:
        * platform/qt/fast/encoding/utf-16-big-endian-expected.png:
        * platform/qt/fast/encoding/utf-16-big-endian-expected.txt:
        * platform/qt/fast/encoding/utf-16-little-endian-expected.png:
        * platform/qt/fast/encoding/utf-16-little-endian-expected.txt:
        * platform/qt/fast/events/context-no-deselect-expected.png:
        * platform/qt/fast/events/context-no-deselect-expected.txt:
        * platform/qt/fast/events/event-listener-on-link-expected.png: Added.
        * platform/qt/fast/events/event-listener-on-link-expected.txt:
        * platform/qt/fast/events/pointer-events-2-expected.png: Added.
        * platform/qt/fast/events/pointer-events-2-expected.txt:
        * platform/qt/fast/events/resize-events-expected.png:
        * platform/qt/fast/events/resize-events-expected.txt:
        * platform/qt/fast/events/reveal-link-when-focused-expected.png:
        * platform/qt/fast/events/reveal-link-when-focused-expected.txt:
        * platform/qt/fast/fast-mobile-scrolling/fixed-position-element-expected.png: Added.
        * platform/qt/fast/fast-mobile-scrolling/fixed-position-element-expected.txt:
        * platform/qt/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.png: Added.
        * platform/qt/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.txt:
        * platform/qt/fast/flexbox/001-expected.png: Added.
        * platform/qt/fast/flexbox/001-expected.txt:
        * platform/qt/fast/flexbox/002-expected.png:
        * platform/qt/fast/flexbox/002-expected.txt:
        * platform/qt/fast/flexbox/003-expected.png:
        * platform/qt/fast/flexbox/003-expected.txt:
        * platform/qt/fast/flexbox/004-expected.png: Added.
        * platform/qt/fast/flexbox/004-expected.txt:
        * platform/qt/fast/flexbox/005-expected.png: Added.
        * platform/qt/fast/flexbox/005-expected.txt:
        * platform/qt/fast/flexbox/006-expected.png: Added.
        * platform/qt/fast/flexbox/006-expected.txt:
        * platform/qt/fast/flexbox/007-expected.png: Added.
        * platform/qt/fast/flexbox/007-expected.txt:
        * platform/qt/fast/flexbox/008-expected.png: Added.
        * platform/qt/fast/flexbox/008-expected.txt:
        * platform/qt/fast/flexbox/009-expected.png: Added.
        * platform/qt/fast/flexbox/009-expected.txt:
        * platform/qt/fast/flexbox/010-expected.png: Added.
        * platform/qt/fast/flexbox/010-expected.txt:
        * platform/qt/fast/flexbox/011-expected.png: Added.
        * platform/qt/fast/flexbox/011-expected.txt:
        * platform/qt/fast/flexbox/012-expected.png: Added.
        * platform/qt/fast/flexbox/012-expected.txt:
        * platform/qt/fast/flexbox/013-expected.png: Added.
        * platform/qt/fast/flexbox/013-expected.txt:
        * platform/qt/fast/flexbox/014-expected.png: Added.
        * platform/qt/fast/flexbox/014-expected.txt:
        * platform/qt/fast/flexbox/015-expected.png: Added.
        * platform/qt/fast/flexbox/015-expected.txt:
        * platform/qt/fast/flexbox/016-expected.png: Added.
        * platform/qt/fast/flexbox/016-expected.txt:
        * platform/qt/fast/flexbox/017-expected.png: Added.
        * platform/qt/fast/flexbox/017-expected.txt:
        * platform/qt/fast/flexbox/018-expected.png: Added.
        * platform/qt/fast/flexbox/018-expected.txt:
        * platform/qt/fast/flexbox/019-expected.png: Added.
        * platform/qt/fast/flexbox/019-expected.txt:
        * platform/qt/fast/flexbox/020-expected.png: Added.
        * platform/qt/fast/flexbox/020-expected.txt:
        * platform/qt/fast/flexbox/021-expected.png: Added.
        * platform/qt/fast/flexbox/021-expected.txt:
        * platform/qt/fast/flexbox/022-expected.png: Added.
        * platform/qt/fast/flexbox/022-expected.txt:
        * platform/qt/fast/flexbox/023-expected.png:
        * platform/qt/fast/flexbox/023-expected.txt:
        * platform/qt/fast/flexbox/024-expected.png:
        * platform/qt/fast/flexbox/024-expected.txt:
        * platform/qt/fast/flexbox/025-expected.png: Added.
        * platform/qt/fast/flexbox/025-expected.txt:
        * platform/qt/fast/flexbox/026-expected.png: Added.
        * platform/qt/fast/flexbox/026-expected.txt:
        * platform/qt/fast/frames/flattening/frameset-flattening-advanced-expected.png:
        * platform/qt/fast/frames/flattening/frameset-flattening-advanced-expected.txt:
        * platform/qt/fast/frames/flattening/frameset-flattening-grid-expected.png:
        * platform/qt/fast/frames/flattening/frameset-flattening-grid-expected.txt:
        * platform/qt/fast/frames/flattening/frameset-flattening-simple-expected.png:
        * platform/qt/fast/frames/flattening/frameset-flattening-simple-expected.txt:
        * platform/qt/fast/frames/flattening/frameset-flattening-subframe-resize-expected.png:
        * platform/qt/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt:
        * platform/qt/fast/frames/flattening/frameset-flattening-subframesets-expected.png:
        * platform/qt/fast/frames/flattening/frameset-flattening-subframesets-expected.txt:
        * platform/qt/fast/frames/flattening/iframe-flattening-fixed-height-expected.png: Added.
        * platform/qt/fast/frames/flattening/iframe-flattening-fixed-height-expected.txt:
        * platform/qt/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.png: Added.
        * platform/qt/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.txt:
        * platform/qt/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-expected.png: Added.
        * platform/qt/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-expected.txt:
        * platform/qt/fast/frames/flattening/iframe-flattening-fixed-width-expected.png: Added.
        * platform/qt/fast/frames/flattening/iframe-flattening-fixed-width-expected.txt:
        * platform/qt/fast/frames/flattening/iframe-flattening-nested-expected.png:
        * platform/qt/fast/frames/flattening/iframe-flattening-nested-expected.txt:
        * platform/qt/fast/frames/flattening/iframe-flattening-offscreen-expected.png: Added.
        * platform/qt/fast/frames/flattening/iframe-flattening-offscreen-expected.txt:
        * platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.png:
        * platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.txt:
        * platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-expected.png:
        * platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-expected.txt:
        * platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.png:
        * platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.txt:
        * platform/qt/fast/frames/flattening/iframe-flattening-simple-expected.png: Added.
        * platform/qt/fast/frames/flattening/iframe-flattening-simple-expected.txt:
        * platform/qt/fast/frames/frame-navigation-expected.png:
        * platform/qt/fast/frames/frame-navigation-expected.txt:
        * platform/qt/fast/frames/frame-scrolling-attribute-expected.png:
        * platform/qt/fast/frames/frame-scrolling-attribute-expected.txt:
        * platform/qt/fast/frames/frameElement-frame-expected.png: Copied from LayoutTests/platform/qt/fast/html/details-remove-summary-2-and-click-expected.png.
        * platform/qt/fast/frames/frameElement-frame-expected.txt:
        * platform/qt/fast/frames/frameElement-iframe-expected.png: Added.
        * platform/qt/fast/frames/frameElement-iframe-expected.txt:
        * platform/qt/fast/frames/frameset-style-recalc-expected.png: Added.
        * platform/qt/fast/frames/frameset-style-recalc-expected.txt:
        * platform/qt/fast/frames/iframe-option-crash-expected.png: Added.
        * platform/qt/fast/frames/iframe-option-crash-expected.txt:
        * platform/qt/fast/frames/iframe-scrolling-attribute-expected.png:
        * platform/qt/fast/frames/iframe-scrolling-attribute-expected.txt:
        * platform/qt/fast/frames/iframe-with-frameborder-expected.png: Added.
        * platform/qt/fast/frames/iframe-with-frameborder-expected.txt:
        * platform/qt/fast/frames/inline-object-inside-frameset-expected.png: Added.
        * platform/qt/fast/frames/inline-object-inside-frameset-expected.txt:
        * platform/qt/fast/frames/take-focus-from-iframe-expected.png:
        * platform/qt/fast/frames/take-focus-from-iframe-expected.txt:
        * platform/qt/fast/frames/viewsource-attribute-expected.png:
        * platform/qt/fast/frames/viewsource-attribute-expected.txt:
        * platform/qt/fast/frames/viewsource-on-image-file-expected.png:
        * platform/qt/fast/frames/viewsource-on-image-file-expected.txt:
        * platform/qt/fast/gradients/crash-on-zero-radius-expected.png: Added.
        * platform/qt/fast/gradients/crash-on-zero-radius-expected.txt:
        * platform/qt/fast/gradients/list-item-gradient-expected.png: Added.
        * platform/qt/fast/gradients/list-item-gradient-expected.txt:
        * platform/qt/fast/gradients/radial-centered-expected.png:
        * platform/qt/fast/gradients/radial-centered-expected.txt:
        * platform/qt/fast/history/visited-link-background-color-expected.png:
        * platform/qt/fast/history/visited-link-background-color-expected.txt:
        * platform/qt/fast/html/details-add-child-1-expected.png:
        * platform/qt/fast/html/details-add-child-1-expected.txt:
        * platform/qt/fast/html/details-add-child-2-expected.png:
        * platform/qt/fast/html/details-add-child-2-expected.txt:
        * platform/qt/fast/html/details-add-details-child-1-expected.png:
        * platform/qt/fast/html/details-add-details-child-1-expected.txt:
        * platform/qt/fast/html/details-add-details-child-2-expected.png:
        * platform/qt/fast/html/details-add-details-child-2-expected.txt:
        * platform/qt/fast/html/details-add-summary-1-and-click-expected.png:
        * platform/qt/fast/html/details-add-summary-1-and-click-expected.txt:
        * platform/qt/fast/html/details-add-summary-10-and-click-expected.png:
        * platform/qt/fast/html/details-add-summary-10-and-click-expected.txt:
        * platform/qt/fast/html/details-add-summary-2-and-click-expected.png:
        * platform/qt/fast/html/details-add-summary-2-and-click-expected.txt:
        * platform/qt/fast/html/details-add-summary-3-and-click-expected.png:
        * platform/qt/fast/html/details-add-summary-3-and-click-expected.txt:
        * platform/qt/fast/html/details-add-summary-4-and-click-expected.png:
        * platform/qt/fast/html/details-add-summary-4-and-click-expected.txt:
        * platform/qt/fast/html/details-add-summary-5-and-click-expected.png:
        * platform/qt/fast/html/details-add-summary-5-and-click-expected.txt:
        * platform/qt/fast/html/details-add-summary-6-and-click-expected.png:
        * platform/qt/fast/html/details-add-summary-6-and-click-expected.txt:
        * platform/qt/fast/html/details-add-summary-7-and-click-expected.png:
        * platform/qt/fast/html/details-add-summary-7-and-click-expected.txt:
        * platform/qt/fast/html/details-add-summary-8-and-click-expected.png:
        * platform/qt/fast/html/details-add-summary-8-and-click-expected.txt:
        * platform/qt/fast/html/details-add-summary-9-and-click-expected.png:
        * platform/qt/fast/html/details-add-summary-9-and-click-expected.txt:
        * platform/qt/fast/html/details-add-summary-child-1-expected.png:
        * platform/qt/fast/html/details-add-summary-child-1-expected.txt:
        * platform/qt/fast/html/details-add-summary-child-2-expected.png:
        * platform/qt/fast/html/details-add-summary-child-2-expected.txt:
        * platform/qt/fast/html/details-marker-style-expected.png:
        * platform/qt/fast/html/details-marker-style-expected.txt:
        * platform/qt/fast/html/details-nested-1-expected.png:
        * platform/qt/fast/html/details-nested-1-expected.txt:
        * platform/qt/fast/html/details-nested-2-expected.png:
        * platform/qt/fast/html/details-nested-2-expected.txt:
        * platform/qt/fast/html/details-no-summary4-expected.png:
        * platform/qt/fast/html/details-no-summary4-expected.txt:
        * platform/qt/fast/html/details-open-javascript-expected.png:
        * platform/qt/fast/html/details-open-javascript-expected.txt:
        * platform/qt/fast/html/details-open2-expected.png:
        * platform/qt/fast/html/details-open2-expected.txt:
        * platform/qt/fast/html/details-open4-expected.png:
        * platform/qt/fast/html/details-open4-expected.txt:
        * platform/qt/fast/html/details-position-expected.png:
        * platform/qt/fast/html/details-position-expected.txt:
        * platform/qt/fast/html/details-remove-child-1-expected.png:
        * platform/qt/fast/html/details-remove-child-1-expected.txt:
        * platform/qt/fast/html/details-remove-child-2-expected.png:
        * platform/qt/fast/html/details-remove-child-2-expected.txt:
        * platform/qt/fast/html/details-remove-summary-1-and-click-expected.png:
        * platform/qt/fast/html/details-remove-summary-1-and-click-expected.txt:
        * platform/qt/fast/html/details-remove-summary-2-and-click-expected.png:
        * platform/qt/fast/html/details-remove-summary-2-and-click-expected.txt:
        * platform/qt/fast/html/details-remove-summary-3-and-click-expected.png:
        * platform/qt/fast/html/details-remove-summary-3-and-click-expected.txt:
        * platform/qt/fast/html/details-remove-summary-4-and-click-expected.png:
        * platform/qt/fast/html/details-remove-summary-4-and-click-expected.txt:
        * platform/qt/fast/html/details-remove-summary-5-and-click-expected.png:
        * platform/qt/fast/html/details-remove-summary-5-and-click-expected.txt:
        * platform/qt/fast/html/details-remove-summary-6-and-click-expected.png:
        * platform/qt/fast/html/details-remove-summary-6-and-click-expected.txt:
        * platform/qt/fast/html/details-remove-summary-child-1-expected.png:
        * platform/qt/fast/html/details-remove-summary-child-1-expected.txt:
        * platform/qt/fast/html/details-remove-summary-child-2-expected.png:
        * platform/qt/fast/html/details-remove-summary-child-2-expected.txt:
        * platform/qt/fast/html/details-replace-summary-child-expected.png:
        * platform/qt/fast/html/details-replace-summary-child-expected.txt:
        * platform/qt/fast/html/details-replace-text-expected.png:
        * platform/qt/fast/html/details-replace-text-expected.txt:
        * platform/qt/fast/html/details-writing-mode-expected.png:
        * platform/qt/fast/html/details-writing-mode-expected.txt:
        * platform/qt/fast/html/font-weight-bold-for-b-and-strong-expected.png:
        * platform/qt/fast/html/font-weight-bold-for-b-and-strong-expected.txt:
        * platform/qt/fast/html/link-rel-stylesheet-expected.png: Added.
        * platform/qt/fast/html/link-rel-stylesheet-expected.txt:
        * platform/qt/fast/html/listing-expected.png:
        * platform/qt/fast/html/listing-expected.txt:
        * platform/qt/fast/html/marquee-scroll-expected.png: Added.
        * platform/qt/fast/html/marquee-scroll-expected.txt:
        * platform/qt/fast/html/marquee-scrollamount-expected.png:
        * platform/qt/fast/html/marquee-scrollamount-expected.txt:
        * platform/qt/fast/images/animated-gif-with-offsets-expected.png: Added.
        * platform/qt/fast/images/animated-gif-with-offsets-expected.txt:
        * platform/qt/fast/images/image-map-anchor-children-expected.png: Added.
        * platform/qt/fast/images/image-map-anchor-children-expected.txt:
        * platform/qt/fast/images/imagemap-case-expected.png: Added.
        * platform/qt/fast/images/imagemap-case-expected.txt:
        * platform/qt/fast/images/imagemap-circle-focus-ring-expected.png:
        * platform/qt/fast/images/imagemap-circle-focus-ring-expected.txt:
        * platform/qt/fast/images/imagemap-focus-ring-expected.png:
        * platform/qt/fast/images/imagemap-focus-ring-expected.txt:
        * platform/qt/fast/images/imagemap-focus-ring-outline-color-expected.png:
        * platform/qt/fast/images/imagemap-focus-ring-outline-color-expected.txt:
        * platform/qt/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png:
        * platform/qt/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt:
        * platform/qt/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png:
        * platform/qt/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt:
        * platform/qt/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
        * platform/qt/fast/images/imagemap-focus-ring-zero-outline-width-expected.txt:
        * platform/qt/fast/images/imagemap-focus-ring-zoom-expected.png:
        * platform/qt/fast/images/imagemap-focus-ring-zoom-expected.txt:
        * platform/qt/fast/images/imagemap-polygon-focus-ring-expected.png:
        * platform/qt/fast/images/imagemap-polygon-focus-ring-expected.txt:
        * platform/qt/fast/inline-block/001-expected.png:
        * platform/qt/fast/inline-block/001-expected.txt:
        * platform/qt/fast/inline-block/002-expected.png: Added.
        * platform/qt/fast/inline-block/002-expected.txt:
        * platform/qt/fast/inline-block/003-expected.png: Added.
        * platform/qt/fast/inline-block/003-expected.txt:
        * platform/qt/fast/inline-block/006-expected.png: Added.
        * platform/qt/fast/inline-block/006-expected.txt:
        * platform/qt/fast/inline-block/14498-positionForCoordinates-expected.png: Added.
        * platform/qt/fast/inline-block/14498-positionForCoordinates-expected.txt:
        * platform/qt/fast/inline-block/contenteditable-baseline-expected.png: Added.
        * platform/qt/fast/inline-block/contenteditable-baseline-expected.txt:
        * platform/qt/fast/inline-block/inline-block-vertical-align-expected.png: Copied from LayoutTests/platform/qt/fast/html/details-remove-summary-3-and-click-expected.png.
        * platform/qt/fast/inline-block/inline-block-vertical-align-expected.txt:
        * platform/qt/fast/inline-block/overflow-clip-expected.png: Added.
        * platform/qt/fast/inline-block/overflow-clip-expected.txt:
        * platform/qt/fast/inline-block/tricky-baseline-expected.png: Added.
        * platform/qt/fast/inline-block/tricky-baseline-expected.txt:
        * platform/qt/fast/inline/001-expected.png: Copied from LayoutTests/platform/qt/fast/html/details-remove-summary-1-and-click-expected.png.
        * platform/qt/fast/inline/001-expected.txt:
        * platform/qt/fast/inline/25277-2-expected.png: Added.
        * platform/qt/fast/inline/25277-2-expected.txt:
        * platform/qt/fast/inline/25277-expected.png: Added.
        * platform/qt/fast/inline/25277-expected.txt:
        * platform/qt/fast/inline/absolute-positioned-inline-in-centred-block-expected.png:
        * platform/qt/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt:
        * platform/qt/fast/inline/br-text-decoration-expected.png: Added.
        * platform/qt/fast/inline/br-text-decoration-expected.txt:
        * platform/qt/fast/inline/continuation-outlines-expected.png:
        * platform/qt/fast/inline/continuation-outlines-expected.txt:
        * platform/qt/fast/inline/continuation-outlines-with-layers-2-expected.png:
        * platform/qt/fast/inline/continuation-outlines-with-layers-2-expected.txt:
        * platform/qt/fast/inline/drawStyledEmptyInlines-expected.png: Added.
        * platform/qt/fast/inline/drawStyledEmptyInlines-expected.txt:
        * platform/qt/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
        * platform/qt/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt:
        * platform/qt/fast/inline/emptyInlinesWithinLists-expected.png: Added.
        * platform/qt/fast/inline/emptyInlinesWithinLists-expected.txt:
        * platform/qt/fast/inline/inline-borders-with-bidi-override-expected.png:
        * platform/qt/fast/inline/inline-borders-with-bidi-override-expected.txt:
        * platform/qt/fast/inline/inline-continuation-borders-expected.png: Added.
        * platform/qt/fast/inline/inline-continuation-borders-expected.txt:
        * platform/qt/fast/inline/inline-focus-ring-expected.png:
        * platform/qt/fast/inline/inline-focus-ring-expected.txt:
        * platform/qt/fast/inline/inline-padding-disables-text-quirk-expected.png: Added.
        * platform/qt/fast/inline/inline-padding-disables-text-quirk-expected.txt:
        * platform/qt/fast/inline/inline-text-quirk-bpm-expected.png: Added.
        * platform/qt/fast/inline/inline-text-quirk-bpm-expected.txt:
        * platform/qt/fast/inline/inline-wrap-with-parent-padding-expected.png:
        * platform/qt/fast/inline/inline-wrap-with-parent-padding-expected.txt:
        * platform/qt/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.png: Added.
        * platform/qt/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt:
        * platform/qt/fast/inline/long-wrapped-line-expected.png: Added.
        * platform/qt/fast/inline/long-wrapped-line-expected.txt:
        * platform/qt/fast/inline/nested-top-alignment-expected.png:
        * platform/qt/fast/inline/nested-top-alignment-expected.txt:
        * platform/qt/fast/inline/outline-continuations-expected.png: Copied from LayoutTests/platform/qt/fast/html/details-add-summary-1-and-click-expected.png.
        * platform/qt/fast/inline/outline-continuations-expected.txt:
        * platform/qt/fast/inline/percentage-margins-expected.png: Added.
        * platform/qt/fast/inline/percentage-margins-expected.txt:
        * platform/qt/fast/inline/styledEmptyInlinesWithBRs-expected.png: Added.
        * platform/qt/fast/inline/styledEmptyInlinesWithBRs-expected.txt:
        * platform/qt/fast/inline/vertical-align-text-bottom-expected.png:
        * platform/qt/fast/inline/vertical-align-text-bottom-expected.txt:
        * platform/qt/fast/innerHTML/001-expected.png: Added.
        * platform/qt/fast/innerHTML/001-expected.txt:
        * platform/qt/fast/innerHTML/002-expected.png: Added.
        * platform/qt/fast/innerHTML/002-expected.txt:
        * platform/qt/fast/innerHTML/003-expected.png: Added.
        * platform/qt/fast/innerHTML/003-expected.txt:
        * platform/qt/fast/innerHTML/006-expected.png:
        * platform/qt/fast/innerHTML/006-expected.txt:
        * platform/qt/fast/inspector-support/matchedrules-expected.png: Added.
        * platform/qt/fast/inspector-support/matchedrules-expected.txt:
        * platform/qt/fast/invalid/001-expected.png: Added.
        * platform/qt/fast/invalid/001-expected.txt:
        * platform/qt/fast/invalid/002-expected.png: Added.
        * platform/qt/fast/invalid/002-expected.txt:
        * platform/qt/fast/invalid/003-expected.png: Added.
        * platform/qt/fast/invalid/003-expected.txt:
        * platform/qt/fast/invalid/004-expected.png: Added.
        * platform/qt/fast/invalid/004-expected.txt:
        * platform/qt/fast/invalid/006-expected.png: Added.
        * platform/qt/fast/invalid/006-expected.txt:
        * platform/qt/fast/invalid/008-expected.png:
        * platform/qt/fast/invalid/008-expected.txt:
        * platform/qt/fast/invalid/009-expected.png: Added.
        * platform/qt/fast/invalid/009-expected.txt:
        * platform/qt/fast/invalid/010-expected.png: Added.
        * platform/qt/fast/invalid/010-expected.txt:
        * platform/qt/fast/invalid/011-expected.png: Added.
        * platform/qt/fast/invalid/011-expected.txt:
        * platform/qt/fast/invalid/012-expected.png: Added.
        * platform/qt/fast/invalid/012-expected.txt:
        * platform/qt/fast/invalid/013-expected.png: Added.
        * platform/qt/fast/invalid/013-expected.txt:
        * platform/qt/fast/invalid/014-expected.png: Added.
        * platform/qt/fast/invalid/014-expected.txt:
        * platform/qt/fast/invalid/016-expected.png:
        * platform/qt/fast/invalid/016-expected.txt:
        * platform/qt/fast/invalid/017-expected.png:
        * platform/qt/fast/invalid/017-expected.txt:
        * platform/qt/fast/invalid/018-expected.png:
        * platform/qt/fast/invalid/018-expected.txt:
        * platform/qt/fast/invalid/019-expected.png:
        * platform/qt/fast/invalid/019-expected.txt:
        * platform/qt/fast/invalid/021-expected.png: Added.
        * platform/qt/fast/invalid/021-expected.txt:
        * platform/qt/fast/invalid/missing-address-end-tag-expected.png: Added.
        * platform/qt/fast/invalid/missing-address-end-tag-expected.txt:
        * platform/qt/fast/invalid/missing-dl-end-tag-expected.png: Added.
        * platform/qt/fast/invalid/missing-dl-end-tag-expected.txt:
        * platform/qt/fast/invalid/missing-dt-end-tag-expected.png: Added.
        * platform/qt/fast/invalid/missing-dt-end-tag-expected.txt:
        * platform/qt/fast/invalid/missing-font-end-tag-expected.png: Added.
        * platform/qt/fast/invalid/missing-font-end-tag-expected.txt:
        * platform/qt/fast/invalid/nestedh3s-expected.png: Added.
        * platform/qt/fast/invalid/nestedh3s-expected.txt:
        * platform/qt/fast/invalid/table-inside-stray-table-content-expected.png:
        * platform/qt/fast/invalid/table-inside-stray-table-content-expected.txt:
        * platform/qt/fast/invalid/td-inside-object-expected.png: Added.
        * platform/qt/fast/invalid/td-inside-object-expected.txt:
        * platform/qt/fast/layers/inline-dirty-z-order-lists-expected.png:
        * platform/qt/fast/layers/inline-dirty-z-order-lists-expected.txt:
        * platform/qt/fast/layers/layer-visibility-expected.png: Added.
        * platform/qt/fast/layers/layer-visibility-expected.txt:
        * platform/qt/fast/layers/layer-visibility-sublayer-expected.png: Added.
        * platform/qt/fast/layers/layer-visibility-sublayer-expected.txt:
        * platform/qt/fast/layers/normal-flow-hit-test-expected.png: Added.
        * platform/qt/fast/layers/normal-flow-hit-test-expected.txt:
        * platform/qt/fast/layers/opacity-outline-expected.png: Added.
        * platform/qt/fast/layers/opacity-outline-expected.txt:
        * platform/qt/fast/layers/opacity-transforms-expected.png: Added.
        * platform/qt/fast/layers/opacity-transforms-expected.txt:
        * platform/qt/fast/layers/overflow-scroll-auto-switch-expected.png: Added.
        * platform/qt/fast/layers/overflow-scroll-auto-switch-expected.txt:
        * platform/qt/fast/layers/remove-layer-with-nested-stacking-expected.png:
        * platform/qt/fast/layers/remove-layer-with-nested-stacking-expected.txt:
        * platform/qt/fast/layers/remove-only-this-layer-update-expected.png: Added.
        * platform/qt/fast/layers/remove-only-this-layer-update-expected.txt:
        * platform/qt/fast/layers/scroll-rect-to-visible-expected.png:
        * platform/qt/fast/layers/scroll-rect-to-visible-expected.txt:
        * platform/qt/fast/layers/zindex-inherit-expected.png: Added.
        * platform/qt/fast/layers/zindex-inherit-expected.txt:
        * platform/qt/fast/line-grid/line-grid-contains-value-expected.png:
        * platform/qt/fast/line-grid/line-grid-contains-value-expected.txt:
        * platform/qt/fast/line-grid/line-grid-floating-expected.png:
        * platform/qt/fast/line-grid/line-grid-floating-expected.txt:
        * platform/qt/fast/line-grid/line-grid-inside-columns-expected.png:
        * platform/qt/fast/line-grid/line-grid-inside-columns-expected.txt:
        * platform/qt/fast/line-grid/line-grid-into-columns-expected.png:
        * platform/qt/fast/line-grid/line-grid-into-columns-expected.txt:
        * platform/qt/fast/line-grid/line-grid-into-floats-expected.png:
        * platform/qt/fast/line-grid/line-grid-into-floats-expected.txt:
        * platform/qt/fast/line-grid/line-grid-positioned-expected.png:
        * platform/qt/fast/line-grid/line-grid-positioned-expected.txt:
        * platform/qt/fast/lists/001-expected.png:
        * platform/qt/fast/lists/001-expected.txt:
        * platform/qt/fast/lists/001-vertical-expected.png:
        * platform/qt/fast/lists/001-vertical-expected.txt:
        * platform/qt/fast/lists/002-expected.png: Added.
        * platform/qt/fast/lists/002-expected.txt:
        * platform/qt/fast/lists/002-vertical-expected.png:
        * platform/qt/fast/lists/002-vertical-expected.txt:
        * platform/qt/fast/lists/003-expected.png:
        * platform/qt/fast/lists/003-expected.txt:
        * platform/qt/fast/lists/003-vertical-expected.png:
        * platform/qt/fast/lists/003-vertical-expected.txt:
        * platform/qt/fast/lists/005-expected.png: Added.
        * platform/qt/fast/lists/005-expected.txt:
        * platform/qt/fast/lists/005-vertical-expected.png:
        * platform/qt/fast/lists/005-vertical-expected.txt:
        * platform/qt/fast/lists/006-expected.png: Added.
        * platform/qt/fast/lists/006-expected.txt:
        * platform/qt/fast/lists/006-vertical-expected.png:
        * platform/qt/fast/lists/006-vertical-expected.txt:
        * platform/qt/fast/lists/007-expected.png: Added.
        * platform/qt/fast/lists/007-expected.txt:
        * platform/qt/fast/lists/007-vertical-expected.png:
        * platform/qt/fast/lists/007-vertical-expected.txt:
        * platform/qt/fast/lists/008-expected.png: Added.
        * platform/qt/fast/lists/008-expected.txt:
        * platform/qt/fast/lists/008-vertical-expected.png:
        * platform/qt/fast/lists/008-vertical-expected.txt:
        * platform/qt/fast/lists/009-expected.png: Added.
        * platform/qt/fast/lists/009-expected.txt:
        * platform/qt/fast/lists/009-vertical-expected.png:
        * platform/qt/fast/lists/009-vertical-expected.txt:
        * platform/qt/fast/lists/anonymous-items-expected.png: Added.
        * platform/qt/fast/lists/anonymous-items-expected.txt:
        * platform/qt/fast/lists/big-list-marker-expected.png: Added.
        * platform/qt/fast/lists/big-list-marker-expected.txt:
        * platform/qt/fast/lists/dynamic-marker-crash-expected.png:
        * platform/qt/fast/lists/dynamic-marker-crash-expected.txt:
        * platform/qt/fast/lists/li-br-expected.png: Copied from LayoutTests/platform/qt/fast/html/details-add-summary-7-and-click-expected.png.
        * platform/qt/fast/lists/li-br-expected.txt:
        * platform/qt/fast/lists/li-style-alpha-huge-value-crash-expected.png: Added.
        * platform/qt/fast/lists/li-style-alpha-huge-value-crash-expected.txt:
        * platform/qt/fast/lists/list-item-line-height-expected.png: Added.
        * platform/qt/fast/lists/list-item-line-height-expected.txt:
        * platform/qt/fast/lists/list-marker-with-line-height-expected.png: Added.
        * platform/qt/fast/lists/list-marker-with-line-height-expected.txt:
        * platform/qt/fast/lists/list-style-none-crash-expected.png: Added.
        * platform/qt/fast/lists/list-style-none-crash-expected.txt:
        * platform/qt/fast/lists/marker-before-empty-inline-expected.png: Added.
        * platform/qt/fast/lists/marker-before-empty-inline-expected.txt:
        * platform/qt/fast/lists/marker-image-error-expected.png: Added.
        * platform/qt/fast/lists/marker-image-error-expected.txt:
        * platform/qt/fast/lists/markers-in-selection-expected.png: Added.
        * platform/qt/fast/lists/markers-in-selection-expected.txt:
        * platform/qt/fast/lists/numeric-markers-outside-list-expected.png: Added.
        * platform/qt/fast/lists/numeric-markers-outside-list-expected.txt:
        * platform/qt/fast/lists/ol-display-types-expected.png: Added.
        * platform/qt/fast/lists/ol-display-types-expected.txt:
        * platform/qt/fast/lists/ol-start-parsing-expected.png: Added.
        * platform/qt/fast/lists/ol-start-parsing-expected.txt:
        * platform/qt/fast/lists/olstart-expected.png: Added.
        * platform/qt/fast/lists/olstart-expected.txt:
        * platform/qt/fast/lists/ordered-list-with-no-ol-tag-expected.png: Added.
        * platform/qt/fast/lists/ordered-list-with-no-ol-tag-expected.txt:
        * platform/qt/fast/lists/scrolled-marker-paint-expected.png: Added.
        * platform/qt/fast/lists/scrolled-marker-paint-expected.txt:
        * platform/qt/fast/media/media-descriptor-syntax-01-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/media-descriptor-syntax-01-expected.txt:
        * platform/qt/fast/media/media-descriptor-syntax-02-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/media-descriptor-syntax-02-expected.txt:
        * platform/qt/fast/media/media-descriptor-syntax-03-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/media-descriptor-syntax-03-expected.txt:
        * platform/qt/fast/media/media-descriptor-syntax-04-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/media-descriptor-syntax-04-expected.txt:
        * platform/qt/fast/media/media-descriptor-syntax-05-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/media-descriptor-syntax-05-expected.txt:
        * platform/qt/fast/media/media-descriptor-syntax-06-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/media-descriptor-syntax-06-expected.txt:
        * platform/qt/fast/media/media-type-syntax-01-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/media-type-syntax-01-expected.txt:
        * platform/qt/fast/media/media-type-syntax-02-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/media-type-syntax-02-expected.txt:
        * platform/qt/fast/media/mq-animation-expected.png:
        * platform/qt/fast/media/mq-animation-expected.txt:
        * platform/qt/fast/media/mq-aspect-ratio-expected.png: Added.
        * platform/qt/fast/media/mq-aspect-ratio-expected.txt:
        * platform/qt/fast/media/mq-compound-query-01-expected.png: Added.
        * platform/qt/fast/media/mq-compound-query-01-expected.txt:
        * platform/qt/fast/media/mq-compound-query-02-expected.png: Added.
        * platform/qt/fast/media/mq-compound-query-02-expected.txt:
        * platform/qt/fast/media/mq-compound-query-03-expected.png: Added.
        * platform/qt/fast/media/mq-compound-query-03-expected.txt:
        * platform/qt/fast/media/mq-compound-query-04-expected.png: Added.
        * platform/qt/fast/media/mq-compound-query-04-expected.txt:
        * platform/qt/fast/media/mq-compound-query-05-expected.png: Added.
        * platform/qt/fast/media/mq-compound-query-05-expected.txt:
        * platform/qt/fast/media/mq-grid-01-expected.png: Added.
        * platform/qt/fast/media/mq-grid-01-expected.txt:
        * platform/qt/fast/media/mq-grid-02-expected.png: Added.
        * platform/qt/fast/media/mq-grid-02-expected.txt:
        * platform/qt/fast/media/mq-invalid-media-feature-01-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/mq-invalid-media-feature-01-expected.txt:
        * platform/qt/fast/media/mq-invalid-media-feature-02-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/mq-invalid-media-feature-02-expected.txt:
        * platform/qt/fast/media/mq-invalid-media-feature-03-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/mq-invalid-media-feature-03-expected.txt:
        * platform/qt/fast/media/mq-invalid-media-feature-04-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/mq-invalid-media-feature-04-expected.txt:
        * platform/qt/fast/media/mq-invalid-syntax-01-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/mq-invalid-syntax-01-expected.txt:
        * platform/qt/fast/media/mq-invalid-syntax-02-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/mq-invalid-syntax-02-expected.txt:
        * platform/qt/fast/media/mq-invalid-syntax-03-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/mq-invalid-syntax-03-expected.txt:
        * platform/qt/fast/media/mq-invalid-syntax-04-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/mq-invalid-syntax-04-expected.txt:
        * platform/qt/fast/media/mq-invalid-syntax-05-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/mq-invalid-syntax-05-expected.txt:
        * platform/qt/fast/media/mq-js-media-except-01-expected.png:
        * platform/qt/fast/media/mq-js-media-except-01-expected.txt:
        * platform/qt/fast/media/mq-js-media-except-02-expected.png:
        * platform/qt/fast/media/mq-js-media-except-02-expected.txt:
        * platform/qt/fast/media/mq-js-media-except-03-expected.png: Added.
        * platform/qt/fast/media/mq-js-media-except-03-expected.txt:
        * platform/qt/fast/media/mq-js-media-forward-syntax-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/mq-js-media-forward-syntax-expected.txt:
        * platform/qt/fast/media/mq-js-stylesheet-media-01-expected.png: Added.
        * platform/qt/fast/media/mq-js-stylesheet-media-01-expected.txt:
        * platform/qt/fast/media/mq-js-stylesheet-media-02-expected.png: Added.
        * platform/qt/fast/media/mq-js-stylesheet-media-02-expected.txt:
        * platform/qt/fast/media/mq-js-stylesheet-media-03-expected.png: Added.
        * platform/qt/fast/media/mq-js-stylesheet-media-03-expected.txt:
        * platform/qt/fast/media/mq-js-stylesheet-media-04-expected.png: Added.
        * platform/qt/fast/media/mq-js-stylesheet-media-04-expected.txt:
        * platform/qt/fast/media/mq-max-pixel-ratio-expected.png: Added.
        * platform/qt/fast/media/mq-max-pixel-ratio-expected.txt:
        * platform/qt/fast/media/mq-min-constraint-expected.png: Added.
        * platform/qt/fast/media/mq-min-constraint-expected.txt:
        * platform/qt/fast/media/mq-orientation-expected.png: Added.
        * platform/qt/fast/media/mq-orientation-expected.txt:
        * platform/qt/fast/media/mq-pixel-ratio-expected.png: Added.
        * platform/qt/fast/media/mq-pixel-ratio-expected.txt:
        * platform/qt/fast/media/mq-relative-constraints-02-expected.png: Added.
        * platform/qt/fast/media/mq-relative-constraints-02-expected.txt:
        * platform/qt/fast/media/mq-relative-constraints-03-expected.png: Added.
        * platform/qt/fast/media/mq-relative-constraints-03-expected.txt:
        * platform/qt/fast/media/mq-relative-constraints-04-expected.png: Added.
        * platform/qt/fast/media/mq-relative-constraints-04-expected.txt:
        * platform/qt/fast/media/mq-relative-constraints-05-expected.png: Added.
        * platform/qt/fast/media/mq-relative-constraints-05-expected.txt:
        * platform/qt/fast/media/mq-relative-constraints-06-expected.png: Added.
        * platform/qt/fast/media/mq-relative-constraints-06-expected.txt:
        * platform/qt/fast/media/mq-relative-constraints-07-expected.png: Added.
        * platform/qt/fast/media/mq-relative-constraints-07-expected.txt:
        * platform/qt/fast/media/mq-relative-constraints-08-expected.png:
        * platform/qt/fast/media/mq-relative-constraints-08-expected.txt:
        * platform/qt/fast/media/mq-relative-constraints-09-expected.png: Added.
        * platform/qt/fast/media/mq-relative-constraints-09-expected.txt:
        * platform/qt/fast/media/mq-simple-neg-query-01-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/mq-simple-neg-query-01-expected.txt:
        * platform/qt/fast/media/mq-simple-neg-query-02-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/mq-simple-neg-query-02-expected.txt:
        * platform/qt/fast/media/mq-simple-neg-query-03-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/mq-simple-neg-query-03-expected.txt:
        * platform/qt/fast/media/mq-simple-neg-query-04-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/mq-simple-neg-query-04-expected.txt:
        * platform/qt/fast/media/mq-simple-neg-query-05-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/mq-simple-neg-query-05-expected.txt:
        * platform/qt/fast/media/mq-simple-query-01-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/mq-simple-query-01-expected.txt:
        * platform/qt/fast/media/mq-simple-query-02-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/mq-simple-query-02-expected.txt:
        * platform/qt/fast/media/mq-simple-query-03-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/mq-simple-query-03-expected.txt:
        * platform/qt/fast/media/mq-simple-query-04-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/mq-simple-query-04-expected.txt:
        * platform/qt/fast/media/mq-simple-query-05-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/mq-simple-query-05-expected.txt:
        * platform/qt/fast/media/mq-transform-01-expected.png: Added.
        * platform/qt/fast/media/mq-transform-01-expected.txt:
        * platform/qt/fast/media/mq-transform-04-expected.png: Added.
        * platform/qt/fast/media/mq-transform-04-expected.txt:
        * platform/qt/fast/media/mq-transition-expected.png: Added.
        * platform/qt/fast/media/mq-transition-expected.txt:
        * platform/qt/fast/media/mq-valueless-expected.png: Added.
        * platform/qt/fast/media/mq-valueless-expected.txt:
        * platform/qt/fast/media/mq-width-absolute-01-expected.png: Added.
        * platform/qt/fast/media/mq-width-absolute-01-expected.txt:
        * platform/qt/fast/media/mq-width-absolute-02-expected.png: Added.
        * platform/qt/fast/media/mq-width-absolute-02-expected.txt:
        * platform/qt/fast/media/mq-width-absolute-03-expected.png: Added.
        * platform/qt/fast/media/mq-width-absolute-03-expected.txt:
        * platform/qt/fast/media/mq-width-absolute-04-expected.png: Added.
        * platform/qt/fast/media/mq-width-absolute-04-expected.txt:
        * platform/qt/fast/media/viewport-media-query-expected.png: Added.
        * platform/qt/fast/media/viewport-media-query-expected.txt:
        * platform/qt/fast/multicol/block-axis-horizontal-bt-expected.png:
        * platform/qt/fast/multicol/block-axis-horizontal-bt-expected.txt:
        * platform/qt/fast/multicol/block-axis-horizontal-tb-expected.png:
        * platform/qt/fast/multicol/block-axis-horizontal-tb-expected.txt:
        * platform/qt/fast/multicol/block-axis-vertical-lr-expected.png:
        * platform/qt/fast/multicol/block-axis-vertical-lr-expected.txt:
        * platform/qt/fast/multicol/block-axis-vertical-rl-expected.png:
        * platform/qt/fast/multicol/block-axis-vertical-rl-expected.txt:
        * platform/qt/fast/multicol/border-padding-pagination-expected.png:
        * platform/qt/fast/multicol/border-padding-pagination-expected.txt:
        * platform/qt/fast/multicol/client-rects-expected.png:
        * platform/qt/fast/multicol/client-rects-expected.txt:
        * platform/qt/fast/multicol/column-break-with-balancing-expected.png:
        * platform/qt/fast/multicol/column-break-with-balancing-expected.txt:
        * platform/qt/fast/multicol/column-count-with-rules-expected.png:
        * platform/qt/fast/multicol/column-count-with-rules-expected.txt:
        * platform/qt/fast/multicol/column-rules-expected.png: Added.
        * platform/qt/fast/multicol/column-rules-expected.txt:
        * platform/qt/fast/multicol/column-rules-stacking-expected.png: Added.
        * platform/qt/fast/multicol/column-rules-stacking-expected.txt:
        * platform/qt/fast/multicol/columns-shorthand-parsing-expected.png: Added.
        * platform/qt/fast/multicol/columns-shorthand-parsing-expected.txt:
        * platform/qt/fast/multicol/float-avoidance-expected.png:
        * platform/qt/fast/multicol/float-avoidance-expected.txt:
        * platform/qt/fast/multicol/float-multicol-expected.png:
        * platform/qt/fast/multicol/float-multicol-expected.txt:
        * platform/qt/fast/multicol/float-paginate-complex-expected.png:
        * platform/qt/fast/multicol/float-paginate-complex-expected.txt:
        * platform/qt/fast/multicol/float-paginate-empty-lines-expected.png:
        * platform/qt/fast/multicol/float-paginate-empty-lines-expected.txt:
        * platform/qt/fast/multicol/float-paginate-expected.png:
        * platform/qt/fast/multicol/float-paginate-expected.txt:
        * platform/qt/fast/multicol/layers-in-multicol-expected.png:
        * platform/qt/fast/multicol/layers-in-multicol-expected.txt:
        * platform/qt/fast/multicol/layers-split-across-columns-expected.png:
        * platform/qt/fast/multicol/layers-split-across-columns-expected.txt:
        * platform/qt/fast/multicol/margin-collapse-expected.png:
        * platform/qt/fast/multicol/margin-collapse-expected.txt:
        * platform/qt/fast/multicol/max-height-columns-block-expected.png:
        * platform/qt/fast/multicol/max-height-columns-block-expected.txt:
        * platform/qt/fast/multicol/nested-columns-expected.png:
        * platform/qt/fast/multicol/nested-columns-expected.txt:
        * platform/qt/fast/multicol/overflow-across-columns-percent-height-expected.png:
        * platform/qt/fast/multicol/overflow-across-columns-percent-height-expected.txt:
        * platform/qt/fast/multicol/paginate-block-replaced-expected.png:
        * platform/qt/fast/multicol/paginate-block-replaced-expected.txt:
        * platform/qt/fast/multicol/positioned-split-expected.png:
        * platform/qt/fast/multicol/positioned-split-expected.txt:
        * platform/qt/fast/multicol/positioned-with-constrained-height-expected.png:
        * platform/qt/fast/multicol/positioned-with-constrained-height-expected.txt:
        * platform/qt/fast/multicol/scrolling-overflow-expected.png:
        * platform/qt/fast/multicol/scrolling-overflow-expected.txt:
        * platform/qt/fast/multicol/shadow-breaking-expected.png:
        * platform/qt/fast/multicol/shadow-breaking-expected.txt:
        * platform/qt/fast/multicol/span/anonymous-before-child-parent-crash-expected.png:
        * platform/qt/fast/multicol/span/anonymous-before-child-parent-crash-expected.txt:
        * platform/qt/fast/multicol/span/anonymous-split-block-crash-expected.png:
        * platform/qt/fast/multicol/span/anonymous-split-block-crash-expected.txt:
        * platform/qt/fast/multicol/span/anonymous-style-inheritance-expected.png:
        * platform/qt/fast/multicol/span/anonymous-style-inheritance-expected.txt:
        * platform/qt/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png:
        * platform/qt/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
        * platform/qt/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png:
        * platform/qt/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt:
        * platform/qt/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
        * platform/qt/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt:
        * platform/qt/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png:
        * platform/qt/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt:
        * platform/qt/fast/multicol/span/span-as-immediate-columns-child-expected.png:
        * platform/qt/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
        * platform/qt/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png:
        * platform/qt/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt:
        * platform/qt/fast/multicol/span/span-as-nested-columns-child-expected.png:
        * platform/qt/fast/multicol/span/span-as-nested-columns-child-expected.txt:
        * platform/qt/fast/multicol/span/span-as-nested-inline-block-child-expected.png:
        * platform/qt/fast/multicol/span/span-as-nested-inline-block-child-expected.txt:
        * platform/qt/fast/multicol/span/span-margin-collapsing-expected.png:
        * platform/qt/fast/multicol/span/span-margin-collapsing-expected.txt:
        * platform/qt/fast/multicol/table-margin-collapse-expected.png:
        * platform/qt/fast/multicol/table-margin-collapse-expected.txt:
        * platform/qt/fast/multicol/table-vertical-align-expected.png:
        * platform/qt/fast/multicol/table-vertical-align-expected.txt:
        * platform/qt/fast/multicol/unsplittable-inline-block-expected.png:
        * platform/qt/fast/multicol/unsplittable-inline-block-expected.txt:
        * platform/qt/fast/multicol/vertical-lr/border-padding-pagination-expected.png:
        * platform/qt/fast/multicol/vertical-lr/border-padding-pagination-expected.txt:
        * platform/qt/fast/multicol/vertical-lr/column-break-with-balancing-expected.png:
        * platform/qt/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt:
        * platform/qt/fast/multicol/vertical-lr/column-count-with-rules-expected.png:
        * platform/qt/fast/multicol/vertical-lr/column-count-with-rules-expected.txt:
        * platform/qt/fast/multicol/vertical-lr/column-rules-expected.png:
        * platform/qt/fast/multicol/vertical-lr/column-rules-expected.txt:
        * platform/qt/fast/multicol/vertical-lr/float-avoidance-expected.png:
        * platform/qt/fast/multicol/vertical-lr/float-avoidance-expected.txt:
        * platform/qt/fast/multicol/vertical-lr/float-multicol-expected.png:
        * platform/qt/fast/multicol/vertical-lr/float-multicol-expected.txt:
        * platform/qt/fast/multicol/vertical-lr/float-paginate-complex-expected.png:
        * platform/qt/fast/multicol/vertical-lr/float-paginate-complex-expected.txt:
        * platform/qt/fast/multicol/vertical-lr/float-paginate-expected.png:
        * platform/qt/fast/multicol/vertical-lr/float-paginate-expected.txt:
        * platform/qt/fast/multicol/vertical-lr/nested-columns-expected.png:
        * platform/qt/fast/multicol/vertical-lr/nested-columns-expected.txt:
        * platform/qt/fast/multicol/vertical-lr/unsplittable-inline-block-expected.png:
        * platform/qt/fast/multicol/vertical-lr/unsplittable-inline-block-expected.txt:
        * platform/qt/fast/multicol/vertical-rl/border-padding-pagination-expected.png:
        * platform/qt/fast/multicol/vertical-rl/border-padding-pagination-expected.txt:
        * platform/qt/fast/multicol/vertical-rl/column-break-with-balancing-expected.png:
        * platform/qt/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt:
        * platform/qt/fast/multicol/vertical-rl/column-count-with-rules-expected.png:
        * platform/qt/fast/multicol/vertical-rl/column-count-with-rules-expected.txt:
        * platform/qt/fast/multicol/vertical-rl/column-rules-expected.png:
        * platform/qt/fast/multicol/vertical-rl/column-rules-expected.txt:
        * platform/qt/fast/multicol/vertical-rl/float-avoidance-expected.png:
        * platform/qt/fast/multicol/vertical-rl/float-avoidance-expected.txt:
        * platform/qt/fast/multicol/vertical-rl/float-multicol-expected.png:
        * platform/qt/fast/multicol/vertical-rl/float-multicol-expected.txt:
        * platform/qt/fast/multicol/vertical-rl/float-paginate-complex-expected.png:
        * platform/qt/fast/multicol/vertical-rl/float-paginate-complex-expected.txt:
        * platform/qt/fast/multicol/vertical-rl/float-paginate-expected.png:
        * platform/qt/fast/multicol/vertical-rl/float-paginate-expected.txt:
        * platform/qt/fast/multicol/vertical-rl/nested-columns-expected.png:
        * platform/qt/fast/multicol/vertical-rl/nested-columns-expected.txt:
        * platform/qt/fast/multicol/vertical-rl/unsplittable-inline-block-expected.png:
        * platform/qt/fast/multicol/vertical-rl/unsplittable-inline-block-expected.txt:

2012-07-19  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, removing platform-specific baseline redundant after r123066.

        * platform/gtk/fast/forms/state-restore-skip-stateless-expected.txt: Removed.

2012-07-19  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, removing flaky expectations for MathML Presentations
        layout tests. Their baselines were updated in r122704 and the tests have been
        passing without problems since.

        * platform/gtk/TestExpectations:

2012-07-19  János Badics  <jbadics@inf.u-szeged.hu>

        [Qt] platform/qt/tables/mozilla tests needs update after rebaseline and new testfonts
        https://bugs.webkit.org/show_bug.cgi?id=91242

        Unreviewed rebaseline.

        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0/Skipped:
        * platform/qt/tables/mozilla/marvin/backgr_index-expected.png:
        * platform/qt/tables/mozilla/marvin/backgr_index-expected.txt:
        * platform/qt/tables/mozilla/marvin/backgr_layers-opacity-expected.png:
        * platform/qt/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
        * platform/qt/tables/mozilla/marvin/backgr_position-table-expected.png:
        * platform/qt/tables/mozilla/marvin/backgr_position-table-expected.txt:
        * platform/qt/tables/mozilla/marvin/backgr_simple-table-cell-expected.png:
        * platform/qt/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
        * platform/qt/tables/mozilla/marvin/backgr_simple-table-column-expected.png:
        * platform/qt/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
        * platform/qt/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png:
        * platform/qt/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
        * platform/qt/tables/mozilla/marvin/backgr_simple-table-expected.png:
        * platform/qt/tables/mozilla/marvin/backgr_simple-table-expected.txt:
        * platform/qt/tables/mozilla/marvin/backgr_simple-table-row-expected.png:
        * platform/qt/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
        * platform/qt/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
        * platform/qt/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
        * platform/qt/tables/mozilla/marvin/body_col-expected.png:
        * platform/qt/tables/mozilla/marvin/body_col-expected.txt:
        * platform/qt/tables/mozilla/marvin/body_tbody-expected.png:
        * platform/qt/tables/mozilla/marvin/body_tbody-expected.txt:
        * platform/qt/tables/mozilla/marvin/body_tfoot-expected.png:
        * platform/qt/tables/mozilla/marvin/body_tfoot-expected.txt:
        * platform/qt/tables/mozilla/marvin/body_thead-expected.png:
        * platform/qt/tables/mozilla/marvin/body_thead-expected.txt:
        * platform/qt/tables/mozilla/marvin/col_span-expected.png:
        * platform/qt/tables/mozilla/marvin/col_span-expected.txt:
        * platform/qt/tables/mozilla/marvin/colgroup_align_center-expected.png:
        * platform/qt/tables/mozilla/marvin/colgroup_align_center-expected.txt:
        * platform/qt/tables/mozilla/marvin/colgroup_align_justify-expected.png:
        * platform/qt/tables/mozilla/marvin/colgroup_align_justify-expected.txt:
        * platform/qt/tables/mozilla/marvin/colgroup_align_left-expected.png:
        * platform/qt/tables/mozilla/marvin/colgroup_align_left-expected.txt:
        * platform/qt/tables/mozilla/marvin/colgroup_align_right-expected.png:
        * platform/qt/tables/mozilla/marvin/colgroup_align_right-expected.txt:
        * platform/qt/tables/mozilla/marvin/colgroup_span-expected.png:
        * platform/qt/tables/mozilla/marvin/colgroup_span-expected.txt:
        * platform/qt/tables/mozilla/marvin/colgroup_valign_baseline-expected.png:
        * platform/qt/tables/mozilla/marvin/colgroup_valign_baseline-expected.txt:
        * platform/qt/tables/mozilla/marvin/colgroup_valign_bottom-expected.png:
        * platform/qt/tables/mozilla/marvin/colgroup_valign_bottom-expected.txt:
        * platform/qt/tables/mozilla/marvin/colgroup_valign_middle-expected.png:
        * platform/qt/tables/mozilla/marvin/colgroup_valign_middle-expected.txt:
        * platform/qt/tables/mozilla/marvin/colgroup_valign_top-expected.png:
        * platform/qt/tables/mozilla/marvin/colgroup_valign_top-expected.txt:
        * platform/qt/tables/mozilla/marvin/colgroup_width_px-expected.png:
        * platform/qt/tables/mozilla/marvin/colgroup_width_px-expected.txt:
        * platform/qt/tables/mozilla/marvin/table_frame_border-expected.png:
        * platform/qt/tables/mozilla/marvin/table_frame_border-expected.txt:
        * platform/qt/tables/mozilla/marvin/table_frame_box-expected.png:
        * platform/qt/tables/mozilla/marvin/table_frame_box-expected.txt:
        * platform/qt/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.png:
        * platform/qt/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.txt:
        * platform/qt/tables/mozilla/marvin/table_row_align_center-expected.png:
        * platform/qt/tables/mozilla/marvin/table_row_align_center-expected.txt:
        * platform/qt/tables/mozilla/marvin/table_row_align_left-expected.png:
        * platform/qt/tables/mozilla/marvin/table_row_align_left-expected.txt:
        * platform/qt/tables/mozilla/marvin/table_row_align_right-expected.png:
        * platform/qt/tables/mozilla/marvin/table_row_align_right-expected.txt:
        * platform/qt/tables/mozilla/marvin/table_rules_all-expected.png:
        * platform/qt/tables/mozilla/marvin/table_rules_all-expected.txt:
        * platform/qt/tables/mozilla/marvin/table_rules_groups-expected.png:
        * platform/qt/tables/mozilla/marvin/table_rules_groups-expected.txt:
        * platform/qt/tables/mozilla/marvin/table_rules_none-expected.png:
        * platform/qt/tables/mozilla/marvin/table_rules_none-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_align_center-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_align_center-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_align_left-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_align_left-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_align_right-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_align_right-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_aqua-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_aqua-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_black-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_black-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_blue-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_blue-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_gray-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_gray-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_green-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_green-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_lime-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_lime-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_maroon-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_maroon-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_navy-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_navy-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_olive-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_olive-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_purple-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_purple-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_red-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_red-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_silver-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_silver-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_teal-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_teal-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_white-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_white-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_yellow-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_yellow-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_border_0-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_border_0-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_border_1-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_border_1-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_border_2-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_border_2-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_border_3-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_border_3-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_caption_align_bot-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_caption_align_bot-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_caption_align_top-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_caption_align_top-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_cellpadding-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_cellpadding-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_cellpadding_pct-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_cellpadding_pct-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_cellspacing-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_cellspacing-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_class-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_class-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_default-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_default-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_id-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_id-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_row_th_nowrap-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_row_th_nowrap-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_style-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_style-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_td_align_center-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_td_align_center-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_td_align_left-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_td_align_left-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_td_align_right-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_td_align_right-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_td_colspan-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_td_colspan-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_td_height-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_td_height-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_td_nowrap-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_td_nowrap-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_td_rowspan-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_td_rowspan-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_td_width-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_td_width-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_th_align_center-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_th_align_center-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_th_align_left-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_th_align_left-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_th_align_right-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_th_align_right-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_th_colspan-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_th_colspan-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_th_height-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_th_height-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_th_rowspan-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_th_rowspan-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_th_width-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_th_width-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_width_percent-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_width_percent-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_width_px-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_width_px-expected.txt:
        * platform/qt/tables/mozilla/marvin/tbody_align_center-expected.png:
        * platform/qt/tables/mozilla/marvin/tbody_align_center-expected.txt:
        * platform/qt/tables/mozilla/marvin/tbody_align_char-expected.png:
        * platform/qt/tables/mozilla/marvin/tbody_align_char-expected.txt:
        * platform/qt/tables/mozilla/marvin/tbody_align_justify-expected.png:
        * platform/qt/tables/mozilla/marvin/tbody_align_justify-expected.txt:
        * platform/qt/tables/mozilla/marvin/tbody_align_left-expected.png:
        * platform/qt/tables/mozilla/marvin/tbody_align_left-expected.txt:
        * platform/qt/tables/mozilla/marvin/tbody_align_right-expected.png:
        * platform/qt/tables/mozilla/marvin/tbody_align_right-expected.txt:
        * platform/qt/tables/mozilla/marvin/tbody_char-expected.png:
        * platform/qt/tables/mozilla/marvin/tbody_char-expected.txt:
        * platform/qt/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
        * platform/qt/tables/mozilla/marvin/tbody_valign_baseline-expected.txt:
        * platform/qt/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
        * platform/qt/tables/mozilla/marvin/tbody_valign_bottom-expected.txt:
        * platform/qt/tables/mozilla/marvin/tbody_valign_middle-expected.png:
        * platform/qt/tables/mozilla/marvin/tbody_valign_middle-expected.txt:
        * platform/qt/tables/mozilla/marvin/tbody_valign_top-expected.png:
        * platform/qt/tables/mozilla/marvin/tbody_valign_top-expected.txt:
        * platform/qt/tables/mozilla/marvin/td_valign_baseline-expected.png:
        * platform/qt/tables/mozilla/marvin/td_valign_baseline-expected.txt:
        * platform/qt/tables/mozilla/marvin/td_valign_bottom-expected.png:
        * platform/qt/tables/mozilla/marvin/td_valign_bottom-expected.txt:
        * platform/qt/tables/mozilla/marvin/td_valign_middle-expected.png:
        * platform/qt/tables/mozilla/marvin/td_valign_middle-expected.txt:
        * platform/qt/tables/mozilla/marvin/td_valign_top-expected.png:
        * platform/qt/tables/mozilla/marvin/td_valign_top-expected.txt:
        * platform/qt/tables/mozilla/marvin/tfoot_align_center-expected.png:
        * platform/qt/tables/mozilla/marvin/tfoot_align_center-expected.txt:
        * platform/qt/tables/mozilla/marvin/tfoot_align_char-expected.png:
        * platform/qt/tables/mozilla/marvin/tfoot_align_char-expected.txt:
        * platform/qt/tables/mozilla/marvin/tfoot_align_justify-expected.png:
        * platform/qt/tables/mozilla/marvin/tfoot_align_justify-expected.txt:
        * platform/qt/tables/mozilla/marvin/tfoot_align_left-expected.png:
        * platform/qt/tables/mozilla/marvin/tfoot_align_left-expected.txt:
        * platform/qt/tables/mozilla/marvin/tfoot_align_right-expected.png:
        * platform/qt/tables/mozilla/marvin/tfoot_align_right-expected.txt:
        * platform/qt/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
        * platform/qt/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt:
        * platform/qt/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
        * platform/qt/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt:
        * platform/qt/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
        * platform/qt/tables/mozilla/marvin/tfoot_valign_middle-expected.txt:
        * platform/qt/tables/mozilla/marvin/tfoot_valign_top-expected.png:
        * platform/qt/tables/mozilla/marvin/tfoot_valign_top-expected.txt:
        * platform/qt/tables/mozilla/marvin/th_valign_baseline-expected.png:
        * platform/qt/tables/mozilla/marvin/th_valign_baseline-expected.txt:
        * platform/qt/tables/mozilla/marvin/th_valign_bottom-expected.png:
        * platform/qt/tables/mozilla/marvin/th_valign_bottom-expected.txt:
        * platform/qt/tables/mozilla/marvin/th_valign_middle-expected.png:
        * platform/qt/tables/mozilla/marvin/th_valign_middle-expected.txt:
        * platform/qt/tables/mozilla/marvin/th_valign_top-expected.png:
        * platform/qt/tables/mozilla/marvin/th_valign_top-expected.txt:
        * platform/qt/tables/mozilla/marvin/thead_align_center-expected.png:
        * platform/qt/tables/mozilla/marvin/thead_align_center-expected.txt:
        * platform/qt/tables/mozilla/marvin/thead_align_char-expected.png:
        * platform/qt/tables/mozilla/marvin/thead_align_char-expected.txt:
        * platform/qt/tables/mozilla/marvin/thead_align_justify-expected.png:
        * platform/qt/tables/mozilla/marvin/thead_align_justify-expected.txt:
        * platform/qt/tables/mozilla/marvin/thead_align_left-expected.png:
        * platform/qt/tables/mozilla/marvin/thead_align_left-expected.txt:
        * platform/qt/tables/mozilla/marvin/thead_align_right-expected.png:
        * platform/qt/tables/mozilla/marvin/thead_align_right-expected.txt:
        * platform/qt/tables/mozilla/marvin/thead_char-expected.png:
        * platform/qt/tables/mozilla/marvin/thead_char-expected.txt:
        * platform/qt/tables/mozilla/marvin/thead_valign_baseline-expected.png:
        * platform/qt/tables/mozilla/marvin/thead_valign_baseline-expected.txt:
        * platform/qt/tables/mozilla/marvin/thead_valign_bottom-expected.png:
        * platform/qt/tables/mozilla/marvin/thead_valign_bottom-expected.txt:
        * platform/qt/tables/mozilla/marvin/thead_valign_middle-expected.png:
        * platform/qt/tables/mozilla/marvin/thead_valign_middle-expected.txt:
        * platform/qt/tables/mozilla/marvin/thead_valign_top-expected.png:
        * platform/qt/tables/mozilla/marvin/thead_valign_top-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_black-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_black-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_blue-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_blue-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_gray-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_gray-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_green-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_green-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_lime-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_lime-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_maroon-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_maroon-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_navy-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_navy-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_olive-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_olive-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_purple-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_purple-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_red-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_red-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_silver-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_silver-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_teal-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_teal-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_white-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_white-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_yellow-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_yellow-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_valign_baseline-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_valign_baseline-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_valign_bottom-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_valign_bottom-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_valign_middle-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_valign_middle-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_valign_top-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_valign_top-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_caption_align_bottom-expected.png:
        * platform/qt/tables/mozilla/marvin/x_caption_align_bottom-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_caption_align_top-expected.png:
        * platform/qt/tables/mozilla/marvin/x_caption_align_top-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_caption_class-expected.png:
        * platform/qt/tables/mozilla/marvin/x_caption_class-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_caption_id-expected.png:
        * platform/qt/tables/mozilla/marvin/x_caption_id-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_caption_style-expected.png:
        * platform/qt/tables/mozilla/marvin/x_caption_style-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_col_align_center-expected.png:
        * platform/qt/tables/mozilla/marvin/x_col_align_center-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_col_align_char-expected.png:
        * platform/qt/tables/mozilla/marvin/x_col_align_char-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_col_align_justify-expected.png:
        * platform/qt/tables/mozilla/marvin/x_col_align_justify-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_col_align_left-expected.png:
        * platform/qt/tables/mozilla/marvin/x_col_align_left-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_col_align_right-expected.png:
        * platform/qt/tables/mozilla/marvin/x_col_align_right-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_col_span-expected.png:
        * platform/qt/tables/mozilla/marvin/x_col_span-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_col_valign_baseline-expected.png:
        * platform/qt/tables/mozilla/marvin/x_col_valign_baseline-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_col_valign_bottom-expected.png:
        * platform/qt/tables/mozilla/marvin/x_col_valign_bottom-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_col_valign_middle-expected.png:
        * platform/qt/tables/mozilla/marvin/x_col_valign_middle-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_col_valign_top-expected.png:
        * platform/qt/tables/mozilla/marvin/x_col_valign_top-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_col_width_pct-expected.png:
        * platform/qt/tables/mozilla/marvin/x_col_width_pct-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_col_width_px-expected.png:
        * platform/qt/tables/mozilla/marvin/x_col_width_px-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_col_width_rel-expected.png:
        * platform/qt/tables/mozilla/marvin/x_col_width_rel-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_colgroup_align_center-expected.png:
        * platform/qt/tables/mozilla/marvin/x_colgroup_align_center-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_colgroup_align_char-expected.png:
        * platform/qt/tables/mozilla/marvin/x_colgroup_align_char-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_colgroup_align_justify-expected.png:
        * platform/qt/tables/mozilla/marvin/x_colgroup_align_justify-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_colgroup_align_left-expected.png:
        * platform/qt/tables/mozilla/marvin/x_colgroup_align_left-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_colgroup_align_right-expected.png:
        * platform/qt/tables/mozilla/marvin/x_colgroup_align_right-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_colgroup_span-expected.png:
        * platform/qt/tables/mozilla/marvin/x_colgroup_span-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.png:
        * platform/qt/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.png:
        * platform/qt/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_colgroup_valign_middle-expected.png:
        * platform/qt/tables/mozilla/marvin/x_colgroup_valign_middle-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_colgroup_valign_top-expected.png:
        * platform/qt/tables/mozilla/marvin/x_colgroup_valign_top-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_colgroup_width_pct-expected.png:
        * platform/qt/tables/mozilla/marvin/x_colgroup_width_pct-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_colgroup_width_rel-expected.png:
        * platform/qt/tables/mozilla/marvin/x_colgroup_width_rel-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_table-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_table_align_center-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_align_center-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_table_align_left-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_align_left-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_table_align_right-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_align_right-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_table_bgcolor_name-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_bgcolor_name-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_table_border-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_border-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_table_border_none-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_border_none-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_table_border_px-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_border_px-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_table_cellpadding-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_cellpadding-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_table_cellpadding_pct-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_cellpadding_pct-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_table_cellspacing-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_cellspacing-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_table_cellspacing_pct-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_cellspacing_pct-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_table_class-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_class-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_table_frame_void-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_frame_void-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_table_id-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_id-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_table_rules_groups-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_rules_groups-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_table_rules_none-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_rules_none-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_table_style-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_style-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_table_width_pct-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_width_pct-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_table_width_px-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_width_px-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_tbody_align_center-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tbody_align_center-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_tbody_align_char-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tbody_align_char-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_tbody_align_justify-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tbody_align_justify-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_tbody_align_left-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tbody_align_left-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_tbody_align_right-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tbody_align_right-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_tbody_class-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tbody_class-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_tbody_id-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tbody_id-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_tbody_style-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tbody_style-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_tbody_valign_baseline-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_tbody_valign_bottom-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_tbody_valign_middle-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_tbody_valign_top-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tbody_valign_top-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_td_align_center-expected.png:
        * platform/qt/tables/mozilla/marvin/x_td_align_center-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_td_align_char-expected.png:
        * platform/qt/tables/mozilla/marvin/x_td_align_char-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_td_align_justify-expected.png:
        * platform/qt/tables/mozilla/marvin/x_td_align_justify-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_td_align_left-expected.png:
        * platform/qt/tables/mozilla/marvin/x_td_align_left-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_td_align_right-expected.png:
        * platform/qt/tables/mozilla/marvin/x_td_align_right-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_td_bgcolor_name-expected.png:
        * platform/qt/tables/mozilla/marvin/x_td_bgcolor_name-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_td_class-expected.png:
        * platform/qt/tables/mozilla/marvin/x_td_class-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_td_colspan-expected.png:
        * platform/qt/tables/mozilla/marvin/x_td_colspan-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_td_height-expected.png:
        * platform/qt/tables/mozilla/marvin/x_td_height-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_td_id-expected.png:
        * platform/qt/tables/mozilla/marvin/x_td_id-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_td_nowrap-expected.png:
        * platform/qt/tables/mozilla/marvin/x_td_nowrap-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_td_rowspan-expected.png:
        * platform/qt/tables/mozilla/marvin/x_td_rowspan-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_td_style-expected.png:
        * platform/qt/tables/mozilla/marvin/x_td_style-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_td_valign_baseline-expected.png:
        * platform/qt/tables/mozilla/marvin/x_td_valign_baseline-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_td_valign_bottom-expected.png:
        * platform/qt/tables/mozilla/marvin/x_td_valign_bottom-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_td_valign_middle-expected.png:
        * platform/qt/tables/mozilla/marvin/x_td_valign_middle-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_td_valign_top-expected.png:
        * platform/qt/tables/mozilla/marvin/x_td_valign_top-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_td_width-expected.png:
        * platform/qt/tables/mozilla/marvin/x_td_width-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_tfoot_align_center-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tfoot_align_center-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_tfoot_align_char-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tfoot_align_char-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_tfoot_align_justify-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tfoot_align_justify-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_tfoot_align_left-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tfoot_align_left-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_tfoot_align_right-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tfoot_align_right-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_tfoot_class-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tfoot_class-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_tfoot_id-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tfoot_id-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_tfoot_style-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tfoot_style-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_tfoot_valign_middle-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_tfoot_valign_top-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_th_align_center-expected.png:
        * platform/qt/tables/mozilla/marvin/x_th_align_center-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_th_align_char-expected.png:
        * platform/qt/tables/mozilla/marvin/x_th_align_char-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_th_align_justify-expected.png:
        * platform/qt/tables/mozilla/marvin/x_th_align_justify-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_th_align_left-expected.png:
        * platform/qt/tables/mozilla/marvin/x_th_align_left-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_th_align_right-expected.png:
        * platform/qt/tables/mozilla/marvin/x_th_align_right-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_th_bgcolor_name-expected.png:
        * platform/qt/tables/mozilla/marvin/x_th_bgcolor_name-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_th_class-expected.png:
        * platform/qt/tables/mozilla/marvin/x_th_class-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_th_colspan-expected.png:
        * platform/qt/tables/mozilla/marvin/x_th_colspan-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_th_height-expected.png:
        * platform/qt/tables/mozilla/marvin/x_th_height-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_th_id-expected.png:
        * platform/qt/tables/mozilla/marvin/x_th_id-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_th_nowrap-expected.png:
        * platform/qt/tables/mozilla/marvin/x_th_nowrap-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_th_rowspan-expected.png:
        * platform/qt/tables/mozilla/marvin/x_th_rowspan-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_th_style-expected.png:
        * platform/qt/tables/mozilla/marvin/x_th_style-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_th_valign_baseline-expected.png:
        * platform/qt/tables/mozilla/marvin/x_th_valign_baseline-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_th_valign_bottom-expected.png:
        * platform/qt/tables/mozilla/marvin/x_th_valign_bottom-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_th_valign_middle-expected.png:
        * platform/qt/tables/mozilla/marvin/x_th_valign_middle-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_th_valign_top-expected.png:
        * platform/qt/tables/mozilla/marvin/x_th_valign_top-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_th_width-expected.png:
        * platform/qt/tables/mozilla/marvin/x_th_width-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_thead_align_center-expected.png:
        * platform/qt/tables/mozilla/marvin/x_thead_align_center-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_thead_align_char-expected.png:
        * platform/qt/tables/mozilla/marvin/x_thead_align_char-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_thead_align_justify-expected.png:
        * platform/qt/tables/mozilla/marvin/x_thead_align_justify-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_thead_align_left-expected.png:
        * platform/qt/tables/mozilla/marvin/x_thead_align_left-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_thead_align_right-expected.png:
        * platform/qt/tables/mozilla/marvin/x_thead_align_right-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_thead_class-expected.png:
        * platform/qt/tables/mozilla/marvin/x_thead_class-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_thead_id-expected.png:
        * platform/qt/tables/mozilla/marvin/x_thead_id-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_thead_style-expected.png:
        * platform/qt/tables/mozilla/marvin/x_thead_style-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_thead_valign_baseline-expected.png:
        * platform/qt/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_thead_valign_bottom-expected.png:
        * platform/qt/tables/mozilla/marvin/x_thead_valign_bottom-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_thead_valign_middle-expected.png:
        * platform/qt/tables/mozilla/marvin/x_thead_valign_middle-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_thead_valign_top-expected.png:
        * platform/qt/tables/mozilla/marvin/x_thead_valign_top-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_tr_align_center-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tr_align_center-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_tr_align_char-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tr_align_char-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_tr_align_justify-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tr_align_justify-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_tr_align_left-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tr_align_left-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_tr_align_right-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tr_align_right-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_tr_bgcolor_name-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tr_bgcolor_name-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_tr_class-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tr_class-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_tr_id-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tr_id-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_tr_style-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tr_style-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_tr_valign_baseline-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tr_valign_baseline-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_tr_valign_bottom-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tr_valign_bottom-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_tr_valign_middle-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tr_valign_middle-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_tr_valign_top-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tr_valign_top-expected.txt:
        * platform/qt/tables/mozilla/other/body_col-expected.png:
        * platform/qt/tables/mozilla/other/body_col-expected.txt:
        * platform/qt/tables/mozilla/other/cell_widths-expected.png:
        * platform/qt/tables/mozilla/other/cell_widths-expected.txt:
        * platform/qt/tables/mozilla/other/cellspacing-expected.png:
        * platform/qt/tables/mozilla/other/cellspacing-expected.txt:
        * platform/qt/tables/mozilla/other/move_row-expected.png:
        * platform/qt/tables/mozilla/other/move_row-expected.txt:
        * platform/qt/tables/mozilla/other/ms-expected.png:
        * platform/qt/tables/mozilla/other/ms-expected.txt:
        * platform/qt/tables/mozilla/other/nested2-expected.png:
        * platform/qt/tables/mozilla/other/nested2-expected.txt:
        * platform/qt/tables/mozilla/other/nestedTables-expected.png:
        * platform/qt/tables/mozilla/other/nestedTables-expected.txt:
        * platform/qt/tables/mozilla/other/padding-expected.png:
        * platform/qt/tables/mozilla/other/padding-expected.txt:
        * platform/qt/tables/mozilla/other/slashlogo-expected.png: Added.
        * platform/qt/tables/mozilla/other/slashlogo-expected.txt:
        * platform/qt/tables/mozilla/other/test3-expected.png:
        * platform/qt/tables/mozilla/other/test3-expected.txt:
        * platform/qt/tables/mozilla/other/test6-expected.png:
        * platform/qt/tables/mozilla/other/test6-expected.txt:
        * platform/qt/tables/mozilla/other/wa_table_thtd_rowspan-expected.png:
        * platform/qt/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
        * platform/qt/tables/mozilla/other/wa_table_tr_align-expected.png:
        * platform/qt/tables/mozilla/other/wa_table_tr_align-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/97619-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/97619-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug1010-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug1010-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug10140-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug10140-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug101759-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug101759-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug10216-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug10216-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug104898-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug104898-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug106336-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug106336-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug106966-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug1128-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug1128-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug11331-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug11331-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug1164-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug1164-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug11945-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug11945-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug1262-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug1262-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug14007-1-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug14007-1-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug14159-2-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug14159-2-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug14489-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug14489-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug1647-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug1647-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug17826-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug17826-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug18770-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug18770-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug19526-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug19526-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug21518-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug21518-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug220653-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug220653-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug22122-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug22122-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug24880-1-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug24880-1-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug25707-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug25707-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug27993-2-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug27993-2-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug29058-2-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3105-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3105-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-1-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-1-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-10-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-10-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-11-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-11-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-12-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-12-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-13-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-13-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-14-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-15-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-15-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-16-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-16-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-17-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-18-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-18-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-2-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-2-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-3-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-3-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-4-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-4-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-5-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-5-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-6-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-7-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-7-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-8-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-8-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-9-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug32205-1-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug32205-1-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug32205-4-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug32205-4-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug33784-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug33784-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug42043-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug42043-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug4294-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug4294-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug45621-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug45621-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug46268-4-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug47163-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug47163-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug51000-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug51000-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug56024-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug59252-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug59252-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug61042-1-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug61042-1-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug61042-2-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug61042-2-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug65372-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug65372-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug67915-2-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug67915-2-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug6933-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug7113-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug7113-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug7121-2-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug7121-2-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug72393-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug72393-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug7243-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug7243-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug73629-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug73629-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug80762-2-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug8499-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug8499-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug89315-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug91057-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug91057-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug92868_1-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug9879-1-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug9879-1-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.png:
        * platform/qt/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
        * platform/qt/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
        * platform/qt/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/core/backgrounds-expected.png:
        * platform/qt/tables/mozilla_expected_failures/core/backgrounds-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/core/captions1-expected.png:
        * platform/qt/tables/mozilla_expected_failures/core/captions1-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/core/captions2-expected.png:
        * platform/qt/tables/mozilla_expected_failures/core/captions2-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/core/captions3-expected.png:
        * platform/qt/tables/mozilla_expected_failures/core/captions3-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/core/col_span2-expected.png:
        * platform/qt/tables/mozilla_expected_failures/core/col_span2-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/core/cols1-expected.png:
        * platform/qt/tables/mozilla_expected_failures/core/cols1-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/core/columns-expected.png:
        * platform/qt/tables/mozilla_expected_failures/core/columns-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/core/conflicts-expected.png:
        * platform/qt/tables/mozilla_expected_failures/core/conflicts-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/core/standards1-expected.png:
        * platform/qt/tables/mozilla_expected_failures/core/standards1-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/dom/appendCells1-expected.png:
        * platform/qt/tables/mozilla_expected_failures/dom/appendCells1-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.png:
        * platform/qt/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/dom/appendCol1-expected.png:
        * platform/qt/tables/mozilla_expected_failures/dom/appendCol1-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/dom/appendColGroup1-expected.png:
        * platform/qt/tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.png:
        * platform/qt/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.png:
        * platform/qt/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_frame_above-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_frame_above-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_frame_below-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_frame_below-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_frame_void-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_frame_void-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.png:
        * platform/qt/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/other/empty_cells-expected.png:
        * platform/qt/tables/mozilla_expected_failures/other/empty_cells-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/other/test4-expected.png:
        * platform/qt/tables/mozilla_expected_failures/other/test4-expected.txt:

2012-07-19  Balazs Ankes  <bank@inf.u-szeged.hu>

        [Qt] from platform/qt/fast/backgrounds to platform/qt/fast/dom tests needs update after rebaseline and new testfonts
        https://bugs.webkit.org/show_bug.cgi?id=91500

        Unreviewed rebaseline.

        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0/Skipped:
        * platform/qt/fast/backgrounds/001-expected.png: Added.
        * platform/qt/fast/backgrounds/001-expected.txt:
        * platform/qt/fast/backgrounds/animated-svg-as-mask-expected.png:
        * platform/qt/fast/backgrounds/animated-svg-as-mask-expected.txt:
        * platform/qt/fast/backgrounds/background-clip-text-expected.png:
        * platform/qt/fast/backgrounds/background-clip-text-expected.txt:
        * platform/qt/fast/backgrounds/background-inherit-color-bug-expected.png:
        * platform/qt/fast/backgrounds/background-inherit-color-bug-expected.txt:
        * platform/qt/fast/backgrounds/background-leakage-expected.png:
        * platform/qt/fast/backgrounds/background-leakage-expected.txt:
        * platform/qt/fast/backgrounds/background-leakage-transforms-expected.png:
        * platform/qt/fast/backgrounds/background-leakage-transforms-expected.txt:
        * platform/qt/fast/backgrounds/background-origin-root-element-expected.png: Added.
        * platform/qt/fast/backgrounds/background-origin-root-element-expected.txt:
        * platform/qt/fast/backgrounds/background-position-1-expected.png: Added.
        * platform/qt/fast/backgrounds/background-position-1-expected.txt:
        * platform/qt/fast/backgrounds/background-position-parsing-expected.png:
        * platform/qt/fast/backgrounds/background-position-parsing-expected.txt:
        * platform/qt/fast/backgrounds/background-position-rounding-expected.png: Copied from LayoutTests/platform/qt/fast/css/font-family-pictograph-expected.png.
        * platform/qt/fast/backgrounds/background-position-rounding-expected.txt:
        * platform/qt/fast/backgrounds/body-generated-image-propagated-to-root-expected.png: Added.
        * platform/qt/fast/backgrounds/body-generated-image-propagated-to-root-expected.txt:
        * platform/qt/fast/backgrounds/border-radius-split-background-expected.png:
        * platform/qt/fast/backgrounds/border-radius-split-background-expected.txt:
        * platform/qt/fast/backgrounds/border-radius-split-background-image-expected.png:
        * platform/qt/fast/backgrounds/border-radius-split-background-image-expected.txt:
        * platform/qt/fast/backgrounds/mask-composite-expected.png: Added.
        * platform/qt/fast/backgrounds/mask-composite-expected.txt:
        * platform/qt/fast/backgrounds/opacity-on-document-element-expected.png:
        * platform/qt/fast/backgrounds/opacity-on-document-element-expected.txt:
        * platform/qt/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.png: Added.
        * platform/qt/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.txt:
        * platform/qt/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
        * platform/qt/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.txt:
        * platform/qt/fast/backgrounds/repeat/negative-offset-repeat-expected.png:
        * platform/qt/fast/backgrounds/repeat/negative-offset-repeat-expected.txt:
        * platform/qt/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
        * platform/qt/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.txt:
        * platform/qt/fast/backgrounds/size/backgroundSize15-expected.png:
        * platform/qt/fast/backgrounds/size/backgroundSize15-expected.txt:
        * platform/qt/fast/backgrounds/size/backgroundSize16-expected.png:
        * platform/qt/fast/backgrounds/size/backgroundSize16-expected.txt:
        * platform/qt/fast/backgrounds/solid-color-context-restore-expected.png: Added.
        * platform/qt/fast/backgrounds/solid-color-context-restore-expected.txt:
        * platform/qt/fast/body-propagation/background-color/001-expected.png:
        * platform/qt/fast/body-propagation/background-color/001-expected.txt:
        * platform/qt/fast/body-propagation/background-color/001-xhtml-expected.png:
        * platform/qt/fast/body-propagation/background-color/001-xhtml-expected.txt:
        * platform/qt/fast/body-propagation/background-color/002-expected.png:
        * platform/qt/fast/body-propagation/background-color/002-expected.txt:
        * platform/qt/fast/body-propagation/background-color/002-xhtml-expected.png:
        * platform/qt/fast/body-propagation/background-color/002-xhtml-expected.txt:
        * platform/qt/fast/body-propagation/background-color/003-declarative-expected.png:
        * platform/qt/fast/body-propagation/background-color/003-declarative-expected.txt:
        * platform/qt/fast/body-propagation/background-color/003-expected.png:
        * platform/qt/fast/body-propagation/background-color/003-expected.txt:
        * platform/qt/fast/body-propagation/background-color/003-xhtml-expected.png:
        * platform/qt/fast/body-propagation/background-color/003-xhtml-expected.txt:
        * platform/qt/fast/body-propagation/background-color/004-declarative-expected.png:
        * platform/qt/fast/body-propagation/background-color/004-declarative-expected.txt:
        * platform/qt/fast/body-propagation/background-color/004-expected.png:
        * platform/qt/fast/body-propagation/background-color/004-expected.txt:
        * platform/qt/fast/body-propagation/background-color/004-xhtml-expected.png:
        * platform/qt/fast/body-propagation/background-color/004-xhtml-expected.txt:
        * platform/qt/fast/body-propagation/background-color/005-declarative-expected.png:
        * platform/qt/fast/body-propagation/background-color/005-declarative-expected.txt:
        * platform/qt/fast/body-propagation/background-color/005-expected.png:
        * platform/qt/fast/body-propagation/background-color/005-expected.txt:
        * platform/qt/fast/body-propagation/background-color/005-xhtml-expected.png:
        * platform/qt/fast/body-propagation/background-color/005-xhtml-expected.txt:
        * platform/qt/fast/body-propagation/background-color/006-declarative-expected.png:
        * platform/qt/fast/body-propagation/background-color/006-declarative-expected.txt:
        * platform/qt/fast/body-propagation/background-color/006-expected.png:
        * platform/qt/fast/body-propagation/background-color/006-expected.txt:
        * platform/qt/fast/body-propagation/background-color/006-xhtml-expected.png:
        * platform/qt/fast/body-propagation/background-color/006-xhtml-expected.txt:
        * platform/qt/fast/body-propagation/background-color/007-declarative-expected.png:
        * platform/qt/fast/body-propagation/background-color/007-declarative-expected.txt:
        * platform/qt/fast/body-propagation/background-color/007-expected.png:
        * platform/qt/fast/body-propagation/background-color/007-expected.txt:
        * platform/qt/fast/body-propagation/background-color/007-xhtml-expected.png:
        * platform/qt/fast/body-propagation/background-color/007-xhtml-expected.txt:
        * platform/qt/fast/body-propagation/background-color/008-expected.png:
        * platform/qt/fast/body-propagation/background-color/008-expected.txt:
        * platform/qt/fast/body-propagation/background-color/008-xhtml-expected.png:
        * platform/qt/fast/body-propagation/background-color/008-xhtml-expected.txt:
        * platform/qt/fast/body-propagation/background-image/001-expected.png:
        * platform/qt/fast/body-propagation/background-image/001-expected.txt:
        * platform/qt/fast/body-propagation/background-image/001-xhtml-expected.png:
        * platform/qt/fast/body-propagation/background-image/001-xhtml-expected.txt:
        * platform/qt/fast/body-propagation/background-image/002-expected.png:
        * platform/qt/fast/body-propagation/background-image/002-expected.txt:
        * platform/qt/fast/body-propagation/background-image/002-xhtml-expected.png:
        * platform/qt/fast/body-propagation/background-image/002-xhtml-expected.txt:
        * platform/qt/fast/body-propagation/background-image/003-declarative-expected.png:
        * platform/qt/fast/body-propagation/background-image/003-declarative-expected.txt:
        * platform/qt/fast/body-propagation/background-image/003-expected.png:
        * platform/qt/fast/body-propagation/background-image/003-expected.txt:
        * platform/qt/fast/body-propagation/background-image/003-xhtml-expected.png:
        * platform/qt/fast/body-propagation/background-image/003-xhtml-expected.txt:
        * platform/qt/fast/body-propagation/background-image/004-declarative-expected.png:
        * platform/qt/fast/body-propagation/background-image/004-declarative-expected.txt:
        * platform/qt/fast/body-propagation/background-image/004-expected.png:
        * platform/qt/fast/body-propagation/background-image/004-expected.txt:
        * platform/qt/fast/body-propagation/background-image/004-xhtml-expected.png:
        * platform/qt/fast/body-propagation/background-image/004-xhtml-expected.txt:
        * platform/qt/fast/body-propagation/background-image/005-declarative-expected.png:
        * platform/qt/fast/body-propagation/background-image/005-declarative-expected.txt:
        * platform/qt/fast/body-propagation/background-image/005-expected.png:
        * platform/qt/fast/body-propagation/background-image/005-expected.txt:
        * platform/qt/fast/body-propagation/background-image/005-xhtml-expected.png:
        * platform/qt/fast/body-propagation/background-image/005-xhtml-expected.txt:
        * platform/qt/fast/body-propagation/background-image/006-declarative-expected.png:
        * platform/qt/fast/body-propagation/background-image/006-declarative-expected.txt:
        * platform/qt/fast/body-propagation/background-image/006-expected.png:
        * platform/qt/fast/body-propagation/background-image/006-expected.txt:
        * platform/qt/fast/body-propagation/background-image/006-xhtml-expected.png:
        * platform/qt/fast/body-propagation/background-image/006-xhtml-expected.txt:
        * platform/qt/fast/body-propagation/background-image/007-declarative-expected.png:
        * platform/qt/fast/body-propagation/background-image/007-declarative-expected.txt:
        * platform/qt/fast/body-propagation/background-image/007-expected.png:
        * platform/qt/fast/body-propagation/background-image/007-expected.txt:
        * platform/qt/fast/body-propagation/background-image/007-xhtml-expected.png:
        * platform/qt/fast/body-propagation/background-image/007-xhtml-expected.txt:
        * platform/qt/fast/body-propagation/background-image/008-expected.png:
        * platform/qt/fast/body-propagation/background-image/008-expected.txt:
        * platform/qt/fast/body-propagation/background-image/008-xhtml-expected.png:
        * platform/qt/fast/body-propagation/background-image/008-xhtml-expected.txt:
        * platform/qt/fast/body-propagation/background-image/009-expected.png:
        * platform/qt/fast/body-propagation/background-image/009-expected.txt:
        * platform/qt/fast/body-propagation/background-image/009-xhtml-expected.png:
        * platform/qt/fast/body-propagation/background-image/009-xhtml-expected.txt:
        * platform/qt/fast/body-propagation/background-image/010-expected.png:
        * platform/qt/fast/body-propagation/background-image/010-expected.txt:
        * platform/qt/fast/body-propagation/background-image/010-xhtml-expected.png:
        * platform/qt/fast/body-propagation/background-image/010-xhtml-expected.txt:
        * platform/qt/fast/body-propagation/overflow/001-expected.png:
        * platform/qt/fast/body-propagation/overflow/001-expected.txt:
        * platform/qt/fast/body-propagation/overflow/001-xhtml-expected.png:
        * platform/qt/fast/body-propagation/overflow/001-xhtml-expected.txt:
        * platform/qt/fast/body-propagation/overflow/002-expected.png:
        * platform/qt/fast/body-propagation/overflow/002-expected.txt:
        * platform/qt/fast/body-propagation/overflow/002-xhtml-expected.png:
        * platform/qt/fast/body-propagation/overflow/002-xhtml-expected.txt:
        * platform/qt/fast/body-propagation/overflow/003-declarative-expected.png:
        * platform/qt/fast/body-propagation/overflow/003-declarative-expected.txt:
        * platform/qt/fast/body-propagation/overflow/003-expected.png:
        * platform/qt/fast/body-propagation/overflow/003-expected.txt:
        * platform/qt/fast/body-propagation/overflow/003-xhtml-expected.png:
        * platform/qt/fast/body-propagation/overflow/003-xhtml-expected.txt:
        * platform/qt/fast/body-propagation/overflow/004-declarative-expected.png:
        * platform/qt/fast/body-propagation/overflow/004-declarative-expected.txt:
        * platform/qt/fast/body-propagation/overflow/004-expected.png:
        * platform/qt/fast/body-propagation/overflow/004-expected.txt:
        * platform/qt/fast/body-propagation/overflow/004-xhtml-expected.png:
        * platform/qt/fast/body-propagation/overflow/004-xhtml-expected.txt:
        * platform/qt/fast/body-propagation/overflow/005-declarative-expected.png:
        * platform/qt/fast/body-propagation/overflow/005-declarative-expected.txt:
        * platform/qt/fast/body-propagation/overflow/005-expected.png:
        * platform/qt/fast/body-propagation/overflow/005-expected.txt:
        * platform/qt/fast/body-propagation/overflow/005-xhtml-expected.png:
        * platform/qt/fast/body-propagation/overflow/005-xhtml-expected.txt:
        * platform/qt/fast/body-propagation/overflow/006-declarative-expected.png:
        * platform/qt/fast/body-propagation/overflow/006-declarative-expected.txt:
        * platform/qt/fast/body-propagation/overflow/006-expected.png:
        * platform/qt/fast/body-propagation/overflow/006-expected.txt:
        * platform/qt/fast/body-propagation/overflow/006-xhtml-expected.png:
        * platform/qt/fast/body-propagation/overflow/006-xhtml-expected.txt:
        * platform/qt/fast/body-propagation/overflow/007-declarative-expected.png:
        * platform/qt/fast/body-propagation/overflow/007-declarative-expected.txt:
        * platform/qt/fast/body-propagation/overflow/007-expected.png:
        * platform/qt/fast/body-propagation/overflow/007-expected.txt:
        * platform/qt/fast/body-propagation/overflow/007-xhtml-expected.png:
        * platform/qt/fast/body-propagation/overflow/007-xhtml-expected.txt:
        * platform/qt/fast/borders/bidi-002-expected.png:
        * platform/qt/fast/borders/bidi-002-expected.txt:
        * platform/qt/fast/borders/bidi-009a-expected.png:
        * platform/qt/fast/borders/bidi-009a-expected.txt:
        * platform/qt/fast/borders/bidi-012-expected.png:
        * platform/qt/fast/borders/bidi-012-expected.txt:
        * platform/qt/fast/borders/block-mask-overlay-image-expected.png:
        * platform/qt/fast/borders/block-mask-overlay-image-expected.txt:
        * platform/qt/fast/borders/block-mask-overlay-image-outset-expected.png:
        * platform/qt/fast/borders/block-mask-overlay-image-outset-expected.txt:
        * platform/qt/fast/borders/border-color-inherit-expected.png:
        * platform/qt/fast/borders/border-color-inherit-expected.txt:
        * platform/qt/fast/borders/border-fit-expected.png:
        * platform/qt/fast/borders/border-fit-expected.txt:
        * platform/qt/fast/borders/border-image-01-expected.png:
        * platform/qt/fast/borders/border-image-01-expected.txt:
        * platform/qt/fast/borders/border-image-border-radius-expected.png:
        * platform/qt/fast/borders/border-image-border-radius-expected.txt:
        * platform/qt/fast/borders/border-image-longhand-expected.png:
        * platform/qt/fast/borders/border-image-longhand-expected.txt:
        * platform/qt/fast/borders/border-image-massive-scale-expected.png: Added.
        * platform/qt/fast/borders/border-image-massive-scale-expected.txt:
        * platform/qt/fast/borders/border-image-outset-expected.png:
        * platform/qt/fast/borders/border-image-outset-expected.txt:
        * platform/qt/fast/borders/border-image-outset-in-shorthand-expected.png:
        * platform/qt/fast/borders/border-image-outset-in-shorthand-expected.txt:
        * platform/qt/fast/borders/border-image-outset-split-inline-expected.png:
        * platform/qt/fast/borders/border-image-outset-split-inline-expected.txt:
        * platform/qt/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png:
        * platform/qt/fast/borders/border-image-outset-split-inline-vertical-lr-expected.txt:
        * platform/qt/fast/borders/border-image-repeat-expected.png: Added.
        * platform/qt/fast/borders/border-image-repeat-expected.txt:
        * platform/qt/fast/borders/border-image-rotate-transform-expected.png:
        * platform/qt/fast/borders/border-image-rotate-transform-expected.txt:
        * platform/qt/fast/borders/border-image-scale-transform-expected.png:
        * platform/qt/fast/borders/border-image-scale-transform-expected.txt:
        * platform/qt/fast/borders/border-image-scaled-expected.png:
        * platform/qt/fast/borders/border-image-scaled-expected.txt:
        * platform/qt/fast/borders/border-image-scrambled-expected.png: Added.
        * platform/qt/fast/borders/border-image-scrambled-expected.txt:
        * platform/qt/fast/borders/border-image-side-reduction-expected.png:
        * platform/qt/fast/borders/border-image-side-reduction-expected.txt:
        * platform/qt/fast/borders/border-image-slices-expected.png:
        * platform/qt/fast/borders/border-image-slices-expected.txt:
        * platform/qt/fast/borders/border-image-source-expected.png:
        * platform/qt/fast/borders/border-image-source-expected.txt:
        * platform/qt/fast/borders/border-radius-constraints-expected.png: Added.
        * platform/qt/fast/borders/border-radius-constraints-expected.txt:
        * platform/qt/fast/borders/border-radius-huge-assert-expected.png:
        * platform/qt/fast/borders/border-radius-huge-assert-expected.txt:
        * platform/qt/fast/borders/border-radius-inline-flow-expected.png:
        * platform/qt/fast/borders/border-radius-inline-flow-expected.txt:
        * platform/qt/fast/borders/border-radius-inset-outset-expected.png:
        * platform/qt/fast/borders/border-radius-inset-outset-expected.txt:
        * platform/qt/fast/borders/border-radius-split-inline-expected.png: Added.
        * platform/qt/fast/borders/border-radius-split-inline-expected.txt:
        * platform/qt/fast/borders/border-styles-split-expected.png:
        * platform/qt/fast/borders/border-styles-split-expected.txt:
        * platform/qt/fast/borders/borderRadiusInvalidColor-expected.png:
        * platform/qt/fast/borders/borderRadiusInvalidColor-expected.txt:
        * platform/qt/fast/borders/different-color-borders-expected.png: Added.
        * platform/qt/fast/borders/different-color-borders-expected.txt:
        * platform/qt/fast/borders/inline-mask-overlay-image-expected.png:
        * platform/qt/fast/borders/inline-mask-overlay-image-expected.txt:
        * platform/qt/fast/borders/inline-mask-overlay-image-outset-expected.png:
        * platform/qt/fast/borders/inline-mask-overlay-image-outset-expected.txt:
        * platform/qt/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png:
        * platform/qt/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.txt:
        * platform/qt/fast/borders/mixed-border-styles-expected.png:
        * platform/qt/fast/borders/mixed-border-styles-expected.txt:
        * platform/qt/fast/borders/mixed-border-styles-radius-expected.png:
        * platform/qt/fast/borders/mixed-border-styles-radius-expected.txt:
        * platform/qt/fast/borders/mixed-border-styles-radius2-expected.png:
        * platform/qt/fast/borders/mixed-border-styles-radius2-expected.txt:
        * platform/qt/fast/borders/rtl-border-01-expected.png:
        * platform/qt/fast/borders/rtl-border-01-expected.txt:
        * platform/qt/fast/borders/rtl-border-02-expected.png:
        * platform/qt/fast/borders/rtl-border-02-expected.txt:
        * platform/qt/fast/borders/rtl-border-03-expected.png:
        * platform/qt/fast/borders/rtl-border-03-expected.txt:
        * platform/qt/fast/box-shadow/basic-shadows-expected.png:
        * platform/qt/fast/box-shadow/border-radius-big-expected.png:
        * platform/qt/fast/box-shadow/box-shadow-transformed-expected.png:
        * platform/qt/fast/box-shadow/transform-fringing-expected.png:
        * platform/qt/fast/box-sizing/box-sizing-expected.png:
        * platform/qt/fast/box-sizing/panels-one-expected.png:
        * platform/qt/fast/box-sizing/panels-two-expected.png:
        * platform/qt/fast/canvas/canvas-size-change-after-layout-expected.png:
        * platform/qt/fast/canvas/canvas-size-change-after-layout-expected.txt:
        * platform/qt/fast/canvas/canvas-zoom-expected.png:
        * platform/qt/fast/canvas/canvas-zoom-expected.txt:
        * platform/qt/fast/clip/001-expected.png:
        * platform/qt/fast/clip/001-expected.txt:
        * platform/qt/fast/clip/002-expected.png:
        * platform/qt/fast/clip/002-expected.txt:
        * platform/qt/fast/clip/003-expected.png:
        * platform/qt/fast/clip/003-expected.txt:
        * platform/qt/fast/clip/004-expected.png:
        * platform/qt/fast/clip/004-expected.txt:
        * platform/qt/fast/clip/005-expected.png:
        * platform/qt/fast/clip/005-expected.txt:
        * platform/qt/fast/clip/006-expected.png:
        * platform/qt/fast/clip/006-expected.txt:
        * platform/qt/fast/clip/007-expected.png:
        * platform/qt/fast/clip/007-expected.txt:
        * platform/qt/fast/clip/008-expected.png:
        * platform/qt/fast/clip/008-expected.txt:
        * platform/qt/fast/clip/009-expected.png:
        * platform/qt/fast/clip/009-expected.txt:
        * platform/qt/fast/clip/010-expected.png:
        * platform/qt/fast/clip/010-expected.txt:
        * platform/qt/fast/clip/011-expected.png:
        * platform/qt/fast/clip/011-expected.txt:
        * platform/qt/fast/clip/012-expected.png:
        * platform/qt/fast/clip/012-expected.txt:
        * platform/qt/fast/clip/013-expected.png:
        * platform/qt/fast/clip/013-expected.txt:
        * platform/qt/fast/clip/014-expected.png:
        * platform/qt/fast/clip/014-expected.txt:
        * platform/qt/fast/clip/015-expected.png:
        * platform/qt/fast/clip/015-expected.txt:
        * platform/qt/fast/clip/016-expected.png:
        * platform/qt/fast/clip/016-expected.txt:
        * platform/qt/fast/clip/nestedTransparencyClip-expected.png:
        * platform/qt/fast/clip/nestedTransparencyClip-expected.txt:
        * platform/qt/fast/clip/outline-overflowClip-expected.png:
        * platform/qt/fast/clip/outline-overflowClip-expected.txt:
        * platform/qt/fast/clip/overflow-border-radius-clip-expected.png:
        * platform/qt/fast/clip/overflow-border-radius-clip-expected.txt:
        * platform/qt/fast/clip/overflow-border-radius-combinations-expected.png:
        * platform/qt/fast/clip/overflow-border-radius-combinations-expected.txt:
        * platform/qt/fast/clip/overflow-border-radius-composited-expected.png:
        * platform/qt/fast/clip/overflow-border-radius-composited-expected.txt:
        * platform/qt/fast/clip/overflow-border-radius-fixed-position-expected.png:
        * platform/qt/fast/clip/overflow-border-radius-fixed-position-expected.txt:
        * platform/qt/fast/clip/overflow-border-radius-transformed-expected.png:
        * platform/qt/fast/clip/overflow-border-radius-transformed-expected.txt:
        * platform/qt/fast/css-generated-content/001-expected.png:
        * platform/qt/fast/css-generated-content/001-expected.txt:
        * platform/qt/fast/css-generated-content/002-expected.png:
        * platform/qt/fast/css-generated-content/002-expected.txt:
        * platform/qt/fast/css-generated-content/003-expected.png:
        * platform/qt/fast/css-generated-content/003-expected.txt:
        * platform/qt/fast/css-generated-content/004-expected.png:
        * platform/qt/fast/css-generated-content/004-expected.txt:
        * platform/qt/fast/css-generated-content/005-expected.png:
        * platform/qt/fast/css-generated-content/005-expected.txt:
        * platform/qt/fast/css-generated-content/007-expected.png:
        * platform/qt/fast/css-generated-content/007-expected.txt:
        * platform/qt/fast/css-generated-content/008-expected.png:
        * platform/qt/fast/css-generated-content/008-expected.txt:
        * platform/qt/fast/css-generated-content/009-expected.png:
        * platform/qt/fast/css-generated-content/009-expected.txt:
        * platform/qt/fast/css-generated-content/011-expected.png:
        * platform/qt/fast/css-generated-content/011-expected.txt:
        * platform/qt/fast/css-generated-content/012-expected.png:
        * platform/qt/fast/css-generated-content/012-expected.txt:
        * platform/qt/fast/css-generated-content/013-expected.png:
        * platform/qt/fast/css-generated-content/013-expected.txt:
        * platform/qt/fast/css-generated-content/014-expected.png:
        * platform/qt/fast/css-generated-content/014-expected.txt:
        * platform/qt/fast/css-generated-content/015-expected.png:
        * platform/qt/fast/css-generated-content/015-expected.txt:
        * platform/qt/fast/css-generated-content/016-expected.png:
        * platform/qt/fast/css-generated-content/016-expected.txt:
        * platform/qt/fast/css-generated-content/after-duplicated-after-split-expected.png:
        * platform/qt/fast/css-generated-content/after-duplicated-after-split-expected.txt:
        * platform/qt/fast/css-generated-content/after-order-expected.png:
        * platform/qt/fast/css-generated-content/after-order-expected.txt:
        * platform/qt/fast/css-generated-content/before-with-first-letter-expected.png:
        * platform/qt/fast/css-generated-content/before-with-first-letter-expected.txt:
        * platform/qt/fast/css-generated-content/beforeAfter-interdocument-expected.png:
        * platform/qt/fast/css-generated-content/beforeAfter-interdocument-expected.txt:
        * platform/qt/fast/css-generated-content/hover-style-change-expected.png:
        * platform/qt/fast/css-generated-content/hover-style-change-expected.txt:
        * platform/qt/fast/css-generated-content/inline-display-types-expected.png:
        * platform/qt/fast/css-generated-content/inline-display-types-expected.txt:
        * platform/qt/fast/css-generated-content/no-openclose-quote-expected.png:
        * platform/qt/fast/css-generated-content/no-openclose-quote-expected.txt:
        * platform/qt/fast/css-generated-content/table-before-after-child-add-expected.png:
        * platform/qt/fast/css-generated-content/table-before-after-child-add-expected.txt:
        * platform/qt/fast/css-generated-content/table-cell-before-after-child-add-expected.png:
        * platform/qt/fast/css-generated-content/table-cell-before-after-child-add-expected.txt:
        * platform/qt/fast/css-generated-content/table-cell-before-content-expected.png:
        * platform/qt/fast/css-generated-content/table-cell-before-content-expected.txt:
        * platform/qt/fast/css-generated-content/table-row-before-after-child-add-expected.png:
        * platform/qt/fast/css-generated-content/table-row-before-after-child-add-expected.txt:
        * platform/qt/fast/css-generated-content/table-row-before-after-expected.png:
        * platform/qt/fast/css-generated-content/table-row-before-after-expected.txt:
        * platform/qt/fast/css-generated-content/table-row-group-to-inline-expected.png:
        * platform/qt/fast/css-generated-content/table-row-group-to-inline-expected.txt:
        * platform/qt/fast/css-generated-content/table-row-group-with-before-expected.png:
        * platform/qt/fast/css-generated-content/table-row-group-with-before-expected.txt:
        * platform/qt/fast/css-generated-content/table-row-with-before-expected.png:
        * platform/qt/fast/css-generated-content/table-row-with-before-expected.txt:
        * platform/qt/fast/css-generated-content/table-table-before-after-child-add-expected.png:
        * platform/qt/fast/css-generated-content/table-table-before-after-child-add-expected.txt:
        * platform/qt/fast/css-generated-content/table-with-before-expected.png:
        * platform/qt/fast/css-generated-content/table-with-before-expected.txt:
        * platform/qt/fast/css-generated-content/visibleContentHiddenParent-expected.png:
        * platform/qt/fast/css-generated-content/visibleContentHiddenParent-expected.txt:
        * platform/qt/fast/css-generated-content/wbr-with-before-content-expected.png:
        * platform/qt/fast/css-generated-content/wbr-with-before-content-expected.txt:
        * platform/qt/fast/css/001-expected.png:
        * platform/qt/fast/css/001-expected.txt:
        * platform/qt/fast/css/002-expected.png:
        * platform/qt/fast/css/002-expected.txt:
        * platform/qt/fast/css/003-expected.png:
        * platform/qt/fast/css/003-expected.txt:
        * platform/qt/fast/css/004-expected.png:
        * platform/qt/fast/css/004-expected.txt:
        * platform/qt/fast/css/005-expected.png:
        * platform/qt/fast/css/005-expected.txt:
        * platform/qt/fast/css/007-expected.png:
        * platform/qt/fast/css/007-expected.txt:
        * platform/qt/fast/css/008-expected.png:
        * platform/qt/fast/css/008-expected.txt:
        * platform/qt/fast/css/MarqueeLayoutTest-expected.png:
        * platform/qt/fast/css/MarqueeLayoutTest-expected.txt:
        * platform/qt/fast/css/ZeroOpacityLayers-expected.png:
        * platform/qt/fast/css/ZeroOpacityLayers-expected.txt:
        * platform/qt/fast/css/ZeroOpacityLayers2-expected.png:
        * platform/qt/fast/css/ZeroOpacityLayers2-expected.txt:
        * platform/qt/fast/css/absolute-poition-in-rtl-parent-expected.png:
        * platform/qt/fast/css/absolute-poition-in-rtl-parent-expected.txt:
        * platform/qt/fast/css/acid2-expected.png:
        * platform/qt/fast/css/acid2-expected.txt:
        * platform/qt/fast/css/acid2-pixel-expected.png:
        * platform/qt/fast/css/acid2-pixel-expected.txt:
        * platform/qt/fast/css/attribute-selector-dynamic-expected.png: Added.
        * platform/qt/fast/css/attribute-selector-dynamic-expected.txt:
        * platform/qt/fast/css/attribute-selector-empty-value-expected.png:
        * platform/qt/fast/css/attribute-selector-empty-value-expected.txt:
        * platform/qt/fast/css/background-image-with-baseurl-expected.png:
        * platform/qt/fast/css/background-image-with-baseurl-expected.txt:
        * platform/qt/fast/css/background-shorthand-invalid-url-expected.png:
        * platform/qt/fast/css/background-shorthand-invalid-url-expected.txt:
        * platform/qt/fast/css/beforeSelectorOnCodeElement-expected.png:
        * platform/qt/fast/css/beforeSelectorOnCodeElement-expected.txt:
        * platform/qt/fast/css/begin-end-contain-selector-empty-value-expected.png:
        * platform/qt/fast/css/begin-end-contain-selector-empty-value-expected.txt:
        * platform/qt/fast/css/bidi-override-in-anonymous-block-expected.png:
        * platform/qt/fast/css/bidi-override-in-anonymous-block-expected.txt:
        * platform/qt/fast/css/border-height-expected.png:
        * platform/qt/fast/css/border-height-expected.txt:
        * platform/qt/fast/css/border-radius-outline-offset-expected.png:
        * platform/qt/fast/css/border-radius-outline-offset-expected.txt:
        * platform/qt/fast/css/child-style-can-override-visited-style-expected.png:
        * platform/qt/fast/css/child-style-can-override-visited-style-expected.txt:
        * platform/qt/fast/css/clip-text-in-scaled-div-expected.png:
        * platform/qt/fast/css/clip-text-in-scaled-div-expected.txt:
        * platform/qt/fast/css/clip-zooming-expected.png:
        * platform/qt/fast/css/clip-zooming-expected.txt:
        * platform/qt/fast/css/color-correction-backgrounds-and-text-expected.png:
        * platform/qt/fast/css/color-correction-backgrounds-and-text-expected.txt:
        * platform/qt/fast/css/color-quirk-expected.png:
        * platform/qt/fast/css/color-quirk-expected.txt:
        * platform/qt/fast/css/color-strict-expected.png:
        * platform/qt/fast/css/color-strict-expected.txt:
        * platform/qt/fast/css/compare-content-style-expected.png:
        * platform/qt/fast/css/compare-content-style-expected.txt:
        * platform/qt/fast/css/continuationCrash-expected.png:
        * platform/qt/fast/css/continuationCrash-expected.txt:
        * platform/qt/fast/css/counters/counter-text-security-expected.png:
        * platform/qt/fast/css/counters/counter-text-security-expected.txt:
        * platform/qt/fast/css/counters/counter-text-transform-expected.png:
        * platform/qt/fast/css/counters/counter-text-transform-expected.txt:
        * platform/qt/fast/css/create_element_align-expected.png:
        * platform/qt/fast/css/create_element_align-expected.txt:
        * platform/qt/fast/css/css-imports-expected.png:
        * platform/qt/fast/css/css-imports-expected.txt:
        * platform/qt/fast/css/css1_forward_compatible_parsing-expected.png:
        * platform/qt/fast/css/css1_forward_compatible_parsing-expected.txt:
        * platform/qt/fast/css/css2-system-fonts-expected.png:
        * platform/qt/fast/css/css2-system-fonts-expected.txt:
        * platform/qt/fast/css/css3-modsel-22-expected.png:
        * platform/qt/fast/css/css3-modsel-22-expected.txt:
        * platform/qt/fast/css/css3-nth-child-expected.png:
        * platform/qt/fast/css/css3-nth-child-expected.txt:
        * platform/qt/fast/css/css3-space-in-nth-and-lang-expected.png: Added.
        * platform/qt/fast/css/css3-space-in-nth-and-lang-expected.txt:
        * platform/qt/fast/css/disabled-author-styles-expected.png:
        * platform/qt/fast/css/disabled-author-styles-expected.txt:
        * platform/qt/fast/css/dynamic-sibling-selector-expected.png:
        * platform/qt/fast/css/dynamic-sibling-selector-expected.txt:
        * platform/qt/fast/css/empty-body-test-expected.png:
        * platform/qt/fast/css/empty-body-test-expected.txt:
        * platform/qt/fast/css/empty-generated-content-expected.png:
        * platform/qt/fast/css/empty-generated-content-expected.txt:
        * platform/qt/fast/css/empty-pseudo-class-expected.png:
        * platform/qt/fast/css/empty-pseudo-class-expected.txt:
        * platform/qt/fast/css/error-in-last-decl-expected.png:
        * platform/qt/fast/css/error-in-last-decl-expected.txt:
        * platform/qt/fast/css/fieldset-display-row-expected.png:
        * platform/qt/fast/css/fieldset-display-row-expected.txt:
        * platform/qt/fast/css/find-next-layer-expected.png:
        * platform/qt/fast/css/find-next-layer-expected.txt:
        * platform/qt/fast/css/first-child-pseudo-class-expected.png:
        * platform/qt/fast/css/first-child-pseudo-class-expected.txt:
        * platform/qt/fast/css/first-letter-capitalized-expected.png:
        * platform/qt/fast/css/first-letter-capitalized-expected.txt:
        * platform/qt/fast/css/first-letter-detach-expected.png:
        * platform/qt/fast/css/first-letter-detach-expected.txt:
        * platform/qt/fast/css/first-letter-first-line-hover-expected.png:
        * platform/qt/fast/css/first-letter-first-line-hover-expected.txt:
        * platform/qt/fast/css/first-letter-float-after-float-expected.png:
        * platform/qt/fast/css/first-letter-float-after-float-expected.txt:
        * platform/qt/fast/css/first-letter-float-expected.png:
        * platform/qt/fast/css/first-letter-float-expected.txt:
        * platform/qt/fast/css/first-letter-hover-expected.png:
        * platform/qt/fast/css/first-letter-hover-expected.txt:
        * platform/qt/fast/css/first-letter-punctuation-expected.png:
        * platform/qt/fast/css/first-letter-punctuation-expected.txt:
        * platform/qt/fast/css/first-letter-recalculation-expected.png:
        * platform/qt/fast/css/first-letter-recalculation-expected.txt:
        * platform/qt/fast/css/first-letter-skip-out-of-flow-expected.png:
        * platform/qt/fast/css/first-letter-skip-out-of-flow-expected.txt:
        * platform/qt/fast/css/first-letter-visibility-expected.png:
        * platform/qt/fast/css/first-letter-visibility-expected.txt:
        * platform/qt/fast/css/first-line-text-decoration-expected.png:
        * platform/qt/fast/css/first-line-text-decoration-expected.txt:
        * platform/qt/fast/css/first-line-text-decoration-inherited-from-parent-expected.png:
        * platform/qt/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt:
        * platform/qt/fast/css/first-of-type-pseudo-class-expected.png:
        * platform/qt/fast/css/first-of-type-pseudo-class-expected.txt:
        * platform/qt/fast/css/focus-ring-detached-expected.png:
        * platform/qt/fast/css/focus-ring-detached-expected.txt:
        * platform/qt/fast/css/focus-ring-multiline-expected.png:
        * platform/qt/fast/css/focus-ring-multiline-expected.txt:
        * platform/qt/fast/css/focus-ring-multiline-writingmode-vertical-expected.png:
        * platform/qt/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt:
        * platform/qt/fast/css/focus-ring-outline-color-expected.png:
        * platform/qt/fast/css/focus-ring-outline-color-expected.txt:
        * platform/qt/fast/css/focus-ring-outline-offset-expected.png:
        * platform/qt/fast/css/focus-ring-outline-offset-expected.txt:
        * platform/qt/fast/css/focus-ring-outline-width-expected.png:
        * platform/qt/fast/css/focus-ring-outline-width-expected.txt:
        * platform/qt/fast/css/font-face-default-font-expected.png:
        * platform/qt/fast/css/font-face-default-font-expected.txt:
        * platform/qt/fast/css/font-face-implicit-local-font-expected.png:
        * platform/qt/fast/css/font-face-implicit-local-font-expected.txt:
        * platform/qt/fast/css/font-face-in-media-rule-expected.png:
        * platform/qt/fast/css/font-face-in-media-rule-expected.txt:
        * platform/qt/fast/css/font-face-multiple-faces-expected.png:
        * platform/qt/fast/css/font-face-multiple-faces-expected.txt:
        * platform/qt/fast/css/font-face-opentype-expected.png:
        * platform/qt/fast/css/font-face-opentype-expected.txt:
        * platform/qt/fast/css/font-face-synthetic-bold-italic-expected.png:
        * platform/qt/fast/css/font-face-synthetic-bold-italic-expected.txt:
        * platform/qt/fast/css/font-face-weight-matching-expected.png:
        * platform/qt/fast/css/font-face-weight-matching-expected.txt:
        * platform/qt/fast/css/font-family-pictograph-expected.png:
        * platform/qt/fast/css/font-family-pictograph-expected.txt:
        * platform/qt/fast/css/font-shorthand-weight-only-expected.png:
        * platform/qt/fast/css/font-shorthand-weight-only-expected.txt:
        * platform/qt/fast/css/font-size-negative-expected.png:
        * platform/qt/fast/css/font-size-negative-expected.txt: Added.
        * platform/qt/fast/css/font-smoothing-expected.png: Added.
        * platform/qt/fast/css/font-smoothing-expected.txt:
        * platform/qt/fast/css/font_property_normal-expected.png:
        * platform/qt/fast/css/font_property_normal-expected.txt:
        * platform/qt/fast/css/h1-in-section-elements-expected.png:
        * platform/qt/fast/css/h1-in-section-elements-expected.txt:
        * platform/qt/fast/css/hover-subselector-expected.png:
        * platform/qt/fast/css/hover-subselector-expected.txt:
        * platform/qt/fast/css/hsl-color-expected.png:
        * platform/qt/fast/css/hsl-color-expected.txt:
        * platform/qt/fast/css/hsla-color-expected.png:
        * platform/qt/fast/css/hsla-color-expected.txt:
        * platform/qt/fast/css/ignore-text-zoom-expected.png:
        * platform/qt/fast/css/ignore-text-zoom-expected.txt:
        * platform/qt/fast/css/import-rule-regression-11590-expected.png:
        * platform/qt/fast/css/import-rule-regression-11590-expected.txt:
        * platform/qt/fast/css/import_with_baseurl-expected.png:
        * platform/qt/fast/css/import_with_baseurl-expected.txt:
        * platform/qt/fast/css/inline-element-line-break-expected.png: Added.
        * platform/qt/fast/css/inline-element-line-break-expected.txt:
        * platform/qt/fast/css/inline-properties-important-expected.png:
        * platform/qt/fast/css/inline-properties-important-expected.txt:
        * platform/qt/fast/css/input-search-padding-expected.png:
        * platform/qt/fast/css/input-search-padding-expected.txt:
        * platform/qt/fast/css/invalid-percentage-property-expected.png:
        * platform/qt/fast/css/invalid-percentage-property-expected.txt:
        * platform/qt/fast/css/invalid-pseudo-classes-expected.png:
        * platform/qt/fast/css/invalid-pseudo-classes-expected.txt:
        * platform/qt/fast/css/invalidation-errors-2-expected.png:
        * platform/qt/fast/css/invalidation-errors-2-expected.txt:
        * platform/qt/fast/css/invalidation-errors-3-expected.png:
        * platform/qt/fast/css/invalidation-errors-3-expected.txt:
        * platform/qt/fast/css/invalidation-errors-expected.png:
        * platform/qt/fast/css/invalidation-errors-expected.txt:
        * platform/qt/fast/css/last-child-pseudo-class-expected.png:
        * platform/qt/fast/css/last-child-pseudo-class-expected.txt:
        * platform/qt/fast/css/last-of-type-pseudo-class-expected.png:
        * platform/qt/fast/css/last-of-type-pseudo-class-expected.txt:
        * platform/qt/fast/css/layerZOrderCrash-expected.png:
        * platform/qt/fast/css/layerZOrderCrash-expected.txt:
        * platform/qt/fast/css/line-height-expected.png:
        * platform/qt/fast/css/line-height-expected.txt:
        * platform/qt/fast/css/line-height-font-order-expected.png:
        * platform/qt/fast/css/line-height-font-order-expected.txt:
        * platform/qt/fast/css/line-height-negative-expected.png:
        * platform/qt/fast/css/line-height-negative-expected.txt:
        * platform/qt/fast/css/line-height-overflow-expected.png:
        * platform/qt/fast/css/line-height-overflow-expected.txt:
        * platform/qt/fast/css/link-outside-head-expected.png:
        * platform/qt/fast/css/link-outside-head-expected.txt:
        * platform/qt/fast/css/list-outline-expected.png:
        * platform/qt/fast/css/list-outline-expected.txt:
        * platform/qt/fast/css/margin-bottom-form-element-quirk-expected.png:
        * platform/qt/fast/css/margin-bottom-form-element-quirk-expected.txt:
        * platform/qt/fast/css/margin-bottom-form-element-strict-expected.png:
        * platform/qt/fast/css/margin-bottom-form-element-strict-expected.txt:
        * platform/qt/fast/css/margin-top-bottom-dynamic-expected.png:
        * platform/qt/fast/css/margin-top-bottom-dynamic-expected.txt:
        * platform/qt/fast/css/max-height-none-expected.png:
        * platform/qt/fast/css/max-height-none-expected.txt:
        * platform/qt/fast/css/namespaces/001-expected.png:
        * platform/qt/fast/css/namespaces/001-expected.txt:
        * platform/qt/fast/css/namespaces/002-expected.png:
        * platform/qt/fast/css/namespaces/002-expected.txt:
        * platform/qt/fast/css/namespaces/003-expected.png:
        * platform/qt/fast/css/namespaces/003-expected.txt:
        * platform/qt/fast/css/namespaces/004-expected.png:
        * platform/qt/fast/css/namespaces/004-expected.txt:
        * platform/qt/fast/css/namespaces/005-expected.png:
        * platform/qt/fast/css/namespaces/005-expected.txt:
        * platform/qt/fast/css/namespaces/006-expected.png:
        * platform/qt/fast/css/namespaces/006-expected.txt:
        * platform/qt/fast/css/namespaces/007-expected.png:
        * platform/qt/fast/css/namespaces/007-expected.txt:
        * platform/qt/fast/css/namespaces/namespaces-comments-expected.png:
        * platform/qt/fast/css/namespaces/namespaces-comments-expected.txt:
        * platform/qt/fast/css/namespaces/namespaces-empty-expected.png:
        * platform/qt/fast/css/namespaces/namespaces-empty-expected.txt:
        * platform/qt/fast/css/namespaces/namespaces-escapes-expected.png: Copied from LayoutTests/platform/qt/fast/body-propagation/background-color/003-xhtml-expected.png.
        * platform/qt/fast/css/namespaces/namespaces-escapes-expected.txt:
        * platform/qt/fast/css/namespaces/namespaces-invalid-at-expected.png: Added.
        * platform/qt/fast/css/namespaces/namespaces-invalid-at-expected.txt:
        * platform/qt/fast/css/negative-leading-expected.png:
        * platform/qt/fast/css/negative-leading-expected.txt:
        * platform/qt/fast/css/negative-nth-child-expected.png:
        * platform/qt/fast/css/negative-nth-child-expected.txt:
        * platform/qt/fast/css/nested-floating-relative-position-percentages-expected.png: Added.
        * platform/qt/fast/css/nested-floating-relative-position-percentages-expected.txt:
        * platform/qt/fast/css/nested-layers-with-hover-expected.png:
        * platform/qt/fast/css/nested-layers-with-hover-expected.txt:
        * platform/qt/fast/css/non-empty-span-expected.png:
        * platform/qt/fast/css/non-empty-span-expected.txt:
        * platform/qt/fast/css/non-standard-checkbox-size-expected.png:
        * platform/qt/fast/css/non-standard-checkbox-size-expected.txt:
        * platform/qt/fast/css/nth-child-dynamic-expected.png: Added.
        * platform/qt/fast/css/nth-child-dynamic-expected.txt:
        * platform/qt/fast/css/only-child-pseudo-class-expected.png:
        * platform/qt/fast/css/only-child-pseudo-class-expected.txt:
        * platform/qt/fast/css/only-of-type-pseudo-class-expected.png:
        * platform/qt/fast/css/only-of-type-pseudo-class-expected.txt:
        * platform/qt/fast/css/outline-auto-empty-rects-expected.png:
        * platform/qt/fast/css/outline-auto-empty-rects-expected.txt:
        * platform/qt/fast/css/outline-auto-location-expected.png:
        * platform/qt/fast/css/outline-auto-location-expected.txt:
        * platform/qt/fast/css/outline-narrowLine-expected.png:
        * platform/qt/fast/css/outline-narrowLine-expected.txt:
        * platform/qt/fast/css/pendingStylesheetFontSize-expected.png:
        * platform/qt/fast/css/pendingStylesheetFontSize-expected.txt:
        * platform/qt/fast/css/percent-top-relative-container-height-unspecified-expected.png:
        * platform/qt/fast/css/percent-top-relative-container-height-unspecified-expected.txt:
        * platform/qt/fast/css/percent-top-value-with-relative-position-expected.png:
        * platform/qt/fast/css/percent-top-value-with-relative-position-expected.txt:
        * platform/qt/fast/css/position-negative-top-margin-expected.png:
        * platform/qt/fast/css/position-negative-top-margin-expected.txt:
        * platform/qt/fast/css/preserve-user-specified-zoom-level-on-reload-expected.png:
        * platform/qt/fast/css/preserve-user-specified-zoom-level-on-reload-expected.txt:
        * platform/qt/fast/css/pseudo-element-line-break-expected.png: Added.
        * platform/qt/fast/css/pseudo-element-line-break-expected.txt:
        * platform/qt/fast/css/quirk-orphaned-units-expected.png:
        * platform/qt/fast/css/quirk-orphaned-units-expected.txt:
        * platform/qt/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.png:
        * platform/qt/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.txt:
        * platform/qt/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.png:
        * platform/qt/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.txt:
        * platform/qt/fast/css/relative-positioned-block-nested-with-inline-parent-expected.png:
        * platform/qt/fast/css/relative-positioned-block-nested-with-inline-parent-expected.txt:
        * platform/qt/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.png:
        * platform/qt/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.txt:
        * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.png:
        * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.txt:
        * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.png:
        * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.txt:
        * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-expected.png:
        * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-expected.txt:
        * platform/qt/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.png:
        * platform/qt/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.txt:
        * platform/qt/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.png:
        * platform/qt/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.txt:
        * platform/qt/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.png:
        * platform/qt/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.txt:
        * platform/qt/fast/css/rem-dynamic-scaling-expected.png: Added.
        * platform/qt/fast/css/rem-dynamic-scaling-expected.txt:
        * platform/qt/fast/css/rem-units-on-root-expected.png: Added.
        * platform/qt/fast/css/rem-units-on-root-expected.txt:
        * platform/qt/fast/css/resize-corner-tracking-expected.png:
        * platform/qt/fast/css/resize-corner-tracking-expected.txt:
        * platform/qt/fast/css/resize-corner-tracking-transformed-expected.png:
        * platform/qt/fast/css/resize-corner-tracking-transformed-expected.txt:
        * platform/qt/fast/css/rgb-float-expected.png:
        * platform/qt/fast/css/rgb-float-expected.txt:
        * platform/qt/fast/css/selector-set-attribute-expected.png:
        * platform/qt/fast/css/selector-set-attribute-expected.txt:
        * platform/qt/fast/css/shadow-multiple-expected.png:
        * platform/qt/fast/css/shadow-multiple-expected.txt:
        * platform/qt/fast/css/simple-selector-chain-parsing-expected.png:
        * platform/qt/fast/css/simple-selector-chain-parsing-expected.txt:
        * platform/qt/fast/css/style-outside-head-expected.png:
        * platform/qt/fast/css/style-outside-head-expected.txt:
        * platform/qt/fast/css/style-parsed-outside-head-expected.png:
        * platform/qt/fast/css/style-parsed-outside-head-expected.txt:
        * platform/qt/fast/css/table-text-align-quirk-expected.png:
        * platform/qt/fast/css/table-text-align-quirk-expected.txt:
        * platform/qt/fast/css/table-text-align-strict-expected.png:
        * platform/qt/fast/css/table-text-align-strict-expected.txt:
        * platform/qt/fast/css/target-fragment-match-expected.png:
        * platform/qt/fast/css/target-fragment-match-expected.txt:
        * platform/qt/fast/css/text-align-expected.png:
        * platform/qt/fast/css/text-align-expected.txt:
        * platform/qt/fast/css/text-input-with-webkit-border-radius-expected.png:
        * platform/qt/fast/css/text-input-with-webkit-border-radius-expected.txt:
        * platform/qt/fast/css/text-overflow-input-expected.png:
        * platform/qt/fast/css/text-overflow-input-expected.txt:
        * platform/qt/fast/css/text-rendering-expected.png: Added.
        * platform/qt/fast/css/text-rendering-expected.txt:
        * platform/qt/fast/css/text-transform-select-expected.png:
        * platform/qt/fast/css/text-transform-select-expected.txt:
        * platform/qt/fast/css/textCapitalizeEdgeCases-expected.png:
        * platform/qt/fast/css/textCapitalizeEdgeCases-expected.txt:
        * platform/qt/fast/css/transform-default-parameter-expected.png:
        * platform/qt/fast/css/transform-default-parameter-expected.txt:
        * platform/qt/fast/css/transformed-mask-expected.png:
        * platform/qt/fast/css/transformed-mask-expected.txt:
        * platform/qt/fast/css/universal-hover-quirk-expected.png:
        * platform/qt/fast/css/universal-hover-quirk-expected.txt:
        * platform/qt/fast/css/value-list-out-of-bounds-crash-expected.png:
        * platform/qt/fast/css/value-list-out-of-bounds-crash-expected.txt:
        * platform/qt/fast/css/visibility-hit-test-expected.png:
        * platform/qt/fast/css/visibility-hit-test-expected.txt:
        * platform/qt/fast/css/word-space-extra-expected.png:
        * platform/qt/fast/css/word-space-extra-expected.txt:
        * platform/qt/fast/css/zoom-font-size-expected.png:
        * platform/qt/fast/css/zoom-font-size-expected.txt:
        * platform/qt/fast/doctypes/001-expected.png: Added.
        * platform/qt/fast/doctypes/001-expected.txt:
        * platform/qt/fast/doctypes/002-expected.png: Added.
        * platform/qt/fast/doctypes/002-expected.txt:
        * platform/qt/fast/doctypes/003-expected.png:
        * platform/qt/fast/doctypes/003-expected.txt:
        * platform/qt/fast/doctypes/004-expected.png: Added.
        * platform/qt/fast/doctypes/004-expected.txt:
        * platform/qt/fast/dom/52776-expected.png:
        * platform/qt/fast/dom/52776-expected.txt:
        * platform/qt/fast/dom/Element/class-attribute-whitespace-expected.png:
        * platform/qt/fast/dom/Element/class-attribute-whitespace-expected.txt:
        * platform/qt/fast/dom/Element/null-offset-parent-expected.png:
        * platform/qt/fast/dom/Element/null-offset-parent-expected.txt:
        * platform/qt/fast/dom/HTMLElement/bdo-expected.png:
        * platform/qt/fast/dom/HTMLElement/bdo-expected.txt:
        * platform/qt/fast/dom/HTMLHeadElement/head-link-style-href-check-expected.png:
        * platform/qt/fast/dom/HTMLHeadElement/head-link-style-href-check-expected.txt:
        * platform/qt/fast/dom/HTMLInputElement/input-image-alt-text-expected.png:
        * platform/qt/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
        * platform/qt/fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.png:
        * platform/qt/fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.txt:
        * platform/qt/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
        * platform/qt/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
        * platform/qt/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
        * platform/qt/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
        * platform/qt/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png:
        * platform/qt/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
        * platform/qt/fast/dom/HTMLMeterElement/meter-styles-expected.png:
        * platform/qt/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
        * platform/qt/fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.png:
        * platform/qt/fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.txt:
        * platform/qt/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.png:
        * platform/qt/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt:
        * platform/qt/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png:
        * platform/qt/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
        * platform/qt/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png:
        * platform/qt/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt:
        * platform/qt/fast/dom/HTMLTableElement/colSpan-expected.png:
        * platform/qt/fast/dom/HTMLTableElement/colSpan-expected.txt:
        * platform/qt/fast/dom/HTMLTableElement/createCaption-expected.png:
        * platform/qt/fast/dom/HTMLTableElement/createCaption-expected.txt:
        * platform/qt/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
        * platform/qt/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
        * platform/qt/fast/dom/Range/create-contextual-fragment-expected.png:
        * platform/qt/fast/dom/Range/create-contextual-fragment-expected.txt:
        * platform/qt/fast/dom/Range/surroundContents-1-expected.png:
        * platform/qt/fast/dom/Range/surroundContents-1-expected.txt:
        * platform/qt/fast/dom/Window/open-existing-pop-up-blocking-expected.png:
        * platform/qt/fast/dom/Window/open-existing-pop-up-blocking-expected.txt:
        * platform/qt/fast/dom/anchor-text-expected.png:
        * platform/qt/fast/dom/anchor-text-expected.txt:
        * platform/qt/fast/dom/blur-contenteditable-expected.png:
        * platform/qt/fast/dom/blur-contenteditable-expected.txt:
        * platform/qt/fast/dom/children-nodes-expected.png:
        * platform/qt/fast/dom/children-nodes-expected.txt:
        * platform/qt/fast/dom/clone-contents-0-end-offset-expected.png:
        * platform/qt/fast/dom/clone-contents-0-end-offset-expected.txt:
        * platform/qt/fast/dom/clone-node-dynamic-style-expected.png:
        * platform/qt/fast/dom/clone-node-dynamic-style-expected.txt:
        * platform/qt/fast/dom/createDocumentType-expected.png:
        * platform/qt/fast/dom/createDocumentType-expected.txt:
        * platform/qt/fast/dom/css-mediarule-deleteRule-update-expected.png:
        * platform/qt/fast/dom/css-mediarule-deleteRule-update-expected.txt:
        * platform/qt/fast/dom/css-mediarule-insertRule-update-expected.png:
        * platform/qt/fast/dom/css-mediarule-insertRule-update-expected.txt:
        * platform/qt/fast/dom/css-rule-functions-expected.png:
        * platform/qt/fast/dom/css-rule-functions-expected.txt:
        * platform/qt/fast/dom/gc-10-expected.png:
        * platform/qt/fast/dom/gc-10-expected.txt:
        * platform/qt/fast/dom/importNodeHTML-expected.png:
        * platform/qt/fast/dom/importNodeHTML-expected.txt:
        * platform/qt/fast/dom/importNodeXML-expected.png:
        * platform/qt/fast/dom/importNodeXML-expected.txt:
        * platform/qt/fast/dom/inner-text-expected.png:
        * platform/qt/fast/dom/inner-text-expected.txt:
        * platform/qt/fast/dom/isindex-001-expected.png:
        * platform/qt/fast/dom/isindex-001-expected.txt:
        * platform/qt/fast/dom/outerText-expected.png:
        * platform/qt/fast/dom/outerText-expected.txt:
        * platform/qt/fast/dom/row-inner-text-expected.png:
        * platform/qt/fast/dom/row-inner-text-expected.txt:
        * platform/qt/fast/dom/rtl-scroll-to-leftmost-and-resize-expected.png:
        * platform/qt/fast/dom/rtl-scroll-to-leftmost-and-resize-expected.txt:
        * platform/qt/fast/dom/scroll-reveal-left-overflow-expected.png:
        * platform/qt/fast/dom/scroll-reveal-left-overflow-expected.txt:
        * platform/qt/fast/dom/scroll-reveal-top-overflow-expected.png:
        * platform/qt/fast/dom/scroll-reveal-top-overflow-expected.txt:

2012-07-19  János Badics  <jbadics@inf.u-szeged.hu>

        [Qt] Unreviewed gardening after r123081. Skipped a failing reftest.

        * platform/qt/Skipped:

2012-07-19  Mario Sanchez Prada  <msanchez@igalia.com>

        [GTK] MHTML files not being loaded due to reported mime type not supported
        https://bugs.webkit.org/show_bug.cgi?id=89978

        Reviewed by Carlos Garcia Campos.

        Move expectations for MHTML tests out of chromium's specific directory.

        * mhtml/multi_frames_binary-expected.txt: Renamed from LayoutTests/platform/chromium/mhtml/multi_frames_binary-expected.txt.
        * mhtml/multi_frames_ie-expected.txt: Renamed from LayoutTests/platform/chromium/mhtml/multi_frames_ie-expected.txt.
        * mhtml/multi_frames_unmht-expected.txt: Renamed from LayoutTests/platform/chromium/mhtml/multi_frames_unmht-expected.txt.
        * mhtml/page_with_css_and_js_ie-expected.txt: Renamed from LayoutTests/platform/chromium/mhtml/page_with_css_and_js_ie-expected.txt.
        * mhtml/page_with_css_and_js_unmht-expected.txt: Renamed from LayoutTests/platform/chromium/mhtml/page_with_css_and_js_unmht-expected.txt.
        * mhtml/page_with_image_ie-expected.txt: Renamed from LayoutTests/platform/chromium/mhtml/page_with_image_ie-expected.txt.
        * mhtml/page_with_image_unmht-expected.txt: Renamed from LayoutTests/platform/chromium/mhtml/page_with_image_unmht-expected.txt.
        * mhtml/simple_page_ie-expected.txt: Renamed from LayoutTests/platform/chromium/mhtml/simple_page_ie-expected.txt.
        * mhtml/simple_page_unmht-expected.txt: Renamed from LayoutTests/platform/chromium/mhtml/simple_page_unmht-expected.txt.

2012-07-19  Seokju Kwon  <seokju.kwon@samsung.com>

        [EFL] Inspector tests needs new baselines after r122952
        https://bugs.webkit.org/show_bug.cgi?id=91624

        Unreviewed gardening.

        Add some tests to Skipped list.

        * platform/efl/Skipped:

2012-07-19  Bruno de Oliveira Abinader  <bruno.abinader@basyskom.com>

        [Qt] fast/selectors tests needs update after rebaseline and new testfonts
        https://bugs.webkit.org/show_bug.cgi?id=91640

        Reviewed by Simon Hausmann.

        After the rebaseline from changeset 121971 - [Qt] DumpRenderTree does not use
        'monospace' font when directed, fast/selectors tests directory needs to be
        updated.

        * platform/qt-5.0/Skipped:
        * platform/qt/fast/selectors/001-expected.png:
        * platform/qt/fast/selectors/001-expected.txt:
        * platform/qt/fast/selectors/002-expected.png:
        * platform/qt/fast/selectors/002-expected.txt:
        * platform/qt/fast/selectors/003-expected.png:
        * platform/qt/fast/selectors/003-expected.txt:
        * platform/qt/fast/selectors/004-expected.png:
        * platform/qt/fast/selectors/004-expected.txt:
        * platform/qt/fast/selectors/005-expected.png:
        * platform/qt/fast/selectors/005-expected.txt:
        * platform/qt/fast/selectors/006-expected.png:
        * platform/qt/fast/selectors/006-expected.txt:
        * platform/qt/fast/selectors/007a-expected.png:
        * platform/qt/fast/selectors/007a-expected.txt:
        * platform/qt/fast/selectors/007b-expected.png:
        * platform/qt/fast/selectors/007b-expected.txt:
        * platform/qt/fast/selectors/008-expected.png:
        * platform/qt/fast/selectors/008-expected.txt:
        * platform/qt/fast/selectors/009-expected.png:
        * platform/qt/fast/selectors/009-expected.txt:
        * platform/qt/fast/selectors/010-expected.png:
        * platform/qt/fast/selectors/010-expected.txt:
        * platform/qt/fast/selectors/011-expected.png:
        * platform/qt/fast/selectors/011-expected.txt:
        * platform/qt/fast/selectors/012-expected.png:
        * platform/qt/fast/selectors/012-expected.txt:
        * platform/qt/fast/selectors/013-expected.png:
        * platform/qt/fast/selectors/013-expected.txt:
        * platform/qt/fast/selectors/014-expected.png:
        * platform/qt/fast/selectors/014-expected.txt:
        * platform/qt/fast/selectors/015-expected.png:
        * platform/qt/fast/selectors/015-expected.txt:
        * platform/qt/fast/selectors/016-expected.png:
        * platform/qt/fast/selectors/016-expected.txt:
        * platform/qt/fast/selectors/017-expected.png:
        * platform/qt/fast/selectors/017-expected.txt:
        * platform/qt/fast/selectors/018-expected.png:
        * platform/qt/fast/selectors/018-expected.txt:
        * platform/qt/fast/selectors/018b-expected.png:
        * platform/qt/fast/selectors/018b-expected.txt:
        * platform/qt/fast/selectors/019-expected.png:
        * platform/qt/fast/selectors/019-expected.txt:
        * platform/qt/fast/selectors/020-expected.png:
        * platform/qt/fast/selectors/020-expected.txt:
        * platform/qt/fast/selectors/021-expected.png:
        * platform/qt/fast/selectors/021-expected.txt:
        * platform/qt/fast/selectors/021b-expected.png:
        * platform/qt/fast/selectors/021b-expected.txt:
        * platform/qt/fast/selectors/027-expected.png:
        * platform/qt/fast/selectors/027-expected.txt:
        * platform/qt/fast/selectors/032-expected.png:
        * platform/qt/fast/selectors/032-expected.txt:
        * platform/qt/fast/selectors/034-expected.png:
        * platform/qt/fast/selectors/034-expected.txt:
        * platform/qt/fast/selectors/038-expected.png:
        * platform/qt/fast/selectors/038-expected.txt:
        * platform/qt/fast/selectors/039-expected.png:
        * platform/qt/fast/selectors/039-expected.txt:
        * platform/qt/fast/selectors/039b-expected.png:
        * platform/qt/fast/selectors/039b-expected.txt:
        * platform/qt/fast/selectors/040-expected.png:
        * platform/qt/fast/selectors/040-expected.txt:
        * platform/qt/fast/selectors/041-expected.png:
        * platform/qt/fast/selectors/041-expected.txt:
        * platform/qt/fast/selectors/042-expected.png:
        * platform/qt/fast/selectors/042-expected.txt:
        * platform/qt/fast/selectors/043-expected.png:
        * platform/qt/fast/selectors/043-expected.txt:
        * platform/qt/fast/selectors/043b-expected.png:
        * platform/qt/fast/selectors/043b-expected.txt:
        * platform/qt/fast/selectors/044-expected.png:
        * platform/qt/fast/selectors/044-expected.txt:
        * platform/qt/fast/selectors/044b-expected.png:
        * platform/qt/fast/selectors/044b-expected.txt:
        * platform/qt/fast/selectors/044c-expected.png:
        * platform/qt/fast/selectors/044c-expected.txt:
        * platform/qt/fast/selectors/044d-expected.png:
        * platform/qt/fast/selectors/044d-expected.txt:
        * platform/qt/fast/selectors/045-expected.png:
        * platform/qt/fast/selectors/045-expected.txt:
        * platform/qt/fast/selectors/045b-expected.png:
        * platform/qt/fast/selectors/045b-expected.txt:
        * platform/qt/fast/selectors/045c-expected.png:
        * platform/qt/fast/selectors/045c-expected.txt:
        * platform/qt/fast/selectors/046-expected.png:
        * platform/qt/fast/selectors/046-expected.txt:
        * platform/qt/fast/selectors/054-expected.png:
        * platform/qt/fast/selectors/054-expected.txt:
        * platform/qt/fast/selectors/056-expected.png:
        * platform/qt/fast/selectors/056-expected.txt:
        * platform/qt/fast/selectors/058-expected.png:
        * platform/qt/fast/selectors/058-expected.txt:
        * platform/qt/fast/selectors/059-expected.png:
        * platform/qt/fast/selectors/059-expected.txt:
        * platform/qt/fast/selectors/060-expected.png:
        * platform/qt/fast/selectors/060-expected.txt:
        * platform/qt/fast/selectors/061-expected.png:
        * platform/qt/fast/selectors/061-expected.txt:
        * platform/qt/fast/selectors/062-expected.png:
        * platform/qt/fast/selectors/062-expected.txt:
        * platform/qt/fast/selectors/063-expected.png:
        * platform/qt/fast/selectors/063-expected.txt:
        * platform/qt/fast/selectors/064-expected.png:
        * platform/qt/fast/selectors/064-expected.txt:
        * platform/qt/fast/selectors/065-expected.png:
        * platform/qt/fast/selectors/065-expected.txt:
        * platform/qt/fast/selectors/066-expected.png:
        * platform/qt/fast/selectors/066-expected.txt:
        * platform/qt/fast/selectors/066b-expected.png:
        * platform/qt/fast/selectors/066b-expected.txt:
        * platform/qt/fast/selectors/072-expected.png:
        * platform/qt/fast/selectors/072-expected.txt:
        * platform/qt/fast/selectors/072b-expected.png:
        * platform/qt/fast/selectors/072b-expected.txt:
        * platform/qt/fast/selectors/077-expected.png:
        * platform/qt/fast/selectors/077-expected.txt:
        * platform/qt/fast/selectors/077b-expected.png:
        * platform/qt/fast/selectors/077b-expected.txt:
        * platform/qt/fast/selectors/078b-expected.png:
        * platform/qt/fast/selectors/078b-expected.txt:
        * platform/qt/fast/selectors/083-expected.png:
        * platform/qt/fast/selectors/083-expected.txt:
        * platform/qt/fast/selectors/087b-expected.png:
        * platform/qt/fast/selectors/087b-expected.txt:
        * platform/qt/fast/selectors/088b-expected.png:
        * platform/qt/fast/selectors/088b-expected.txt:
        * platform/qt/fast/selectors/089-expected.png:
        * platform/qt/fast/selectors/089-expected.txt:
        * platform/qt/fast/selectors/090b-expected.png:
        * platform/qt/fast/selectors/090b-expected.txt:
        * platform/qt/fast/selectors/154-expected.png:
        * platform/qt/fast/selectors/154-expected.txt:
        * platform/qt/fast/selectors/155-expected.png:
        * platform/qt/fast/selectors/155-expected.txt:
        * platform/qt/fast/selectors/155a-expected.png:
        * platform/qt/fast/selectors/155a-expected.txt:
        * platform/qt/fast/selectors/155b-expected.png:
        * platform/qt/fast/selectors/155b-expected.txt:
        * platform/qt/fast/selectors/155c-expected.png:
        * platform/qt/fast/selectors/155c-expected.txt:
        * platform/qt/fast/selectors/155d-expected.png:
        * platform/qt/fast/selectors/155d-expected.txt:
        * platform/qt/fast/selectors/156b-expected.png:
        * platform/qt/fast/selectors/156b-expected.txt:
        * platform/qt/fast/selectors/157-expected.png:
        * platform/qt/fast/selectors/157-expected.txt:
        * platform/qt/fast/selectors/158-expected.png:
        * platform/qt/fast/selectors/158-expected.txt:
        * platform/qt/fast/selectors/159-expected.png:
        * platform/qt/fast/selectors/159-expected.txt:
        * platform/qt/fast/selectors/160-expected.png:
        * platform/qt/fast/selectors/160-expected.txt:
        * platform/qt/fast/selectors/166-expected.png:
        * platform/qt/fast/selectors/166-expected.txt:
        * platform/qt/fast/selectors/166a-expected.png:
        * platform/qt/fast/selectors/166a-expected.txt:
        * platform/qt/fast/selectors/167-expected.png:
        * platform/qt/fast/selectors/167-expected.txt:
        * platform/qt/fast/selectors/167a-expected.png:
        * platform/qt/fast/selectors/167a-expected.txt:
        * platform/qt/fast/selectors/168-expected.png:
        * platform/qt/fast/selectors/168-expected.txt:
        * platform/qt/fast/selectors/168a-expected.png:
        * platform/qt/fast/selectors/168a-expected.txt:
        * platform/qt/fast/selectors/169-expected.png:
        * platform/qt/fast/selectors/169-expected.txt:
        * platform/qt/fast/selectors/169a-expected.png:
        * platform/qt/fast/selectors/169a-expected.txt:
        * platform/qt/fast/selectors/170-expected.png:
        * platform/qt/fast/selectors/170-expected.txt:
        * platform/qt/fast/selectors/170a-expected.png:
        * platform/qt/fast/selectors/170a-expected.txt:
        * platform/qt/fast/selectors/170b-expected.png:
        * platform/qt/fast/selectors/170b-expected.txt:
        * platform/qt/fast/selectors/170c-expected.png:
        * platform/qt/fast/selectors/170c-expected.txt:
        * platform/qt/fast/selectors/170d-expected.png:
        * platform/qt/fast/selectors/170d-expected.txt:
        * platform/qt/fast/selectors/175a-expected.png:
        * platform/qt/fast/selectors/175a-expected.txt:
        * platform/qt/fast/selectors/175b-expected.png:
        * platform/qt/fast/selectors/175b-expected.txt:
        * platform/qt/fast/selectors/175c-expected.png:
        * platform/qt/fast/selectors/175c-expected.txt:
        * platform/qt/fast/selectors/177a-expected.png:
        * platform/qt/fast/selectors/177a-expected.txt:
        * platform/qt/fast/selectors/177b-expected.png:
        * platform/qt/fast/selectors/177b-expected.txt:
        * platform/qt/fast/selectors/lang-inheritance-expected.png:
        * platform/qt/fast/selectors/lang-inheritance-expected.txt:
        * platform/qt/fast/selectors/lang-inheritance2-expected.png:
        * platform/qt/fast/selectors/lang-inheritance2-expected.txt:
        * platform/qt/fast/selectors/lang-vs-xml-lang-expected.png:
        * platform/qt/fast/selectors/lang-vs-xml-lang-expected.txt:
        * platform/qt/fast/selectors/lang-vs-xml-lang-xhtml-expected.png:
        * platform/qt/fast/selectors/lang-vs-xml-lang-xhtml-expected.txt:
        * platform/qt/fast/selectors/nondeterministic-combinators-expected.png:
        * platform/qt/fast/selectors/nondeterministic-combinators-expected.txt:
        * platform/qt/fast/selectors/unqualified-hover-quirks-expected.png:
        * platform/qt/fast/selectors/unqualified-hover-quirks-expected.txt:
        * platform/qt/fast/selectors/visited-descendant-expected.png:
        * platform/qt/fast/selectors/visited-descendant-expected.txt:

2012-07-19  Mario Sanchez Prada  <msanchez@igalia.com>

        [WK2][GTK] Complete implementation of AccessibilityController in WKTR for GTK
        https://bugs.webkit.org/show_bug.cgi?id=89224

        Reviewed by Chris Fleizach.

        Unskip tests now passing.

        * platform/gtk-wk2/Skipped:

2012-07-19  Keishi Hattori  <keishi@webkit.org>

        Redraw slider tick marks when datalist changes.
        https://bugs.webkit.org/show_bug.cgi?id=89544

        Reviewed by Kent Tamura.

        Updating the datalist should redraw the slider tick marks.

        * fast/forms/datalist/update-range-with-datalist-expected.html: Added.
        * fast/forms/datalist/update-range-with-datalist.html: Added.

2012-07-19  Szilard Ledan  <szledan@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Remove the platform specific expected after r123066.

        * platform/qt/fast/forms/state-restore-skip-stateless-expected.txt: Removed.

2012-07-18  Keishi Hattori  <keishi@webkit.org>

        Implement painting slider tick marks
        https://bugs.webkit.org/show_bug.cgi?id=87844

        Reviewed by Kent Tamura.

        * fast/forms/datalist/input-appearance-range-with-datalist-expected.txt: Added.
        * fast/forms/datalist/input-appearance-range-with-datalist-rtl-expected.html: Added.
        * fast/forms/datalist/input-appearance-range-with-datalist-rtl.html: Added. The ticks should go from right to left.
        * fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.txt: Added.
        * fast/forms/datalist/input-appearance-range-with-datalist-zoomed.html: Added. The ticks should zoom properly.
        * fast/forms/datalist/input-appearance-range-with-datalist.html: Added.
        * platform/chromium-linux/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Added.
        * platform/chromium-linux/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png: Added.
        * platform/chromium-mac/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Added.
        * platform/chromium-mac/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png: Added.
        * platform/chromium-win/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Added.
        * platform/chromium-win/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png: Added.
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/forms/datalist/input-list-expected.txt:

2012-07-18  Takashi Sakamoto  <tasak@google.com>

        Shadow DOM drop event tests are very flaky.
        https://bugs.webkit.org/show_bug.cgi?id=87364

        Reviewed by Hajime Morita.

        Modified these tests to run test functions in onload. Probably
        executing event tests while parsing html document causes flakyness.

        * fast/dom/shadow/drop-event-for-input-in-shadow.html:
        * fast/dom/shadow/drop-event-in-shadow.html:
        * platform/chromium/TestExpectations:

2012-07-18  Hironori Bono  <hbono@chromium.org>

        Move contents right when a vertical scrollbar is shown at the left side of an RTL element.
        https://bugs.webkit.org/show_bug.cgi?id=85856

        Reviewed by Hajime Morita.

        This changes adds a couple of tests that verify CSSOM properties of RTL elements
        are compliant with <http://www.w3.org/TR/cssom-view> regardless of their
        scrollbar positions.

        * platform/chromium/TestExpectations:
        * scrollbars/rtl: Added.
        * scrollbars/rtl/div-horizontal-expected.txt: Added.
        * scrollbars/rtl/div-horizontal.html: Added.
        * scrollbars/rtl/div-vertical-expected.txt: Added.
        * scrollbars/rtl/div-vertical.html: Added.

2012-07-18  Kent Tamura  <tkent@chromium.org>

        Form state restore: Classify form control sates by owners in internal and serialized representations
        https://bugs.webkit.org/show_bug.cgi?id=91594

        Reviewed by Hajime Morita.

        Because the state serialization order depends on iteration order of
        HashMap, serialized state array is not stable. We should remove raw dump
        of serialized state array.

        * fast/forms/state-restore-per-form.html: Remove the code to dump the
        form state. It's useless because the test have enough assertions.
        * fast/forms/state-restore-per-form-expected.txt:
        * fast/forms/resources/state-restore-per-form-back.html: Removed.

        * fast/forms/resources/state-restore-skip-stateless-dump.html:
        Instead of dumping form state, check existence of types with JavaScript code.
        * fast/forms/state-restore-skip-stateless-expected.txt:
        * fast/forms/state-restore-skip-stateless.html: Fix a typo.

        * fast/forms/state-restore-broken-state-expected.txt:
        Update the expectation because of the serialization format change.

2012-07-18  Hayato Ito  <hayato@chromium.org>

        [Shadow] A 'selectstart' event fired on distributed nodes should not be stopped at shadow boundary of the parent shadow host.
        https://bugs.webkit.org/show_bug.cgi?id=90508

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/events-stopped-at-shadow-boundary-expected.txt:
        * fast/dom/shadow/events-stopped-at-shadow-boundary.html:

2012-07-18  Julien Chaffraix  <jchaffraix@webkit.org>

        Crash in RenderTableSection::addCell.
        http://webkit.org/b/89496

        Reviewed by Abhishek Arya.

        The test is still pretty complex as it involves lots of generated content. It should
        be possible to get a smaller test case based on the conditions for the crash. However
        this test is a pretty good stress test so I decided against creating a more simple test
        case.

        * fast/table/split-table-no-section-update-crash-expected.txt: Added.
        * fast/table/split-table-no-section-update-crash.html: Added.

2012-07-18  Julien Chaffraix  <jchaffraix@webkit.org>

        Avoid calling GraphicsContext drawing primitives for 0px borders
        https://bugs.webkit.org/show_bug.cgi?id=90039

        Reviewed by Eric Seidel.

        The ref-tests are pretty similar and the exact rendering doesn't matter. What matters
        is that we try to exercise the border painting code with 0px borders. Note that the
        test were passing before already as they are meant to trigger the newly added ASSERTs
        if something changes.

        * fast/borders/0px-borders-expected.html: Added.
        * fast/borders/0px-borders.html: Added.

2012-07-18  Elliott Sprehn  <esprehn@gmail.com>

        REGRESSION (r89900): Assertion failure on null view() when destroying the document
        https://bugs.webkit.org/show_bug.cgi?id=91547

        Reviewed by Abhishek Arya.

        Test for crash caused by null RenderView in RenderQuote and RenderCounter.

        * fast/css-generated-content/bug91547-expected.txt: Added.
        * fast/css-generated-content/bug91547.html: Added.

2012-07-18  Jer Noble  <jer.noble@apple.com>

        [mac] Unreviewed gardening.

        Rebaseline (by partially reverting) r122883. 

        * platform/mac/fast/inline/002-expected.txt:
        * platform/mac/fast/table/table-display-types-strict-expected.txt:

2012-07-18  Jer Noble  <jer.noble@apple.com>

        [mac] Unreviewed gardening.

        Rebaseline (and add Skipped entries) after r122861.

        * platform/mac/Skipped:
        * platform/mac/fast/multicol/shrink-to-column-height-for-pagination-expected.png:
        * platform/mac/fast/multicol/shrink-to-column-height-for-pagination-expected.txt:

2012-07-18  Dan Bernstein  <mitz@apple.com>

        Hit testing in the gap between pages returns incorrect results
        https://bugs.webkit.org/show_bug.cgi?id=91695

        Reviewed by Dave Hyatt.

        * fast/multicol/hit-test-gap-between-pages-expected.txt: Added.
        * fast/multicol/hit-test-gap-between-pages.html: Added.

2012-07-18  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: Direction parameter ignored by some openCursor() overloads
        https://bugs.webkit.org/show_bug.cgi?id=91687

        Reviewed by Tony Chang.

        Test the overloads to ensure cursor direction is set correctly.

        * storage/indexeddb/cursor-overloads-expected.txt: Added.
        * storage/indexeddb/cursor-overloads.html: Added.
        * storage/indexeddb/legacy-constants-expected.txt: Fix whitespace in console warnings.

2012-07-18  Erik Arvidsson  <arv@chromium.org>

        [V8] Improve Replaceable extended attribute
        https://bugs.webkit.org/show_bug.cgi?id=91668

        Reviewed by Adam Barth.

        Replaceable is working by chance in the V8 bindings because V8 does not correctly handle
        read only properties on the prototype chain. With this change we generate a setter that
        uses ForceSet to replace the existing property when set.

        * fast/dom/Window/replaceable-expected.txt: Added.
        * fast/dom/Window/replaceable.html: Added.

2012-07-18  Jer Noble  <jer.noble@apple.com>

        Unreviewed gardening.

        Correct a path error introduced by r122769 for the fast/sub-pixel/selection/selection-gaps-at-fractional-offsets.html
        test in many Skipped lists.

        * platform/mac-lion/Skipped:
        * platform/mac-snowleopard/Skipped:
        * platform/mac-wk2/Skipped:
        * platform/mac/Skipped:
        * platform/qt-4.8/Skipped:
        * platform/qt/Skipped:
        * platform/win-wk2/Skipped:
        * platform/win-xp/Skipped:
        * platform/win/Skipped:
        * platform/wincairo/Skipped:
        * platform/wk2/Skipped:

2012-07-18  Joshua Bell  <jsbell@chromium.org>

        [chromium] Unreviewed TestExpectations update for WK90469.
        Restore a test that was skipped to test a theory.
        https://bugs.webkit.org/show_bug.cgi?id=90469

        * platform/chromium/TestExpectations:

2012-07-18  Seokju Kwon  <seokju.kwon@samsung.com>

        [EFL][DRT] Add heap profiling tests to Skipped list
        https://bugs.webkit.org/show_bug.cgi?id=91684

        Unreviewed gardening.

        JSC doesn't support heap profiling.

        * platform/efl/Skipped:

2012-07-18  Jer Noble  <jer.noble@apple.com>

        REGRESSION (r122660-r122663): mathml/presentation/mo.xhtml, mathml/presentation/row.xhtml failing on Mountain Lion Production Tests
        https://bugs.webkit.org/show_bug.cgi?id=91677

        Reviewed by Eric Seidel.

        Rebaseline after r122663.

        * platform/mac/mathml/presentation/mo-expected.txt:
        * platform/mac/mathml/presentation/row-expected.txt:
        * platform/mac/mathml/presentation/mo-expected.png:
        * platform/mac/mathml/presentation/row-expected.png:

2012-07-18  Alpha Lam  <hclam@chromium.org>

        [chromium] Not reviewed. Build fix.

        Add CR before bug number to avoid lint error.

        * platform/chromium/TestExpectations:

2012-07-18  Pravin D  <pravind.2k4@gmail.com>

        Content size of child having percent height inside a fixed height container having overflow:auto is wrongly calculated
        https://bugs.webkit.org/show_bug.cgi?id=11355

        Reviewed by Julien Chaffraix.

        * fast/overflow/child-100percent-height-inside-fixed-container-with-overflow-auto-expected.txt: Added.
        * fast/overflow/child-100percent-height-inside-fixed-container-with-overflow-auto.html: Added.
        * fast/overflow/replaced-child-100percent-height-inside-fixed-container-with-overflow-auto-expected.txt: Added.
        * fast/overflow/replaced-child-100percent-height-inside-fixed-container-with-overflow-auto.html: Added.

2012-07-18  Filip Pizlo  <fpizlo@apple.com>

        DFG 32-bit PutById transition stub storage reallocation case copies the first pointer of each JSValue instead of the whole JSValue
        https://bugs.webkit.org/show_bug.cgi?id=91599

        Rubber stamped by Mark Hahnenberg.

        It turns out we previously didn't have adequate coverage for this. Now we do.

        * fast/js/dfg-put-by-id-allocate-storage-expected.txt: Added.
        * fast/js/dfg-put-by-id-allocate-storage-polymorphic-expected.txt: Added.
        * fast/js/dfg-put-by-id-allocate-storage-polymorphic.html: Added.
        * fast/js/dfg-put-by-id-allocate-storage.html: Added.
        * fast/js/dfg-put-by-id-reallocate-storage-expected.txt: Added.
        * fast/js/dfg-put-by-id-reallocate-storage-polymorphic-expected.txt: Added.
        * fast/js/dfg-put-by-id-reallocate-storage-polymorphic.html: Added.
        * fast/js/dfg-put-by-id-reallocate-storage.html: Added.
        * fast/js/script-tests/dfg-put-by-id-allocate-storage-polymorphic.js: Added.
        (foo):
        * fast/js/script-tests/dfg-put-by-id-allocate-storage.js: Added.
        (foo):
        * fast/js/script-tests/dfg-put-by-id-reallocate-storage-polymorphic.js: Added.
        (foo):
        * fast/js/script-tests/dfg-put-by-id-reallocate-storage.js: Added.
        (foo):

2012-07-18  Alpha Lam  <hclam@chromium.org>

        [chromium] Unreviewed gardening.

        Updated test expectation for compositing/masks/layer-mask-placement.html.
        Updated bug number for fast/js/mozilla/strict/assign-to-callee-name.html after filing webkit bug 91676.

        Updated bug number for fast/url/ipv6.html after filing crbug.com/137938.

        * platform/chromium-mac-snowleopard/compositing/masks/layer-mask-placement-expected.png: Removed.
        * platform/chromium-mac/compositing/masks/layer-mask-placement-expected.png: Added.
        * platform/chromium-win/compositing/masks/layer-mask-placement-expected.png: Added.
        * platform/chromium/TestExpectations:

2012-07-18  Kenneth Russell  <kbr@google.com>

        Unreviewed test expectations update. Added bug ID for fast/filesystem/file-writer-truncate-extend.html flakiness.

        * platform/chromium/TestExpectations:

2012-07-18  Tony Chang  <tony@chromium.org>

        [chromium] Unreviewed gardening.

        svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context.svg flakily crashes on Chromium Win.

        * platform/chromium/TestExpectations:

2012-07-18  Tony Chang  <tony@chromium.org>

        Unreviewed gardening.
        http/tests/loading/307-after-303-after-post.html is flaky on win debug too.

        * platform/chromium/TestExpectations:

2012-07-18  Ryosuke Niwa  <rniwa@webkit.org>

        Update Chromium test expectations after filing the bug 91666.

        * platform/chromium/TestExpectations:

2012-07-18  Alpha Lam  <hclam@chromium.org>

        [chromium] Unreviewed gardening.

        Remove some test expectations with my name on it, they are currently passing.

        * platform/chromium/TestExpectations:

2012-07-18  Vincent Scheib  <scheib@chromium.org>

        Unify allowfullscreen logic in Document::webkitFullScreenEnabled and fullScreenIsAllowedForElement.
        https://bugs.webkit.org/show_bug.cgi?id=91448

        Reviewed by Adrienne Walker.

        Unifies redundant traversal logic and static cast previously used
        to determine if an element or document can be made fullscreen.
        This clean up prepares for pointer lock, which will use the same logic.

        Added a test to detect an edge case of an owning document with
        fullscreen permision moving an iframe to fullscreen, while that iframe
        does not have permision for its contents to be made fullscreen.

        * fullscreen/full-screen-iframe-without-allow-attribute-allowed-from-parent-expected.txt: Added.
        * fullscreen/full-screen-iframe-without-allow-attribute-allowed-from-parent.html: Added.

2012-07-18  Tony Chang  <tony@chromium.org>

        [chromium] Unreviewed gardening. Rebaseline 2 tests due to minor changes from r122980.

        * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-expected.png:
        * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:

2012-07-18  Tony Chang  <tony@chromium.org>

        Convert svg/css/scientific-numbers.html to a text only test
        https://bugs.webkit.org/show_bug.cgi?id=91641

        Reviewed by Dirk Schulze.

        This is a JS test so we don't need the pixel dump.

        * svg/css/script-tests/scientific-numbers.js:

2012-07-18  Alex Bravo  <alex.bravo@nokia.com>

        [Qt] platform/qt/http tests needs update after rebaseline and new testfonts
        https://bugs.webkit.org/show_bug.cgi?id=91119

        Reviewed by Noam Rosenthal.

        Rebased platform/qt/http tests and unskipped them from qt-5.0

        * platform/qt/http/tests/loading/simple-subframe-expected.png: Added.
        * platform/qt/http/tests/loading/simple-subframe-expected.txt:
        * platform/qt/http/tests/local/file-url-sent-as-referer-expected.png:
        * platform/qt/http/tests/local/file-url-sent-as-referer-expected.txt:
        * platform/qt/http/tests/misc/acid2-expected.png:
        * platform/qt/http/tests/misc/acid2-expected.txt:
        * platform/qt/http/tests/misc/acid2-pixel-expected.png:
        * platform/qt/http/tests/misc/acid2-pixel-expected.txt:
        * platform/qt/http/tests/misc/error404-expected.png:
        * platform/qt/http/tests/misc/error404-expected.txt:
        * platform/qt/http/tests/misc/favicon-as-image-expected.png:
        * platform/qt/http/tests/misc/favicon-as-image-expected.txt:
        * platform/qt/http/tests/misc/frame-access-during-load-expected.png:
        * platform/qt/http/tests/misc/frame-access-during-load-expected.txt:
        * platform/qt/http/tests/misc/generated-content-inside-table-expected.png:
        * platform/qt/http/tests/misc/generated-content-inside-table-expected.txt:
        * platform/qt/http/tests/misc/iframe404-expected.png:
        * platform/qt/http/tests/misc/iframe404-expected.txt:
        * platform/qt/http/tests/misc/slow-loading-image-in-pattern-expected.png:
        * platform/qt/http/tests/misc/slow-loading-image-in-pattern-expected.txt:
        * platform/qt/http/tests/misc/slow-loading-mask-expected.png:
        * platform/qt/http/tests/misc/slow-loading-mask-expected.txt:
        * platform/qt/http/tests/navigation/error404-basic-expected.png: Added.
        * platform/qt/http/tests/navigation/error404-basic-expected.txt:
        * platform/qt/http/tests/navigation/error404-goback-expected.png: Added.
        * platform/qt/http/tests/navigation/error404-goback-expected.txt:
        * platform/qt/http/tests/navigation/error404-subframeload-expected.png: Added.
        * platform/qt/http/tests/navigation/error404-subframeload-expected.txt:
        * platform/qt/http/tests/navigation/javascriptlink-frames-expected.png:
        * platform/qt/http/tests/navigation/javascriptlink-frames-expected.txt:
        * platform/qt/http/tests/navigation/postredirect-basic-expected.png: Added.
        * platform/qt/http/tests/navigation/postredirect-basic-expected.txt:
        * platform/qt/http/tests/navigation/postredirect-goback1-expected.png: Added.
        * platform/qt/http/tests/navigation/postredirect-goback1-expected.txt:
        * platform/qt/http/tests/uri/css-href-expected.png:
        * platform/qt/http/tests/uri/css-href-expected.txt:

2012-07-18  Bruno de Oliveira Abinader  <bruno.abinader@basyskom.com>

        [Qt] fast/table tests needs update after rebaseline and new testfonts
        https://bugs.webkit.org/show_bug.cgi?id=91621

        Reviewed by Alexis Menard.

        After the rebaseline from changeset 121971 - [Qt] DumpRenderTree does not use
        'monospace' font when directed, fast/table tests directory needs to be updated.

        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0/Skipped:
        * platform/qt-5.0/fast/table/003-expected.png:
        * platform/qt-5.0/fast/table/003-expected.txt:
        * platform/qt-5.0/fast/table/border-collapsing/004-expected.txt:
        * platform/qt/fast/table/001-expected.png:
        * platform/qt/fast/table/001-expected.txt:
        * platform/qt/fast/table/002-expected.png:
        * platform/qt/fast/table/002-expected.txt:
        * platform/qt/fast/table/004-expected.png:
        * platform/qt/fast/table/004-expected.txt:
        * platform/qt/fast/table/005-expected.png:
        * platform/qt/fast/table/005-expected.txt:
        * platform/qt/fast/table/006-expected.png:
        * platform/qt/fast/table/006-expected.txt:
        * platform/qt/fast/table/007-expected.png:
        * platform/qt/fast/table/007-expected.txt:
        * platform/qt/fast/table/009-expected.png:
        * platform/qt/fast/table/009-expected.txt:
        * platform/qt/fast/table/010-expected.png:
        * platform/qt/fast/table/010-expected.txt:
        * platform/qt/fast/table/011-expected.png:
        * platform/qt/fast/table/011-expected.txt:
        * platform/qt/fast/table/012-expected.png:
        * platform/qt/fast/table/012-expected.txt:
        * platform/qt/fast/table/013-expected.png:
        * platform/qt/fast/table/013-expected.txt:
        * platform/qt/fast/table/014-expected.png:
        * platform/qt/fast/table/014-expected.txt:
        * platform/qt/fast/table/015-expected.png:
        * platform/qt/fast/table/015-expected.txt:
        * platform/qt/fast/table/016-expected.png:
        * platform/qt/fast/table/016-expected.txt:
        * platform/qt/fast/table/017-expected.png:
        * platform/qt/fast/table/017-expected.txt:
        * platform/qt/fast/table/018-expected.png:
        * platform/qt/fast/table/018-expected.txt:
        * platform/qt/fast/table/020-expected.png:
        * platform/qt/fast/table/020-expected.txt:
        * platform/qt/fast/table/021-expected.png:
        * platform/qt/fast/table/021-expected.txt:
        * platform/qt/fast/table/022-expected.png:
        * platform/qt/fast/table/022-expected.txt:
        * platform/qt/fast/table/023-expected.png:
        * platform/qt/fast/table/023-expected.txt:
        * platform/qt/fast/table/025-expected.png:
        * platform/qt/fast/table/025-expected.txt:
        * platform/qt/fast/table/026-expected.png:
        * platform/qt/fast/table/026-expected.txt:
        * platform/qt/fast/table/027-expected.png:
        * platform/qt/fast/table/027-expected.txt:
        * platform/qt/fast/table/027-vertical-expected.png:
        * platform/qt/fast/table/027-vertical-expected.txt:
        * platform/qt/fast/table/028-expected.png:
        * platform/qt/fast/table/028-expected.txt:
        * platform/qt/fast/table/028-vertical-expected.png:
        * platform/qt/fast/table/028-vertical-expected.txt:
        * platform/qt/fast/table/029-expected.png:
        * platform/qt/fast/table/029-expected.txt:
        * platform/qt/fast/table/030-expected.png:
        * platform/qt/fast/table/030-expected.txt:
        * platform/qt/fast/table/033-expected.png:
        * platform/qt/fast/table/033-expected.txt:
        * platform/qt/fast/table/034-expected.png:
        * platform/qt/fast/table/034-expected.txt:
        * platform/qt/fast/table/035-expected.png:
        * platform/qt/fast/table/035-expected.txt:
        * platform/qt/fast/table/035-vertical-expected.png:
        * platform/qt/fast/table/035-vertical-expected.txt:
        * platform/qt/fast/table/036-expected.png:
        * platform/qt/fast/table/036-expected.txt:
        * platform/qt/fast/table/037-expected.png:
        * platform/qt/fast/table/037-expected.txt:
        * platform/qt/fast/table/038-expected.png:
        * platform/qt/fast/table/038-expected.txt:
        * platform/qt/fast/table/038-vertical-expected.png:
        * platform/qt/fast/table/038-vertical-expected.txt:
        * platform/qt/fast/table/039-expected.png:
        * platform/qt/fast/table/039-expected.txt:
        * platform/qt/fast/table/040-expected.png:
        * platform/qt/fast/table/040-expected.txt:
        * platform/qt/fast/table/040-vertical-expected.png:
        * platform/qt/fast/table/040-vertical-expected.txt:
        * platform/qt/fast/table/041-expected.png:
        * platform/qt/fast/table/041-expected.txt:
        * platform/qt/fast/table/100-percent-cell-width-expected.png:
        * platform/qt/fast/table/100-percent-cell-width-expected.txt:
        * platform/qt/fast/table/absolute-table-at-bottom-expected.png:
        * platform/qt/fast/table/absolute-table-at-bottom-expected.txt:
        * platform/qt/fast/table/add-before-anonymous-child-expected.png:
        * platform/qt/fast/table/add-before-anonymous-child-expected.txt:
        * platform/qt/fast/table/align-right-within-left-aligned-div-expected.txt:
        * platform/qt/fast/table/append-cells-expected.png:
        * platform/qt/fast/table/append-cells-expected.txt:
        * platform/qt/fast/table/append-cells2-expected.png:
        * platform/qt/fast/table/append-cells2-expected.txt:
        * platform/qt/fast/table/auto-with-percent-height-expected.png:
        * platform/qt/fast/table/auto-with-percent-height-expected.txt:
        * platform/qt/fast/table/auto-with-percent-height-vertical-expected.png:
        * platform/qt/fast/table/auto-with-percent-height-vertical-expected.txt:
        * platform/qt/fast/table/border-collapsing/001-expected.png:
        * platform/qt/fast/table/border-collapsing/001-expected.txt:
        * platform/qt/fast/table/border-collapsing/001-vertical-expected.png:
        * platform/qt/fast/table/border-collapsing/001-vertical-expected.txt:
        * platform/qt/fast/table/border-collapsing/002-expected.png:
        * platform/qt/fast/table/border-collapsing/002-expected.txt:
        * platform/qt/fast/table/border-collapsing/002-vertical-expected.png:
        * platform/qt/fast/table/border-collapsing/002-vertical-expected.txt:
        * platform/qt/fast/table/border-collapsing/003-expected.png:
        * platform/qt/fast/table/border-collapsing/003-expected.txt:
        * platform/qt/fast/table/border-collapsing/003-vertical-expected.png:
        * platform/qt/fast/table/border-collapsing/003-vertical-expected.txt:
        * platform/qt/fast/table/border-collapsing/004-vertical-expected.png:
        * platform/qt/fast/table/border-collapsing/004-vertical-expected.txt:
        * platform/qt/fast/table/border-collapsing/border-collapsing-head-foot-expected.png:
        * platform/qt/fast/table/border-collapsing/border-collapsing-head-foot-expected.txt:
        * platform/qt/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.png:
        * platform/qt/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.txt:
        * platform/qt/fast/table/border-collapsing/rtl-border-collapsing-expected.png:
        * platform/qt/fast/table/border-collapsing/rtl-border-collapsing-expected.txt:
        * platform/qt/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.png:
        * platform/qt/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.txt:
        * platform/qt/fast/table/cell-absolute-child-expected.png:
        * platform/qt/fast/table/cell-absolute-child-expected.txt:
        * platform/qt/fast/table/cell-coalescing-expected.png:
        * platform/qt/fast/table/cell-coalescing-expected.txt:
        * platform/qt/fast/table/cell-pref-width-invalidation-expected.png:
        * platform/qt/fast/table/cell-pref-width-invalidation-expected.txt:
        * platform/qt/fast/table/cell-width-auto-expected.png:
        * platform/qt/fast/table/cell-width-auto-expected.txt:
        * platform/qt/fast/table/cellindex-expected.png:
        * platform/qt/fast/table/cellindex-expected.txt:
        * platform/qt/fast/table/click-near-anonymous-table-expected.png:
        * platform/qt/fast/table/click-near-anonymous-table-expected.txt:
        * platform/qt/fast/table/colgroup-preceded-by-caption-expected.png:
        * platform/qt/fast/table/colgroup-preceded-by-caption-expected.txt:
        * platform/qt/fast/table/colgroup-spanning-groups-rules-expected.png:
        * platform/qt/fast/table/colgroup-spanning-groups-rules-expected.txt:
        * platform/qt/fast/table/colspanMinWidth-expected.png:
        * platform/qt/fast/table/colspanMinWidth-expected.txt:
        * platform/qt/fast/table/dynamic-caption-add-before-child-expected.png:
        * platform/qt/fast/table/dynamic-caption-add-before-child-expected.txt:
        * platform/qt/fast/table/dynamic-caption-add-remove-before-child-expected.png:
        * platform/qt/fast/table/dynamic-caption-add-remove-before-child-expected.txt:
        * platform/qt/fast/table/dynamic-cellpadding-expected.png:
        * platform/qt/fast/table/dynamic-cellpadding-expected.txt:
        * platform/qt/fast/table/dynamic-descendant-percentage-height-expected.png:
        * platform/qt/fast/table/dynamic-descendant-percentage-height-expected.txt:
        * platform/qt/fast/table/early-table-layout-expected.png:
        * platform/qt/fast/table/early-table-layout-expected.txt:
        * platform/qt/fast/table/edge-offsets-expected.png:
        * platform/qt/fast/table/edge-offsets-expected.txt:
        * platform/qt/fast/table/empty-cells-expected.png:
        * platform/qt/fast/table/empty-cells-expected.txt:
        * platform/qt/fast/table/empty-row-crash-expected.png:
        * platform/qt/fast/table/empty-row-crash-expected.txt:
        * platform/qt/fast/table/empty-table-percent-height-expected.png:
        * platform/qt/fast/table/empty-table-percent-height-expected.txt:
        * platform/qt/fast/table/fixed-nested-expected.png:
        * platform/qt/fast/table/fixed-nested-expected.txt:
        * platform/qt/fast/table/fixed-table-non-cell-in-row-expected.png:
        * platform/qt/fast/table/fixed-table-non-cell-in-row-expected.txt:
        * platform/qt/fast/table/fixed-table-with-percent-inside-percent-table-expected.txt:
        * platform/qt/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.txt:
        * platform/qt/fast/table/fixed-table-with-percent-width-inside-div-expected.txt:
        * platform/qt/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.txt:
        * platform/qt/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.txt:
        * platform/qt/fast/table/fixed-table-with-small-percent-width-expected.txt:
        * platform/qt/fast/table/floating-th-expected.png:
        * platform/qt/fast/table/floating-th-expected.txt:
        * platform/qt/fast/table/floatingTablePaintBackground-expected.png:
        * platform/qt/fast/table/floatingTablePaintBackground-expected.txt:
        * platform/qt/fast/table/form-with-table-style-expected.png:
        * platform/qt/fast/table/form-with-table-style-expected.txt:
        * platform/qt/fast/table/frame-and-rules-expected.png:
        * platform/qt/fast/table/frame-and-rules-expected.txt:
        * platform/qt/fast/table/generated-caption-expected.png:
        * platform/qt/fast/table/generated-caption-expected.txt:
        * platform/qt/fast/table/giantRowspan2-expected.png:
        * platform/qt/fast/table/giantRowspan2-expected.txt:
        * platform/qt/fast/table/inline-form-assert-expected.png:
        * platform/qt/fast/table/inline-form-assert-expected.txt:
        * platform/qt/fast/table/insert-before-anonymous-ancestors-expected.png:
        * platform/qt/fast/table/insert-before-anonymous-ancestors-expected.txt:
        * platform/qt/fast/table/insert-cell-before-form-expected.png:
        * platform/qt/fast/table/insert-cell-before-form-expected.txt:
        * platform/qt/fast/table/insert-row-before-form-expected.png:
        * platform/qt/fast/table/insert-row-before-form-expected.txt:
        * platform/qt/fast/table/invisible-cell-background-expected.png:
        * platform/qt/fast/table/invisible-cell-background-expected.txt:
        * platform/qt/fast/table/large-width-expected.png:
        * platform/qt/fast/table/large-width-expected.txt:
        * platform/qt/fast/table/multiple-captions-display-expected.png:
        * platform/qt/fast/table/multiple-captions-display-expected.txt:
        * platform/qt/fast/table/multiple-percent-height-rows-expected.png:
        * platform/qt/fast/table/multiple-percent-height-rows-expected.txt:
        * platform/qt/fast/table/nested-percent-height-table-expected.png:
        * platform/qt/fast/table/nested-percent-height-table-expected.txt:
        * platform/qt/fast/table/nobr-expected.png:
        * platform/qt/fast/table/nobr-expected.txt:
        * platform/qt/fast/table/overflowHidden-expected.png:
        * platform/qt/fast/table/overflowHidden-expected.txt:
        * platform/qt/fast/table/percent-heights-expected.png:
        * platform/qt/fast/table/percent-heights-expected.txt:
        * platform/qt/fast/table/prepend-in-anonymous-table-expected.png:
        * platform/qt/fast/table/prepend-in-anonymous-table-expected.txt:
        * platform/qt/fast/table/quote-text-around-iframe-expected.png:
        * platform/qt/fast/table/quote-text-around-iframe-expected.txt:
        * platform/qt/fast/table/relative-position-containment-expected.png:
        * platform/qt/fast/table/relative-position-containment-expected.txt:
        * platform/qt/fast/table/relative-position-offsets-expected.png:
        * platform/qt/fast/table/relative-position-offsets-expected.txt:
        * platform/qt/fast/table/relative-position-stacking-expected.png:
        * platform/qt/fast/table/relative-position-stacking-expected.txt:
        * platform/qt/fast/table/remove-td-display-none-expected.png:
        * platform/qt/fast/table/remove-td-display-none-expected.txt:
        * platform/qt/fast/table/replaced-percent-height-expected.png:
        * platform/qt/fast/table/replaced-percent-height-expected.txt:
        * platform/qt/fast/table/row-height-recalc-expected.png:
        * platform/qt/fast/table/row-height-recalc-expected.txt:
        * platform/qt/fast/table/rowindex-expected.png:
        * platform/qt/fast/table/rowindex-expected.txt:
        * platform/qt/fast/table/rowspan-paint-order-expected.png:
        * platform/qt/fast/table/rowspan-paint-order-expected.txt:
        * platform/qt/fast/table/rowspan-paint-order-vertical-expected.png:
        * platform/qt/fast/table/rowspan-paint-order-vertical-expected.txt:
        * platform/qt/fast/table/rtl-cell-display-none-assert-expected.png:
        * platform/qt/fast/table/rtl-cell-display-none-assert-expected.txt:
        * platform/qt/fast/table/rules-attr-dynchange1-expected.png:
        * platform/qt/fast/table/rules-attr-dynchange1-expected.txt:
        * platform/qt/fast/table/rules-attr-dynchange2-expected.png:
        * platform/qt/fast/table/rules-attr-dynchange2-expected.txt:
        * platform/qt/fast/table/spanOverlapRepaint-expected.png:
        * platform/qt/fast/table/spanOverlapRepaint-expected.txt:
        * platform/qt/fast/table/stale-grid-crash-expected.png:
        * platform/qt/fast/table/stale-grid-crash-expected.txt:
        * platform/qt/fast/table/table-after-child-in-table-expected.png:
        * platform/qt/fast/table/table-after-child-in-table-expected.txt:
        * platform/qt/fast/table/table-and-parts-outline-expected.png:
        * platform/qt/fast/table/table-and-parts-outline-expected.txt:
        * platform/qt/fast/table/table-before-child-in-table-expected.png:
        * platform/qt/fast/table/table-before-child-in-table-expected.txt:
        * platform/qt/fast/table/table-cell-after-child-in-block-expected.png:
        * platform/qt/fast/table/table-cell-after-child-in-block-expected.txt:
        * platform/qt/fast/table/table-cell-after-child-in-table-expected.png:
        * platform/qt/fast/table/table-cell-after-child-in-table-expected.txt:
        * platform/qt/fast/table/table-cell-before-child-in-block-expected.png:
        * platform/qt/fast/table/table-cell-before-child-in-block-expected.txt:
        * platform/qt/fast/table/table-cell-before-child-in-table-expected.png:
        * platform/qt/fast/table/table-cell-before-child-in-table-expected.txt:
        * platform/qt/fast/table/table-continuation-outline-paint-crash-expected.png:
        * platform/qt/fast/table/table-continuation-outline-paint-crash-expected.txt:
        * platform/qt/fast/table/table-display-types-expected.png:
        * platform/qt/fast/table/table-display-types-expected.txt:
        * platform/qt/fast/table/table-display-types-strict-expected.png:
        * platform/qt/fast/table/table-display-types-strict-expected.txt:
        * platform/qt/fast/table/table-display-types-vertical-expected.png:
        * platform/qt/fast/table/table-display-types-vertical-expected.txt:
        * platform/qt/fast/table/table-hspace-align-center-expected.png:
        * platform/qt/fast/table/table-hspace-align-center-expected.txt:
        * platform/qt/fast/table/table-row-after-child-in-block-expected.png:
        * platform/qt/fast/table/table-row-after-child-in-block-expected.txt:
        * platform/qt/fast/table/table-row-after-child-in-table-expected.png:
        * platform/qt/fast/table/table-row-after-child-in-table-expected.txt:
        * platform/qt/fast/table/table-row-before-child-in-block-expected.png:
        * platform/qt/fast/table/table-row-before-child-in-block-expected.txt:
        * platform/qt/fast/table/table-row-before-child-in-table-expected.png:
        * platform/qt/fast/table/table-row-before-child-in-table-expected.txt:
        * platform/qt/fast/table/tableInsideCaption-expected.png:
        * platform/qt/fast/table/tableInsideCaption-expected.txt:
        * platform/qt/fast/table/text-field-baseline-expected.png:
        * platform/qt/fast/table/text-field-baseline-expected.txt:
        * platform/qt/fast/table/unbreakable-images-quirk-expected.png:
        * platform/qt/fast/table/unbreakable-images-quirk-expected.txt:
        * platform/qt/fast/table/unused-percent-heights-expected.png:
        * platform/qt/fast/table/unused-percent-heights-expected.txt:
        * platform/qt/fast/table/vertical-align-baseline-expected.png:
        * platform/qt/fast/table/vertical-align-baseline-expected.txt:

2012-07-18  Joshua Bell  <jsbell@chromium.org>

        [chromium] Unreviewed TestExpectations update for WK90469.
        Coalesce entries for windows flaky crashes related to 90469, and try
        skipping a particularly impacted test to see if fails shift elsewhere.
        https://bugs.webkit.org/show_bug.cgi?id=90469

        * platform/chromium/TestExpectations:

2012-07-18  Chris Fleizach  <cfleizach@apple.com>

        AX: <input type="submit"> unlabelled.
        https://bugs.webkit.org/show_bug.cgi?id=91563

        Reviewed by Adele Peterson.

        * platform/mac/accessibility/submit-button-default-value-expected.txt: Added.
        * platform/mac/accessibility/submit-button-default-value.html: Added.

2012-07-17  Shawn Singh  <shawnsingh@chromium.org>

        [chromium] Remove awkward anchorPoint usage that implicity affects layer position
        https://bugs.webkit.org/show_bug.cgi?id=91472

        Reviewed by Adrienne Walker.

        * platform/chromium/TestExpectations: marked compositing/reflections/nested-reflection-anchor-point.html as needing
                                              rebaselining.  Its behavior should now be similar to Safari.

2012-07-18  Dirk Schulze  <krit@webkit.org>

        SVG CSS property types with <number> don't support exponents
        https://bugs.webkit.org/show_bug.cgi?id=52542

        Reviewed by Nikolas Zimmermann.

        Test scientific number values on SVG presentation attributes.

        * svg/css/scientific-numbers-expected.txt: Added.
        * svg/css/scientific-numbers.html: Added.
        * svg/css/script-tests/scientific-numbers.js: Added.

2012-07-18  Douglas Stockwell  <dstockwell@chromium.org>

        WebCore::StylePropertySet::addParsedProperties - crash
        https://bugs.webkit.org/show_bug.cgi?id=91153

        Reviewed by Andreas Kling.

        * fast/css/css-keyframe-style-mutate-crash-expected.txt: Added.
        * fast/css/css-keyframe-style-mutate-crash.html: Added.

2012-07-18  Balazs Kelemen  <kbalazs@webkit.org>

        Unreviewed gardening.
        More pixel rebaseline in compositing for qt-5.0-wk2.

        Added baselines, mark failing tests.

        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt-5.0-wk2/compositing/culling/filter-occlusion-blur-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/culling/filter-occlusion-blur-large-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/fixed-position-scroll-offset-history-restore-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/flat-with-transformed-child-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/images/content-image-change-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-scroll-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-scroll-expected.txt: Added.

2012-07-18  Bruno de Oliveira Abinader  <bruno.abinader@basyskom.com>

        [Qt] fast/text tests needs update after rebaseline and new testfonts
        https://bugs.webkit.org/show_bug.cgi?id=91570

        Reviewed by Simon Hausmann.

        After the rebaseline from changeset 121971 - [Qt] DumpRenderTree does not use
        'monospace' font when directed, fast/text tests directory needs to be updated.

        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0-wk2/fast/text/large-text-composed-char-expected.png:
        * platform/qt-5.0-wk2/fast/text/large-text-composed-char-expected.txt:
        * platform/qt-5.0/Skipped:
        * platform/qt-5.0/fast/text/backslash-to-yen-sign-euc-expected.txt:
        * platform/qt-5.0/fast/text/backslash-to-yen-sign-expected.txt:
        * platform/qt-5.0/fast/text/basic/003-expected.png:
        * platform/qt-5.0/fast/text/basic/003-expected.txt:
        * platform/qt-5.0/fast/text/fallback-traits-fixup-expected.txt:
        * platform/qt-5.0/fast/text/international/hindi-whitespace-expected.txt:
        * platform/qt-5.0/fast/text/international/text-spliced-font-expected.png:
        * platform/qt-5.0/fast/text/international/text-spliced-font-expected.txt:
        * platform/qt-5.0/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt:
        * platform/qt-5.0/fast/text/large-text-composed-char-expected.png:
        * platform/qt-5.0/fast/text/large-text-composed-char-expected.txt:
        * platform/qt-5.0/fast/text/letter-spacing-negative-opacity-expected.png:
        * platform/qt-5.0/fast/text/letter-spacing-negative-opacity-expected.txt:
        * platform/qt-5.0/fast/text/softHyphen-expected.txt:
        * platform/qt-5.0/fast/text/text-letter-spacing-expected.txt:
        * platform/qt/fast/text/atsui-kerning-and-ligatures-expected.txt:
        * platform/qt/fast/text/atsui-small-caps-punctuation-size-expected.png:
        * platform/qt/fast/text/atsui-small-caps-punctuation-size-expected.txt:
        * platform/qt/fast/text/backslash-to-yen-sign-dynamic-expected.png:
        * platform/qt/fast/text/backslash-to-yen-sign-dynamic-expected.txt:
        * platform/qt/fast/text/basic/001-expected.png:
        * platform/qt/fast/text/basic/001-expected.txt:
        * platform/qt/fast/text/basic/002-expected.txt:
        * platform/qt/fast/text/basic/004-expected.txt:
        * platform/qt/fast/text/basic/005-expected.txt:
        * platform/qt/fast/text/basic/006-expected.txt:
        * platform/qt/fast/text/basic/007-expected.txt:
        * platform/qt/fast/text/basic/008-expected.txt:
        * platform/qt/fast/text/basic/009-expected.png:
        * platform/qt/fast/text/basic/009-expected.txt:
        * platform/qt/fast/text/basic/011-expected.txt:
        * platform/qt/fast/text/basic/012-expected.txt:
        * platform/qt/fast/text/basic/generic-family-changes-expected.png:
        * platform/qt/fast/text/basic/generic-family-changes-expected.txt:
        * platform/qt/fast/text/basic/generic-family-reset-expected.png:
        * platform/qt/fast/text/basic/generic-family-reset-expected.txt:
        * platform/qt/fast/text/break-word-expected.png:
        * platform/qt/fast/text/break-word-expected.txt:
        * platform/qt/fast/text/capitalize-empty-generated-string-expected.txt:
        * platform/qt/fast/text/capitalize-preserve-nbsp-expected.txt:
        * platform/qt/fast/text/cg-vs-atsui-expected.png:
        * platform/qt/fast/text/cg-vs-atsui-expected.txt:
        * platform/qt/fast/text/complex-preferred-logical-widths-expected.png:
        * platform/qt/fast/text/complex-preferred-logical-widths-expected.txt:
        * platform/qt/fast/text/complex-synthetic-bold-space-width-expected.png:
        * platform/qt/fast/text/complex-synthetic-bold-space-width-expected.txt:
        * platform/qt/fast/text/delete-hard-break-character-expected.txt:
        * platform/qt/fast/text/embed-at-end-of-pre-wrap-line-expected.png:
        * platform/qt/fast/text/embed-at-end-of-pre-wrap-line-expected.txt:
        * platform/qt/fast/text/fake-italic-expected.txt:
        * platform/qt/fast/text/firstline/001-expected.txt:
        * platform/qt/fast/text/firstline/002-expected.txt:
        * platform/qt/fast/text/firstline/003-expected.txt:
        * platform/qt/fast/text/font-initial-expected.txt:
        * platform/qt/fast/text/hyphenate-limit-before-after-expected.png:
        * platform/qt/fast/text/hyphenate-limit-before-after-expected.txt:
        * platform/qt/fast/text/hyphenate-limit-lines-expected.png:
        * platform/qt/fast/text/hyphenate-limit-lines-expected.txt:
        * platform/qt/fast/text/justified-selection-at-edge-expected.txt:
        * platform/qt/fast/text/justified-selection-expected.txt:
        * platform/qt/fast/text/line-breaks-after-white-space-expected.png:
        * platform/qt/fast/text/line-breaks-after-white-space-expected.txt:
        * platform/qt/fast/text/midword-break-before-surrogate-pair-2-expected.txt:
        * platform/qt/fast/text/midword-break-hang-expected.txt:
        * platform/qt/fast/text/reset-emptyRun-expected.txt:
        * platform/qt/fast/text/selection-hard-linebreak-expected.png:
        * platform/qt/fast/text/selection-hard-linebreak-expected.txt:
        * platform/qt/fast/text/shadow-no-blur-expected.png:
        * platform/qt/fast/text/shadow-no-blur-expected.txt:
        * platform/qt/fast/text/shadow-translucent-fill-expected.txt:
        * platform/qt/fast/text/should-use-atsui-expected.txt:
        * platform/qt/fast/text/stroking-decorations-expected.txt:
        * platform/qt/fast/text/stroking-expected.txt:
        * platform/qt/fast/text/text-shadow-no-default-color-expected.txt:
        * platform/qt/fast/text/textIteratorNilRenderer-expected.png:
        * platform/qt/fast/text/textIteratorNilRenderer-expected.txt:
        * platform/qt/fast/text/unicode-variation-selector-expected.png:
        * platform/qt/fast/text/unicode-variation-selector-expected.txt:
        * platform/qt/fast/text/updateNewFont-expected.txt:
        * platform/qt/fast/text/wbr-expected.txt:
        * platform/qt/fast/text/wbr-in-pre-crash-expected.txt:
        * platform/qt/fast/text/wbr-pre-expected.png:
        * platform/qt/fast/text/wbr-pre-expected.txt:
        * platform/qt/fast/text/wbr-styled-expected.png:
        * platform/qt/fast/text/wbr-styled-expected.txt:
        * platform/qt/fast/text/whitespace/002-expected.png:
        * platform/qt/fast/text/whitespace/002-expected.txt:
        * platform/qt/fast/text/whitespace/003-expected.png:
        * platform/qt/fast/text/whitespace/003-expected.txt:
        * platform/qt/fast/text/whitespace/006-expected.txt:
        * platform/qt/fast/text/whitespace/007-expected.txt:
        * platform/qt/fast/text/whitespace/008-expected.txt:
        * platform/qt/fast/text/whitespace/009-expected.txt:
        * platform/qt/fast/text/whitespace/012-expected.png:
        * platform/qt/fast/text/whitespace/012-expected.txt:
        * platform/qt/fast/text/whitespace/013-expected.txt:
        * platform/qt/fast/text/whitespace/014-expected.txt:
        * platform/qt/fast/text/whitespace/018-expected.txt:
        * platform/qt/fast/text/whitespace/019-expected.png:
        * platform/qt/fast/text/whitespace/019-expected.txt:
        * platform/qt/fast/text/whitespace/020-expected.txt:
        * platform/qt/fast/text/whitespace/021-expected.txt:
        * platform/qt/fast/text/whitespace/022-expected.png:
        * platform/qt/fast/text/whitespace/022-expected.txt:
        * platform/qt/fast/text/whitespace/023-expected.png:
        * platform/qt/fast/text/whitespace/023-expected.txt:
        * platform/qt/fast/text/whitespace/025-expected.txt:
        * platform/qt/fast/text/whitespace/026-expected.txt:
        * platform/qt/fast/text/whitespace/027-expected.txt:
        * platform/qt/fast/text/whitespace/029-expected.png:
        * platform/qt/fast/text/whitespace/029-expected.txt:
        * platform/qt/fast/text/whitespace/nbsp-mode-and-linewraps-expected.txt:
        * platform/qt/fast/text/whitespace/normal-after-nowrap-breaking-expected.png:
        * platform/qt/fast/text/whitespace/normal-after-nowrap-breaking-expected.txt:
        * platform/qt/fast/text/whitespace/nowrap-clear-float-expected.txt:
        * platform/qt/fast/text/whitespace/pre-break-word-expected.png:
        * platform/qt/fast/text/whitespace/pre-break-word-expected.txt:
        * platform/qt/fast/text/whitespace/pre-newline-box-test-expected.png:
        * platform/qt/fast/text/whitespace/pre-newline-box-test-expected.txt:
        * platform/qt/fast/text/whitespace/pre-wrap-last-char-expected.txt:
        * platform/qt/fast/text/whitespace/pre-wrap-line-test-expected.png:
        * platform/qt/fast/text/whitespace/pre-wrap-line-test-expected.txt:
        * platform/qt/fast/text/whitespace/span-in-word-space-causes-overflow-expected.txt:

2012-07-18  Kevin Ellis  <kevers@chromium.org>

        TOUCH_ADJUSTMENT is too aggressive when snapping to large elements.
        https://bugs.webkit.org/show_bug.cgi?id=91262

        Reviewed by Antonio Gomes.

        Adding a test case to ensure that the adjusted touch position is 
        within the bounds of the target element and the touch area.
        Previously, the target position snapped to the center of the target
        element, which can be far removed from the touch area.

        The second test is for non-rectilinear elements, and verifies that
        the touch area must overlap the true bounds of the element for an
        adjustment to occur.

        * touchadjustment/big-div-expected.txt: Added.
        * touchadjustment/big-div.html: Added.
        * touchadjustment/rotated-node-expected.txt: Added.
        * touchadjustment/rotated-node.html: Added.

2012-07-18  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed chromium gardening, unskipped tests.

        * platform/chromium/TestExpectations:

2012-07-18  Szilard Ledan  <szledan@inf.u-szeged.hu>

        [Qt] editing/input and editing/unsupported-content tests needs update after rebaseline and new testfonts
        https://bugs.webkit.org/show_bug.cgi?id=91400

        Unreviewed rebaseline.

        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0/Skipped:
        * platform/qt/editing/input/caret-at-the-edge-of-contenteditable-expected.png: Added.
        * platform/qt/editing/input/caret-at-the-edge-of-contenteditable-expected.txt:
        * platform/qt/editing/input/emacs-ctrl-o-expected.png:
        * platform/qt/editing/input/emacs-ctrl-o-expected.txt:
        * platform/qt/editing/input/reveal-caret-of-multiline-contenteditable-expected.png: Added.
        * platform/qt/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt:
        * platform/qt/editing/input/reveal-caret-of-multiline-input-expected.png: Added.
        * platform/qt/editing/unsupported-content/list-delete-001-expected.png:
        * platform/qt/editing/unsupported-content/list-delete-001-expected.txt:
        * platform/qt/editing/unsupported-content/list-delete-003-expected.png:
        * platform/qt/editing/unsupported-content/list-delete-003-expected.txt:
        * platform/qt/editing/unsupported-content/list-type-after-expected.png:
        * platform/qt/editing/unsupported-content/list-type-after-expected.txt:
        * platform/qt/editing/unsupported-content/list-type-before-expected.png:
        * platform/qt/editing/unsupported-content/list-type-before-expected.txt:
        * platform/qt/editing/unsupported-content/table-delete-001-expected.png:
        * platform/qt/editing/unsupported-content/table-delete-001-expected.txt:
        * platform/qt/editing/unsupported-content/table-delete-002-expected.png:
        * platform/qt/editing/unsupported-content/table-delete-002-expected.txt:
        * platform/qt/editing/unsupported-content/table-delete-003-expected.png:
        * platform/qt/editing/unsupported-content/table-delete-003-expected.txt:
        * platform/qt/editing/unsupported-content/table-type-after-expected.png:
        * platform/qt/editing/unsupported-content/table-type-after-expected.txt:
        * platform/qt/editing/unsupported-content/table-type-before-expected.png:
        * platform/qt/editing/unsupported-content/table-type-before-expected.txt:

2012-07-18  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed chromium gardening, updated test expectations.

        * platform/chromium/TestExpectations:

2012-07-18  Szilard Ledan  <szledan@inf.u-szeged.hu>

        [Qt] editing/style and editing/undo tests needs update after rebaseline and new testfonts
        https://bugs.webkit.org/show_bug.cgi?id=91385

        Unreviewed rebaseline.

        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0/Skipped:
        * platform/qt/editing/style/4916887-expected.png:
        * platform/qt/editing/style/4916887-expected.txt:
        * platform/qt/editing/style/5017613-1-expected.png:
        * platform/qt/editing/style/5017613-1-expected.txt:
        * platform/qt/editing/style/5017613-2-expected.png:
        * platform/qt/editing/style/5017613-2-expected.txt:
        * platform/qt/editing/style/5046875-1-expected.png:
        * platform/qt/editing/style/5046875-1-expected.txt:
        * platform/qt/editing/style/5046875-2-expected.png:
        * platform/qt/editing/style/5046875-2-expected.txt:
        * platform/qt/editing/style/5065910-expected.png:
        * platform/qt/editing/style/5065910-expected.txt:
        * platform/qt/editing/style/5084241-expected.png:
        * platform/qt/editing/style/5084241-expected.txt:
        * platform/qt/editing/style/5228141-expected.png:
        * platform/qt/editing/style/5228141-expected.txt:
        * platform/qt/editing/style/5279521-expected.png:
        * platform/qt/editing/style/5279521-expected.txt:
        * platform/qt/editing/style/apple-style-editable-mix-expected.png:
        * platform/qt/editing/style/apple-style-editable-mix-expected.txt:
        * platform/qt/editing/style/block-style-001-expected.png:
        * platform/qt/editing/style/block-style-001-expected.txt:
        * platform/qt/editing/style/block-style-002-expected.png:
        * platform/qt/editing/style/block-style-002-expected.txt:
        * platform/qt/editing/style/block-style-003-expected.png:
        * platform/qt/editing/style/block-style-003-expected.txt:
        * platform/qt/editing/style/block-styles-007-expected.png:
        * platform/qt/editing/style/block-styles-007-expected.txt:
        * platform/qt/editing/style/create-block-for-style-001-expected.png:
        * platform/qt/editing/style/create-block-for-style-001-expected.txt:
        * platform/qt/editing/style/create-block-for-style-002-expected.png:
        * platform/qt/editing/style/create-block-for-style-002-expected.txt:
        * platform/qt/editing/style/create-block-for-style-003-expected.png:
        * platform/qt/editing/style/create-block-for-style-003-expected.txt:
        * platform/qt/editing/style/create-block-for-style-004-expected.png:
        * platform/qt/editing/style/create-block-for-style-004-expected.txt:
        * platform/qt/editing/style/create-block-for-style-005-expected.png:
        * platform/qt/editing/style/create-block-for-style-005-expected.txt:
        * platform/qt/editing/style/create-block-for-style-006-expected.png:
        * platform/qt/editing/style/create-block-for-style-006-expected.txt:
        * platform/qt/editing/style/create-block-for-style-007-expected.png:
        * platform/qt/editing/style/create-block-for-style-007-expected.txt:
        * platform/qt/editing/style/create-block-for-style-008-expected.png:
        * platform/qt/editing/style/create-block-for-style-008-expected.txt:
        * platform/qt/editing/style/create-block-for-style-009-expected.png:
        * platform/qt/editing/style/create-block-for-style-009-expected.txt:
        * platform/qt/editing/style/create-block-for-style-010-expected.png:
        * platform/qt/editing/style/create-block-for-style-010-expected.txt:
        * platform/qt/editing/style/create-block-for-style-011-expected.png:
        * platform/qt/editing/style/create-block-for-style-011-expected.txt:
        * platform/qt/editing/style/create-block-for-style-012-expected.png:
        * platform/qt/editing/style/create-block-for-style-012-expected.txt:
        * platform/qt/editing/style/create-block-for-style-013-expected.png:
        * platform/qt/editing/style/create-block-for-style-013-expected.txt:
        * platform/qt/editing/style/designmode-expected.png:
        * platform/qt/editing/style/designmode-expected.txt:
        * platform/qt/editing/style/font-family-with-space-expected.png:
        * platform/qt/editing/style/font-family-with-space-expected.txt:
        * platform/qt/editing/style/highlight-expected.png:
        * platform/qt/editing/style/highlight-expected.txt:
        * platform/qt/editing/style/relative-font-size-change-001-expected.png:
        * platform/qt/editing/style/relative-font-size-change-001-expected.txt:
        * platform/qt/editing/style/relative-font-size-change-002-expected.png:
        * platform/qt/editing/style/relative-font-size-change-002-expected.txt:
        * platform/qt/editing/style/relative-font-size-change-003-expected.png:
        * platform/qt/editing/style/relative-font-size-change-003-expected.txt:
        * platform/qt/editing/style/relative-font-size-change-004-expected.png:
        * platform/qt/editing/style/relative-font-size-change-004-expected.txt:
        * platform/qt/editing/style/smoosh-styles-001-expected.png:
        * platform/qt/editing/style/smoosh-styles-001-expected.txt:
        * platform/qt/editing/style/smoosh-styles-003-expected.png:
        * platform/qt/editing/style/smoosh-styles-003-expected.txt:
        * platform/qt/editing/style/style-3681552-fix-001-expected.png:
        * platform/qt/editing/style/style-3681552-fix-001-expected.txt:
        * platform/qt/editing/style/style-3681552-fix-002-expected.png:
        * platform/qt/editing/style/style-3681552-fix-002-expected.txt:
        * platform/qt/editing/style/style-3998892-fix-expected.png:
        * platform/qt/editing/style/style-3998892-fix-expected.txt:
        * platform/qt/editing/style/style-boundary-001-expected.png:
        * platform/qt/editing/style/style-boundary-001-expected.txt:
        * platform/qt/editing/style/style-boundary-002-expected.png:
        * platform/qt/editing/style/style-boundary-002-expected.txt:
        * platform/qt/editing/style/style-boundary-003-expected.png:
        * platform/qt/editing/style/style-boundary-003-expected.txt:
        * platform/qt/editing/style/style-boundary-004-expected.png:
        * platform/qt/editing/style/style-boundary-004-expected.txt:
        * platform/qt/editing/style/style-boundary-005-expected.png:
        * platform/qt/editing/style/style-boundary-005-expected.txt:
        * platform/qt/editing/style/table-selection-expected.png:
        * platform/qt/editing/style/table-selection-expected.txt:
        * platform/qt/editing/style/typing-style-001-expected.png:
        * platform/qt/editing/style/typing-style-001-expected.txt:
        * platform/qt/editing/style/typing-style-002-expected.png:
        * platform/qt/editing/style/typing-style-002-expected.txt:
        * platform/qt/editing/style/unbold-in-bold-expected.png:
        * platform/qt/editing/style/unbold-in-bold-expected.txt:
        * platform/qt/editing/undo/4063751-expected.png:
        * platform/qt/editing/undo/4063751-expected.txt:
        * platform/qt/editing/undo/redo-typing-001-expected.png:
        * platform/qt/editing/undo/redo-typing-001-expected.txt:
        * platform/qt/editing/undo/undo-combined-delete-boundary-expected.png:
        * platform/qt/editing/undo/undo-combined-delete-boundary-expected.txt:
        * platform/qt/editing/undo/undo-combined-delete-expected.png:
        * platform/qt/editing/undo/undo-combined-delete-expected.txt:
        * platform/qt/editing/undo/undo-delete-boundary-expected.png:
        * platform/qt/editing/undo/undo-delete-boundary-expected.txt:
        * platform/qt/editing/undo/undo-delete-expected.png:
        * platform/qt/editing/undo/undo-delete-expected.txt:
        * platform/qt/editing/undo/undo-forward-delete-boundary-expected.png:
        * platform/qt/editing/undo/undo-forward-delete-boundary-expected.txt:
        * platform/qt/editing/undo/undo-forward-delete-expected.png:
        * platform/qt/editing/undo/undo-forward-delete-expected.txt:
        * platform/qt/editing/undo/undo-typing-001-expected.png:
        * platform/qt/editing/undo/undo-typing-001-expected.txt:

2012-07-18  Balazs Kelemen  <kbalazs@webkit.org>

        Unreviewed rebaseline of compositing tests on Qt-WebKit2.

        Mark pixel tests with wrong output as failing (IMAGE) Rebaseline some pixel
        results where only scrollbar theme or antialiasing was the difference
        between actual and expected.

        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt-5.0-wk2/compositing/color-matching/image-color-matching-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/culling/clear-fixed-iframe-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/direct-image-compositing-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/geometry/fixed-in-composited-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/geometry/video-fixed-scrolling-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/masks/multiple-masks-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/masks/simple-composited-mask-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/overflow/overflow-scroll-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/self-painting-layers-expected.png: Added.

2012-07-18  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed chromium gardening, updated test expectations.

        * platform/chromium/TestExpectations:

2012-07-18  Seokju Kwon  <seokju.kwon@samsung.com>

        [EFL][DRT] Add support for Web Inspector in WebKit-EFL DRT
        https://bugs.webkit.org/show_bug.cgi?id=87935

        Reviewed by Andreas Kling.

        Remove the following tests from Skipped list.
        LayoutTests/inspector
        LayoutTests/http/test/inspector
        LayoutTests/http/test/inspector-enabled
        LayoutTests/http/tests/inspector/network/ping.html

        * platform/efl/Skipped:

2012-07-18  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed chromium gardening, unskipped tests.

        * platform/chromium/TestExpectations:

2012-07-18  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed chromium gardening, unskipped tests.
        https://bugs.webkit.org/show_bug.cgi?id=84764
        https://bugs.webkit.org/show_bug.cgi?id=84767
        https://bugs.webkit.org/show_bug.cgi?id=84768
        https://bugs.webkit.org/show_bug.cgi?id=84769
        https://bugs.webkit.org/show_bug.cgi?id=84775
        https://bugs.webkit.org/show_bug.cgi?id=84776

        * platform/chromium/TestExpectations:

2012-07-18  Mario Sanchez Prada  <msanchez@igalia.com>

        [WK2][GTK] Implement AccessibilityUIElement in WKTR for GTK
        https://bugs.webkit.org/show_bug.cgi?id=89223

        Reviewed by Chris Fleizach.

        Removed lines skipping all the accessibility tests and replace
        them with the specific ones that are still not passing, which
        are just a few now, and will hopefully get fixed later on.

        * platform/gtk-wk2/Skipped: Reduce the list of skipped tests.

        Updated two layout tests to consider nulls, something that didn't
        happen with DumpRenderTree, but that we need to check now.

        * accessibility/table-cell-spans.html: Update test.
        * accessibility/table-cells.html: Update test.

2012-07-18  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed chromium gardening, unskipped test.

        * platform/chromium/TestExpectations:

2012-07-18  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed chromium gardening, updated test expectations.

        * platform/chromium/TestExpectations:

2012-07-18  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed chromium gardening, updated test expectations.

        * platform/chromium/TestExpectations:

2012-07-18  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed chromium gardening, unskipped test.

        * platform/chromium/TestExpectations:

2012-07-18  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed chromium gardening, unskipped test.

        * platform/chromium/TestExpectations:

2012-07-18  Ryosuke Niwa  <rniwa@webkit.org>

        REGRESSION(r122345): HTMLCollection::length() sometimes returns a wrong value
        https://bugs.webkit.org/show_bug.cgi?id=91587

        Reviewed by Benjamin Poulain.

        Add a regression test. It only fails on Chromium port before the patch is applied because JSC binding code
        has a bug (?) that it always checks index > length() to throw an exception before accessing an item in HTMLCollection.

        * fast/dom/htmlcollection-length-after-item-expected.txt: Added.
        * fast/dom/htmlcollection-length-after-item.html: Added.

2012-07-18  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed chromium gardening, rebaselined tests.

        * platform/chromium-win-xp/css2.1/t100801-c544-valgn-03-d-agi-expected.png: Removed.
        * platform/chromium-win-xp/css2.1/t100801-c544-valgn-03-d-agi-expected.txt: Removed.
        * platform/chromium-win-xp/fast/inline-block/inline-block-vertical-align-expected.png: Removed.
        * platform/chromium-win-xp/fast/inline/002-expected.png: Removed.
        * platform/chromium-win/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
        * platform/chromium-win/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
        * platform/chromium-win/fast/inline-block/inline-block-vertical-align-expected.png:
        * platform/chromium-win/fast/inline/002-expected.png:
        * platform/chromium-win/fast/table/table-display-types-strict-expected.png:

2012-07-18  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt][WK2] REGRESSION(r122376): It made 68 tests flakey (TEXT PASS)
        https://bugs.webkit.org/show_bug.cgi?id=91063

        * platform/qt-5.0-wk2/Skipped: Skip one more test.
        * platform/qt/Skipped: Move a skipped test to the proper Skipped list.

2012-07-18  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skip the new failing tests.

        * platform/qt/Skipped:

2012-07-17  Kent Tamura  <tkent@chromium.org>

        Fix an assertion failure in CalendarPickerElement::hostInput().
        https://bugs.webkit.org/show_bug.cgi?id=91568

        Reviewed by Hajime Morita.

        * fast/forms/date/calendar-picker-type-change-onclick-expected.txt: Added.
        * fast/forms/date/calendar-picker-type-change-onclick.html: Added.

2012-07-17  MORITA Hajime <morrita@google.com>

        [Shadow DOM] Some distribution invalidation can drop necessary reattachment.
        https://bugs.webkit.org/show_bug.cgi?id=88843

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/content-after-style-expected.html: Added.
        * fast/dom/shadow/content-after-style.html: Added.

2012-07-17  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: Key generator state not maintained across connections
        https://bugs.webkit.org/show_bug.cgi?id=91456

        Reviewed by Tony Chang.

        Added key generator test case that spans database connections.

        * storage/indexeddb/key-generator-expected.txt:
        * storage/indexeddb/resources/key-generator.js:
        (testAcrossConnections.request.onsuccess.request.onsuccess.request.onsuccess):
        (testAcrossConnections.request.onsuccess.request.onsuccess):
        (testAcrossConnections.request.onsuccess):
        (testAcrossConnections.doFirstWrite.request.onsuccess):
        (testAcrossConnections.doFirstWrite):
        (testAcrossConnections.closeAndReopen.request.onsuccess):
        (testAcrossConnections.closeAndReopen):
        (testAcrossConnections.doSecondWrite.request.onsuccess):
        (testAcrossConnections.doSecondWrite.trans.oncomplete):
        (testAcrossConnections.doSecondWrite):

2012-07-17  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium windows rebaseline for r122883.

        * platform/chromium-win-xp/css2.1/t100801-c544-valgn-03-d-agi-expected.png: Added.
        * platform/chromium-win-xp/css2.1/t100801-c544-valgn-03-d-agi-expected.txt: Added.
        * platform/chromium-win-xp/fast/inline-block/inline-block-vertical-align-expected.png: Added.
        * platform/chromium-win-xp/fast/inline/002-expected.png:

2012-07-17  Alec Flett  <alecflett@chromium.org>

        IndexedDB: createIndex should throw INVALID_ACCESS_ERR instead of NOT_SUPPORTED_ERR
        https://bugs.webkit.org/show_bug.cgi?id=91553

        Reviewed by Tony Chang.

        Update to match IndexedDB spec.

        * storage/indexeddb/keypath-arrays-expected.txt:
        * storage/indexeddb/resources/keypath-arrays.js:
        (openSuccess.request.onsuccess):
        (openSuccess):

2012-07-17  Philip Rogers  <pdr@google.com>

        Remove entries in TestExpectations for passing non-scaling-stroke-pattern.svg
        https://bugs.webkit.org/show_bug.cgi?id=88230

        Unreviewed update of test expecatations.

        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:

2012-07-17  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium lion/snowleopard rebaseline for r122883.

        * platform/chromium-mac-snowleopard/fast/css/line-height-determined-by-primary-font-expected.png:
        * platform/chromium-mac/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
        * platform/chromium-mac/fast/block/basic/014-expected.png:
        * platform/chromium-mac/fast/inline/002-expected.png:
        * platform/chromium-mac/fast/table/table-display-types-strict-expected.png:
        * platform/chromium-mac/fast/text/international/bidi-LDB-2-CSS-expected.png:
        * platform/chromium-mac/fast/text/international/bidi-LDB-2-HTML-expected.png:
        * platform/chromium-mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.png:

2012-07-17  Roger Fong  <roger_fong@apple.com>

        Assertion failure/crash on Windows when using a font in an SVG 
        element with an unresaonbly large font size
        https://bugs.webkit.org/show_bug.cgi?id=91273
        Radar: <rdar://problem/8355401>

        Reviewed by Tim Horton.
        
        Test to make sure that having an overly large font size won't crash on Windows.

        * svg/text/font-size-too-large-crash-expected.txt: Added.
        * svg/text/font-size-too-large-crash.svg: Added.

2012-07-17  David Barr  <davidbarr@chromium.org>

        Add parsing and style application for css3-images image-orientation
        https://bugs.webkit.org/show_bug.cgi?id=89624

        Reviewed by Tony Chang.

        The css3-images module is at candidate recommendation.
        http://www.w3.org/TR/2012/CR-css3-images-20120417/#the-image-orientation

        * fast/css/image-orientation/image-orientation-expected.txt: Added.
        * fast/css/image-orientation/image-orientation.html: Added.
        * platform/chromium/TestExpectations: Skip tests until image-orientation implementation lands.
        * platform/efl/TestExpectations: Skip tests until image-orientation implementation lands.
        * platform/gtk/TestExpectations: Skip tests until image-orientation implementation lands.
        * platform/mac/TestExpectations: Skip tests until image-orientation implementation lands.
        * platform/qt/TestExpectations: Skip tests until image-orientation implementation lands.

2012-07-17  Andy Estes  <aestes@apple.com>

        Fix two mistakes I made when modifying TestExpectations.

        Apparently the MAC modifier and the FAIL result don't do what I think they do.

        * platform/mac/TestExpectations: Remove MAC and replace FAIL with IMAGE.

2012-07-17  Tony Chang  <tony@chromium.org>

        Unreviewed, optimize baselines for fast/block/float/02[68].html .

        * fast/block/float/026-expected.txt: Renamed from LayoutTests/platform/efl/fast/block/float/026-expected.txt.
        * fast/block/float/028-expected.txt: Renamed from LayoutTests/platform/efl/fast/block/float/028-expected.txt.
        * platform/chromium-mac-snowleopard/fast/block/float/026-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/fast/block/float/028-expected.txt: Removed.
        * platform/gtk/fast/block/float/026-expected.txt: Removed.
        * platform/gtk/fast/block/float/028-expected.txt: Removed.

2012-07-17  Filip Pizlo  <fpizlo@apple.com>

        [Mac] REGRESSION (r122494): Running platform/mac/plugins/root-object-premature-delete-crash.html results in a crash
        https://bugs.webkit.org/show_bug.cgi?id=91505

        Skip this test so we don't see it in the results.

        * platform/mac/Skipped:

2012-07-17  Andy Estes  <aestes@apple.com>

        [Mac] REGRESSION (r122651): fast/text/descent-clip-in-scaled-page.html fails
        https://bugs.webkit.org/show_bug.cgi?id=91552

        * platform/mac/TestExpectations: Mark the test as expected to fail.

2012-07-17  Emil A Eklund  <eae@chromium.org>

        vertical-align: middle causes overflow with subpixel layout
        https://bugs.webkit.org/show_bug.cgi?id=91464

        Reviewed by Eric Seidel.

        Add new test for vertical-align: middle and adjust existing results to
        reflect the improved alignment calculation.

        * fast/sub-pixel/vertical-align-middle-overflow-expected.txt: Added.
        * fast/sub-pixel/vertical-align-middle-overflow.html: Added.
        * platform/chromium-linux/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
        * platform/chromium-linux/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
        * platform/chromium-linux/fast/inline-block/inline-block-vertical-align-expected.png:
        * platform/chromium-linux/fast/inline/002-expected.png:
        * platform/chromium-linux/fast/table/table-display-types-strict-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug4527-expected.png:
        * platform/chromium-mac-snowleopard/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
        * platform/chromium-mac-snowleopard/fast/block/basic/014-expected.png:
        * platform/chromium-mac-snowleopard/fast/css/line-height-determined-by-primary-font-expected.png:
        * platform/chromium-mac-snowleopard/fast/inline/002-expected.png:
        * platform/chromium-mac-snowleopard/fast/table/table-display-types-strict-expected.png:
        * platform/chromium-mac-snowleopard/fast/text/international/bidi-LDB-2-CSS-expected.png:
        * platform/chromium-mac-snowleopard/fast/text/international/bidi-LDB-2-HTML-expected.png:
        * platform/chromium-mac-snowleopard/fast/text/international/bidi-LDB-2-formatting-characters-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4527-expected.png:
        * platform/chromium-mac/css1/text_properties/vertical_align-expected.txt:
        * platform/chromium-mac/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
        * platform/chromium-mac/fast/block/basic/014-expected.txt:
        * platform/chromium-mac/fast/inline-block/inline-block-vertical-align-expected.txt:
        * platform/chromium-mac/fast/text/international/bidi-LDB-2-CSS-expected.txt:
        * platform/chromium-mac/fast/text/international/bidi-LDB-2-HTML-expected.txt:
        * platform/chromium-mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.txt:
        * platform/chromium-win/css1/text_properties/vertical_align-expected.txt:
        * platform/chromium-win/fast/block/basic/014-expected.txt:
        * platform/chromium-win/fast/inline-block/inline-block-vertical-align-expected.txt:
        * platform/chromium-win/fast/inline/002-expected.txt:
        * platform/chromium-win/fast/table/table-display-types-strict-expected.txt:
        * platform/chromium-win/tables/mozilla/bugs/bug4527-expected.txt:
        * platform/mac/fast/inline/002-expected.txt:
        * platform/mac/fast/replaced/008-expected.png:
        * platform/mac/fast/table/table-display-types-strict-expected.txt:

2012-07-17  Ojan Vafai  <ojan@chromium.org>

        A couple of UI nits about the flagging feature in results.html
        https://bugs.webkit.org/show_bug.cgi?id=86798

        Reviewed by Dirk Pranke.

        -Clicking the flag unflags it now
        -There's a flag all link for each test list
        -Make the flag list always show up at the bottom of the viewport
        when there are flagged tests. This makes it both less annoying
        and easier to understand what's going on when you flag a test.
        This required wrapping all the content in a div so that we could
        make the body be a flexbox.
        * fast/harness/resources/results-test.js:
        (runSingleRowTest):
        * fast/harness/results.html:

2012-07-17  Bruno de Oliveira Abinader  <bruno.abinader@basyskom.com>

        [Qt] fast/forms tests needs update after rebaseline and new testfonts
        https://bugs.webkit.org/show_bug.cgi?id=91504

        Reviewed by Alexis Menard.

        Updated expected Qt results for most fast/forms layout tests, after testfonts changes made by bug 85203.

        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0/Skipped:
        * platform/qt-5.0/fast/forms/HTMLOptionElement_label06-expected.png:
        * platform/qt-5.0/fast/forms/HTMLOptionElement_label06-expected.txt:
        * platform/qt-5.0/fast/forms/HTMLOptionElement_label07-expected.png:
        * platform/qt-5.0/fast/forms/HTMLOptionElement_label07-expected.txt:
        * platform/qt-5.0/fast/forms/box-shadow-override-expected.png:
        * platform/qt-5.0/fast/forms/box-shadow-override-expected.txt:
        * platform/qt-5.0/fast/forms/form-element-geometry-expected.png:
        * platform/qt-5.0/fast/forms/form-element-geometry-expected.txt:
        * platform/qt-5.0/fast/forms/input-disabled-color-expected.png:
        * platform/qt-5.0/fast/forms/input-disabled-color-expected.txt:
        * platform/qt-5.0/fast/forms/listbox-bidi-align-expected.txt:
        * platform/qt-5.0/fast/forms/menulist-separator-painting-expected.txt:
        * platform/qt-5.0/fast/forms/placeholder-pseudo-style-expected.png:
        * platform/qt-5.0/fast/forms/placeholder-pseudo-style-expected.txt:
        * platform/qt-5.0/fast/forms/search-rtl-expected.png:
        * platform/qt-5.0/fast/forms/search-rtl-expected.txt:
        * platform/qt-5.0/fast/forms/select-background-none-expected.txt:
        * platform/qt-5.0/fast/forms/select-baseline-expected.png:
        * platform/qt-5.0/fast/forms/select-baseline-expected.txt:
        * platform/qt-5.0/fast/forms/selectlist-minsize-expected.txt:
        * platform/qt-5.0/fast/forms/textarea-align-expected.png:
        * platform/qt-5.0/fast/forms/textarea-align-expected.txt:
        * platform/qt-5.0/fast/forms/textarea-setinnerhtml-expected.png:
        * platform/qt-5.0/fast/forms/textarea-setinnerhtml-expected.txt:
        * platform/qt/fast/forms/003-expected.txt:
        * platform/qt/fast/forms/004-expected.txt:
        * platform/qt/fast/forms/006-expected.txt:
        * platform/qt/fast/forms/007-expected.txt:
        * platform/qt/fast/forms/HTMLOptionElement_label01-expected.txt:
        * platform/qt/fast/forms/HTMLOptionElement_label02-expected.txt:
        * platform/qt/fast/forms/HTMLOptionElement_label03-expected.txt:
        * platform/qt/fast/forms/HTMLOptionElement_label04-expected.txt:
        * platform/qt/fast/forms/HTMLOptionElement_label05-expected.txt:
        * platform/qt/fast/forms/basic-inputs-expected.png:
        * platform/qt/fast/forms/basic-inputs-expected.txt:
        * platform/qt/fast/forms/basic-selects-expected.png:
        * platform/qt/fast/forms/basic-selects-expected.txt:
        * platform/qt/fast/forms/basic-textareas-quirks-expected.png:
        * platform/qt/fast/forms/basic-textareas-quirks-expected.txt:
        * platform/qt/fast/forms/blankbuttons-expected.png:
        * platform/qt/fast/forms/blankbuttons-expected.txt:
        * platform/qt/fast/forms/button-align-expected.png:
        * platform/qt/fast/forms/button-align-expected.txt:
        * platform/qt/fast/forms/button-cannot-be-nested-expected.png:
        * platform/qt/fast/forms/button-cannot-be-nested-expected.txt:
        * platform/qt/fast/forms/button-default-title-expected.txt:
        * platform/qt/fast/forms/button-generated-content-expected.png:
        * platform/qt/fast/forms/button-generated-content-expected.txt:
        * platform/qt/fast/forms/button-inner-block-reuse-expected.png:
        * platform/qt/fast/forms/button-inner-block-reuse-expected.txt:
        * platform/qt/fast/forms/button-positioned-expected.png:
        * platform/qt/fast/forms/button-positioned-expected.txt:
        * platform/qt/fast/forms/button-sizes-expected.png:
        * platform/qt/fast/forms/button-sizes-expected.txt:
        * platform/qt/fast/forms/button-style-color-expected.png:
        * platform/qt/fast/forms/button-style-color-expected.txt:
        * platform/qt/fast/forms/button-submit-expected.txt:
        * platform/qt/fast/forms/button-table-styles-expected.png:
        * platform/qt/fast/forms/button-table-styles-expected.txt:
        * platform/qt/fast/forms/button-text-transform-expected.png:
        * platform/qt/fast/forms/button-text-transform-expected.txt:
        * platform/qt/fast/forms/caret-rtl-expected.txt:
        * platform/qt/fast/forms/control-clip-expected.txt:
        * platform/qt/fast/forms/control-clip-overflow-expected.png:
        * platform/qt/fast/forms/control-clip-overflow-expected.txt:
        * platform/qt/fast/forms/control-restrict-line-height-expected.png:
        * platform/qt/fast/forms/control-restrict-line-height-expected.txt:
        * platform/qt/fast/forms/disabled-select-change-index-expected.png:
        * platform/qt/fast/forms/disabled-select-change-index-expected.txt:
        * platform/qt/fast/forms/encoding-test-expected.png:
        * platform/qt/fast/forms/encoding-test-expected.txt:
        * platform/qt/fast/forms/fieldset-align-expected.png:
        * platform/qt/fast/forms/fieldset-align-expected.txt:
        * platform/qt/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.png:
        * platform/qt/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt:
        * platform/qt/fast/forms/fieldset-with-float-expected.txt:
        * platform/qt/fast/forms/file/file-input-direction-expected.png:
        * platform/qt/fast/forms/file/file-input-direction-expected.txt:
        * platform/qt/fast/forms/file/file-input-disabled-expected.png:
        * platform/qt/fast/forms/file/file-input-disabled-expected.txt:
        * platform/qt/fast/forms/float-before-fieldset-expected.png:
        * platform/qt/fast/forms/float-before-fieldset-expected.txt:
        * platform/qt/fast/forms/floating-textfield-relayout-expected.png:
        * platform/qt/fast/forms/floating-textfield-relayout-expected.txt:
        * platform/qt/fast/forms/form-added-to-table-expected.txt:
        * platform/qt/fast/forms/form-hides-table-expected.png:
        * platform/qt/fast/forms/form-hides-table-expected.txt:
        * platform/qt/fast/forms/form-in-malformed-markup-expected.txt:
        * platform/qt/fast/forms/formmove-expected.txt:
        * platform/qt/fast/forms/formmove2-expected.txt:
        * platform/qt/fast/forms/formmove3-expected.png:
        * platform/qt/fast/forms/formmove3-expected.txt:
        * platform/qt/fast/forms/hidden-listbox-expected.txt:
        * platform/qt/fast/forms/image-border-expected.txt:
        * platform/qt/fast/forms/indeterminate-expected.txt:
        * platform/qt/fast/forms/input-align-expected.png:
        * platform/qt/fast/forms/input-align-expected.txt:
        * platform/qt/fast/forms/input-align-image-expected.txt:
        * platform/qt/fast/forms/input-appearance-bkcolor-expected.png:
        * platform/qt/fast/forms/input-appearance-bkcolor-expected.txt:
        * platform/qt/fast/forms/input-appearance-default-bkcolor-expected.png:
        * platform/qt/fast/forms/input-appearance-default-bkcolor-expected.txt:
        * platform/qt/fast/forms/input-appearance-disabled-expected.png:
        * platform/qt/fast/forms/input-appearance-disabled-expected.txt:
        * platform/qt/fast/forms/input-appearance-focus-expected.png:
        * platform/qt/fast/forms/input-appearance-focus-expected.txt:
        * platform/qt/fast/forms/input-appearance-preventDefault-expected.png:
        * platform/qt/fast/forms/input-appearance-preventDefault-expected.txt:
        * platform/qt/fast/forms/input-appearance-readonly-expected.png:
        * platform/qt/fast/forms/input-appearance-readonly-expected.txt:
        * platform/qt/fast/forms/input-appearance-selection-expected.png:
        * platform/qt/fast/forms/input-appearance-selection-expected.txt:
        * platform/qt/fast/forms/input-appearance-visibility-expected.png:
        * platform/qt/fast/forms/input-appearance-visibility-expected.txt:
        * platform/qt/fast/forms/input-baseline-expected.png:
        * platform/qt/fast/forms/input-baseline-expected.txt:
        * platform/qt/fast/forms/input-button-sizes-expected.png:
        * platform/qt/fast/forms/input-button-sizes-expected.txt:
        * platform/qt/fast/forms/input-double-click-selection-gap-bug-expected.png:
        * platform/qt/fast/forms/input-double-click-selection-gap-bug-expected.txt:
        * platform/qt/fast/forms/input-field-text-truncated-expected.png:
        * platform/qt/fast/forms/input-field-text-truncated-expected.txt:
        * platform/qt/fast/forms/input-first-letter-expected.txt:
        * platform/qt/fast/forms/input-no-renderer-expected.txt:
        * platform/qt/fast/forms/input-placeholder-visibility-1-expected.png:
        * platform/qt/fast/forms/input-placeholder-visibility-1-expected.txt:
        * platform/qt/fast/forms/input-placeholder-visibility-3-expected.png:
        * platform/qt/fast/forms/input-placeholder-visibility-3-expected.txt:
        * platform/qt/fast/forms/input-readonly-dimmed-expected.png:
        * platform/qt/fast/forms/input-readonly-dimmed-expected.txt:
        * platform/qt/fast/forms/input-readonly-empty-expected.png:
        * platform/qt/fast/forms/input-readonly-empty-expected.txt:
        * platform/qt/fast/forms/input-spaces-expected.png:
        * platform/qt/fast/forms/input-spaces-expected.txt:
        * platform/qt/fast/forms/input-text-click-inside-expected.png:
        * platform/qt/fast/forms/input-text-click-inside-expected.txt:
        * platform/qt/fast/forms/input-text-double-click-expected.png:
        * platform/qt/fast/forms/input-text-double-click-expected.txt:
        * platform/qt/fast/forms/input-text-option-delete-expected.png:
        * platform/qt/fast/forms/input-text-option-delete-expected.txt:
        * platform/qt/fast/forms/input-text-self-emptying-click-expected.png:
        * platform/qt/fast/forms/input-text-self-emptying-click-expected.txt:
        * platform/qt/fast/forms/input-text-word-wrap-expected.png:
        * platform/qt/fast/forms/input-text-word-wrap-expected.txt:
        * platform/qt/fast/forms/input-width-expected.png:
        * platform/qt/fast/forms/input-width-expected.txt:
        * platform/qt/fast/forms/linebox-overflow-in-textarea-padding-expected.txt:
        * platform/qt/fast/forms/listbox-scrollbar-incremental-load-expected.txt:
        * platform/qt/fast/forms/menulist-clip-expected.png:
        * platform/qt/fast/forms/menulist-clip-expected.txt:
        * platform/qt/fast/forms/menulist-deselect-update-expected.txt:
        * platform/qt/fast/forms/menulist-no-overflow-expected.txt:
        * platform/qt/fast/forms/menulist-option-wrap-expected.png:
        * platform/qt/fast/forms/menulist-option-wrap-expected.txt:
        * platform/qt/fast/forms/menulist-style-color-expected.png:
        * platform/qt/fast/forms/menulist-style-color-expected.txt:
        * platform/qt/fast/forms/minWidthPercent-expected.png:
        * platform/qt/fast/forms/minWidthPercent-expected.txt:
        * platform/qt/fast/forms/negativeLineHeight-expected.png:
        * platform/qt/fast/forms/negativeLineHeight-expected.txt:
        * platform/qt/fast/forms/number/input-appearance-number-rtl-expected.png:
        * platform/qt/fast/forms/number/input-appearance-number-rtl-expected.txt:
        * platform/qt/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png:
        * platform/qt/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt:
        * platform/qt/fast/forms/number/input-appearance-spinbutton-layer-expected.png:
        * platform/qt/fast/forms/number/input-appearance-spinbutton-layer-expected.txt:
        * platform/qt/fast/forms/option-index-expected.txt:
        * platform/qt/fast/forms/option-script-expected.txt:
        * platform/qt/fast/forms/option-strip-whitespace-expected.txt:
        * platform/qt/fast/forms/option-text-clip-expected.txt:
        * platform/qt/fast/forms/placeholder-position-expected.png:
        * platform/qt/fast/forms/placeholder-position-expected.txt:
        * platform/qt/fast/forms/preserveFormDuringResidualStyle-expected.txt:
        * platform/qt/fast/forms/range/input-appearance-range-expected.png:
        * platform/qt/fast/forms/range/input-appearance-range-expected.txt:
        * platform/qt/fast/forms/range/range-thumb-height-percentage-expected.png:
        * platform/qt/fast/forms/range/range-thumb-height-percentage-expected.txt:
        * platform/qt/fast/forms/range/slider-padding-expected.png:
        * platform/qt/fast/forms/range/slider-padding-expected.txt:
        * platform/qt/fast/forms/search-cancel-button-style-sharing-expected.png:
        * platform/qt/fast/forms/search-cancel-button-style-sharing-expected.txt:
        * platform/qt/fast/forms/search-display-none-cancel-button-expected.png:
        * platform/qt/fast/forms/search-display-none-cancel-button-expected.txt:
        * platform/qt/fast/forms/search-styled-expected.png:
        * platform/qt/fast/forms/search-styled-expected.txt:
        * platform/qt/fast/forms/search-vertical-alignment-expected.png:
        * platform/qt/fast/forms/search-vertical-alignment-expected.txt:
        * platform/qt/fast/forms/select-align-expected.txt:
        * platform/qt/fast/forms/select-block-background-expected.txt:
        * platform/qt/fast/forms/select-change-listbox-size-expected.txt:
        * platform/qt/fast/forms/select-change-listbox-to-popup-expected.txt:
        * platform/qt/fast/forms/select-change-popup-to-listbox-expected.txt:
        * platform/qt/fast/forms/select-dirty-parent-pref-widths-expected.txt:
        * platform/qt/fast/forms/select-disabled-appearance-expected.txt:
        * platform/qt/fast/forms/select-display-none-style-resolve-expected.txt:
        * platform/qt/fast/forms/select-empty-option-height-expected.txt:
        * platform/qt/fast/forms/select-initial-position-expected.txt:
        * platform/qt/fast/forms/select-item-background-clip-expected.txt:
        * platform/qt/fast/forms/select-list-box-with-height-expected.txt:
        * platform/qt/fast/forms/select-listbox-multiple-no-focusring-expected.png:
        * platform/qt/fast/forms/select-listbox-multiple-no-focusring-expected.txt:
        * platform/qt/fast/forms/select-overflow-scroll-expected.png:
        * platform/qt/fast/forms/select-overflow-scroll-expected.txt:
        * platform/qt/fast/forms/select-overflow-scroll-inherited-expected.png:
        * platform/qt/fast/forms/select-overflow-scroll-inherited-expected.txt:
        * platform/qt/fast/forms/select-selected-expected.txt:
        * platform/qt/fast/forms/select-size-expected.txt:
        * platform/qt/fast/forms/select-style-expected.txt:
        * platform/qt/fast/forms/stuff-on-my-optgroup-expected.txt:
        * platform/qt/fast/forms/targeted-frame-submission-expected.png:
        * platform/qt/fast/forms/targeted-frame-submission-expected.txt:
        * platform/qt/fast/forms/text-style-color-expected.png:
        * platform/qt/fast/forms/text-style-color-expected.txt:
        * platform/qt/fast/forms/textarea-placeholder-pseudo-style-expected.png:
        * platform/qt/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
        * platform/qt/fast/forms/textarea-placeholder-visibility-1-expected.png:
        * platform/qt/fast/forms/textarea-placeholder-visibility-1-expected.txt:
        * platform/qt/fast/forms/textarea-placeholder-visibility-2-expected.png:
        * platform/qt/fast/forms/textarea-placeholder-visibility-2-expected.txt:
        * platform/qt/fast/forms/textarea-scrollbar-expected.png:
        * platform/qt/fast/forms/textarea-scrollbar-expected.txt:
        * platform/qt/fast/forms/textarea-scrolled-type-expected.png:
        * platform/qt/fast/forms/textarea-scrolled-type-expected.txt:
        * platform/qt/fast/forms/textfield-focus-ring-expected.png:
        * platform/qt/fast/forms/textfield-focus-ring-expected.txt:
        * platform/qt/fast/forms/textfield-outline-expected.png:
        * platform/qt/fast/forms/textfield-outline-expected.txt:
        * platform/qt/fast/forms/textfield-overflow-by-value-update-expected.txt:
        * platform/qt/fast/forms/textfield-overflow-expected.png:
        * platform/qt/fast/forms/textfield-overflow-expected.txt:

2012-07-17  Bruno de Oliveira Abinader  <bruno.abinader@basyskom.com>

        [Qt] svg/transforms tests needs update after rebaseline and new testfonts
        https://bugs.webkit.org/show_bug.cgi?id=91501

        Reviewed by Alexis Menard.

        Updated expected Qt results for most svg/transforms layout tests, after testfonts changes made by bug 85203.

        * platform/qt-5.0/Skipped:
        * platform/qt-5.0/svg/transforms/text-with-mask-with-svg-transform-expected.png:
        * platform/qt-5.0/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
        * platform/qt-5.0/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
        * platform/qt-5.0/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
        * platform/qt-5.0/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
        * platform/qt-5.0/svg/transforms/text-with-pattern-with-svg-transform-expected.txt:
        * platform/qt/svg/transforms/animated-path-inside-transformed-html-expected.png:
        * platform/qt/svg/transforms/animated-path-inside-transformed-html-expected.txt:
        * platform/qt/svg/transforms/svg-css-transforms-clip-path-expected.png:
        * platform/qt/svg/transforms/svg-css-transforms-clip-path-expected.txt:
        * platform/qt/svg/transforms/svg-css-transforms-expected.png:
        * platform/qt/svg/transforms/svg-css-transforms-expected.txt:

2012-07-17  Tony Chang  <tony@chromium.org>

        [chromium] Unreviewed gardening.
        Mark media/media-continues-playing-after-replace-source.html as flaky.

        * platform/chromium/TestExpectations:

2012-07-17  Ryosuke Niwa  <rniwa@webkit.org>

        invalidateNodeListCachesInAncestors walks up ancestors even when an attribute that doesn't invalidate node lists changes
        https://bugs.webkit.org/show_bug.cgi?id=91530

        Reviewed by Ojan Vafai.

        Add a regression test for invalidating HTMLFormColletion on form attribute changes. This invalidation worked before
        because we weren't properly exiting early in Node::invalidateNodeListCachesInAncestors and 
        Document::invalidateNodeListCaches invalidated all node lists regardless of the attribute type.

        * fast/forms/elements-invalidate-on-form-attribute-invalidation-expected.txt: Added.
        * fast/forms/elements-invalidate-on-form-attribute-invalidation.html: Added.

2012-07-17  Florin Malita  <fmalita@chromium.org>

        SVG getBBox does not update bound after path data change
        https://bugs.webkit.org/show_bug.cgi?id=82629

        Reviewed by Dirk Schulze.

        The bug appears to have been fixed - adding a test for it.

        * svg/custom/path-bbox-update-expected.txt: Added.
        * svg/custom/path-bbox-update.html: Added.

2012-07-17  Tony Chang  <tony@chromium.org>

        [chromium] Unreviewed gardening. Add baselines after r122861.

        * platform/chromium-mac-snowleopard/fast/block/float/026-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/block/float/026-expected.txt.
        * platform/chromium-mac-snowleopard/fast/block/float/028-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/block/float/028-expected.txt.
        * platform/chromium-mac/fast/block/float/026-expected.txt:
        * platform/chromium-mac/fast/block/float/028-expected.txt:
        * platform/chromium-mac/fast/multicol/shrink-to-column-height-for-pagination-expected.png: Added.

2012-07-17  Ojan Vafai  <ojan@chromium.org>

        results.html should handle flaky tests differently
        https://bugs.webkit.org/show_bug.cgi?id=90892

        Reviewed by Dirk Pranke.

        -Put tests that failed both runs into the main failures table.
        -Put flaky passes below the list of timeout tests.

        * fast/harness/resources/results-test.js:
        * fast/harness/results-expected.txt:
        * fast/harness/results.html:

2012-07-17  Ojan Vafai  <ojan@chromium.org>

        results.html doesn't hide the right data when not showing expected failures
        https://bugs.webkit.org/show_bug.cgi?id=90889

        Reviewed by Dirk Pranke.

        -Properly hide test lists that have no unexpected items.
        -Show the correct counts of tests in each test list when only showing unexpected.
        -Always show tests with stderr output.
        -Put tests with expected crash/timeout in the crash/timeout lists.

        * fast/harness/resources/results-test.js:
        * fast/harness/results.html:

2012-07-17  Tony Chang  <tony@chromium.org>

        [chromium] Unreviewed, remove timeout lines for tests on snowleopard that no longer apply.

        * platform/chromium/TestExpectations:

2012-07-17  Emil A Eklund  <eae@chromium.org>

        Incorrect offset used for scrollWidth/Height calculation
        https://bugs.webkit.org/show_bug.cgi?id=91461

        Reviewed by Eric Seidel.

        Add new test ensuring that a block that shouldn't have overflow doesn't
        have scrollbars.

        * fast/sub-pixel/block-with-margin-overflow-expected.html: Added.
        * fast/sub-pixel/block-with-margin-overflow.html: Added.
        * platform/chromium-win/fast/block/float/026-expected.txt:
        * platform/chromium-win/fast/block/float/028-expected.txt:
        * platform/chromium-win/fast/block/float/overhanging-tall-block-expected.txt:
        * platform/mac/fast/multicol/shrink-to-column-height-for-pagination-expected.png:
        * platform/mac/fast/multicol/shrink-to-column-height-for-pagination-expected.txt:
        Update test expectations that incorrectly had overflow.

2012-07-17  Tony Chang  <tony@chromium.org>

        [chromium] Unreviewed. Remove duplicate lines added in r122857.

        * platform/chromium/TestExpectations:

2012-07-17  Tony Chang  <tony@chromium.org>

        [chromium] Unreviewed, stop marking all editing tests as slow.
        The cause for the flakiness was determined to be hardware related.

        * platform/chromium/TestExpectations:

2012-07-17  Andy Estes  <aestes@apple.com>

        [Mac] REGRESSION (r122494): Running platform/mac/plugins/root-object-premature-delete-crash.html results in a crash
        https://bugs.webkit.org/show_bug.cgi?id=91505
        
        Unreviewed.

        * platform/mac/TestExpectations: Mark the test as expected to crash.

2012-07-17  Tony Chang  <tony@chromium.org>

        [chromium] Unreviewed gardening. These tests are in chromium's test_expectations.txt and can be rebaselined (skia change in r4600).

        * platform/chromium-linux-x86/svg/W3C-SVG-1.1/paths-data-12-t-expected.png: Removed.
        * platform/chromium-linux-x86/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt: Removed.
        * platform/chromium-linux-x86/svg/hixie/perf/001-expected.png: Removed.
        * platform/chromium-linux-x86/svg/hixie/perf/001-expected.txt:
        * platform/chromium-linux-x86/svg/hixie/perf/002-expected.png: Removed.
        * platform/chromium-linux-x86/svg/hixie/perf/002-expected.txt:
        * platform/chromium-linux/svg/W3C-SVG-1.1/paths-data-12-t-expected.png:
        * platform/chromium-linux/svg/as-background-image/svg-as-background-5-expected.png:
        * platform/chromium-linux/svg/hixie/perf/001-expected.png:
        * platform/chromium-linux/svg/hixie/perf/001-expected.txt:
        * platform/chromium-linux/svg/hixie/perf/002-expected.png:
        * platform/chromium-linux/svg/hixie/perf/002-expected.txt:
        * platform/chromium-mac-snowleopard/svg/as-background-image/svg-as-background-5-expected.png:
        * platform/chromium-mac-snowleopard/svg/hixie/perf/001-expected.png:
        * platform/chromium-mac-snowleopard/svg/hixie/perf/001-expected.txt: Copied from LayoutTests/platform/chromium-mac/svg/hixie/perf/001-expected.txt.
        * platform/chromium-mac-snowleopard/svg/hixie/perf/002-expected.png:
        * platform/chromium-mac-snowleopard/svg/hixie/perf/002-expected.txt: Copied from LayoutTests/platform/chromium-mac/svg/hixie/perf/002-expected.txt.
        * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt:
        * platform/chromium-mac/svg/as-background-image/svg-as-background-5-expected.png:
        * platform/chromium-mac/svg/hixie/perf/001-expected.png:
        * platform/chromium-mac/svg/hixie/perf/001-expected.txt:
        * platform/chromium-mac/svg/hixie/perf/002-expected.png:
        * platform/chromium-mac/svg/hixie/perf/002-expected.txt:
        * platform/chromium-win-xp/svg/hixie/perf/001-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/hixie/perf/001-expected.txt.
        * platform/chromium-win-xp/svg/hixie/perf/002-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/hixie/perf/002-expected.txt.
        * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-12-t-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt:
        * platform/chromium-win/svg/as-background-image/svg-as-background-5-expected.png:
        * platform/chromium-win/svg/hixie/perf/001-expected.png:
        * platform/chromium-win/svg/hixie/perf/001-expected.txt:
        * platform/chromium-win/svg/hixie/perf/002-expected.png:
        * platform/chromium-win/svg/hixie/perf/002-expected.txt:
        * platform/chromium/TestExpectations:

2012-07-17  Tony Chang  <tony@chromium.org>

        Unreviewed gardening.  Remove tests that have been passing consistently according to the flakiness dashboard.

        * platform/chromium/TestExpectations:

2012-07-16  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: implement search / replace in source files (behind experiment flag)
        https://bugs.webkit.org/show_bug.cgi?id=91394

        Reviewed by Vsevolod Vlasov.

        * inspector/debugger/pause-in-inline-script.html:
        * inspector/debugger/script-formatter.html:
        * inspector/debugger/source-url-comment.html:
        * inspector/editor/indentation.html:
        * inspector/editor/text-editor-line-breaks.html:
        * inspector/editor/text-editor-model.html:
        * inspector/editor/text-editor-undo-redo.html:

2012-07-17  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed chromium expectations fix.

        * platform/chromium/TestExpectations:

2012-07-17  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        [EFL] Gardening of failing tests and new passes
        https://bugs.webkit.org/show_bug.cgi?id=91479

        Unreviewed gardening.

        * platform/efl/Skipped:
        * platform/efl/TestExpectations:

2012-07-17  Bruno de Oliveira Abinader  <bruno.abinader@basyskom.com>

        [Qt] fast/box-{shadow,sizing} tests needs update after rebaseline and new testfonts
        https://bugs.webkit.org/show_bug.cgi?id=91397

        Reviewed by Simon Hausmann.

        Updated expected Qt results for most box-shadow/ and box-sizing layout tests,
        after testfonts changes made by bug 85203.

        * platform/qt-5.0/Skipped:
        * platform/qt/fast/box-shadow/basic-shadows-expected.png:
        * platform/qt/fast/box-shadow/basic-shadows-expected.txt:
        * platform/qt/fast/box-shadow/border-radius-big-expected.png:
        * platform/qt/fast/box-shadow/border-radius-big-expected.txt:
        * platform/qt/fast/box-shadow/box-shadow-radius-expected.txt:
        * platform/qt/fast/box-shadow/box-shadow-transformed-expected.png:
        * platform/qt/fast/box-shadow/box-shadow-transformed-expected.txt:
        * platform/qt/fast/box-shadow/inset-box-shadow-radius-expected.png:
        * platform/qt/fast/box-shadow/inset-box-shadow-radius-expected.txt:
        * platform/qt/fast/box-shadow/inset-box-shadows-expected.png:
        * platform/qt/fast/box-shadow/inset-box-shadows-expected.txt:
        * platform/qt/fast/box-shadow/inset-expected.png:
        * platform/qt/fast/box-shadow/inset-expected.txt:
        * platform/qt/fast/box-shadow/scaled-box-shadow-expected.png:
        * platform/qt/fast/box-shadow/scaled-box-shadow-expected.txt:
        * platform/qt/fast/box-shadow/transform-fringing-expected.png:
        * platform/qt/fast/box-shadow/transform-fringing-expected.txt:
        * platform/qt/fast/box-sizing/box-sizing-expected.png:
        * platform/qt/fast/box-sizing/box-sizing-expected.txt:
        * platform/qt/fast/box-sizing/panels-one-expected.png:
        * platform/qt/fast/box-sizing/panels-one-expected.txt:
        * platform/qt/fast/box-sizing/panels-two-expected.png:
        * platform/qt/fast/box-sizing/panels-two-expected.txt:

2012-07-17  Zoltan Horvath  <zoltan@webkit.org>

        [QT] REGRESSION (r122720): svg/filters/feSpecularLight-premultiplied.svg
        https://bugs.webkit.org/show_bug.cgi?id=91390

        Reviewed by Zoltan Herczeg.

        Fix the regression by using the proper imagetype conversion in ImageBuffer::platformTransformColorSpace.

        The test is unskipped.

        * platform/qt/Skipped:

2012-07-17  János Badics  <jbadics@inf.u-szeged.hu>

        [Qt] Unreviewed gardening after r122824.

        * platform/qt/Skipped:

2012-07-17  János Badics  <jbadics@inf.u-szeged.hu>

        [Qt] REGRESSION(r122768, r122771) - it made ~ 160 fails on WebKit2
        https://bugs.webkit.org/show_bug.cgi?id=91490

        Unreviewed gardening.

        * platform/qt-5.0-wk2/Skipped:

2012-07-16  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] platfrom/qt/editing/inserting tests needs update after test font change.
        https://bugs.webkit.org/show_bug.cgi?id=91378.

        Unreviewed rebaseline.

        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0-wk1/editing/inserting/4960120-1-expected.png: Removed.
        * platform/qt-5.0-wk1/editing/inserting/4960120-1-expected.txt: Removed.
        * platform/qt-5.0-wk1/editing/inserting/before-after-input-element-expected.png: Removed.
        * platform/qt-5.0-wk1/editing/inserting/before-after-input-element-expected.txt: Removed.
        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0/Skipped:
        * platform/qt/editing/inserting/12882-expected.png: Added.
        * platform/qt/editing/inserting/12882-expected.txt:
        * platform/qt/editing/inserting/4278698-expected.png:
        * platform/qt/editing/inserting/4278698-expected.txt:
        * platform/qt/editing/inserting/4840662-expected.png: Added.
        * platform/qt/editing/inserting/4840662-expected.txt:
        * platform/qt/editing/inserting/4875189-1-expected.png: Added.
        * platform/qt/editing/inserting/4875189-1-expected.txt:
        * platform/qt/editing/inserting/4875189-2-expected.png: Added.
        * platform/qt/editing/inserting/4875189-2-expected.txt:
        * platform/qt/editing/inserting/4959067-expected.png: Added.
        * platform/qt/editing/inserting/4959067-expected.txt:
        * platform/qt/editing/inserting/4960120-1-expected.png:
        * platform/qt/editing/inserting/4960120-1-expected.txt:
        * platform/qt/editing/inserting/4960120-2-expected.png: Added.
        * platform/qt/editing/inserting/4960120-2-expected.txt:
        * platform/qt/editing/inserting/5002441-expected.png: Added.
        * platform/qt/editing/inserting/5002441-expected.txt:
        * platform/qt/editing/inserting/5058163-1-expected.png: Added.
        * platform/qt/editing/inserting/5058163-1-expected.txt:
        * platform/qt/editing/inserting/5058163-2-expected.png: Added.
        * platform/qt/editing/inserting/5058163-2-expected.txt:
        * platform/qt/editing/inserting/5156401-2-expected.png: Added.
        * platform/qt/editing/inserting/5156401-2-expected.txt:
        * platform/qt/editing/inserting/5418891-expected.png: Added.
        * platform/qt/editing/inserting/5418891-expected.txt:
        * platform/qt/editing/inserting/5510537-expected.png: Added.
        * platform/qt/editing/inserting/5510537-expected.txt:
        * platform/qt/editing/inserting/5549929-2-expected.png: Added.
        * platform/qt/editing/inserting/5549929-2-expected.txt:
        * platform/qt/editing/inserting/5549929-3-expected.png: Added.
        * platform/qt/editing/inserting/5549929-3-expected.txt:
        * platform/qt/editing/inserting/6703873-expected.png: Added.
        * platform/qt/editing/inserting/6703873-expected.txt:
        * platform/qt/editing/inserting/before-after-input-element-expected.png:
        * platform/qt/editing/inserting/before-after-input-element-expected.txt:
        * platform/qt/editing/inserting/break-blockquote-after-delete-expected.png: Added.
        * platform/qt/editing/inserting/break-blockquote-after-delete-expected.txt:
        * platform/qt/editing/inserting/editable-html-element-expected.png:
        * platform/qt/editing/inserting/editable-html-element-expected.txt:
        * platform/qt/editing/inserting/editable-inline-element-expected.png: Added.
        * platform/qt/editing/inserting/editable-inline-element-expected.txt:
        * platform/qt/editing/inserting/edited-whitespace-1-expected.png: Added.
        * platform/qt/editing/inserting/edited-whitespace-1-expected.txt:
        * platform/qt/editing/inserting/editing-empty-divs-expected.png:
        * platform/qt/editing/inserting/editing-empty-divs-expected.txt:
        * platform/qt/editing/inserting/insert-3654864-fix-expected.txt: Removed.
        * platform/qt/editing/inserting/insert-3775316-fix-expected.png: Copied from LayoutTests/platform/qt/editing/inserting/insert-text-at-tabspan-002-expected.png.
        * platform/qt/editing/inserting/insert-3775316-fix-expected.txt:
        * platform/qt/editing/inserting/insert-3778059-fix-expected.png: Added.
        * platform/qt/editing/inserting/insert-3778059-fix-expected.txt:
        * platform/qt/editing/inserting/insert-3800346-fix-expected.png: Added.
        * platform/qt/editing/inserting/insert-3800346-fix-expected.txt:
        * platform/qt/editing/inserting/insert-3851164-fix-expected.txt: Removed.
        * platform/qt/editing/inserting/insert-after-delete-001-expected.png:
        * platform/qt/editing/inserting/insert-after-delete-001-expected.txt:
        * platform/qt/editing/inserting/insert-at-end-01-expected.png: Added.
        * platform/qt/editing/inserting/insert-at-end-01-expected.txt:
        * platform/qt/editing/inserting/insert-at-end-02-expected.png: Added.
        * platform/qt/editing/inserting/insert-at-end-02-expected.txt:
        * platform/qt/editing/inserting/insert-br-001-expected.png: Copied from LayoutTests/platform/qt/editing/inserting/insert-text-at-tabspan-002-expected.png.
        * platform/qt/editing/inserting/insert-br-001-expected.txt:
        * platform/qt/editing/inserting/insert-br-002-expected.png: Added.
        * platform/qt/editing/inserting/insert-br-002-expected.txt:
        * platform/qt/editing/inserting/insert-br-003-expected.png:
        * platform/qt/editing/inserting/insert-br-003-expected.txt:
        * platform/qt/editing/inserting/insert-br-004-expected.png: Copied from LayoutTests/platform/qt/editing/inserting/insert-3851164-fix-expected.png.
        * platform/qt/editing/inserting/insert-br-004-expected.txt:
        * platform/qt/editing/inserting/insert-br-005-expected.png: Copied from LayoutTests/platform/qt/editing/inserting/insert-text-at-tabspan-002-expected.png.
        * platform/qt/editing/inserting/insert-br-005-expected.txt:
        * platform/qt/editing/inserting/insert-br-006-expected.png:
        * platform/qt/editing/inserting/insert-br-006-expected.txt:
        * platform/qt/editing/inserting/insert-br-007-expected.png:
        * platform/qt/editing/inserting/insert-br-007-expected.txt:
        * platform/qt/editing/inserting/insert-br-008-expected.png:
        * platform/qt/editing/inserting/insert-br-008-expected.txt:
        * platform/qt/editing/inserting/insert-br-009-expected.png:
        * platform/qt/editing/inserting/insert-br-009-expected.txt:
        * platform/qt/editing/inserting/insert-br-at-tabspan-001-expected.png: Copied from LayoutTests/platform/qt/editing/inserting/insert-text-at-tabspan-002-expected.png.
        * platform/qt/editing/inserting/insert-br-at-tabspan-001-expected.txt:
        * platform/qt/editing/inserting/insert-br-at-tabspan-002-expected.png:
        * platform/qt/editing/inserting/insert-br-at-tabspan-002-expected.txt:
        * platform/qt/editing/inserting/insert-br-at-tabspan-003-expected.png:
        * platform/qt/editing/inserting/insert-br-at-tabspan-003-expected.txt:
        * platform/qt/editing/inserting/insert-br-quoted-001-expected.png: Added.
        * platform/qt/editing/inserting/insert-br-quoted-001-expected.txt:
        * platform/qt/editing/inserting/insert-br-quoted-002-expected.png: Added.
        * platform/qt/editing/inserting/insert-br-quoted-002-expected.txt:
        * platform/qt/editing/inserting/insert-br-quoted-003-expected.png: Added.
        * platform/qt/editing/inserting/insert-br-quoted-003-expected.txt:
        * platform/qt/editing/inserting/insert-br-quoted-004-expected.png: Added.
        * platform/qt/editing/inserting/insert-br-quoted-004-expected.txt:
        * platform/qt/editing/inserting/insert-br-quoted-005-expected.png: Added.
        * platform/qt/editing/inserting/insert-br-quoted-005-expected.txt:
        * platform/qt/editing/inserting/insert-br-quoted-006-expected.png: Added.
        * platform/qt/editing/inserting/insert-br-quoted-006-expected.txt:
        * platform/qt/editing/inserting/insert-div-001-expected.png: Copied from LayoutTests/platform/qt/editing/inserting/insert-text-at-tabspan-002-expected.png.
        * platform/qt/editing/inserting/insert-div-001-expected.txt:
        * platform/qt/editing/inserting/insert-div-002-expected.png: Copied from LayoutTests/platform/qt/editing/inserting/insert-text-at-tabspan-002-expected.png.
        * platform/qt/editing/inserting/insert-div-002-expected.txt:
        * platform/qt/editing/inserting/insert-div-003-expected.png:
        * platform/qt/editing/inserting/insert-div-003-expected.txt:
        * platform/qt/editing/inserting/insert-div-004-expected.png: Copied from LayoutTests/platform/qt/editing/inserting/insert-after-delete-001-expected.png.
        * platform/qt/editing/inserting/insert-div-004-expected.txt:
        * platform/qt/editing/inserting/insert-div-005-expected.png: Added.
        * platform/qt/editing/inserting/insert-div-005-expected.txt:
        * platform/qt/editing/inserting/insert-div-006-expected.png:
        * platform/qt/editing/inserting/insert-div-006-expected.txt:
        * platform/qt/editing/inserting/insert-div-007-expected.png:
        * platform/qt/editing/inserting/insert-div-007-expected.txt:
        * platform/qt/editing/inserting/insert-div-008-expected.png:
        * platform/qt/editing/inserting/insert-div-008-expected.txt:
        * platform/qt/editing/inserting/insert-div-009-expected.txt: Removed.
        * platform/qt/editing/inserting/insert-div-010-expected.txt: Removed.
        * platform/qt/editing/inserting/insert-div-011-expected.png: Added.
        * platform/qt/editing/inserting/insert-div-011-expected.txt:
        * platform/qt/editing/inserting/insert-div-012-expected.png: Added.
        * platform/qt/editing/inserting/insert-div-012-expected.txt:
        * platform/qt/editing/inserting/insert-div-013-expected.png: Added.
        * platform/qt/editing/inserting/insert-div-013-expected.txt:
        * platform/qt/editing/inserting/insert-div-014-expected.png: Added.
        * platform/qt/editing/inserting/insert-div-014-expected.txt:
        * platform/qt/editing/inserting/insert-div-015-expected.png: Added.
        * platform/qt/editing/inserting/insert-div-015-expected.txt:
        * platform/qt/editing/inserting/insert-div-016-expected.png: Added.
        * platform/qt/editing/inserting/insert-div-016-expected.txt:
        * platform/qt/editing/inserting/insert-div-017-expected.png: Added.
        * platform/qt/editing/inserting/insert-div-017-expected.txt:
        * platform/qt/editing/inserting/insert-div-018-expected.png: Added.
        * platform/qt/editing/inserting/insert-div-018-expected.txt:
        * platform/qt/editing/inserting/insert-div-019-expected.png: Added.
        * platform/qt/editing/inserting/insert-div-019-expected.txt:
        * platform/qt/editing/inserting/insert-div-020-expected.png: Added.
        * platform/qt/editing/inserting/insert-div-020-expected.txt:
        * platform/qt/editing/inserting/insert-div-022-expected.png: Added.
        * platform/qt/editing/inserting/insert-div-022-expected.txt:
        * platform/qt/editing/inserting/insert-div-023-expected.png:
        * platform/qt/editing/inserting/insert-div-023-expected.txt:
        * platform/qt/editing/inserting/insert-div-024-expected.png:
        * platform/qt/editing/inserting/insert-div-024-expected.txt:
        * platform/qt/editing/inserting/insert-div-025-expected.png:
        * platform/qt/editing/inserting/insert-div-025-expected.txt:
        * platform/qt/editing/inserting/insert-div-026-expected.png: Added.
        * platform/qt/editing/inserting/insert-div-026-expected.txt:
        * platform/qt/editing/inserting/insert-div-027-expected.png: Added.
        * platform/qt/editing/inserting/insert-div-027-expected.txt:
        * platform/qt/editing/inserting/insert-paragraph-01-expected.png: Added.
        * platform/qt/editing/inserting/insert-paragraph-01-expected.txt:
        * platform/qt/editing/inserting/insert-paragraph-02-expected.png: Added.
        * platform/qt/editing/inserting/insert-paragraph-02-expected.txt:
        * platform/qt/editing/inserting/insert-paragraph-03-expected.png: Added.
        * platform/qt/editing/inserting/insert-paragraph-03-expected.txt:
        * platform/qt/editing/inserting/insert-paragraph-04-expected.png: Added.
        * platform/qt/editing/inserting/insert-paragraph-04-expected.txt:
        * platform/qt/editing/inserting/insert-paragraph-05-expected.png: Added.
        * platform/qt/editing/inserting/insert-paragraph-05-expected.txt:
        * platform/qt/editing/inserting/insert-space-in-empty-doc-expected.png:
        * platform/qt/editing/inserting/insert-space-in-empty-doc-expected.txt:
        * platform/qt/editing/inserting/insert-tab-001-expected.png: Copied from LayoutTests/platform/qt/editing/inserting/insert-after-delete-001-expected.png.
        * platform/qt/editing/inserting/insert-tab-001-expected.txt:
        * platform/qt/editing/inserting/insert-tab-002-expected.png: Copied from LayoutTests/platform/qt/editing/inserting/insert-after-delete-001-expected.png.
        * platform/qt/editing/inserting/insert-tab-002-expected.txt:
        * platform/qt/editing/inserting/insert-tab-004-expected.png: Renamed from LayoutTests/platform/qt/editing/inserting/insert-3851164-fix-expected.png.
        * platform/qt/editing/inserting/insert-tab-004-expected.txt:
        * platform/qt/editing/inserting/insert-text-at-tabspan-001-expected.png:
        * platform/qt/editing/inserting/insert-text-at-tabspan-001-expected.txt:
        * platform/qt/editing/inserting/insert-text-at-tabspan-002-expected.png:
        * platform/qt/editing/inserting/insert-text-at-tabspan-002-expected.txt:
        * platform/qt/editing/inserting/insert-text-at-tabspan-003-expected.png: Renamed from LayoutTests/platform/qt/editing/inserting/insert-3654864-fix-expected.png.
        * platform/qt/editing/inserting/insert-text-at-tabspan-003-expected.txt:
        * platform/qt/editing/inserting/insert-text-with-newlines-expected.png:
        * platform/qt/editing/inserting/insert-text-with-newlines-expected.txt:
        * platform/qt/editing/inserting/line-break-expected.png: Added.
        * platform/qt/editing/inserting/line-break-expected.txt:
        * platform/qt/editing/inserting/multiple-lines-selected-expected.png:
        * platform/qt/editing/inserting/multiple-lines-selected-expected.txt:
        * platform/qt/editing/inserting/paragraph-separator-01-expected.png: Added.
        * platform/qt/editing/inserting/paragraph-separator-01-expected.txt:
        * platform/qt/editing/inserting/paragraph-separator-02-expected.png: Added.
        * platform/qt/editing/inserting/paragraph-separator-02-expected.txt:
        * platform/qt/editing/inserting/paragraph-separator-03-expected.png:
        * platform/qt/editing/inserting/paragraph-separator-03-expected.txt:
        * platform/qt/editing/inserting/paragraph-separator-in-table-1-expected.png: Added.
        * platform/qt/editing/inserting/paragraph-separator-in-table-1-expected.txt:
        * platform/qt/editing/inserting/paragraph-separator-in-table-2-expected.png: Added.
        * platform/qt/editing/inserting/paragraph-separator-in-table-2-expected.txt:
        * platform/qt/editing/inserting/redo-expected.png:
        * platform/qt/editing/inserting/redo-expected.txt:
        * platform/qt/editing/inserting/return-key-with-selection-001-expected.png: Added.
        * platform/qt/editing/inserting/return-key-with-selection-001-expected.txt:
        * platform/qt/editing/inserting/return-key-with-selection-002-expected.png: Added.
        * platform/qt/editing/inserting/return-key-with-selection-002-expected.txt:
        * platform/qt/editing/inserting/return-key-with-selection-003-expected.png:
        * platform/qt/editing/inserting/return-key-with-selection-003-expected.txt:
        * platform/qt/editing/inserting/typing-001-expected.png:
        * platform/qt/editing/inserting/typing-001-expected.txt:
        * platform/qt/editing/inserting/typing-002-expected.png:
        * platform/qt/editing/inserting/typing-002-expected.txt:
        * platform/qt/editing/inserting/typing-003-expected.png:
        * platform/qt/editing/inserting/typing-003-expected.txt:
        * platform/qt/editing/inserting/typing-around-br-001-expected.png:
        * platform/qt/editing/inserting/typing-around-br-001-expected.txt:
        * platform/qt/editing/inserting/typing-around-image-001-expected.png:
        * platform/qt/editing/inserting/typing-around-image-001-expected.txt:

2012-07-17  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed chromium  gardening, skipped failing test.
        https://bugs.webkit.org/show_bug.cgi?id=91477

        * platform/chromium/TestExpectations:

2012-07-17  Szilard Ledan  <szledan@inf.u-szeged.hu>

        [Qt] Unreviewed gardening after r122768 or r122771.
        https://bugs.webkit.org/show_bug.cgi?id=91476

        * platform/qt/Skipped:

2012-07-17  János Badics  <jbadics@inf.u-szeged.hu>

        [Qt] Unreviewed gardening after 122816. Skipped fast/dom/shadow/shadowdom-for-media.html
        because ENABLE(SHADOW_DOM) is disabled on Qt.

        * platform/qt/Skipped:

2012-07-17  Shinya Kawanaka  <shinyak@chromium.org>

        [Regression] Infinite loop in document.elementFromPoint
        https://bugs.webkit.org/show_bug.cgi?id=90820

        Reviewed by Nikolas Zimmermann.

        * svg/hittest/svg-use-element-from-point-expected.txt: Added.
        * svg/hittest/svg-use-element-from-point.html: Added.

2012-07-17  Shinya Kawanaka  <shinyak@chromium.org>

        Shadow DOM for img element
        https://bugs.webkit.org/show_bug.cgi?id=90532

        Reviewed by Hajime Morita.

        Contains the following test cases.
        (1) ShadowDOM is attached to an img element and use a shadow element
        (2) ShadowDOM is attached to an img element and use a content element
        (3) width and height are specified
        (4) src attribute is dynamically changed
        (5) multiple ShadowDOMs are attached to an img element
        (6) ShadowDOM is attached to an img element in Shadow DOM
        (7) event retargetting
        (8) img with display: none, display: inline, display: block
        (9) image map
        (10) alt text
        (11) alt text with dynamic update

        * fast/dom/shadow/shadowdom-for-image-alt-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-image-alt-update-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-image-alt-update.html: Added.
        * fast/dom/shadow/shadowdom-for-image-alt.html: Added.
        * fast/dom/shadow/shadowdom-for-image-content-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-image-content.html: Added.
        * fast/dom/shadow/shadowdom-for-image-dynamic-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-image-dynamic.html: Added.
        * fast/dom/shadow/shadowdom-for-image-event-click-expected.txt: Added.
        * fast/dom/shadow/shadowdom-for-image-event-click.html: Added.
        * fast/dom/shadow/shadowdom-for-image-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-image-in-shadowdom-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-image-in-shadowdom.html: Added.
        * fast/dom/shadow/shadowdom-for-image-map-expected.txt: Added.
        * fast/dom/shadow/shadowdom-for-image-map.html: Added.
        * fast/dom/shadow/shadowdom-for-image-style-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-image-style.html: Added.
        * fast/dom/shadow/shadowdom-for-image-with-multiple-shadow-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-image-with-multiple-shadow.html: Added.
        * fast/dom/shadow/shadowdom-for-image-with-width-and-height-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-image-with-width-and-height.html: Added.
        * fast/dom/shadow/shadowdom-for-image.html: Added.

2012-07-17  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed chromium tests rebaselines after r122791.

        * platform/chromium-win/platform/chromium/compositing/scrollbars/custom-composited-different-track-parts-expected.png:
        * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-expected.png:
        * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
        * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:

2012-07-17  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed chromium tests rebaselines after r122785.

        * platform/chromium-linux-x86/fast/borders/border-image-scaled-gradient-expected.png: Added.
        * platform/chromium-linux-x86/fast/reflections/reflection-with-zoom-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/reflections/reflection-with-zoom-expected.png.
        * platform/chromium-linux/fast/borders/border-image-scaled-gradient-expected.png:
        * platform/chromium-linux/fast/css/transformed-mask-expected.png:
        * platform/chromium-linux/fast/gradients/css3-linear-angle-gradients-expected.png:
        * platform/chromium-linux/fast/gradients/css3-linear-right-angle-gradients-expected.png:
        * platform/chromium-linux/fast/gradients/css3-radial-gradients-expected.png:
        * platform/chromium-linux/fast/gradients/css3-radial-gradients2-expected.png:
        * platform/chromium-linux/fast/gradients/css3-repeating-linear-gradients-expected.png:
        * platform/chromium-linux/fast/gradients/css3-repeating-radial-gradients-expected.png:
        * platform/chromium-linux/fast/reflections/reflection-with-zoom-expected.png:
        * platform/chromium-mac-snowleopard/fast/borders/border-image-scaled-gradient-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/css/transformed-mask-expected.png:
        * platform/chromium-mac-snowleopard/fast/reflections/reflection-with-zoom-expected.png:
        * platform/chromium-mac/fast/borders/border-image-scaled-gradient-expected.png:
        * platform/chromium-mac/fast/css/transformed-mask-expected.png:
        * platform/chromium-mac/fast/gradients/border-image-gradient-sides-and-corners-expected.png:
        * platform/chromium-mac/fast/gradients/css3-linear-angle-gradients-expected.png:
        * platform/chromium-mac/fast/gradients/css3-linear-right-angle-gradients-expected.png:
        * platform/chromium-mac/fast/gradients/css3-radial-gradients-expected.png:
        * platform/chromium-mac/fast/gradients/css3-repeating-linear-gradients-expected.png:
        * platform/chromium-mac/fast/gradients/css3-repeating-radial-gradients-expected.png:
        * platform/chromium-mac/fast/reflections/reflection-with-zoom-expected.png:
        * platform/chromium-win-xp/fast/borders/border-image-scaled-gradient-expected.png: Added.
        * platform/chromium-win-xp/fast/reflections/reflection-with-zoom-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/reflections/reflection-with-zoom-expected.png.
        * platform/chromium-win/fast/borders/border-image-scaled-gradient-expected.png:
        * platform/chromium-win/fast/css/transformed-mask-expected.png:
        * platform/chromium-win/fast/gradients/border-image-gradient-sides-and-corners-expected.png:
        * platform/chromium-win/fast/gradients/css3-linear-angle-gradients-expected.png:
        * platform/chromium-win/fast/gradients/css3-linear-right-angle-gradients-expected.png:
        * platform/chromium-win/fast/gradients/css3-radial-gradients-expected.png:
        * platform/chromium-win/fast/gradients/gradient-after-transparent-border-expected.png:
        * platform/chromium-win/fast/reflections/reflection-with-zoom-expected.png:

2012-07-17  Shinya Kawanaka  <shinyak@chromium.org>

        HTMLMediaElement should not use Element::ensureShadowRoot()
        https://bugs.webkit.org/show_bug.cgi?id=77936

        Reviewed by Hajime Morita.

        Adding Shadow DOM to a video element and an audio element is allowed now.

        * fast/dom/shadow/shadow-disable-expected.txt:
        * fast/dom/shadow/shadow-disable.html:
        * fast/dom/shadow/shadowdom-for-media-expected.txt: Added.
        * fast/dom/shadow/shadowdom-for-media.html: Added.

2012-07-17  Yoshifumi Inoue  <yosin@chromium.org>

        [Forms] Test expectations of datetime/datetime-local/time should not contain milliseconds when they aren't expected
        https://bugs.webkit.org/show_bug.cgi?id=91469

        Reviewed by Kent Tamura.

        This patch gets rid of unexpected millisecond strings from both test
        cases and expected text.

        This is adaptation of behavior change caused by r119948, introducing
        decimal arithmetic, which corrected the expression step mod 1000 used
        in BaseDateAndTimeInputType::serialize for checking adding milliseconds
        or not, which converts internal date time representation into string.

        Before r119948, we used fmod(step, 1000) for this. However, it doesn't
        return mathematically correct value when quotient is very large, e.g.
        fmod(3.40282346e+38, 1000) returns 616 on x86 linux, although we
        expect that it is 0.

        * fast/forms/datetime/datetime-stepup-stepdown-from-renderer-expected.txt: Get rid of millig seconds for big step value tests.
        * fast/forms/datetime/datetime-stepup-stepdown-from-renderer.html: ditto.
        * fast/forms/datetimelocal/datetimelocal-stepup-stepdown-from-renderer-expected.txt: ditto.
        * fast/forms/datetimelocal/datetimelocal-stepup-stepdown-from-renderer.html: ditto.
        * fast/forms/time/time-stepup-stepdown-from-renderer-expected.txt: Get rid of millig seconds for a big step value test and expected value's fractinal second is zero.
        * fast/forms/time/time-stepup-stepdown-from-renderer.html: ditto.

2012-07-17  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        * platform/qt/Skipped:
        * platform/qt/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.txt: Added.

2012-07-16  Pete Williamson  <petewil@google.com>

        Add some new unit tests to test the favicon changing dynamically
        https://bugs.webkit.org/show_bug.cgi?id=88665

        Reviewed by Kent Tamura.

        * fast/dom/icon-url-change-expected.txt: Added.
        * fast/dom/icon-url-change.html: Added a new test for changing the favicon dynamically
        * fast/dom/icon-url-list-expected.txt: Added.
        * fast/dom/icon-url-list.html: Added a new test for multiple favicons in the HTML header
        * fast/dom/icon-url-property-expected.txt: update unit test expectations
        * fast/dom/icon-url-property.html: update and enable existing favicon test
        * platform/chromium/TestExpectations: reenable the url-property test

2012-07-16  Kiran Muppala  <cmuppala@apple.com>

        REGRESSION: RenderInline::absoluteQuads produces incorrect results for fixed position.
        https://bugs.webkit.org/show_bug.cgi?id=91451

        Reviewed by Simon Fraser.

        Add a regression test for boundingBox of an inline element with fixed position.

        * fast/inline/inline-fixed-position-boundingbox-expected.txt: Added.
        * fast/inline/inline-fixed-position-boundingbox.html: Added.

2012-07-16  Hayato Ito  <hayato@chromium.org>

        Some events should be always stopped at shadow boundary.
        https://bugs.webkit.org/show_bug.cgi?id=90436

        Reviewed by Ryosuke Niwa.

        * fast/dom/shadow/events-stopped-at-shadow-boundary-expected.txt: Added.
        * fast/dom/shadow/events-stopped-at-shadow-boundary.html: Added.

2012-07-16  Ryuan Choi  <ryuan.choi@samsung.com>

        [EFL][DRT] Implement dumpFrameScrollPosition
        https://bugs.webkit.org/show_bug.cgi?id=87638

        Reviewed by Hajime Morita.

        Updated expected results to dump scrolled position.

        * platform/efl/compositing/geometry/fixed-in-composited-expected.txt:
        * platform/efl/compositing/geometry/horizontal-scroll-composited-expected.txt:
        * platform/efl/compositing/geometry/video-fixed-scrolling-expected.txt:
        * platform/efl/compositing/overflow/fixed-position-ancestor-clip-expected.txt:
        * platform/efl/css2.1/20110323/abspos-containing-block-initial-001-expected.txt:
        * platform/efl/fast/block/positioning/rtl-fixed-positioning-expected.txt:
        * platform/efl/fast/block/positioning/vertical-rl/fixed-positioning-expected.txt:
        * platform/efl/fast/dom/focus-contenteditable-expected.txt:
        * platform/efl/fast/dom/scroll-reveal-left-overflow-expected.txt:
        * platform/efl/fast/dom/scroll-reveal-top-overflow-expected.txt:
        * platform/efl/fast/dynamic/anchor-lock-expected.txt:
        * platform/efl/fast/events/autoscroll-expected.txt:
        * platform/efl/fast/events/reveal-link-when-focused-expected.txt:
        * platform/efl/fast/layers/scroll-rect-to-visible-expected.txt:
        * platform/efl/fast/multicol/scrolling-overflow-expected.txt: Added.
        * platform/efl/fast/overflow/clip-rects-fixed-ancestor-expected.txt: Added.
        * platform/efl/fast/overflow/overflow_hidden-expected.txt:
        * platform/efl/fast/overflow/position-fixed-transform-clipping-expected.txt:
        * platform/efl/fast/overflow/scrollRevealButton-expected.txt:
        * platform/efl/fast/repaint/fixed-child-move-after-scroll-expected.txt:
        * platform/efl/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.txt:
        * platform/efl/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.txt:
        * platform/efl/fast/repaint/fixed-expected.txt:
        * platform/efl/fast/repaint/fixed-move-after-scroll-expected.txt:
        * platform/efl/fast/repaint/fixed-tranformed-expected.txt:
        * platform/efl/fast/repaint/repaint-during-scroll-expected.txt:
        * platform/efl/http/tests/navigation/postredirect-goback1-expected.txt:
        * platform/efl/transforms/2d/transform-fixed-container-expected.txt:

2012-07-16  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium mac rebaseline of fast/text/textIteratorNilRenderer for r122769.

        * platform/chromium-mac-snowleopard/fast/text/textIteratorNilRenderer-expected.png:
        * platform/chromium-mac/fast/text/textIteratorNilRenderer-expected.png:

2012-07-16  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium mac/win rebaseline for r122769.

        * platform/chromium-mac-snowleopard/css1/basic/inheritance-expected.png:
        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
        * 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/bug18359-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug24200-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug28928-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug73321-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
        * 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-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug24200-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug73321-expected.png:
        * platform/chromium-win-xp/css1: Removed.
        * platform/chromium-win-xp/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
        * platform/chromium-win-xp/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
        * platform/chromium-win/css1/basic/inheritance-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
        * 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-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug73321-expected.png:

2012-07-16  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: Implement spec updates to IDBTransaction.error
        https://bugs.webkit.org/show_bug.cgi?id=91409

        Reviewed by Tony Chang.

        Update transaction-abort test to accomodate refinements in the spec around
        IDBTransaction.error and add a dedicated test to exercise all spec behavior 
        for the property.

        * storage/indexeddb/resources/transaction-abort.js:
        (startTest):
        (firstAdd):
        (secondAdd):
        (transactionAborted):
        * storage/indexeddb/resources/transaction-error.js: Added.
        (test.request.onsuccess.request.onsuccess.request.onsuccess):
        (test.request.onsuccess.request.onsuccess):
        (test.request.onsuccess):
        (test):
        (startTest.trans.onabort):
        (startTest):
        (testErrorFromRequest.request.onerror):
        (testErrorFromRequest.trans.onabort):
        (testErrorFromRequest):
        (testErrorFromException.request.onerror):
        (testErrorFromException.trans.onabort):
        (testErrorFromException):
        * storage/indexeddb/transaction-abort-expected.txt:
        * storage/indexeddb/transaction-error-expected.txt: Added.
        * storage/indexeddb/transaction-error.html: Added.

2012-07-16  W. James MacLean  <wjmaclean@chromium.org>

        [chromium] Unreviewed gardening. Layout Test plugins/embed-attributes-style.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=91445

        Started failing around r122770

        * platform/chromium/TestExpectations:

2012-07-16  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: Resolve test and IDL FIXMEs for a handful of landed patches
        https://bugs.webkit.org/show_bug.cgi?id=91423

        Reviewed by Tony Chang.

        Resolve a couple of test-only FIXMEs: range deletion is now supported and
        empty transactions commit.

        * storage/indexeddb/key-generator-expected.txt:
        * storage/indexeddb/resources/database-closepending-flag.js:
        (testDatabaseClosingSteps): Don't need a dummy request to keep transaction alive.
        * storage/indexeddb/resources/key-generator.js: Can test a range delete now.

2012-07-16  Bear Travis  <betravis@adobe.com>

        Resolve CSS Exclusions shapeInside, shapeOutside properties to Length based WrapShape classes
        https://bugs.webkit.org/show_bug.cgi?id=89670

        Reviewed by Dirk Schulze.

        Test that wrap shapes accept different length types
        Wrap shape parsing and serialization is tested by parsing-wrap-shape-inside/outside

        * fast/exclusions/parsing-wrap-shape-lengths-expected.txt: Added.
        * fast/exclusions/parsing-wrap-shape-lengths.html: Added.

2012-07-16  Ojan Vafai  <ojan@chromium.org>

        [chromium] Assign some bug numbers to failing tests.
        * platform/chromium/TestExpectations:

2012-07-16  Simon Fraser  <simon.fraser@apple.com>

        Fix compositing layers in columns when in paginated mode
        https://bugs.webkit.org/show_bug.cgi?id=91425

        Reviewed by Dave Hyatt.

        Testcase with a composited layer in a paginated document,
        that dumps layers.

        * compositing/columns/composited-in-paginated-expected.txt: Added.
        * compositing/columns/composited-in-paginated.html: Added.

2012-07-16  Emil A Eklund  <eae@chromium.org>

        Inconsistent rounding in table layout causes background color to bleed through
        https://bugs.webkit.org/show_bug.cgi?id=91410

        Reviewed by Eric Seidel.

        Add test to ensure that the table background color doesn't bleed through
        when the table and a cell are positioned on a subpixel bound.

        * fast/sub-pixel/table-rows-no-gaps-expected.html: Added.
        * fast/sub-pixel/table-rows-no-gaps.html: Added.
        * platform/chromium-linux/css1/basic/inheritance-expected.png:
        * platform/chromium-linux/plugins/embed-attributes-style-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug73321-expected.png:
        Updated expectations to match new rounding logic. The new results better
        match the rendering prior to turning on subpixel layout.
        
        * platform/efl/Skipped:
        * platform/mac-lion/Skipped:
        * platform/mac-snowleopard/Skipped:
        * platform/mac-wk2/Skipped:
        * platform/mac/Skipped:
        * platform/qt-4.8/Skipped:
        * platform/qt/Skipped:
        * platform/win-wk2/Skipped:
        * platform/win-xp/Skipped:
        * platform/win/Skipped:
        * platform/wincairo/Skipped:
        * platform/wk2/Skipped:
        Mark new test as skipped on platforms that have not enabled subpixel
        layout.

2012-07-16  W. James MacLean  <wjmaclean@chromium.org>

        [chromium] Unreviewed gardening. Layout Test svg/W3C-SVG-1.1/animate-elem-39-t.svg is flaky
        https://bugs.webkit.org/show_bug.cgi?id=91421

        This test is flaky (crashing) on the Win7 bot and has been for some time.

        * platform/chromium/TestExpectations:

2012-07-16  Beth Dakin  <bdakin@apple.com>

        https://bugs.webkit.org/show_bug.cgi?id=91299
        Paginated views should restrict available height to column height
        -and corresponding-
        <rdar://problem/11152108>

        Reviewed by Dan Bernstein.

        New test.
        * fast/multicol/resources/big-green.png: Added.
        * fast/multicol/shrink-to-column-height-for-pagination.html: Added.
        * platform/mac/fast/multicol/shrink-to-column-height-for-pagination-expected.png: Added.
        * platform/mac/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Added.

2012-07-16  Vincent Scheib  <scheib@chromium.org>

        Fix Layout Test pointer-lock/locked-element-removed-from-dom.html flakiness.
        https://bugs.webkit.org/show_bug.cgi?id=91373

        Reviewed by Adrienne Walker.

        pointer-lock-test-harness corrected to no longer silently allow too many
        asynchronous doNextStep calls in a test. The locked-element-removed-from-dom test
        generated too many events and incorrectly exited the test early.

        * platform/chromium/TestExpectations:
            Re-enabled locked-element-removed-from-dom test.html
        * pointer-lock/locked-element-removed-from-dom.html:
            Absorb extra doNextStep.
        * pointer-lock/resources/pointer-lock-test-harness.js:
        (doNextStep.setTimeout):
            Fail tests that call doNextStep too many times.

2012-07-16  Florin Malita  <fmalita@chromium.org>

        SVGAnimationElement::currentValuesForValuesAnimation crash
        https://bugs.webkit.org/show_bug.cgi?id=91326

        Reviewed by Simon Fraser.

        SVGSMILElement::progress() assumes that seekToIntervalCorrespondingToTime() always
        lands inside a defined interval, but one can force arbitrary time offsets using
        setCurrentTime(). This patch adds logic for handling non-interval time offsets
        gracefully.

        * svg/animations/smil-setcurrenttime-crash-expected.txt: Added.
        * svg/animations/smil-setcurrenttime-crash.svg: Added.

2012-07-16  W. James MacLean  <wjmaclean@chromium.org>

        [chromium] Unreviewed gardening. Layout Test fast/frames/calculate-fixed.html is flaky
        https://bugs.webkit.org/show_bug.cgi?id=91415

        Has been intermittently failing TEXT since at least r122699.

        * platform/chromium/TestExpectations:

2012-07-16  Ojan Vafai  <ojan@chromium.org>

        Cleanup a bunch of invalid BUG* lines. Rebaseline tests that were straightfoward
        rebaselines and update the expectations to match what's actually happening on the bots.

        * platform/chromium-linux/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
        * platform/chromium-linux/http/tests/misc/slow-loading-image-in-pattern-expected.png:
        * platform/chromium-mac-snowleopard/fast/backgrounds/solid-color-context-restore-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/reflections/inline-crash-expected.png: Added.
        * platform/chromium-mac-snowleopard/http/tests/misc/slow-loading-image-in-pattern-expected.png: Added.
        * platform/chromium-mac/fast/backgrounds/solid-color-context-restore-expected.png: Added.
        * platform/chromium-mac/fast/reflections/inline-crash-expected.png: Added.
        * platform/chromium-mac/http/tests/misc/slow-loading-image-in-pattern-expected.png: Added.
        * platform/chromium-mac/transforms/2d/zoom-menulist-expected.png: Added.
        * platform/chromium-win/http/tests/misc/slow-loading-image-in-pattern-expected.png:
        * platform/chromium/TestExpectations:
        * platform/gtk/TestExpectations:

2012-07-16  Tony Chang  <tony@chromium.org>

        Position grid items by row/column index
        https://bugs.webkit.org/show_bug.cgi?id=91293

        Reviewed by Ojan Vafai.

        Add a test for grid layout in each writing mode direction.  The height in vertical writing mode is incorrect for now.

        * fast/css-grid-layout/containing-block-grids-expected.html: Scope <p> around text only.
        * fast/css-grid-layout/containing-block-grids.html: Fix missing closing </div>.
        * fast/css-grid-layout/place-cell-by-index-expected.txt: Added.
        * fast/css-grid-layout/place-cell-by-index.html: Added.

2012-07-16  Mike West  <mkwst@chromium.org>

        Invalid `script-nonce` directives should block script execution.
        https://bugs.webkit.org/show_bug.cgi?id=91353

        Reviewed by Adam Barth.

        * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-badnonce-expected.txt: Removed.
        * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-badnonce.html: Removed.
        * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-emptynonce-expected.txt: Removed.
        * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-emptynonce.html: Removed.
            Replaced these two tests with the following.
        * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-invalidnonce-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-invalidnonce.html: Added.
            This tests variously invalid nonces to ensure they block execution.

2012-07-16  W. James MacLean  <wjmaclean@chromium.org>

        [chromium] Unreviewed gardening. Layout Test storage/indexeddb/cursor-update-value-argument-required.html is flaky
        https://bugs.webkit.org/show_bug.cgi?id=91403

        This test crashes occasionally, not sure how long it has been flaky.

        * platform/chromium/TestExpectations:

2012-07-16  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] platform/qt/editing/execCommand tests update after the font change.
        https://bugs.webkit.org/show_bug.cgi?id=91246.

        Unreviewed rebaseline.

        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0/Skipped:
        * platform/qt/editing/execCommand/4580583-1-expected.png:
        * platform/qt/editing/execCommand/4580583-1-expected.txt:
        * platform/qt/editing/execCommand/4580583-2-expected.png:
        * platform/qt/editing/execCommand/4580583-2-expected.txt:
        * platform/qt/editing/execCommand/4641880-1-expected.png:
        * platform/qt/editing/execCommand/4641880-1-expected.txt:
        * platform/qt/editing/execCommand/4641880-2-expected.png:
        * platform/qt/editing/execCommand/4641880-2-expected.txt:
        * platform/qt/editing/execCommand/4747450-expected.png:
        * platform/qt/editing/execCommand/4747450-expected.txt:
        * platform/qt/editing/execCommand/4916402-expected.png:
        * platform/qt/editing/execCommand/4916402-expected.txt:
        * platform/qt/editing/execCommand/4916541-expected.png:
        * platform/qt/editing/execCommand/4916541-expected.txt:
        * platform/qt/editing/execCommand/4924441-expected.png:
        * platform/qt/editing/execCommand/4924441-expected.txt:
        * platform/qt/editing/execCommand/5080333-1-expected.png:
        * platform/qt/editing/execCommand/5080333-1-expected.txt:
        * platform/qt/editing/execCommand/5080333-2-expected.png:
        * platform/qt/editing/execCommand/5080333-2-expected.txt:
        * platform/qt/editing/execCommand/5136770-expected.png:
        * platform/qt/editing/execCommand/5136770-expected.txt:
        * platform/qt/editing/execCommand/5138441-expected.png:
        * platform/qt/editing/execCommand/5138441-expected.txt:
        * platform/qt/editing/execCommand/5142012-1-expected.png:
        * platform/qt/editing/execCommand/5142012-1-expected.txt:
        * platform/qt/editing/execCommand/5142012-2-expected.png:
        * platform/qt/editing/execCommand/5142012-2-expected.txt:
        * platform/qt/editing/execCommand/5190926-expected.png:
        * platform/qt/editing/execCommand/5190926-expected.txt:
        * platform/qt/editing/execCommand/5481523-expected.png:
        * platform/qt/editing/execCommand/5481523-expected.txt:
        * platform/qt/editing/execCommand/5482023-expected.png:
        * platform/qt/editing/execCommand/5482023-expected.txt:
        * platform/qt/editing/execCommand/5569741-expected.png:
        * platform/qt/editing/execCommand/5569741-expected.txt:
        * platform/qt/editing/execCommand/create-list-with-hr-expected.png:
        * platform/qt/editing/execCommand/create-list-with-hr-expected.txt:
        * platform/qt/editing/execCommand/find-after-replace-expected.png:
        * platform/qt/editing/execCommand/find-after-replace-expected.txt:
        * platform/qt/editing/execCommand/findString-2-expected.png:
        * platform/qt/editing/execCommand/findString-2-expected.txt:
        * platform/qt/editing/execCommand/findString-expected.png:
        * platform/qt/editing/execCommand/findString-expected.txt:
        * platform/qt/editing/execCommand/format-block-with-trailing-br-expected.png:
        * platform/qt/editing/execCommand/format-block-with-trailing-br-expected.txt:
        * platform/qt/editing/execCommand/indent-empty-root-expected.png:
        * platform/qt/editing/execCommand/indent-empty-root-expected.txt:
        * platform/qt/editing/execCommand/indent-list-item-expected.png:
        * platform/qt/editing/execCommand/indent-list-item-expected.txt:
        * platform/qt/editing/execCommand/indent-selection-expected.png:
        * platform/qt/editing/execCommand/indent-selection-expected.txt:
        * platform/qt/editing/execCommand/insert-list-and-stitch-expected.png:
        * platform/qt/editing/execCommand/insert-list-and-stitch-expected.txt:
        * platform/qt/editing/execCommand/insertHorizontalRule-expected.png:
        * platform/qt/editing/execCommand/insertHorizontalRule-expected.txt:
        * platform/qt/editing/execCommand/insertImage-expected.png:
        * platform/qt/editing/execCommand/insertImage-expected.txt:
        * platform/qt/editing/execCommand/nsresponder-indent-expected.png:
        * platform/qt/editing/execCommand/nsresponder-indent-expected.txt:
        * platform/qt/editing/execCommand/nsresponder-outdent-expected.png:
        * platform/qt/editing/execCommand/nsresponder-outdent-expected.txt:
        * platform/qt/editing/execCommand/paste-1-expected.png:
        * platform/qt/editing/execCommand/paste-1-expected.txt:
        * platform/qt/editing/execCommand/paste-2-expected.png:
        * platform/qt/editing/execCommand/paste-2-expected.txt:
        * platform/qt/editing/execCommand/print-expected.png:
        * platform/qt/editing/execCommand/print-expected.txt:
        * platform/qt/editing/execCommand/remove-list-from-range-selection-expected.png:
        * platform/qt/editing/execCommand/remove-list-from-range-selection-expected.txt:
        * platform/qt/editing/execCommand/remove-list-item-1-expected.png:
        * platform/qt/editing/execCommand/remove-list-item-1-expected.txt:
        * platform/qt/editing/execCommand/selectAll-expected.png:
        * platform/qt/editing/execCommand/selectAll-expected.txt:

2012-07-16  Adam Barth  <abarth@webkit.org>

        jquery/manipulation.html times out in release too.

        * platform/chromium/TestExpectations:

2012-07-16  Balazs Kelemen  <kbalazs@webkit.org>

        [Qt] remaining compositing tests after rebaseline for new testfonts
        https://bugs.webkit.org/show_bug.cgi?id=91377

        Unreviewed rebaseline.

        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0-wk2/compositing/overflow/theme-affects-visual-overflow-expected.txt: Removed.
        * platform/qt/compositing/backing/no-backing-for-clip-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/backing/no-backing-for-clip-expected.txt.
        * platform/qt/compositing/backing/no-backing-for-clip-overlap-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/backing/no-backing-for-clip-overlap-expected.txt.
        * platform/qt/compositing/backing/no-backing-for-perspective-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/backing/no-backing-for-perspective-expected.txt.
        * platform/qt/compositing/geometry/composited-html-size-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/geometry/composited-html-size-expected.png.
        * platform/qt/compositing/geometry/composited-html-size-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/geometry/composited-html-size-expected.txt.
        * platform/qt/compositing/geometry/composited-in-columns-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/geometry/composited-in-columns-expected.txt.
        * platform/qt/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.png.
        * platform/qt/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.txt.
        * platform/qt/compositing/geometry/object-clip-rects-assertion-expected.txt: Added.
        * platform/qt/compositing/geometry/preserve-3d-switching-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/geometry/preserve-3d-switching-expected.txt.
        * platform/qt/compositing/iframes/composited-iframe-scroll-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.png.
        * platform/qt/compositing/iframes/composited-iframe-scroll-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/iframes/composited-iframe-scroll-expected.txt.
        * platform/qt/compositing/iframes/iframe-content-flipping-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/geometry/composited-html-size-expected.png.
        * platform/qt/compositing/iframes/iframe-content-flipping-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/iframes/iframe-content-flipping-expected.txt.
        * platform/qt/compositing/iframes/invisible-nested-iframe-show-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/iframes/invisible-nested-iframe-show-expected.txt.
        * platform/qt/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt.
        * platform/qt/compositing/overflow/theme-affects-visual-overflow-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/overflow/theme-affects-visual-overflow-expected.png.
        * platform/qt/compositing/overflow/theme-affects-visual-overflow-expected.txt: Added.

2012-07-16  Mike Reed  <reed@google.com>

        Update expectations : rebaseline images after skia 4600 lands
        https://bugs.webkit.org/show_bug.cgi?id=91392

        Reviewed by NOBODY : expectations change only


        * platform/chromium/TestExpectations:

2012-07-16  Zoltan Horvath  <zoltan@webkit.org>

        [Qt] REGRESSION (r122720): svg/filters/feSpecularLight-premultiplied.svg
        https://bugs.webkit.org/show_bug.cgi?id=91390

        Unreviewed gardening.

        Skip until proper fix.

        * platform/qt/Skipped: Add the test to the skiplist

2012-07-16  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Fix TestExpectations after r122718.

        * platform/qt/TestExpectations:

2012-07-16  Balazs Kelemen  <kbalazs@webkit.org>

        [Qt] compositing tests need rebaseline with new testfonts
        https://bugs.webkit.org/show_bug.cgi?id=91234

        Unreviewed rebaseline.

        Rebaseline compositing tests. Move expectations from qt-5.0-wk2 to qt because these
        results should not vary across Qt versions. Co-authored with Csaba Osztrogonác. Some
        tests were produced uncorrect result, I keep skipped them and filed
        https://bugs.webkit.org/show_bug.cgi?id=91377. Compositing tests are still skipped on
        qt-4.8 and qt-5.0-wk1.

        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0-wk2/compositing/animation/state-at-end-event-transform-layer-expected.png: Removed.
        * platform/qt-5.0-wk2/compositing/animation/state-at-end-event-transform-layer-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/color-matching/image-color-matching-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/color-matching/pdf-image-match-expected.png: Removed.
        * platform/qt-5.0-wk2/compositing/color-matching/pdf-image-match-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/compositing-visible-descendant-expected.png: Removed.
        * platform/qt-5.0-wk2/compositing/direct-image-compositing-expected.png: Removed.
        * platform/qt-5.0-wk2/compositing/direct-image-compositing-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/generated-content-expected.png: Removed.
        * platform/qt-5.0-wk2/compositing/generated-content-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/geometry/abs-position-inside-opacity-expected.png: Removed.
        * platform/qt-5.0-wk2/compositing/geometry/clipping-foreground-expected.png: Removed.
        * platform/qt-5.0-wk2/compositing/geometry/clipping-foreground-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/geometry/fixed-in-composited-expected.png: Removed.
        * platform/qt-5.0-wk2/compositing/geometry/fixed-position-expected.png: Removed.
        * platform/qt-5.0-wk2/compositing/geometry/layer-due-to-layer-children-deep-expected.png: Removed.
        * platform/qt-5.0-wk2/compositing/geometry/layer-due-to-layer-children-expected.png: Removed.
        * platform/qt-5.0-wk2/compositing/geometry/layer-due-to-layer-children-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/geometry/outline-change-expected.png: Removed.
        * platform/qt-5.0-wk2/compositing/geometry/outline-change-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/geometry/partial-layout-update-expected.png: Removed.
        * platform/qt-5.0-wk2/compositing/geometry/root-layer-update-expected.png: Removed.
        * platform/qt-5.0-wk2/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.png: Removed.
        * platform/qt-5.0-wk2/compositing/geometry/video-fixed-scrolling-expected.png: Removed.
        * platform/qt-5.0-wk2/compositing/iframes/composited-iframe-alignment-expected.png: Removed.
        * platform/qt-5.0-wk2/compositing/iframes/iframe-copy-on-scroll-expected.png: Removed.
        * platform/qt-5.0-wk2/compositing/images/direct-image-background-color-expected.png: Removed.
        * platform/qt-5.0-wk2/compositing/masks/masked-ancestor-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/overflow/fixed-position-ancestor-clip-expected.png: Removed.
        * platform/qt-5.0-wk2/compositing/overflow/overflow-compositing-descendant-expected.png: Removed.
        * platform/qt-5.0-wk2/compositing/overflow/overflow-compositing-descendant-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/overflow/overflow-positioning-expected.png: Removed.
        * platform/qt-5.0-wk2/compositing/overflow/overflow-positioning-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/overflow/overflow-scroll-expected.png: Removed.
        * platform/qt-5.0-wk2/compositing/overflow/overflow-scroll-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/overflow/parent-overflow-expected.png: Removed.
        * platform/qt-5.0-wk2/compositing/overflow/parent-overflow-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/overflow/scroll-ancestor-update-expected.png: Removed.
        * platform/qt-5.0-wk2/compositing/overflow/scrollbar-painting-expected.png: Removed.
        * platform/qt-5.0-wk2/compositing/overflow/scrollbar-painting-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/reflections/compositing-change-inside-reflection-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/reflections/masked-reflection-on-composited-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/reflections/nested-reflection-mask-change-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/reflections/nested-reflection-transformed-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/reflections/nested-reflection-transformed2-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/reflections/reflection-in-composited-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/reflections/reflection-opacity-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/reflections/reflection-ordering-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/repaint/become-overlay-composited-layer-expected.png: Removed.
        * platform/qt-5.0-wk2/compositing/repaint/become-overlay-composited-layer-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/repaint/composited-document-element-expected.png: Removed.
        * platform/qt-5.0-wk2/compositing/repaint/composited-document-element-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/repaint/layer-repaint-expected.png: Removed.
        * platform/qt-5.0-wk2/compositing/repaint/layer-repaint-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/repaint/layer-repaint-rects-expected.png: Removed.
        * platform/qt-5.0-wk2/compositing/repaint/opacity-between-absolute-expected.png: Removed.
        * platform/qt-5.0-wk2/compositing/repaint/opacity-between-absolute-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/repaint/opacity-between-absolute2-expected.png: Removed.
        * platform/qt-5.0-wk2/compositing/repaint/opacity-between-absolute2-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/self-painting-layers-expected.png: Removed.
        * platform/qt-5.0-wk2/compositing/self-painting-layers-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/shadows/shadow-drawing-expected.png: Removed.
        * platform/qt-5.0-wk2/compositing/shadows/shadow-drawing-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/sibling-positioning-expected.png: Removed.
        * platform/qt-5.0-wk2/compositing/text-on-large-layer-expected.png: Removed.
        * platform/qt-5.0-wk2/compositing/transitions/scale-transition-no-start-expected.png: Removed.
        * platform/qt-5.0-wk2/compositing/transitions/scale-transition-no-start-expected.txt: Removed.
        * platform/qt-5.0-wk2/compositing/transitions/singular-scale-transition-expected.png: Removed.
        * platform/qt-5.0-wk2/compositing/transitions/singular-scale-transition-expected.txt: Removed.
        * platform/qt/animations/3d/change-transform-in-end-event-expected.txt: Removed.
        * platform/qt/animations/3d/state-at-end-event-transform-expected.png: Added.
        * platform/qt/compositing/animation/state-at-end-event-transform-layer-expected.png: Added.
        * platform/qt/compositing/animation/state-at-end-event-transform-layer-expected.txt: Added.
        * platform/qt/compositing/color-matching/image-color-matching-expected.png: Added.
        * platform/qt/compositing/color-matching/image-color-matching-expected.txt: Added.
        * platform/qt/compositing/color-matching/pdf-image-match-expected.png: Added.
        * platform/qt/compositing/color-matching/pdf-image-match-expected.txt: Added.
        * platform/qt/compositing/compositing-visible-descendant-expected.png: Added.
        * platform/qt/compositing/compositing-visible-descendant-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/compositing-visible-descendant-expected.txt.
        * platform/qt/compositing/direct-image-compositing-expected.png: Added.
        * platform/qt/compositing/direct-image-compositing-expected.txt: Added.
        * platform/qt/compositing/generated-content-expected.png: Added.
        * platform/qt/compositing/generated-content-expected.txt: Added.
        * platform/qt/compositing/geometry/abs-position-inside-opacity-expected.png: Added.
        * platform/qt/compositing/geometry/abs-position-inside-opacity-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/geometry/abs-position-inside-opacity-expected.txt.
        * platform/qt/compositing/geometry/clipping-foreground-expected.png: Added.
        * platform/qt/compositing/geometry/clipping-foreground-expected.txt: Added.
        * platform/qt/compositing/geometry/fixed-in-composited-expected.png: Added.
        * platform/qt/compositing/geometry/fixed-in-composited-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/geometry/fixed-in-composited-expected.txt.
        * platform/qt/compositing/geometry/fixed-position-expected.png: Added.
        * platform/qt/compositing/geometry/fixed-position-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/geometry/fixed-position-expected.txt.
        * platform/qt/compositing/geometry/layer-due-to-layer-children-deep-expected.png: Added.
        * platform/qt/compositing/geometry/layer-due-to-layer-children-deep-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/geometry/layer-due-to-layer-children-deep-expected.txt.
        * platform/qt/compositing/geometry/layer-due-to-layer-children-expected.png: Added.
        * platform/qt/compositing/geometry/layer-due-to-layer-children-expected.txt: Added.
        * platform/qt/compositing/geometry/outline-change-expected.png: Added.
        * platform/qt/compositing/geometry/outline-change-expected.txt: Added.
        * platform/qt/compositing/geometry/partial-layout-update-expected.png: Added.
        * platform/qt/compositing/geometry/partial-layout-update-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/geometry/partial-layout-update-expected.txt.
        * platform/qt/compositing/geometry/root-layer-update-expected.png: Added.
        * platform/qt/compositing/geometry/root-layer-update-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/geometry/root-layer-update-expected.txt.
        * platform/qt/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.png: Added.
        * platform/qt/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.txt.
        * platform/qt/compositing/geometry/video-fixed-scrolling-expected.png: Added.
        * platform/qt/compositing/geometry/video-fixed-scrolling-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/geometry/video-fixed-scrolling-expected.txt.
        * platform/qt/compositing/iframes/composited-iframe-alignment-expected.png: Added.
        * platform/qt/compositing/iframes/composited-iframe-alignment-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/iframes/composited-iframe-alignment-expected.txt.
        * platform/qt/compositing/iframes/iframe-copy-on-scroll-expected.png: Added.
        * platform/qt/compositing/iframes/iframe-copy-on-scroll-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/iframes/iframe-copy-on-scroll-expected.txt.
        * platform/qt/compositing/images/direct-image-background-color-expected.png: Added.
        * platform/qt/compositing/images/direct-image-background-color-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/images/direct-image-background-color-expected.txt.
        * platform/qt/compositing/masks/direct-image-mask-expected.png: Added.
        * platform/qt/compositing/masks/direct-image-mask-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/masks/direct-image-mask-expected.txt.
        * platform/qt/compositing/masks/masked-ancestor-expected.png: Added.
        * platform/qt/compositing/masks/masked-ancestor-expected.txt: Added.
        * platform/qt/compositing/masks/multiple-masks-expected.png: Added.
        * platform/qt/compositing/masks/multiple-masks-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/masks/multiple-masks-expected.txt.
        * platform/qt/compositing/masks/simple-composited-mask-expected.png: Added.
        * platform/qt/compositing/masks/simple-composited-mask-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/masks/simple-composited-mask-expected.txt.
        * platform/qt/compositing/overflow/ancestor-overflow-expected.png:
        * platform/qt/compositing/overflow/ancestor-overflow-expected.txt:
        * platform/qt/compositing/overflow/fixed-position-ancestor-clip-expected.png: Added.
        * platform/qt/compositing/overflow/fixed-position-ancestor-clip-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/overflow/fixed-position-ancestor-clip-expected.txt.
        * platform/qt/compositing/overflow/overflow-compositing-descendant-expected.png: Added.
        * platform/qt/compositing/overflow/overflow-compositing-descendant-expected.txt: Added.
        * platform/qt/compositing/overflow/overflow-positioning-expected.png: Added.
        * platform/qt/compositing/overflow/overflow-positioning-expected.txt: Added.
        * platform/qt/compositing/overflow/overflow-scroll-expected.png: Added.
        * platform/qt/compositing/overflow/overflow-scroll-expected.txt: Added.
        * platform/qt/compositing/overflow/parent-overflow-expected.png: Added.
        * platform/qt/compositing/overflow/parent-overflow-expected.txt: Added.
        * platform/qt/compositing/overflow/scroll-ancestor-update-expected.png: Added.
        * platform/qt/compositing/overflow/scroll-ancestor-update-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/overflow/scroll-ancestor-update-expected.txt.
        * platform/qt/compositing/overflow/scrollbar-painting-expected.png: Added.
        * platform/qt/compositing/overflow/scrollbar-painting-expected.txt: Added.
        * platform/qt/compositing/reflections/compositing-change-inside-reflection-expected.png: Added.
        * platform/qt/compositing/reflections/compositing-change-inside-reflection-expected.txt: Added.
        * platform/qt/compositing/reflections/masked-reflection-on-composited-expected.png: Added.
        * platform/qt/compositing/reflections/masked-reflection-on-composited-expected.txt: Added.
        * platform/qt/compositing/reflections/nested-reflection-mask-change-expected.png: Added.
        * platform/qt/compositing/reflections/nested-reflection-mask-change-expected.txt: Added.
        * platform/qt/compositing/reflections/nested-reflection-transformed-expected.png: Added.
        * platform/qt/compositing/reflections/nested-reflection-transformed-expected.txt: Added.
        * platform/qt/compositing/reflections/nested-reflection-transformed2-expected.png: Added.
        * platform/qt/compositing/reflections/nested-reflection-transformed2-expected.txt: Added.
        * platform/qt/compositing/reflections/reflection-in-composited-expected.png: Added.
        * platform/qt/compositing/reflections/reflection-in-composited-expected.txt: Added.
        * platform/qt/compositing/reflections/reflection-on-composited-expected.png: Added.
        * platform/qt/compositing/reflections/reflection-on-composited-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/reflections/reflection-on-composited-expected.txt.
        * platform/qt/compositing/reflections/reflection-opacity-expected.png: Added.
        * platform/qt/compositing/reflections/reflection-opacity-expected.txt: Added.
        * platform/qt/compositing/reflections/reflection-ordering-expected.png: Added.
        * platform/qt/compositing/reflections/reflection-ordering-expected.txt: Added.
        * platform/qt/compositing/reflections/reflection-positioning-expected.png: Added.
        * platform/qt/compositing/reflections/reflection-positioning-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/reflections/reflection-positioning-expected.txt.
        * platform/qt/compositing/reflections/reflection-positioning2-expected.png: Added.
        * platform/qt/compositing/reflections/reflection-positioning2-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/reflections/reflection-positioning2-expected.txt.
        * platform/qt/compositing/reflections/simple-composited-reflections-expected.png: Added.
        * platform/qt/compositing/reflections/simple-composited-reflections-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/reflections/simple-composited-reflections-expected.txt.
        * platform/qt/compositing/repaint/become-overlay-composited-layer-expected.png: Added.
        * platform/qt/compositing/repaint/become-overlay-composited-layer-expected.txt: Added.
        * platform/qt/compositing/repaint/composited-document-element-expected.png: Added.
        * platform/qt/compositing/repaint/composited-document-element-expected.txt: Added.
        * platform/qt/compositing/repaint/layer-repaint-expected.png: Added.
        * platform/qt/compositing/repaint/layer-repaint-expected.txt: Added.
        * platform/qt/compositing/repaint/layer-repaint-rects-expected.png: Added.
        * platform/qt/compositing/repaint/layer-repaint-rects-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/repaint/layer-repaint-rects-expected.txt.
        * platform/qt/compositing/repaint/opacity-between-absolute-expected.png: Added.
        * platform/qt/compositing/repaint/opacity-between-absolute-expected.txt: Added.
        * platform/qt/compositing/repaint/opacity-between-absolute2-expected.png: Added.
        * platform/qt/compositing/repaint/opacity-between-absolute2-expected.txt: Added.
        * platform/qt/compositing/self-painting-layers-expected.png: Added.
        * platform/qt/compositing/self-painting-layers-expected.txt: Added.
        * platform/qt/compositing/shadows/shadow-drawing-expected.png: Added.
        * platform/qt/compositing/shadows/shadow-drawing-expected.txt: Added.
        * platform/qt/compositing/sibling-positioning-expected.png: Added.
        * platform/qt/compositing/sibling-positioning-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/sibling-positioning-expected.txt.
        * platform/qt/compositing/text-on-large-layer-expected.png: Added.
        * platform/qt/compositing/text-on-large-layer-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/text-on-large-layer-expected.txt.
        * platform/qt/compositing/transitions/scale-transition-no-start-expected.png: Added.
        * platform/qt/compositing/transitions/scale-transition-no-start-expected.txt: Added.
        * platform/qt/compositing/transitions/singular-scale-transition-expected.png: Added.
        * platform/qt/compositing/transitions/singular-scale-transition-expected.txt: Added.

2012-07-16  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed chromium gardening, skipped failing test. 
        https://bugs.webkit.org/show_bug.cgi?id=91386

        * platform/chromium/TestExpectations:

2012-07-16  Balazs Ankes  <bank@inf.u-szeged.hu>

        [Qt] platform/qt/tables/mozilla tests needs update after rebaseline and new testfonts
        https://bugs.webkit.org/show_bug.cgi?id=91242

        Unreviewed rebaseline.

        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0/Skipped:
        * platform/qt/tables/layering/paint-test-layering-1-expected.png:
        * platform/qt/tables/layering/paint-test-layering-1-expected.txt:
        * platform/qt/tables/layering/paint-test-layering-2-expected.png:
        * platform/qt/tables/layering/paint-test-layering-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/45621-expected.png:
        * platform/qt/tables/mozilla/bugs/45621-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug10009-expected.png:
        * platform/qt/tables/mozilla/bugs/bug10009-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug100334-expected.png:
        * platform/qt/tables/mozilla/bugs/bug100334-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug10036-expected.png:
        * platform/qt/tables/mozilla/bugs/bug10036-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug10039-expected.png:
        * platform/qt/tables/mozilla/bugs/bug10039-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug101201-expected.png:
        * platform/qt/tables/mozilla/bugs/bug101201-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug101674-expected.png:
        * platform/qt/tables/mozilla/bugs/bug101674-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug10269-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug10269-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug1055-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug1055-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug10565-expected.png:
        * platform/qt/tables/mozilla/bugs/bug10565-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug106158-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug106158-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug106158-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug106158-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug10633-expected.png:
        * platform/qt/tables/mozilla/bugs/bug10633-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug106816-expected.png:
        * platform/qt/tables/mozilla/bugs/bug106816-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug108340-expected.png:
        * platform/qt/tables/mozilla/bugs/bug108340-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug109043-expected.png:
        * platform/qt/tables/mozilla/bugs/bug109043-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug11026-expected.png:
        * platform/qt/tables/mozilla/bugs/bug11026-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug110566-expected.png:
        * platform/qt/tables/mozilla/bugs/bug110566-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug113235-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug113235-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug113235-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug113235-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug113235-3-expected.png:
        * platform/qt/tables/mozilla/bugs/bug113235-3-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug113424-expected.png:
        * platform/qt/tables/mozilla/bugs/bug113424-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug11384q-expected.png:
        * platform/qt/tables/mozilla/bugs/bug11384q-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug11384s-expected.png:
        * platform/qt/tables/mozilla/bugs/bug11384s-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug1163-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug1163-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug1188-expected.png:
        * platform/qt/tables/mozilla/bugs/bug1188-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug11944-expected.png:
        * platform/qt/tables/mozilla/bugs/bug11944-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug119786-expected.png:
        * platform/qt/tables/mozilla/bugs/bug119786-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug12008-expected.png:
        * platform/qt/tables/mozilla/bugs/bug12008-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug120364-expected.png:
        * platform/qt/tables/mozilla/bugs/bug120364-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug1220-expected.png:
        * platform/qt/tables/mozilla/bugs/bug1220-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug1224-expected.png:
        * platform/qt/tables/mozilla/bugs/bug1224-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug12268-expected.png:
        * platform/qt/tables/mozilla/bugs/bug12268-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug123862-expected.png:
        * platform/qt/tables/mozilla/bugs/bug123862-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug1261-expected.png:
        * platform/qt/tables/mozilla/bugs/bug1261-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug126742-expected.png:
        * platform/qt/tables/mozilla/bugs/bug126742-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug12709-expected.png:
        * platform/qt/tables/mozilla/bugs/bug12709-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug127267-expected.png:
        * platform/qt/tables/mozilla/bugs/bug127267-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug128229-expected.png:
        * platform/qt/tables/mozilla/bugs/bug128229-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug12908-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug12908-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug12910-expected.png:
        * platform/qt/tables/mozilla/bugs/bug12910-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug1296-expected.png:
        * platform/qt/tables/mozilla/bugs/bug1296-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug1302-expected.png:
        * platform/qt/tables/mozilla/bugs/bug1302-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug131020-expected.png:
        * platform/qt/tables/mozilla/bugs/bug131020-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug131020_iframe-expected.png:
        * platform/qt/tables/mozilla/bugs/bug131020_iframe-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug13105-expected.png:
        * platform/qt/tables/mozilla/bugs/bug13105-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug13118-expected.png:
        * platform/qt/tables/mozilla/bugs/bug13118-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug1318-expected.png:
        * platform/qt/tables/mozilla/bugs/bug1318-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug13196-expected.png:
        * platform/qt/tables/mozilla/bugs/bug13196-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug133756-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug133756-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug133756-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug133756-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug13484-expected.png:
        * platform/qt/tables/mozilla/bugs/bug13484-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug13526-expected.png:
        * platform/qt/tables/mozilla/bugs/bug13526-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug138725-expected.png:
        * platform/qt/tables/mozilla/bugs/bug138725-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug139524-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug139524-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug139524-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug139524-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug139524-3-expected.png:
        * platform/qt/tables/mozilla/bugs/bug139524-3-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug139524-4-expected.png:
        * platform/qt/tables/mozilla/bugs/bug139524-4-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug14159-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug14159-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug14159-3-expected.png:
        * platform/qt/tables/mozilla/bugs/bug14159-3-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug1430-expected.png:
        * platform/qt/tables/mozilla/bugs/bug1430-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug14323-expected.png:
        * platform/qt/tables/mozilla/bugs/bug14323-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug145572-expected.png:
        * platform/qt/tables/mozilla/bugs/bug145572-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug1474-expected.png:
        * platform/qt/tables/mozilla/bugs/bug1474-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug149275-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug149275-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug149275-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug149275-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug14929-expected.png:
        * platform/qt/tables/mozilla/bugs/bug14929-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug15247-expected.png:
        * platform/qt/tables/mozilla/bugs/bug15247-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug15544-expected.png:
        * platform/qt/tables/mozilla/bugs/bug15544-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug157890-expected.png:
        * platform/qt/tables/mozilla/bugs/bug157890-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug159108-expected.png:
        * platform/qt/tables/mozilla/bugs/bug159108-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug16012-expected.png:
        * platform/qt/tables/mozilla/bugs/bug16012-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug16252-expected.png:
        * platform/qt/tables/mozilla/bugs/bug16252-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug17130-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug17130-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug17130-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug17130-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug17138-expected.png:
        * platform/qt/tables/mozilla/bugs/bug17138-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug17168-expected.png:
        * platform/qt/tables/mozilla/bugs/bug17168-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug175455-4-expected.png:
        * platform/qt/tables/mozilla/bugs/bug175455-4-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug17548-expected.png:
        * platform/qt/tables/mozilla/bugs/bug17548-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug17587-expected.png:
        * platform/qt/tables/mozilla/bugs/bug17587-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug1800-expected.png:
        * platform/qt/tables/mozilla/bugs/bug1800-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug1802-expected.png:
        * platform/qt/tables/mozilla/bugs/bug1802-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug1802s-expected.png:
        * platform/qt/tables/mozilla/bugs/bug1802s-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug1809-expected.png:
        * platform/qt/tables/mozilla/bugs/bug1809-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug1818-5-expected.png:
        * platform/qt/tables/mozilla/bugs/bug1818-5-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug1828-expected.png:
        * platform/qt/tables/mozilla/bugs/bug1828-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug18359-expected.png:
        * platform/qt/tables/mozilla/bugs/bug18359-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug18440-expected.png:
        * platform/qt/tables/mozilla/bugs/bug18440-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug18558-expected.png:
        * platform/qt/tables/mozilla/bugs/bug18558-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug18664-expected.png:
        * platform/qt/tables/mozilla/bugs/bug18664-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug18955-expected.png:
        * platform/qt/tables/mozilla/bugs/bug18955-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug19061-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug19061-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug19061-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug19061-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug19356-expected.png:
        * platform/qt/tables/mozilla/bugs/bug19356-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug194024-expected.png:
        * platform/qt/tables/mozilla/bugs/bug194024-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug19599-expected.png:
        * platform/qt/tables/mozilla/bugs/bug19599-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug2050-expected.png:
        * platform/qt/tables/mozilla/bugs/bug2050-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug20579-expected.png:
        * platform/qt/tables/mozilla/bugs/bug20579-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug2065-expected.png:
        * platform/qt/tables/mozilla/bugs/bug2065-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug20804-expected.png:
        * platform/qt/tables/mozilla/bugs/bug20804-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug2123-expected.png:
        * platform/qt/tables/mozilla/bugs/bug2123-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug21299-expected.png:
        * platform/qt/tables/mozilla/bugs/bug21299-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug215629-expected.png:
        * platform/qt/tables/mozilla/bugs/bug215629-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug21918-expected.png:
        * platform/qt/tables/mozilla/bugs/bug21918-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug22019-expected.png:
        * platform/qt/tables/mozilla/bugs/bug22019-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug220536-expected.png:
        * platform/qt/tables/mozilla/bugs/bug220536-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug22246-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug22246-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug22246-2a-expected.png:
        * platform/qt/tables/mozilla/bugs/bug22246-2a-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug22246-3-expected.png:
        * platform/qt/tables/mozilla/bugs/bug22246-3-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug22246-3a-expected.png:
        * platform/qt/tables/mozilla/bugs/bug22246-3a-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug222846-expected.png:
        * platform/qt/tables/mozilla/bugs/bug222846-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug2267-expected.png:
        * platform/qt/tables/mozilla/bugs/bug2267-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug227123-expected.png:
        * platform/qt/tables/mozilla/bugs/bug227123-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug2296-expected.png:
        * platform/qt/tables/mozilla/bugs/bug2296-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug23151-expected.png:
        * platform/qt/tables/mozilla/bugs/bug23151-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug23235-expected.png:
        * platform/qt/tables/mozilla/bugs/bug23235-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug23299-expected.png:
        * platform/qt/tables/mozilla/bugs/bug23299-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug24200-expected.png:
        * platform/qt/tables/mozilla/bugs/bug24200-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug24503-expected.png:
        * platform/qt/tables/mozilla/bugs/bug24503-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug24627-expected.png:
        * platform/qt/tables/mozilla/bugs/bug24627-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug24661-expected.png:
        * platform/qt/tables/mozilla/bugs/bug24661-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug2469-expected.png:
        * platform/qt/tables/mozilla/bugs/bug2469-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug2479-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug2479-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug2479-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug2479-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug2479-3-expected.png:
        * platform/qt/tables/mozilla/bugs/bug2479-3-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug2479-4-expected.png:
        * platform/qt/tables/mozilla/bugs/bug2479-4-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug24880-expected.png:
        * platform/qt/tables/mozilla/bugs/bug24880-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug25004-expected.png:
        * platform/qt/tables/mozilla/bugs/bug25004-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug25086-expected.png:
        * platform/qt/tables/mozilla/bugs/bug25086-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug2509-expected.png:
        * platform/qt/tables/mozilla/bugs/bug2509-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug2516-expected.png:
        * platform/qt/tables/mozilla/bugs/bug2516-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug25663-expected.png:
        * platform/qt/tables/mozilla/bugs/bug25663-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug2585-expected.png:
        * platform/qt/tables/mozilla/bugs/bug2585-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug26178-expected.png:
        * platform/qt/tables/mozilla/bugs/bug26178-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug2684-expected.png:
        * platform/qt/tables/mozilla/bugs/bug2684-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug27038-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug27038-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug27038-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug27038-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug27038-3-expected.png:
        * platform/qt/tables/mozilla/bugs/bug27038-3-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug275625-expected.png:
        * platform/qt/tables/mozilla/bugs/bug275625-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug2757-expected.png:
        * platform/qt/tables/mozilla/bugs/bug2757-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug2763-expected.png:
        * platform/qt/tables/mozilla/bugs/bug2763-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug2773-expected.png:
        * platform/qt/tables/mozilla/bugs/bug2773-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug278266-expected.png:
        * platform/qt/tables/mozilla/bugs/bug278266-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug278385-expected.png:
        * platform/qt/tables/mozilla/bugs/bug278385-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug27993-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug27993-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug28341-expected.png:
        * platform/qt/tables/mozilla/bugs/bug28341-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug2886-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug2886-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug2886-expected.png:
        * platform/qt/tables/mozilla/bugs/bug2886-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug28928-expected.png:
        * platform/qt/tables/mozilla/bugs/bug28928-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug29058-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug29058-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug29058-3-expected.png:
        * platform/qt/tables/mozilla/bugs/bug29058-3-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug29157-expected.png:
        * platform/qt/tables/mozilla/bugs/bug29157-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug29326-expected.png:
        * platform/qt/tables/mozilla/bugs/bug29326-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug29429-expected.png:
        * platform/qt/tables/mozilla/bugs/bug29429-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug2947-expected.png:
        * platform/qt/tables/mozilla/bugs/bug2947-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug2962-expected.png:
        * platform/qt/tables/mozilla/bugs/bug2962-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug2973-expected.png:
        * platform/qt/tables/mozilla/bugs/bug2973-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug2981-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug2981-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug2981-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug2981-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug2997-expected.png:
        * platform/qt/tables/mozilla/bugs/bug2997-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug30273-expected.png:
        * platform/qt/tables/mozilla/bugs/bug30273-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug30332-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug30332-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug30332-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug30332-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug30418-expected.png:
        * platform/qt/tables/mozilla/bugs/bug30418-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug30559-expected.png:
        * platform/qt/tables/mozilla/bugs/bug30559-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug30692-expected.png:
        * platform/qt/tables/mozilla/bugs/bug30692-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug30985-expected.png:
        * platform/qt/tables/mozilla/bugs/bug30985-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug3103-expected.png:
        * platform/qt/tables/mozilla/bugs/bug3103-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug3191-expected.png:
        * platform/qt/tables/mozilla/bugs/bug3191-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug32205-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug32205-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug32205-3-expected.png:
        * platform/qt/tables/mozilla/bugs/bug32205-3-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug32205-5-expected.png:
        * platform/qt/tables/mozilla/bugs/bug32205-5-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug3260-expected.png:
        * platform/qt/tables/mozilla/bugs/bug3260-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug3263-expected.png:
        * platform/qt/tables/mozilla/bugs/bug3263-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug32841-expected.png:
        * platform/qt/tables/mozilla/bugs/bug32841-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug3309-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug3309-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug33137-expected.png:
        * platform/qt/tables/mozilla/bugs/bug33137-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug33855-expected.png:
        * platform/qt/tables/mozilla/bugs/bug33855-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug34176-expected.png:
        * platform/qt/tables/mozilla/bugs/bug34176-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug3454-expected.png:
        * platform/qt/tables/mozilla/bugs/bug3454-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug35662-expected.png:
        * platform/qt/tables/mozilla/bugs/bug35662-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug3681-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug3681-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug3681-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug3681-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug3718-expected.png:
        * platform/qt/tables/mozilla/bugs/bug3718-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug38916-expected.png:
        * platform/qt/tables/mozilla/bugs/bug38916-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug39209-expected.png:
        * platform/qt/tables/mozilla/bugs/bug39209-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug3977-expected.png:
        * platform/qt/tables/mozilla/bugs/bug3977-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug40828-expected.png:
        * platform/qt/tables/mozilla/bugs/bug40828-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug4093-expected.png:
        * platform/qt/tables/mozilla/bugs/bug4093-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug41890-expected.png:
        * platform/qt/tables/mozilla/bugs/bug41890-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug42187-expected.png:
        * platform/qt/tables/mozilla/bugs/bug42187-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug42443-expected.png:
        * platform/qt/tables/mozilla/bugs/bug42443-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug4284-expected.png:
        * platform/qt/tables/mozilla/bugs/bug4284-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug43039-expected.png:
        * platform/qt/tables/mozilla/bugs/bug43039-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug43204-expected.png:
        * platform/qt/tables/mozilla/bugs/bug43204-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug4382-expected.png:
        * platform/qt/tables/mozilla/bugs/bug4382-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug4385-expected.png:
        * platform/qt/tables/mozilla/bugs/bug4385-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug43854-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug43854-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug43854-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug43854-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug4427-expected.png:
        * platform/qt/tables/mozilla/bugs/bug4427-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug4429-expected.png:
        * platform/qt/tables/mozilla/bugs/bug4429-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug44505-expected.png:
        * platform/qt/tables/mozilla/bugs/bug44505-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug44523-expected.png:
        * platform/qt/tables/mozilla/bugs/bug44523-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug4501-expected.png:
        * platform/qt/tables/mozilla/bugs/bug4501-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug45055-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug45055-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug45055-expected.png:
        * platform/qt/tables/mozilla/bugs/bug45055-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug4520-expected.png:
        * platform/qt/tables/mozilla/bugs/bug4520-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug4523-expected.png:
        * platform/qt/tables/mozilla/bugs/bug4523-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug4527-expected.png:
        * platform/qt/tables/mozilla/bugs/bug4527-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug45486-expected.png:
        * platform/qt/tables/mozilla/bugs/bug45486-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug4576-expected.png:
        * platform/qt/tables/mozilla/bugs/bug4576-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug46268-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug46268-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug46268-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug46268-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug46268-3-expected.png:
        * platform/qt/tables/mozilla/bugs/bug46268-3-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug46268-5-expected.png:
        * platform/qt/tables/mozilla/bugs/bug46268-5-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug46268-expected.png:
        * platform/qt/tables/mozilla/bugs/bug46268-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug46368-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug46368-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug46368-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug46368-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug46480-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug46480-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug46480-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug46480-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug46623-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug46623-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug46623-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug46623-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug46924-expected.png:
        * platform/qt/tables/mozilla/bugs/bug46924-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug46944-expected.png:
        * platform/qt/tables/mozilla/bugs/bug46944-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug4739-expected.png:
        * platform/qt/tables/mozilla/bugs/bug4739-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug47432-expected.png:
        * platform/qt/tables/mozilla/bugs/bug47432-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug48028-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug48028-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug48028-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug48028-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug4803-expected.png:
        * platform/qt/tables/mozilla/bugs/bug4803-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug4849-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug4849-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug4849-expected.png:
        * platform/qt/tables/mozilla/bugs/bug4849-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug48827-expected.png:
        * platform/qt/tables/mozilla/bugs/bug48827-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug50695-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug50695-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug51037-expected.png:
        * platform/qt/tables/mozilla/bugs/bug51037-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug51140-expected.png:
        * platform/qt/tables/mozilla/bugs/bug51140-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug51727-expected.png:
        * platform/qt/tables/mozilla/bugs/bug51727-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug5188-expected.png:
        * platform/qt/tables/mozilla/bugs/bug5188-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug52505-expected.png:
        * platform/qt/tables/mozilla/bugs/bug52505-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug52506-expected.png:
        * platform/qt/tables/mozilla/bugs/bug52506-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug53891-expected.png:
        * platform/qt/tables/mozilla/bugs/bug53891-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug54450-expected.png:
        * platform/qt/tables/mozilla/bugs/bug54450-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug5538-expected.png:
        * platform/qt/tables/mozilla/bugs/bug5538-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug55527-expected.png:
        * platform/qt/tables/mozilla/bugs/bug55527-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug55545-expected.png:
        * platform/qt/tables/mozilla/bugs/bug55545-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug55694-expected.png:
        * platform/qt/tables/mozilla/bugs/bug55694-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug56563-expected.png:
        * platform/qt/tables/mozilla/bugs/bug56563-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug57300-expected.png:
        * platform/qt/tables/mozilla/bugs/bug57300-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug57378-expected.png:
        * platform/qt/tables/mozilla/bugs/bug57378-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug57828-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug57828-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug57828-expected.png:
        * platform/qt/tables/mozilla/bugs/bug57828-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug5797-expected.png:
        * platform/qt/tables/mozilla/bugs/bug5797-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug5798-expected.png:
        * platform/qt/tables/mozilla/bugs/bug5798-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug5799-expected.png:
        * platform/qt/tables/mozilla/bugs/bug5799-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug5835-expected.png:
        * platform/qt/tables/mozilla/bugs/bug5835-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug5838-expected.png:
        * platform/qt/tables/mozilla/bugs/bug5838-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug58402-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug58402-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug59354-expected.png:
        * platform/qt/tables/mozilla/bugs/bug59354-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug60013-expected.png:
        * platform/qt/tables/mozilla/bugs/bug60013-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug60749-expected.png:
        * platform/qt/tables/mozilla/bugs/bug60749-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug60804-expected.png:
        * platform/qt/tables/mozilla/bugs/bug60804-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug60807-expected.png:
        * platform/qt/tables/mozilla/bugs/bug60807-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug60992-expected.png:
        * platform/qt/tables/mozilla/bugs/bug60992-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug6184-expected.png:
        * platform/qt/tables/mozilla/bugs/bug6184-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug625-expected.png:
        * platform/qt/tables/mozilla/bugs/bug625-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug6304-expected.png:
        * platform/qt/tables/mozilla/bugs/bug6304-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug63785-expected.png:
        * platform/qt/tables/mozilla/bugs/bug63785-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug6404-expected.png:
        * platform/qt/tables/mozilla/bugs/bug6404-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug647-expected.png:
        * platform/qt/tables/mozilla/bugs/bug647-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug650-expected.png:
        * platform/qt/tables/mozilla/bugs/bug650-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug6674-expected.png:
        * platform/qt/tables/mozilla/bugs/bug6674-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug67864-expected.png:
        * platform/qt/tables/mozilla/bugs/bug67864-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug67915-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug67915-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug68912-expected.png:
        * platform/qt/tables/mozilla/bugs/bug68912-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug68998-expected.png:
        * platform/qt/tables/mozilla/bugs/bug68998-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug69187-expected.png:
        * platform/qt/tables/mozilla/bugs/bug69187-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug69382-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug69382-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug69382-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug69382-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug709-expected.png:
        * platform/qt/tables/mozilla/bugs/bug709-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug7112-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug7112-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug7112-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug7112-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug7121-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug7121-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug72359-expected.png:
        * platform/qt/tables/mozilla/bugs/bug72359-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug727-expected.png:
        * platform/qt/tables/mozilla/bugs/bug727-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug73321-expected.png:
        * platform/qt/tables/mozilla/bugs/bug73321-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug7342-expected.png:
        * platform/qt/tables/mozilla/bugs/bug7342-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug7471-expected.png:
        * platform/qt/tables/mozilla/bugs/bug7471-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug75250-expected.png:
        * platform/qt/tables/mozilla/bugs/bug75250-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug7714-expected.png:
        * platform/qt/tables/mozilla/bugs/bug7714-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug78162-expected.png:
        * platform/qt/tables/mozilla/bugs/bug78162-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug8032-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug8032-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug80762-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug80762-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug81934-expected.png:
        * platform/qt/tables/mozilla/bugs/bug81934-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug82946-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug82946-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug82946-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug82946-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug83786-expected.png:
        * platform/qt/tables/mozilla/bugs/bug83786-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug8381-expected.png:
        * platform/qt/tables/mozilla/bugs/bug8381-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug8411-expected.png:
        * platform/qt/tables/mozilla/bugs/bug8411-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug86220-expected.png:
        * platform/qt/tables/mozilla/bugs/bug86220-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug86708-expected.png:
        * platform/qt/tables/mozilla/bugs/bug86708-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug88035-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug88035-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug88035-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug88035-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug8858-expected.png:
        * platform/qt/tables/mozilla/bugs/bug8858-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug8950-expected.png:
        * platform/qt/tables/mozilla/bugs/bug8950-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug9123-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug9123-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug9123-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug9123-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug92143-expected.png:
        * platform/qt/tables/mozilla/bugs/bug92143-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug9271-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug9271-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug9271-2-expected.png:
        * platform/qt/tables/mozilla/bugs/bug9271-2-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug92868-expected.png:
        * platform/qt/tables/mozilla/bugs/bug92868-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug93363-expected.png:
        * platform/qt/tables/mozilla/bugs/bug93363-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug963-expected.png:
        * platform/qt/tables/mozilla/bugs/bug963-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug96334-expected.png:
        * platform/qt/tables/mozilla/bugs/bug96334-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug96343-expected.png:
        * platform/qt/tables/mozilla/bugs/bug96343-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug965-expected.png:
        * platform/qt/tables/mozilla/bugs/bug965-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug97138-expected.png:
        * platform/qt/tables/mozilla/bugs/bug97138-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug9879-1-expected.png:
        * platform/qt/tables/mozilla/bugs/bug9879-1-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug99923-expected.png:
        * platform/qt/tables/mozilla/bugs/bug99923-expected.txt:
        * platform/qt/tables/mozilla/collapsing_borders/bug127040-expected.png:
        * platform/qt/tables/mozilla/collapsing_borders/bug127040-expected.txt:
        * platform/qt/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
        * platform/qt/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
        * platform/qt/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
        * platform/qt/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
        * platform/qt/tables/mozilla/core/bloomberg-expected.png:
        * platform/qt/tables/mozilla/core/bloomberg-expected.txt:
        * platform/qt/tables/mozilla/core/borders-expected.png:
        * platform/qt/tables/mozilla/core/borders-expected.txt:
        * platform/qt/tables/mozilla/core/box_sizing-expected.png:
        * platform/qt/tables/mozilla/core/box_sizing-expected.txt:
        * platform/qt/tables/mozilla/core/captions-expected.png:
        * platform/qt/tables/mozilla/core/captions-expected.txt:
        * platform/qt/tables/mozilla/core/cell_heights-expected.png:
        * platform/qt/tables/mozilla/core/cell_heights-expected.txt:
        * platform/qt/tables/mozilla/core/col_span-expected.png:
        * platform/qt/tables/mozilla/core/col_span-expected.txt:
        * platform/qt/tables/mozilla/core/col_widths_auto_auto-expected.png:
        * platform/qt/tables/mozilla/core/col_widths_auto_auto-expected.txt:
        * platform/qt/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
        * platform/qt/tables/mozilla/core/col_widths_auto_autoFix-expected.txt:
        * platform/qt/tables/mozilla/core/col_widths_auto_autoFixPer-expected.png:
        * platform/qt/tables/mozilla/core/col_widths_auto_autoFixPer-expected.txt:
        * platform/qt/tables/mozilla/core/col_widths_auto_autoPer-expected.png:
        * platform/qt/tables/mozilla/core/col_widths_auto_autoPer-expected.txt:
        * platform/qt/tables/mozilla/core/col_widths_auto_fix-expected.png:
        * platform/qt/tables/mozilla/core/col_widths_auto_fix-expected.txt:
        * platform/qt/tables/mozilla/core/col_widths_auto_fixPer-expected.png:
        * platform/qt/tables/mozilla/core/col_widths_auto_fixPer-expected.txt:
        * platform/qt/tables/mozilla/core/col_widths_auto_per-expected.png:
        * platform/qt/tables/mozilla/core/col_widths_auto_per-expected.txt:
        * platform/qt/tables/mozilla/core/col_widths_fix_auto-expected.png:
        * platform/qt/tables/mozilla/core/col_widths_fix_auto-expected.txt:
        * platform/qt/tables/mozilla/core/col_widths_fix_autoFix-expected.png:
        * platform/qt/tables/mozilla/core/col_widths_fix_autoFix-expected.txt:
        * platform/qt/tables/mozilla/core/col_widths_fix_autoPer-expected.png:
        * platform/qt/tables/mozilla/core/col_widths_fix_autoPer-expected.txt:
        * platform/qt/tables/mozilla/core/col_widths_fix_fix-expected.png:
        * platform/qt/tables/mozilla/core/col_widths_fix_fix-expected.txt:
        * platform/qt/tables/mozilla/core/col_widths_fix_fixPer-expected.png:
        * platform/qt/tables/mozilla/core/col_widths_fix_fixPer-expected.txt:
        * platform/qt/tables/mozilla/core/col_widths_fix_per-expected.png:
        * platform/qt/tables/mozilla/core/col_widths_fix_per-expected.txt:
        * platform/qt/tables/mozilla/core/margins-expected.png:
        * platform/qt/tables/mozilla/core/margins-expected.txt:
        * platform/qt/tables/mozilla/core/misc-expected.png:
        * platform/qt/tables/mozilla/core/misc-expected.txt:
        * platform/qt/tables/mozilla/core/nested1-expected.png:
        * platform/qt/tables/mozilla/core/nested1-expected.txt:
        * platform/qt/tables/mozilla/core/one_row-expected.png:
        * platform/qt/tables/mozilla/core/one_row-expected.txt:
        * platform/qt/tables/mozilla/core/row_span-expected.png:
        * platform/qt/tables/mozilla/core/row_span-expected.txt:
        * platform/qt/tables/mozilla/core/table_frame-expected.png:
        * platform/qt/tables/mozilla/core/table_frame-expected.txt:
        * platform/qt/tables/mozilla/core/table_heights-expected.png:
        * platform/qt/tables/mozilla/core/table_heights-expected.txt:
        * platform/qt/tables/mozilla/core/table_rules-expected.png:
        * platform/qt/tables/mozilla/core/table_rules-expected.txt:
        * platform/qt/tables/mozilla/core/table_widths-expected.png:
        * platform/qt/tables/mozilla/core/table_widths-expected.txt:
        * platform/qt/tables/mozilla/dom/appendCol2-expected.png:
        * platform/qt/tables/mozilla/dom/appendCol2-expected.txt:
        * platform/qt/tables/mozilla/dom/appendRowsExpand1-expected.png:
        * platform/qt/tables/mozilla/dom/appendRowsExpand1-expected.txt:
        * platform/qt/tables/mozilla/dom/appendTbodyExpand1-expected.png:
        * platform/qt/tables/mozilla/dom/appendTbodyExpand1-expected.txt:
        * platform/qt/tables/mozilla/dom/deleteCellsRebuild1-expected.png:
        * platform/qt/tables/mozilla/dom/deleteCellsRebuild1-expected.txt:
        * platform/qt/tables/mozilla/dom/deleteCellsShrink1-expected.png:
        * platform/qt/tables/mozilla/dom/deleteCellsShrink1-expected.txt:
        * platform/qt/tables/mozilla/dom/deleteCellsShrink2-expected.png:
        * platform/qt/tables/mozilla/dom/deleteCellsShrink2-expected.txt:
        * platform/qt/tables/mozilla/dom/deleteCol1-expected.png:
        * platform/qt/tables/mozilla/dom/deleteCol1-expected.txt:
        * platform/qt/tables/mozilla/dom/deleteCol2-expected.png:
        * platform/qt/tables/mozilla/dom/deleteCol2-expected.txt:
        * platform/qt/tables/mozilla/dom/deleteCol3-expected.png:
        * platform/qt/tables/mozilla/dom/deleteCol3-expected.txt:
        * platform/qt/tables/mozilla/dom/deleteColGroup1-expected.png:
        * platform/qt/tables/mozilla/dom/deleteColGroup1-expected.txt:
        * platform/qt/tables/mozilla/dom/deleteColGroup2-expected.png:
        * platform/qt/tables/mozilla/dom/deleteColGroup2-expected.txt:
        * platform/qt/tables/mozilla/dom/deleteRowsRebuild1-expected.png:
        * platform/qt/tables/mozilla/dom/deleteRowsRebuild1-expected.txt:
        * platform/qt/tables/mozilla/dom/deleteRowsShrink1-expected.png:
        * platform/qt/tables/mozilla/dom/deleteRowsShrink1-expected.txt:
        * platform/qt/tables/mozilla/dom/deleteTbodyExpand1-expected.png:
        * platform/qt/tables/mozilla/dom/deleteTbodyExpand1-expected.txt:
        * platform/qt/tables/mozilla/dom/deleteTbodyRebuild1-expected.png:
        * platform/qt/tables/mozilla/dom/deleteTbodyRebuild1-expected.txt:
        * platform/qt/tables/mozilla/dom/insertCellsExpand1-expected.png:
        * platform/qt/tables/mozilla/dom/insertCellsExpand1-expected.txt:
        * platform/qt/tables/mozilla/dom/insertCellsExpand2-expected.png:
        * platform/qt/tables/mozilla/dom/insertCellsExpand2-expected.txt:
        * platform/qt/tables/mozilla/dom/insertCellsRebuild1-expected.png:
        * platform/qt/tables/mozilla/dom/insertCellsRebuild1-expected.txt:
        * platform/qt/tables/mozilla/dom/insertCellsRebuild2-expected.png:
        * platform/qt/tables/mozilla/dom/insertCellsRebuild2-expected.txt:
        * platform/qt/tables/mozilla/dom/insertColGroups1-expected.png:
        * platform/qt/tables/mozilla/dom/insertColGroups1-expected.txt:
        * platform/qt/tables/mozilla/dom/insertColGroups2-expected.png:
        * platform/qt/tables/mozilla/dom/insertColGroups2-expected.txt:
        * platform/qt/tables/mozilla/dom/insertCols1-expected.png:
        * platform/qt/tables/mozilla/dom/insertCols1-expected.txt:
        * platform/qt/tables/mozilla/dom/insertCols2-expected.png:
        * platform/qt/tables/mozilla/dom/insertCols2-expected.txt:
        * platform/qt/tables/mozilla/dom/insertCols3-expected.png:
        * platform/qt/tables/mozilla/dom/insertCols3-expected.txt:
        * platform/qt/tables/mozilla/dom/insertCols4-expected.png:
        * platform/qt/tables/mozilla/dom/insertCols4-expected.txt:
        * platform/qt/tables/mozilla/dom/insertCols5-expected.png:
        * platform/qt/tables/mozilla/dom/insertCols5-expected.txt:
        * platform/qt/tables/mozilla/dom/insertRowsExpand1-expected.png:
        * platform/qt/tables/mozilla/dom/insertRowsExpand1-expected.txt:
        * platform/qt/tables/mozilla/dom/insertRowsRebuild1-expected.png:
        * platform/qt/tables/mozilla/dom/insertRowsRebuild1-expected.txt:
        * platform/qt/tables/mozilla/dom/tableDom-expected.png:
        * platform/qt/tables/mozilla/dom/tableDom-expected.txt:

2012-07-16  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Adding flaky tests to TextExpectations.
        https://bugs.webkit.org/show_bug.cgi?id=91379
        https://bugs.webkit.org/show_bug.cgi?id=91376

        * platform/qt/TestExpectations:

2012-07-16  Balazs Ankes  <bank@inf.u-szeged.hu>

        [Qt] platform/qt/editing/selection tests needs update after rebaseline and new testfonts
        https://bugs.webkit.org/show_bug.cgi?id=91088

        Unreviewed rebaseline.

        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0/Skipped:
        * platform/qt/editing/selection/13804-expected.png:
        * platform/qt/editing/selection/13804-expected.txt:
        * platform/qt/editing/selection/14971-expected.png:
        * platform/qt/editing/selection/14971-expected.txt:
        * platform/qt/editing/selection/3690703-2-expected.png:
        * platform/qt/editing/selection/3690703-2-expected.txt:
        * platform/qt/editing/selection/3690703-expected.png:
        * platform/qt/editing/selection/3690703-expected.txt:
        * platform/qt/editing/selection/3690719-expected.png:
        * platform/qt/editing/selection/3690719-expected.txt:
        * platform/qt/editing/selection/4397952-expected.png:
        * platform/qt/editing/selection/4397952-expected.txt:
        * platform/qt/editing/selection/4402375-expected.png:
        * platform/qt/editing/selection/4402375-expected.txt:
        * platform/qt/editing/selection/4776665-expected.png:
        * platform/qt/editing/selection/4776665-expected.txt:
        * platform/qt/editing/selection/4818145-expected.png:
        * platform/qt/editing/selection/4818145-expected.txt:
        * platform/qt/editing/selection/4866671-expected.png:
        * platform/qt/editing/selection/4866671-expected.txt:
        * platform/qt/editing/selection/4889598-expected.png:
        * platform/qt/editing/selection/4889598-expected.txt:
        * platform/qt/editing/selection/4895428-2-expected.png:
        * platform/qt/editing/selection/4895428-2-expected.txt:
        * platform/qt/editing/selection/4895428-3-expected.png:
        * platform/qt/editing/selection/4895428-3-expected.txt:
        * platform/qt/editing/selection/4932260-1-expected.png:
        * platform/qt/editing/selection/4932260-1-expected.txt:
        * platform/qt/editing/selection/4932260-2-expected.png:
        * platform/qt/editing/selection/4932260-2-expected.txt:
        * platform/qt/editing/selection/4932260-3-expected.png:
        * platform/qt/editing/selection/4932260-3-expected.txt:
        * platform/qt/editing/selection/4947387-expected.png:
        * platform/qt/editing/selection/4947387-expected.txt:
        * platform/qt/editing/selection/4960116-expected.png:
        * platform/qt/editing/selection/4960116-expected.txt:
        * platform/qt/editing/selection/4960137-expected.png:
        * platform/qt/editing/selection/4960137-expected.txt:
        * platform/qt/editing/selection/4975120-expected.png:
        * platform/qt/editing/selection/4975120-expected.txt:
        * platform/qt/editing/selection/4983858-expected.png:
        * platform/qt/editing/selection/4983858-expected.txt:
        * platform/qt/editing/selection/5007143-2-expected.png:
        * platform/qt/editing/selection/5007143-2-expected.txt:
        * platform/qt/editing/selection/5007143-expected.png:
        * platform/qt/editing/selection/5007143-expected.txt:
        * platform/qt/editing/selection/5057506-2-expected.png:
        * platform/qt/editing/selection/5057506-2-expected.txt:
        * platform/qt/editing/selection/5057506-expected.png:
        * platform/qt/editing/selection/5057506-expected.txt:
        * platform/qt/editing/selection/5076323-1-expected.png:
        * platform/qt/editing/selection/5076323-1-expected.txt:
        * platform/qt/editing/selection/5076323-2-expected.png:
        * platform/qt/editing/selection/5076323-2-expected.txt:
        * platform/qt/editing/selection/5076323-3-expected.png:
        * platform/qt/editing/selection/5076323-3-expected.txt:
        * platform/qt/editing/selection/5081257-1-expected.png:
        * platform/qt/editing/selection/5081257-1-expected.txt:
        * platform/qt/editing/selection/5081257-2-expected.png:
        * platform/qt/editing/selection/5081257-2-expected.txt:
        * platform/qt/editing/selection/5099303-expected.png:
        * platform/qt/editing/selection/5099303-expected.txt:
        * platform/qt/editing/selection/5131716-1-expected.png:
        * platform/qt/editing/selection/5131716-1-expected.txt:
        * platform/qt/editing/selection/5131716-2-expected.png:
        * platform/qt/editing/selection/5131716-2-expected.txt:
        * platform/qt/editing/selection/5131716-3-expected.png:
        * platform/qt/editing/selection/5131716-3-expected.txt:
        * platform/qt/editing/selection/5131716-4-expected.png:
        * platform/qt/editing/selection/5131716-4-expected.txt:
        * platform/qt/editing/selection/5195166-2-expected.png:
        * platform/qt/editing/selection/5195166-2-expected.txt:
        * platform/qt/editing/selection/5234383-1-expected.png:
        * platform/qt/editing/selection/5234383-1-expected.txt:
        * platform/qt/editing/selection/5234383-2-expected.png:
        * platform/qt/editing/selection/5234383-2-expected.txt:
        * platform/qt/editing/selection/5240265-expected.png:
        * platform/qt/editing/selection/5240265-expected.txt:
        * platform/qt/editing/selection/5354455-2-expected.png:
        * platform/qt/editing/selection/5354455-2-expected.txt:
        * platform/qt/editing/selection/6476-expected.png:
        * platform/qt/editing/selection/6476-expected.txt:
        * platform/qt/editing/selection/7152-1-expected.png:
        * platform/qt/editing/selection/7152-1-expected.txt:
        * platform/qt/editing/selection/7152-2-expected.png:
        * platform/qt/editing/selection/7152-2-expected.txt:
        * platform/qt/editing/selection/addRange-expected.png:
        * platform/qt/editing/selection/addRange-expected.txt:
        * platform/qt/editing/selection/after-line-wrap-expected.png:
        * platform/qt/editing/selection/after-line-wrap-expected.txt:
        * platform/qt/editing/selection/caret-and-focus-ring-expected.png:
        * platform/qt/editing/selection/caret-and-focus-ring-expected.txt:
        * platform/qt/editing/selection/caret-before-select-expected.png:
        * platform/qt/editing/selection/caret-before-select-expected.txt:
        * platform/qt/editing/selection/clear-selection-expected.png:
        * platform/qt/editing/selection/clear-selection-expected.txt:
        * platform/qt/editing/selection/click-start-of-line-expected.png:
        * platform/qt/editing/selection/click-start-of-line-expected.txt:
        * platform/qt/editing/selection/contenteditable-click-inside-expected.png:
        * platform/qt/editing/selection/contenteditable-click-inside-expected.txt:
        * platform/qt/editing/selection/display-table-text-expected.png:
        * platform/qt/editing/selection/display-table-text-expected.txt:
        * platform/qt/editing/selection/doubleclick-crash-expected.png:
        * platform/qt/editing/selection/doubleclick-crash-expected.txt:
        * platform/qt/editing/selection/drag-in-iframe-expected.png:
        * platform/qt/editing/selection/drag-in-iframe-expected.txt:
        * platform/qt/editing/selection/drag-select-1-expected.png:
        * platform/qt/editing/selection/drag-select-1-expected.txt:
        * platform/qt/editing/selection/editable-html-element-expected.png:
        * platform/qt/editing/selection/editable-html-element-expected.txt:
        * platform/qt/editing/selection/editable-non-editable-crash-expected.png:
        * platform/qt/editing/selection/editable-non-editable-crash-expected.txt:
        * platform/qt/editing/selection/end-of-document-expected.png:
        * platform/qt/editing/selection/end-of-document-expected.txt:
        * platform/qt/editing/selection/expanding-selections-expected.png:
        * platform/qt/editing/selection/expanding-selections-expected.txt:
        * platform/qt/editing/selection/expanding-selections2-expected.png:
        * platform/qt/editing/selection/expanding-selections2-expected.txt:
        * platform/qt/editing/selection/extend-by-character-001-expected.png:
        * platform/qt/editing/selection/extend-by-character-001-expected.txt:
        * platform/qt/editing/selection/extend-by-character-002-expected.png:
        * platform/qt/editing/selection/extend-by-character-002-expected.txt:
        * platform/qt/editing/selection/extend-by-character-003-expected.png:
        * platform/qt/editing/selection/extend-by-character-003-expected.txt:
        * platform/qt/editing/selection/extend-by-character-004-expected.png:
        * platform/qt/editing/selection/extend-by-character-004-expected.txt:
        * platform/qt/editing/selection/extend-by-character-005-expected.png:
        * platform/qt/editing/selection/extend-by-character-005-expected.txt:
        * platform/qt/editing/selection/extend-by-character-006-expected.png:
        * platform/qt/editing/selection/extend-by-character-006-expected.txt:
        * platform/qt/editing/selection/extend-by-sentence-001-expected.png:
        * platform/qt/editing/selection/extend-by-sentence-001-expected.txt:
        * platform/qt/editing/selection/extend-by-word-001-expected.png:
        * platform/qt/editing/selection/extend-by-word-001-expected.txt:
        * platform/qt/editing/selection/extend-by-word-002-expected.png:
        * platform/qt/editing/selection/extend-by-word-002-expected.txt:
        * platform/qt/editing/selection/extend-inside-transforms-backward-expected.png:
        * platform/qt/editing/selection/extend-inside-transforms-backward-expected.txt:
        * platform/qt/editing/selection/extend-inside-transforms-forward-expected.png:
        * platform/qt/editing/selection/extend-inside-transforms-forward-expected.txt:
        * platform/qt/editing/selection/fake-doubleclick-expected.png:
        * platform/qt/editing/selection/fake-doubleclick-expected.txt:
        * platform/qt/editing/selection/focus-body-expected.png:
        * platform/qt/editing/selection/focus-body-expected.txt:
        * platform/qt/editing/selection/focus_editable_html-expected.png:
        * platform/qt/editing/selection/focus_editable_html-expected.txt:
        * platform/qt/editing/selection/iframe-expected.png:
        * platform/qt/editing/selection/iframe-expected.txt:
        * platform/qt/editing/selection/image-before-linebreak-expected.png:
        * platform/qt/editing/selection/image-before-linebreak-expected.txt:
        * platform/qt/editing/selection/inline-closest-leaf-child-expected.png:
        * platform/qt/editing/selection/inline-closest-leaf-child-expected.txt:
        * platform/qt/editing/selection/inline-table-expected.png:
        * platform/qt/editing/selection/inline-table-expected.txt:
        * platform/qt/editing/selection/leave-requested-block-expected.png:
        * platform/qt/editing/selection/leave-requested-block-expected.txt:
        * platform/qt/editing/selection/line-wrap-1-expected.png:
        * platform/qt/editing/selection/line-wrap-1-expected.txt:
        * platform/qt/editing/selection/line-wrap-2-expected.png:
        * platform/qt/editing/selection/line-wrap-2-expected.txt:
        * platform/qt/editing/selection/mixed-editability-1-expected.png:
        * platform/qt/editing/selection/mixed-editability-1-expected.txt:
        * platform/qt/editing/selection/mixed-editability-2-expected.png:
        * platform/qt/editing/selection/mixed-editability-2-expected.txt:
        * platform/qt/editing/selection/mixed-editability-3-expected.png:
        * platform/qt/editing/selection/mixed-editability-3-expected.txt:
        * platform/qt/editing/selection/mixed-editability-4-expected.png:
        * platform/qt/editing/selection/mixed-editability-4-expected.txt:
        * platform/qt/editing/selection/mixed-editability-5-expected.png:
        * platform/qt/editing/selection/mixed-editability-5-expected.txt:
        * platform/qt/editing/selection/mixed-editability-6-expected.png:
        * platform/qt/editing/selection/mixed-editability-6-expected.txt:
        * platform/qt/editing/selection/mixed-editability-7-expected.png:
        * platform/qt/editing/selection/mixed-editability-7-expected.txt:
        * platform/qt/editing/selection/mixed-editability-8-expected.png:
        * platform/qt/editing/selection/mixed-editability-8-expected.txt:
        * platform/qt/editing/selection/mixed-editability-9-expected.png:
        * platform/qt/editing/selection/mixed-editability-9-expected.txt:
        * platform/qt/editing/selection/move-3875618-fix-expected.png:
        * platform/qt/editing/selection/move-3875618-fix-expected.txt:
        * platform/qt/editing/selection/move-3875641-fix-expected.png:
        * platform/qt/editing/selection/move-3875641-fix-expected.txt:
        * platform/qt/editing/selection/move-backwords-by-word-001-expected.png:
        * platform/qt/editing/selection/move-backwords-by-word-001-expected.txt:
        * platform/qt/editing/selection/move-between-blocks-no-001-expected.png:
        * platform/qt/editing/selection/move-between-blocks-no-001-expected.txt:
        * platform/qt/editing/selection/move-between-blocks-yes-001-expected.png:
        * platform/qt/editing/selection/move-between-blocks-yes-001-expected.txt:
        * platform/qt/editing/selection/move-by-character-001-expected.png:
        * platform/qt/editing/selection/move-by-character-001-expected.txt:
        * platform/qt/editing/selection/move-by-character-002-expected.png:
        * platform/qt/editing/selection/move-by-character-002-expected.txt:
        * platform/qt/editing/selection/move-by-character-003-expected.png:
        * platform/qt/editing/selection/move-by-character-003-expected.txt:
        * platform/qt/editing/selection/move-by-character-004-expected.png:
        * platform/qt/editing/selection/move-by-character-004-expected.txt:
        * platform/qt/editing/selection/move-by-character-005-expected.png:
        * platform/qt/editing/selection/move-by-character-005-expected.txt:
        * platform/qt/editing/selection/move-by-character-6-expected.png:
        * platform/qt/editing/selection/move-by-character-6-expected.txt:
        * platform/qt/editing/selection/move-by-line-001-expected.png:
        * platform/qt/editing/selection/move-by-line-001-expected.txt:
        * platform/qt/editing/selection/move-by-line-002-expected.png:
        * platform/qt/editing/selection/move-by-line-002-expected.txt:
        * platform/qt/editing/selection/move-by-sentence-001-expected.png:
        * platform/qt/editing/selection/move-by-sentence-001-expected.txt:
        * platform/qt/editing/selection/move-by-sentence-linebreak-expected.png:
        * platform/qt/editing/selection/move-by-sentence-linebreak-expected.txt:
        * platform/qt/editing/selection/move-by-word-001-expected.png:
        * platform/qt/editing/selection/move-by-word-001-expected.txt:
        * platform/qt/editing/selection/node-removal-1-expected.png:
        * platform/qt/editing/selection/node-removal-1-expected.txt:
        * platform/qt/editing/selection/node-removal-2-expected.png:
        * platform/qt/editing/selection/node-removal-2-expected.txt:
        * platform/qt/editing/selection/paragraph-granularity-expected.png:
        * platform/qt/editing/selection/paragraph-granularity-expected.txt:
        * platform/qt/editing/selection/previous-line-position-expected.png:
        * platform/qt/editing/selection/previous-line-position-expected.txt:
        * platform/qt/editing/selection/range-between-block-and-inline-expected.png:
        * platform/qt/editing/selection/range-between-block-and-inline-expected.txt:
        * platform/qt/editing/selection/replace-selection-1-expected.png:
        * platform/qt/editing/selection/replace-selection-1-expected.txt:
        * platform/qt/editing/selection/replaced-boundaries-1-expected.png:
        * platform/qt/editing/selection/replaced-boundaries-1-expected.txt:
        * platform/qt/editing/selection/replaced-boundaries-2-expected.png:
        * platform/qt/editing/selection/replaced-boundaries-2-expected.txt:
        * platform/qt/editing/selection/replaced-boundaries-3-expected.png:
        * platform/qt/editing/selection/replaced-boundaries-3-expected.txt:
        * platform/qt/editing/selection/select-across-readonly-input-1-expected.png:
        * platform/qt/editing/selection/select-across-readonly-input-1-expected.txt:
        * platform/qt/editing/selection/select-across-readonly-input-2-expected.png:
        * platform/qt/editing/selection/select-across-readonly-input-2-expected.txt:
        * platform/qt/editing/selection/select-across-readonly-input-3-expected.png:
        * platform/qt/editing/selection/select-across-readonly-input-3-expected.txt:
        * platform/qt/editing/selection/select-across-readonly-input-4-expected.png:
        * platform/qt/editing/selection/select-across-readonly-input-4-expected.txt:
        * platform/qt/editing/selection/select-across-readonly-input-5-expected.png:
        * platform/qt/editing/selection/select-across-readonly-input-5-expected.txt:
        * platform/qt/editing/selection/select-all-001-expected.png:
        * platform/qt/editing/selection/select-all-001-expected.txt:
        * platform/qt/editing/selection/select-all-002-expected.png:
        * platform/qt/editing/selection/select-all-002-expected.txt:
        * platform/qt/editing/selection/select-all-003-expected.png:
        * platform/qt/editing/selection/select-all-003-expected.txt:
        * platform/qt/editing/selection/select-all-004-expected.png:
        * platform/qt/editing/selection/select-all-004-expected.txt:
        * platform/qt/editing/selection/select-all-005-expected.png:
        * platform/qt/editing/selection/select-all-005-expected.txt:
        * platform/qt/editing/selection/select-all-006-expected.png:
        * platform/qt/editing/selection/select-all-006-expected.txt:
        * platform/qt/editing/selection/select-all-iframe-expected.png:
        * platform/qt/editing/selection/select-all-iframe-expected.txt:
        * platform/qt/editing/selection/select-box-expected.png:
        * platform/qt/editing/selection/select-box-expected.txt:
        * platform/qt/editing/selection/select-element-paragraph-boundary-expected.png:
        * platform/qt/editing/selection/select-element-paragraph-boundary-expected.txt:
        * platform/qt/editing/selection/select-text-overflow-ellipsis-expected.png:
        * platform/qt/editing/selection/select-text-overflow-ellipsis-expected.txt:
        * platform/qt/editing/selection/selectNode-expected.png:
        * platform/qt/editing/selection/selectNode-expected.txt:
        * platform/qt/editing/selection/selectNodeContents-expected.png:
        * platform/qt/editing/selection/selectNodeContents-expected.txt:
        * platform/qt/editing/selection/selection-3748164-fix-expected.png:
        * platform/qt/editing/selection/selection-3748164-fix-expected.txt:
        * platform/qt/editing/selection/selection-actions-expected.png:
        * platform/qt/editing/selection/selection-actions-expected.txt:
        * platform/qt/editing/selection/selection-background-expected.png:
        * platform/qt/editing/selection/selection-background-expected.txt:
        * platform/qt/editing/selection/selection-button-text-expected.png:
        * platform/qt/editing/selection/selection-button-text-expected.txt:
        * platform/qt/editing/selection/table-caret-1-expected.png:
        * platform/qt/editing/selection/table-caret-1-expected.txt:
        * platform/qt/editing/selection/table-caret-2-expected.png:
        * platform/qt/editing/selection/table-caret-2-expected.txt:
        * platform/qt/editing/selection/table-caret-3-expected.png:
        * platform/qt/editing/selection/table-caret-3-expected.txt:
        * platform/qt/editing/selection/triple-click-in-pre-expected.png:
        * platform/qt/editing/selection/triple-click-in-pre-expected.txt:
        * platform/qt/editing/selection/unrendered-space-expected.png:
        * platform/qt/editing/selection/unrendered-space-expected.txt:
        * platform/qt/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png: Added.
        * platform/qt/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt:
        * platform/qt/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png: Added.
        * platform/qt/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
        * platform/qt/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png: Added.
        * platform/qt/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
        * platform/qt/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png: Added.
        * platform/qt/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
        * platform/qt/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png: Added.
        * platform/qt/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
        * platform/qt/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png: Added.
        * platform/qt/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
        * platform/qt/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png: Added.
        * platform/qt/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
        * platform/qt/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png: Added.
        * platform/qt/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
        * platform/qt/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png:
        * platform/qt/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt:
        * platform/qt/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png:
        * platform/qt/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt:
        * platform/qt/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png:
        * platform/qt/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt:
        * platform/qt/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png:
        * platform/qt/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt:
        * platform/qt/editing/selection/word-granularity-expected.png:
        * platform/qt/editing/selection/word-granularity-expected.txt:
        * platform/qt/editing/selection/wrapped-line-caret-1-expected.png:
        * platform/qt/editing/selection/wrapped-line-caret-1-expected.txt:
        * platform/qt/editing/selection/wrapped-line-caret-2-expected.png:
        * platform/qt/editing/selection/wrapped-line-caret-2-expected.txt:

2012-07-16  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Update test expectations. Unskip now passing tests.
        https://bugs.webkit.org/show_bug.cgi?id=91085.

        Reviewed by Csaba Osztorgonác.

        * platform/qt-5.0/Skipped:
        * platform/qt/editing/deleting/4922367-expected.png:
        * platform/qt/editing/deleting/4922367-expected.txt:
        * platform/qt/editing/deleting/5099303-expected.png:
        * platform/qt/editing/deleting/5099303-expected.txt:
        * platform/qt/editing/deleting/5126166-expected.png:
        * platform/qt/editing/deleting/5126166-expected.txt:
        * platform/qt/editing/deleting/5144139-2-expected.png:
        * platform/qt/editing/deleting/5144139-2-expected.txt:
        * platform/qt/editing/deleting/5206311-1-expected.png:
        * platform/qt/editing/deleting/5206311-1-expected.txt:
        * platform/qt/editing/deleting/5272440-expected.png:
        * platform/qt/editing/deleting/5272440-expected.txt:
        * platform/qt/editing/deleting/5369009-expected.png:
        * platform/qt/editing/deleting/5369009-expected.txt:
        * platform/qt/editing/deleting/5433862-2-expected.png:
        * platform/qt/editing/deleting/5433862-2-expected.txt:
        * platform/qt/editing/deleting/5483370-expected.png:
        * platform/qt/editing/deleting/5483370-expected.txt:
        * platform/qt/editing/deleting/collapse-whitespace-3587601-fix-expected.png:
        * platform/qt/editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
        * platform/qt/editing/deleting/delete-3608445-fix-expected.png:
        * platform/qt/editing/deleting/delete-3608445-fix-expected.txt:
        * platform/qt/editing/deleting/delete-3608462-fix-expected.png:
        * platform/qt/editing/deleting/delete-3608462-fix-expected.txt:
        * platform/qt/editing/deleting/delete-3775172-fix-expected.png:
        * platform/qt/editing/deleting/delete-3775172-fix-expected.txt:
        * platform/qt/editing/deleting/delete-3800834-fix-expected.png:
        * platform/qt/editing/deleting/delete-3800834-fix-expected.txt:
        * platform/qt/editing/deleting/delete-3857753-fix-expected.png:
        * platform/qt/editing/deleting/delete-3857753-fix-expected.txt:
        * platform/qt/editing/deleting/delete-3865854-fix-expected.png:
        * platform/qt/editing/deleting/delete-3865854-fix-expected.txt:
        * platform/qt/editing/deleting/delete-3928305-fix-expected.png:
        * platform/qt/editing/deleting/delete-3928305-fix-expected.txt:
        * platform/qt/editing/deleting/delete-4083333-fix-expected.png:
        * platform/qt/editing/deleting/delete-4083333-fix-expected.txt:
        * platform/qt/editing/deleting/delete-after-span-ws-001-expected.png:
        * platform/qt/editing/deleting/delete-after-span-ws-001-expected.txt:
        * platform/qt/editing/deleting/delete-after-span-ws-002-expected.png:
        * platform/qt/editing/deleting/delete-after-span-ws-002-expected.txt:
        * platform/qt/editing/deleting/delete-after-span-ws-003-expected.png:
        * platform/qt/editing/deleting/delete-after-span-ws-003-expected.txt:
        * platform/qt/editing/deleting/delete-and-undo-expected.png:
        * platform/qt/editing/deleting/delete-and-undo-expected.txt:
        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-002-expected.png:
        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-002-expected.txt:
        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-003-expected.png:
        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-003-expected.txt:
        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-004-expected.png:
        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-004-expected.txt:
        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-005-expected.png:
        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-005-expected.txt:
        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-006-expected.png:
        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-006-expected.txt:
        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-007-expected.png:
        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-007-expected.txt:
        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-008-expected.png:
        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-008-expected.txt:
        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-009-expected.png:
        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-009-expected.txt:
        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-010-expected.png:
        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-010-expected.txt:
        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-011-expected.png:
        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt:
        * platform/qt/editing/deleting/delete-at-start-or-end-expected.png:
        * platform/qt/editing/deleting/delete-at-start-or-end-expected.txt:
        * platform/qt/editing/deleting/delete-block-contents-001-expected.png:
        * platform/qt/editing/deleting/delete-block-contents-001-expected.txt:
        * platform/qt/editing/deleting/delete-block-contents-002-expected.png:
        * platform/qt/editing/deleting/delete-block-contents-002-expected.txt:
        * platform/qt/editing/deleting/delete-block-contents-003-expected.png:
        * platform/qt/editing/deleting/delete-block-contents-003-expected.txt:
        * platform/qt/editing/deleting/delete-block-merge-contents-001-expected.png:
        * platform/qt/editing/deleting/delete-block-merge-contents-001-expected.txt:
        * platform/qt/editing/deleting/delete-block-merge-contents-002-expected.png:
        * platform/qt/editing/deleting/delete-block-merge-contents-002-expected.txt:
        * platform/qt/editing/deleting/delete-block-merge-contents-003-expected.png:
        * platform/qt/editing/deleting/delete-block-merge-contents-003-expected.txt:
        * platform/qt/editing/deleting/delete-block-merge-contents-004-expected.png:
        * platform/qt/editing/deleting/delete-block-merge-contents-004-expected.txt:
        * platform/qt/editing/deleting/delete-block-merge-contents-005-expected.png:
        * platform/qt/editing/deleting/delete-block-merge-contents-005-expected.txt:
        * platform/qt/editing/deleting/delete-block-merge-contents-006-expected.png:
        * platform/qt/editing/deleting/delete-block-merge-contents-006-expected.txt:
        * platform/qt/editing/deleting/delete-block-merge-contents-007-expected.png:
        * platform/qt/editing/deleting/delete-block-merge-contents-007-expected.txt:
        * platform/qt/editing/deleting/delete-block-merge-contents-008-expected.png:
        * platform/qt/editing/deleting/delete-block-merge-contents-008-expected.txt:
        * platform/qt/editing/deleting/delete-block-merge-contents-009-expected.png:
        * platform/qt/editing/deleting/delete-block-merge-contents-009-expected.txt:
        * platform/qt/editing/deleting/delete-block-merge-contents-010-expected.png:
        * platform/qt/editing/deleting/delete-block-merge-contents-010-expected.txt:
        * platform/qt/editing/deleting/delete-block-merge-contents-011-expected.png:
        * platform/qt/editing/deleting/delete-block-merge-contents-011-expected.txt:
        * platform/qt/editing/deleting/delete-block-merge-contents-012-expected.png:
        * platform/qt/editing/deleting/delete-block-merge-contents-012-expected.txt:
        * platform/qt/editing/deleting/delete-block-merge-contents-013-expected.png:
        * platform/qt/editing/deleting/delete-block-merge-contents-013-expected.txt:
        * platform/qt/editing/deleting/delete-block-merge-contents-014-expected.png:
        * platform/qt/editing/deleting/delete-block-merge-contents-014-expected.txt:
        * platform/qt/editing/deleting/delete-block-merge-contents-015-expected.png:
        * platform/qt/editing/deleting/delete-block-merge-contents-015-expected.txt:
        * platform/qt/editing/deleting/delete-block-merge-contents-016-expected.png:
        * platform/qt/editing/deleting/delete-block-merge-contents-016-expected.txt:
        * platform/qt/editing/deleting/delete-block-merge-contents-017-expected.png:
        * platform/qt/editing/deleting/delete-block-merge-contents-017-expected.txt:
        * platform/qt/editing/deleting/delete-block-merge-contents-018-expected.png:
        * platform/qt/editing/deleting/delete-block-merge-contents-018-expected.txt:
        * platform/qt/editing/deleting/delete-block-merge-contents-019-expected.png:
        * platform/qt/editing/deleting/delete-block-merge-contents-019-expected.txt:
        * platform/qt/editing/deleting/delete-block-merge-contents-020-expected.png:
        * platform/qt/editing/deleting/delete-block-merge-contents-020-expected.txt:
        * platform/qt/editing/deleting/delete-block-merge-contents-021-expected.png:
        * platform/qt/editing/deleting/delete-block-merge-contents-021-expected.txt:
        * platform/qt/editing/deleting/delete-block-merge-contents-022-expected.png:
        * platform/qt/editing/deleting/delete-block-merge-contents-022-expected.txt:
        * platform/qt/editing/deleting/delete-block-merge-contents-023-expected.png:
        * platform/qt/editing/deleting/delete-block-merge-contents-023-expected.txt:
        * platform/qt/editing/deleting/delete-block-merge-contents-024-expected.png:
        * platform/qt/editing/deleting/delete-block-merge-contents-024-expected.txt:
        * platform/qt/editing/deleting/delete-br-001-expected.png:
        * platform/qt/editing/deleting/delete-br-001-expected.txt:
        * platform/qt/editing/deleting/delete-br-002-expected.png:
        * platform/qt/editing/deleting/delete-br-002-expected.txt:
        * platform/qt/editing/deleting/delete-br-003-expected.png:
        * platform/qt/editing/deleting/delete-br-003-expected.txt:
        * platform/qt/editing/deleting/delete-br-004-expected.png:
        * platform/qt/editing/deleting/delete-br-004-expected.txt:
        * platform/qt/editing/deleting/delete-br-005-expected.png:
        * platform/qt/editing/deleting/delete-br-005-expected.txt:
        * platform/qt/editing/deleting/delete-br-006-expected.png:
        * platform/qt/editing/deleting/delete-br-006-expected.txt:
        * platform/qt/editing/deleting/delete-br-007-expected.png:
        * platform/qt/editing/deleting/delete-br-007-expected.txt:
        * platform/qt/editing/deleting/delete-br-008-expected.png:
        * platform/qt/editing/deleting/delete-br-008-expected.txt:
        * platform/qt/editing/deleting/delete-br-009-expected.png:
        * platform/qt/editing/deleting/delete-br-009-expected.txt:
        * platform/qt/editing/deleting/delete-br-010-expected.png:
        * platform/qt/editing/deleting/delete-br-010-expected.txt:
        * platform/qt/editing/deleting/delete-br-013-expected.png:
        * platform/qt/editing/deleting/delete-br-013-expected.txt:
        * platform/qt/editing/deleting/delete-character-001-expected.png:
        * platform/qt/editing/deleting/delete-character-001-expected.txt:
        * platform/qt/editing/deleting/delete-contiguous-ws-001-expected.png:
        * platform/qt/editing/deleting/delete-contiguous-ws-001-expected.txt:
        * platform/qt/editing/deleting/delete-first-list-item-expected.png:
        * platform/qt/editing/deleting/delete-first-list-item-expected.txt:
        * platform/qt/editing/deleting/delete-hr-expected.png:
        * platform/qt/editing/deleting/delete-hr-expected.txt:
        * platform/qt/editing/deleting/delete-image-001-expected.png:
        * platform/qt/editing/deleting/delete-image-001-expected.txt:
        * platform/qt/editing/deleting/delete-image-002-expected.png:
        * platform/qt/editing/deleting/delete-image-002-expected.txt:
        * platform/qt/editing/deleting/delete-image-003-expected.png:
        * platform/qt/editing/deleting/delete-image-003-expected.txt:
        * platform/qt/editing/deleting/delete-image-004-expected.png:
        * platform/qt/editing/deleting/delete-image-004-expected.txt:
        * platform/qt/editing/deleting/delete-leading-ws-001-expected.png:
        * platform/qt/editing/deleting/delete-leading-ws-001-expected.txt:
        * platform/qt/editing/deleting/delete-line-001-expected.png:
        * platform/qt/editing/deleting/delete-line-001-expected.txt:
        * platform/qt/editing/deleting/delete-line-002-expected.png:
        * platform/qt/editing/deleting/delete-line-002-expected.txt:
        * platform/qt/editing/deleting/delete-line-003-expected.png:
        * platform/qt/editing/deleting/delete-line-003-expected.txt:
        * platform/qt/editing/deleting/delete-line-004-expected.png:
        * platform/qt/editing/deleting/delete-line-004-expected.txt:
        * platform/qt/editing/deleting/delete-line-005-expected.png:
        * platform/qt/editing/deleting/delete-line-005-expected.txt:
        * platform/qt/editing/deleting/delete-line-006-expected.png:
        * platform/qt/editing/deleting/delete-line-006-expected.txt:
        * platform/qt/editing/deleting/delete-line-007-expected.png:
        * platform/qt/editing/deleting/delete-line-007-expected.txt:
        * platform/qt/editing/deleting/delete-line-008-expected.png:
        * platform/qt/editing/deleting/delete-line-008-expected.txt:
        * platform/qt/editing/deleting/delete-line-009-expected.png:
        * platform/qt/editing/deleting/delete-line-009-expected.txt:
        * platform/qt/editing/deleting/delete-line-010-expected.png:
        * platform/qt/editing/deleting/delete-line-010-expected.txt:
        * platform/qt/editing/deleting/delete-line-011-expected.png:
        * platform/qt/editing/deleting/delete-line-011-expected.txt:
        * platform/qt/editing/deleting/delete-line-012-expected.png:
        * platform/qt/editing/deleting/delete-line-012-expected.txt:
        * platform/qt/editing/deleting/delete-line-013-expected.png:
        * platform/qt/editing/deleting/delete-line-013-expected.txt:
        * platform/qt/editing/deleting/delete-line-014-expected.png:
        * platform/qt/editing/deleting/delete-line-014-expected.txt:
        * platform/qt/editing/deleting/delete-line-015-expected.png:
        * platform/qt/editing/deleting/delete-line-015-expected.txt:
        * platform/qt/editing/deleting/delete-line-016-expected.png:
        * platform/qt/editing/deleting/delete-line-016-expected.txt:
        * platform/qt/editing/deleting/delete-line-017-expected.png:
        * platform/qt/editing/deleting/delete-line-017-expected.txt:
        * platform/qt/editing/deleting/delete-line-end-ws-001-expected.png:
        * platform/qt/editing/deleting/delete-line-end-ws-001-expected.txt:
        * platform/qt/editing/deleting/delete-line-end-ws-002-expected.png:
        * platform/qt/editing/deleting/delete-line-end-ws-002-expected.txt:
        * platform/qt/editing/deleting/delete-listitem-001-expected.png:
        * platform/qt/editing/deleting/delete-listitem-001-expected.txt:
        * platform/qt/editing/deleting/delete-listitem-002-expected.png:
        * platform/qt/editing/deleting/delete-listitem-002-expected.txt:
        * platform/qt/editing/deleting/delete-selection-001-expected.png:
        * platform/qt/editing/deleting/delete-selection-001-expected.txt:
        * platform/qt/editing/deleting/delete-to-select-table-expected.png:
        * platform/qt/editing/deleting/delete-to-select-table-expected.txt:
        * platform/qt/editing/deleting/delete-trailing-ws-001-expected.png:
        * platform/qt/editing/deleting/delete-trailing-ws-001-expected.txt:
        * platform/qt/editing/deleting/delete-trailing-ws-002-expected.png:
        * platform/qt/editing/deleting/delete-trailing-ws-002-expected.txt:
        * platform/qt/editing/deleting/delete-ws-fixup-001-expected.png:
        * platform/qt/editing/deleting/delete-ws-fixup-001-expected.txt:
        * platform/qt/editing/deleting/delete-ws-fixup-002-expected.png:
        * platform/qt/editing/deleting/delete-ws-fixup-002-expected.txt:
        * platform/qt/editing/deleting/delete-ws-fixup-003-expected.png:
        * platform/qt/editing/deleting/delete-ws-fixup-003-expected.txt:
        * platform/qt/editing/deleting/delete-ws-fixup-004-expected.png:
        * platform/qt/editing/deleting/delete-ws-fixup-004-expected.txt:
        * platform/qt/editing/deleting/deletionUI-single-instance-expected.png:
        * platform/qt/editing/deleting/deletionUI-single-instance-expected.txt:
        * platform/qt/editing/deleting/forward-delete-expected.png:
        * platform/qt/editing/deleting/forward-delete-expected.txt:
        * platform/qt/editing/deleting/list-item-1-expected.png:
        * platform/qt/editing/deleting/list-item-1-expected.txt:
        * platform/qt/editing/deleting/merge-different-styles-expected.png:
        * platform/qt/editing/deleting/merge-different-styles-expected.txt:
        * platform/qt/editing/deleting/merge-endOfParagraph-expected.png:
        * platform/qt/editing/deleting/merge-endOfParagraph-expected.txt:
        * platform/qt/editing/deleting/merge-no-br-expected.png:
        * platform/qt/editing/deleting/merge-no-br-expected.txt:
        * platform/qt/editing/deleting/merge-unrendered-space-expected.png:
        * platform/qt/editing/deleting/merge-unrendered-space-expected.txt:
        * platform/qt/editing/deleting/merge-whitespace-pre-expected.png:
        * platform/qt/editing/deleting/merge-whitespace-pre-expected.txt:
        * platform/qt/editing/deleting/move-nodes-001-expected.png:
        * platform/qt/editing/deleting/move-nodes-001-expected.txt:
        * platform/qt/editing/deleting/non-smart-delete-expected.png:
        * platform/qt/editing/deleting/non-smart-delete-expected.txt:
        * platform/qt/editing/deleting/pruning-after-merge-2-expected.png:
        * platform/qt/editing/deleting/pruning-after-merge-2-expected.txt:
        * platform/qt/editing/deleting/smart-delete-001-expected.png:
        * platform/qt/editing/deleting/smart-delete-001-expected.txt:
        * platform/qt/editing/deleting/smart-delete-002-expected.png:
        * platform/qt/editing/deleting/smart-delete-002-expected.txt:
        * platform/qt/editing/deleting/smart-delete-003-expected.png: Added.
        * platform/qt/editing/deleting/smart-delete-003-expected.txt:
        * platform/qt/editing/deleting/smart-delete-004-expected.png: Added.
        * platform/qt/editing/deleting/smart-delete-004-expected.txt:
        * platform/qt/editing/deleting/table-cells-expected.png:
        * platform/qt/editing/deleting/table-cells-expected.txt:
        * platform/qt/editing/deleting/transpose-empty-expected.png: Copied from LayoutTests/platform/qt/editing/deleting/delete-at-start-or-end-expected.png.
        * platform/qt/editing/deleting/type-delete-after-quote-expected.png:
        * platform/qt/editing/deleting/type-delete-after-quote-expected.txt:

2012-07-16  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed chromium gardening, marked test as flaky.
        https://bugs.webkit.org/show_bug.cgi?id=91373

        * platform/chromium/TestExpectations:

2012-07-16  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed chromium gardening, skipped failing test.
        https://bugs.webkit.org/show_bug.cgi?id=91372

        * platform/chromium/TestExpectations:

2012-07-16  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Mark fast/forms/number/spin-button-gets-disabled-or-readonly.html as flaky
        https://bugs.webkit.org/show_bug.cgi?id=91367

        Unreviewed EFL gardening. Mark fast/forms/number/spin-button-gets-disabled-or-readonly.html
        as flaky.

        * platform/efl/TestExpectations:

2012-07-16  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, updating baselines for MathML Presentation
        layout tests. The tests are currently marked as flaky so bots should
        do some more iterations to see if that's still the case or those
        expectations will be removed.

        * platform/gtk/mathml/presentation/attributes-expected.png:
        * platform/gtk/mathml/presentation/attributes-expected.txt:
        * platform/gtk/mathml/presentation/fenced-expected.png:
        * platform/gtk/mathml/presentation/fenced-expected.txt:
        * platform/gtk/mathml/presentation/fenced-mi-expected.png:
        * platform/gtk/mathml/presentation/fenced-mi-expected.txt:
        * platform/gtk/mathml/presentation/fractions-expected.png:
        * platform/gtk/mathml/presentation/fractions-expected.txt:
        * platform/gtk/mathml/presentation/fractions-vertical-alignment-expected.png:
        * platform/gtk/mathml/presentation/fractions-vertical-alignment-expected.txt:
        * platform/gtk/mathml/presentation/mo-expected.png:
        * platform/gtk/mathml/presentation/mo-expected.txt:
        * platform/gtk/mathml/presentation/mo-stretch-expected.png: Added.
        * platform/gtk/mathml/presentation/mo-stretch-expected.txt:
        * platform/gtk/mathml/presentation/mroot-pref-width-expected.png: Added.
        * platform/gtk/mathml/presentation/mroot-pref-width-expected.txt:
        * platform/gtk/mathml/presentation/over-expected.png:
        * platform/gtk/mathml/presentation/over-expected.txt:
        * platform/gtk/mathml/presentation/roots-expected.png:
        * platform/gtk/mathml/presentation/roots-expected.txt:
        * platform/gtk/mathml/presentation/row-alignment-expected.png:
        * platform/gtk/mathml/presentation/row-alignment-expected.txt:
        * platform/gtk/mathml/presentation/row-expected.png:
        * platform/gtk/mathml/presentation/row-expected.txt:
        * platform/gtk/mathml/presentation/style-expected.png:
        * platform/gtk/mathml/presentation/style-expected.txt:
        * platform/gtk/mathml/presentation/sub-expected.png:
        * platform/gtk/mathml/presentation/sub-expected.txt:
        * platform/gtk/mathml/presentation/subsup-expected.png:
        * platform/gtk/mathml/presentation/subsup-expected.txt:
        * platform/gtk/mathml/presentation/sup-expected.png:
        * platform/gtk/mathml/presentation/sup-expected.txt:
        * platform/gtk/mathml/presentation/tables-expected.png:
        * platform/gtk/mathml/presentation/tables-expected.txt:
        * platform/gtk/mathml/presentation/tokenElements-expected.png:
        * platform/gtk/mathml/presentation/tokenElements-expected.txt:
        * platform/gtk/mathml/presentation/under-expected.png:
        * platform/gtk/mathml/presentation/under-expected.txt:
        * platform/gtk/mathml/presentation/underover-expected.png:
        * platform/gtk/mathml/presentation/underover-expected.txt:

2012-07-16  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, generating baselines for three tests that pass
        but require specific baselines. Also removing their test expectations.

        * platform/gtk/TestExpectations:
        * platform/gtk/fast/parser/nested-fragment-parser-crash-expected.txt: Added.
        * platform/gtk/fast/profiler/dead-time-expected.txt: Added.
        * platform/gtk/fast/profiler/stop-profiling-after-setTimeout-expected.txt: Added.

2012-07-15  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skip the new failing test.

        * platform/qt/Skipped:

2012-07-15  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Mark a few media tests as flaky on RELEASE bot as well
        https://bugs.webkit.org/show_bug.cgi?id=91361

        Unreviewed EFL gardening. Mark a few media test as flaky on
        the RELEASE bot as well.

        * platform/efl/TestExpectations:

2012-07-15  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Skip css3/flexbox/flexbox-overflow-auto.html
        https://bugs.webkit.org/show_bug.cgi?id=91360

        Unreviewed EFL gardening. Skip css3/flexbox/flexbox-overflow-auto.html
        which started failing after r122681.

        * platform/efl/TestExpectations:

2012-07-15  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Disable perf tests for DEBUG builds
        https://bugs.webkit.org/show_bug.cgi?id=91358

        Unreviewed EFL gardening. Disable performance tests
        in DEBUG builds since they are really slow and there
        are very few benefits in running them.

        * platform/efl/TestExpectations:

2012-07-15  Mike Lawther  <mikelawther@chromium.org>

        Fix calculation of rgba's alpha in CSS custom text
        https://bugs.webkit.org/show_bug.cgi?id=91355

        Reviewed by Ryosuke Niwa.

        * css3/calc/color-hsl-expected.txt:
        * css3/calc/color-rgb-expected.txt:
        * editing/execCommand/query-command-value-background-color-expected.txt:
        * editing/execCommand/query-command-value-background-color.html:
        * fast/css/rgba-custom-text-expected.txt: Added.
        * fast/css/rgba-custom-text.html: Added.
        * media/track/track-cue-rendering-expected.txt:

2012-07-15  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Several media tests are flaky in DEBUG mode
        https://bugs.webkit.org/show_bug.cgi?id=91347

        Unreviewed EFL gardening. Add to TestExpectations a
        few media tests which are flaky in DEBUG mode only.

        * platform/efl/TestExpectations:

2012-07-15  Ryosuke Niwa  <rniwa@webkit.org>

        REGRESSION(r122660): Cannot iterate over HTMLCollection that contains non-child descendent nodes in some conditions
        https://bugs.webkit.org/show_bug.cgi?id=91334

        Reviewed by Ojan Vafai.

        Add a regression test. Without this patch, it results in an console error in release builds and an assertion failure
        in debug builds.

        * fast/dom/htmlcollection-backwards-subtree-iteration-expected.txt: Added.
        * fast/dom/htmlcollection-backwards-subtree-iteration.html: Added.

2012-07-14  Ryosuke Niwa  <rniwa@webkit.org>

        Use testRunner instead of layoutTestController in fast/js, layers, leaks, line-grid, lists, loader, loading, media, mediastream, multicol, and mutation tests
        https://bugs.webkit.org/show_bug.cgi?id=91315

        Reviewed by Adam Barth.

        * fast/js/:
        * fast/layers/add-layer-with-nested-stacking.html:
        * fast/layers/assert-RenderLayer-update-positions.html:
        * fast/layers/clip-rects-assertion.html:
        * fast/layers/clip-rects-transformed-2.html:
        * fast/layers/clip-rects-transformed.html:
        * fast/layers/generated-layer-scrollbar-crash.html:
        * fast/layers/inline-dirty-z-order-lists.html:
        * fast/layers/layer-content-visibility-change.html:
        * fast/layers/layer-visibility.html:
        * fast/layers/nested-layers-1.html:
        * fast/layers/nested-layers-2.html:
        * fast/layers/nested-layers-3.html:
        * fast/layers/nested-layers-4.html:
        * fast/layers/remove-layer-with-nested-stacking.html:
        * fast/layers/remove-only-this-layer-update.html:
        * fast/layers/removed-by-scroll-handler.html:
        * fast/layers/resize-layer-deletion-crash.html:
        * fast/layers/scroll-with-transform-composited-layer.html:
        * fast/layers/scroll-with-transform-layer.html:
        * fast/layers/scrollByLines-overflow-no-layer.html:
        * fast/layers/visible-layer-with-hidden-parent.html:
        * fast/layers/zindex-hit-test.html:
        * fast/leaks/001.html:
        * fast/leaks/002.html:
        * fast/leaks/003.html-disabled:
        * fast/line-grid/line-grid-nested.html:
        * fast/lists/alpha-boundary-values.html:
        * fast/lists/alpha-list-wrap.html:
        * fast/lists/calc-width-with-space.html:
        * fast/lists/decimal-leading-zero.html:
        * fast/lists/drag-into-marker.html:
        * fast/lists/item-not-in-list-line-wrapping.html:
        * fast/lists/li-values.html:
        * fast/lists/list-style-type-dynamic-change.html:
        * fast/lists/ol-nested-items-dynamic-insert.html:
        * fast/lists/ol-nested-items-dynamic-remove.html:
        * fast/lists/ol-nested-items.html:
        * fast/lists/ol-nested-list-dynamic-insert.html:
        * fast/lists/ol-nested-list-dynamic-remove.html:
        * fast/lists/ol-nested-list.html:
        * fast/lists/ol-reversed-dynamic-simple.html:
        * fast/lists/ol-reversed-dynamic.html:
        * fast/lists/ol-reversed-nested-items.html:
        * fast/lists/ol-reversed-nested-list.html:
        * fast/lists/ol-reversed-simple.html:
        * fast/lists/ol-reversed-simple.xhtml:
        * fast/lists/ol-start-roman.html:
        * fast/lists/parent-box-not-box-crash.html:
        * fast/lists/positioned-count-crash.html:
        * fast/lists/remove-listmarker-from-anonblock-with-continuation-crash.html:
        * fast/lists/resources/dump-list.js:
        (dumpListItemAsHTML):
        (testListItemMarkerEqualsListItemText):
        * fast/lists/w3-css3-list-styles-alphabetic.html:
        * fast/lists/w3-css3-list-styles-fallback-style.html:
        * fast/lists/w3-css3-list-styles-numeric.html:
        * fast/lists/w3-css3-list-styles-symbolic.html:
        * fast/lists/w3-css3-lower-armenian.html:
        * fast/lists/w3-css3-upper-armenian.html:
        * fast/lists/w3-list-styles.html:
        * fast/loader/:
        * fast/media/color-does-not-include-alpha.html:
        * fast/media/invalid-lengths.html:
        * fast/media/lifetime.html:
        * fast/media/matchmedium-query-api.html:
        * fast/media/media-query-list-01.html:
        * fast/media/media-query-list-02.html:
        * fast/media/media-query-list-03.html:
        * fast/media/media-query-list-04.html:
        * fast/media/media-query-list-05.html:
        * fast/media/media-query-list-06.html:
        * fast/media/media-query-list-07.html:
        * fast/media/media-query-list-callback.html:
        * fast/media/media-svg-crash.html:
        * fast/media/mq-pointer.html:
        * fast/media/print-restores-previous-mediatype.html:
        * fast/media/update-media-query-css-parser.html:
        * fast/media/view-mode-media-feature.html:
        * fast/multicol/:
        * fast/mutation/end-of-task-delivery.html:
        * fast/mutation/inline-event-listener.html:
        * fast/mutation/mutation-callback-non-element-crash.html:
        * platform/chromium/fast/loader/create-view-target-blank.html:
        * platform/chromium/fast/loader/resources/done.html:
        * platform/gtk/fast/loader/crash-display-local-directory.html:
        * platform/mac/fast/loader/file-url-mimetypes-2.html:
        * platform/mac/fast/loader/file-url-mimetypes-3.html:
        * platform/mac/fast/loader/file-url-mimetypes.html:
        * platform/mac/fast/loader/non-html-load-event.html:
        * platform/mac/fast/loader/webarchive-encoding-respected.html:
        * platform/qt/fast/loader/user-stylesheet-qrc-path.html:

2012-07-15  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Skip fast/text/descent-clip-in-scaled-page.html
        https://bugs.webkit.org/show_bug.cgi?id=91342

        Unreviewed EFL gardening. Skip new test added in r122651
        that fails on EFL port because our LayoutTestController
        does not implement setSubpixelTextPositioning().

        * platform/efl/TestExpectations:

2012-07-15  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Skip css2.1/20110323/vertical-align-boxes-001.htm
        https://bugs.webkit.org/show_bug.cgi?id=91340

        Unreviewed EFL gardening. Skipping new test introduced in
        r122663 which is failing on EFL port.

        * platform/efl/TestExpectations:

2012-07-14  Ryosuke Niwa  <rniwa@webkit.org>

        Accessing the last item in children should be a constant time operation
        https://bugs.webkit.org/show_bug.cgi?id=91320

        Reviewed by Ojan Vafai.

        Added an asymptotic time complexity test.

        * perf/htmlcollection-last-item-expected.txt: Added.
        * perf/htmlcollection-last-item.html: Added.

2012-07-14  Allan Sandfeld Jensen  <allan.jensen@nokia.com>

        [Tests] Unskip not failing tests previously relying on LTC::nodesFromRect implementation 
        https://bugs.webkit.org/show_bug.cgi?id=46600

        Reviewed by Ryosuke Niwa.

        These tests no longer relies on LayoutTestController.nodesFromRect but on Internals, and should work
        in all platforms.

        * platform/chromium/TestExpectations:
        * platform/win/Skipped:
        * platform/wincairo/Skipped:
        * platform/wk2/Skipped:

2012-07-14  Robert Hogan  <robert@webkit.org>

        Skip test added in r122663 on Qt and GTK

        Unreviewed, gardening.

        Qt has 1px difference tracked under
         https://bugs.webkit.org/show_bug.cgi?id=89597
        Gtk has a platform-specific rendering issue with the test.
         https://bugs.webkit.org/show_bug.cgi?id=91319


        * platform/gtk/TestExpectations:
        * platform/qt/Skipped:

2012-07-05  Robert Hogan  <robert@webkit.org>

        CSS 2.1 failure: vertical-align-boxes-001 fails
        https://bugs.webkit.org/show_bug.cgi?id=90626

        Reviewed by Eric Seidel.

        * css2.1/20110323/vertical-align-boxes-001-expected.html: Added.
        * css2.1/20110323/vertical-align-boxes-001.htm: Added.
          This patch fixes the 'percentage' case in this test so that it calculates 50% of the
          line-height of 60px rather than 50% of the img's margin-box of -8px.

2012-07-14  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, marking http/tests/misc/webtiming-origins.html as flaky.

        * platform/gtk/TestExpectations:

2012-07-14  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, adding an image expectation for a test introduced
        in r122651. Also creating platform-specific baselines for two File API tests
        that behave differently because of function overloading problems but pass otherwise,
        and skipping a test for correct viewport of sites with Mobile DTD which GTK port
        does not (yet) support.

        * platform/gtk/TestExpectations:
        * platform/gtk/fast/files/create-blob-url-crash-expected.txt: Added.
        * platform/gtk/fast/files/url-required-arguments-expected.txt: Added.

2012-07-13  Ryosuke Niwa  <rniwa@webkit.org>

        Iterating backwards over HTMLCollection is O(n^2)
        https://bugs.webkit.org/show_bug.cgi?id=91306

        Reviewed by Anders Carlsson.

        Add an asymptotic time complexity test.

        * perf/htmlcollection-backwards-iteration-expected.txt: Added.
        * perf/htmlcollection-backwards-iteration.html: Added.

2012-07-13  Kent Tamura  <tkent@chromium.org>

        Internals: Clean up the mock PagePopupDriver correctly.
        https://bugs.webkit.org/show_bug.cgi?id=91250

        * platform/chromium/TestExpectations: Remove CRASH expectation for date-apparance.html.

2012-07-13  Kiran Muppala  <cmuppala@apple.com>

        REGRESSION: RenderInline boundingBox ignores relative position offset
        https://bugs.webkit.org/show_bug.cgi?id=91168

        Reviewed by Simon Fraser.

        Add a regression test for boundingBox of an inline element with relative position offsets.

        * fast/inline/inline-relative-offset-boundingbox-expected.txt: Added.
        * fast/inline/inline-relative-offset-boundingbox.html: Added.

2012-07-13  Xianzhu Wang  <wangxianzhu@chromium.org>

        [Chromium] Sometimes bottom of text is truncated when page has a fractional scale
        https://bugs.webkit.org/show_bug.cgi?id=88684

        Reviewed by Tony Chang.

        New test case.

        * fast/text/descent-clip-in-scaled-page-expected.html: Added.
        * fast/text/descent-clip-in-scaled-page.html: Added.

2012-07-13  Filip Pizlo  <fpizlo@apple.com>

        ASSERTION FAILED: use.useKind() != DoubleUse
        https://bugs.webkit.org/show_bug.cgi?id=91082

        Reviewed by Geoffrey Garen.

        * fast/js/dfg-mispredict-variable-but-prove-int-expected.txt: Added.
        * fast/js/dfg-mispredict-variable-but-prove-int.html: Added.
        * fast/js/script-tests/dfg-mispredict-variable-but-prove-int.js: Added.
        (foo):

2012-07-13  Sudarsana Nagineni  <sudarsana.nagineni@linux.intel.com>

        [EFL] Unskip fast/css/font-face-download-error.html
        https://bugs.webkit.org/show_bug.cgi?id=91279

        Unreviewed EFL gardening. Unskip passing test
        fast/css/font-face-download-error.html

        * platform/efl/TestExpectations:

2012-07-13  Adam Barth  <abarth@webkit.org>

        Remove supressions for flashplayer crash
        https://bugs.webkit.org/show_bug.cgi?id=91283

        Reviewed by Tony Chang.

        These tests don't crash any more now that I've corrected the
        configuration on the bots.

        * platform/chromium/TestExpectations:

2012-07-13  James Simonsen  <simonjam@chromium.org>

        [Navigation Timing] Imported W3C tests contain duplicates and are DOS formatted
        https://bugs.webkit.org/show_bug.cgi?id=91184

        Reviewed by Adam Barth.

        The upstream 'html5' tests are just duplicates of the 'html' tests.

        * http/tests/w3c/webperf/approved/navigation-timing/html/test_document_readiness_exist.html: Converted to *NIX newline format.
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_navigation_attributes_exist.html:
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_navigation_redirectCount_none.html:
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_navigation_type_backforward.html:
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_navigation_type_enums.html:
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_navigation_type_reload.html:
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_no_previous_document.html:
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_performance_attributes_exist.html:
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_performance_attributes_exist_in_object.html:
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_readwrite.html:
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_attributes_exist.html:
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_attributes_order.html:
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_client_redirect.html:
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_reload.html:
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_server_redirect.html:
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect.html:
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_unique_performance_objects.html:
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_document_open-expected.txt: Removed.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_document_open.html: Removed.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_document_readiness_exist-expected.txt: Removed.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_document_readiness_exist.html: Removed.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_navigate_within_document-expected.txt: Removed.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_navigate_within_document.html: Removed.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_navigation_attributes_exist-expected.txt: Removed.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_navigation_attributes_exist.html: Removed.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_navigation_redirectCount_none-expected.txt: Removed.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_navigation_redirectCount_none.html: Removed.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_navigation_type_backforward-expected.txt: Removed.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_navigation_type_backforward.html: Removed.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_navigation_type_enums-expected.txt: Removed.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_navigation_type_enums.html: Removed.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_navigation_type_reload-expected.txt: Removed.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_navigation_type_reload.html: Removed.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_no_previous_document-expected.txt: Removed.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_no_previous_document.html: Removed.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_performance_attributes_exist-expected.txt: Removed.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_performance_attributes_exist.html: Removed.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_performance_attributes_exist_in_object-expected.txt: Removed.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_performance_attributes_exist_in_object.html: Removed.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_readwrite-expected.txt: Removed.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_readwrite.html: Removed.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_attributes_exist-expected.txt: Removed.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_attributes_exist.html: Removed.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_attributes_order-expected.txt: Removed.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_attributes_order.html: Removed.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_client_redirect-expected.txt: Removed.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_client_redirect.html: Removed.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_reload-expected.txt: Removed.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_reload.html: Removed.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_server_redirect-expected.txt: Removed.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_server_redirect.html: Removed.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_xserver_redirect-expected.txt: Removed.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_xserver_redirect.html: Removed.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_unique_performance_objects-expected.txt: Removed.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_unique_performance_objects.html: Removed.
        * http/tests/w3c/webperf/resources/blank_page_green.htm:
        * http/tests/w3c/webperf/resources/blank_page_green_with_onunload.htm:
        * http/tests/w3c/webperf/resources/blank_page_meta_redirect.htm:
        * http/tests/w3c/webperf/resources/blank_page_unload.htm:
        * http/tests/w3c/webperf/resources/blank_page_yellow.htm:
        * http/tests/w3c/webperf/resources/blank_page_yellow_with_onunload.htm:
        * http/tests/w3c/webperf/resources/pagevistestharness.js:
        (pv_test):
        (test_feature_exists):
        (test_equals):
        (add_async_result_assert):
        (TabSwitch):
        * http/tests/w3c/webperf/resources/webperftestharness.js:
        (test_true):
        * platform/chromium/TestExpectations:

2012-07-13  Raymond Toy  <rtoy@google.com>

        DelayNode doesn't work if delayTime.value == delayTime.maxValue
        https://bugs.webkit.org/show_bug.cgi?id=90357

        Reviewed by Kenneth Russell.

        New tests to test the case when the delay node delay equals the
        maximum allowed delay. Add one test for the default maximum delay
        and a second test with a user-set maximum delay.
        
        * webaudio/delaynode-max-default-delay-expected.txt: Added.
        * webaudio/delaynode-max-default-delay.html: Added.
        * webaudio/delaynode-max-nondefault-delay-expected.txt: Added.
        * webaudio/delaynode-max-nondefault-delay.html: Added.

2012-07-13  Vineet Chaudhary  <rgf748@motorola.com>

        Restructure V8Utilities::extractTransferables() with help of toV8Sequence()
        https://bugs.webkit.org/show_bug.cgi?id=91208

        Reviewed by Kentaro Hara.

        We can remove the specialised check for MessagePort from V8Utilities::extractTransferables()
        using toV8Sequence() as it validates the passed object for sequence type per WebIDL spec.
        Removing port specific expected results.

        * platform/chromium-win/fast/workers/worker-context-multi-port-expected.txt: Removed.
        * platform/chromium-win/fast/workers/worker-multi-port-expected.txt: Removed.
        * platform/chromium/fast/dom/Window/window-postmessage-args-expected.txt: Removed.
        * platform/chromium/fast/events/constructors/message-event-constructor-expected.txt: Removed.
        * platform/chromium/fast/events/message-port-multi-expected.txt: Rebaselined.

2012-07-13  Vincent Scheib  <scheib@chromium.org>

        Pointer Lock handles disconnected DOM elements
        https://bugs.webkit.org/show_bug.cgi?id=77029

        Reviewed by Adrienne Walker.

        Two new tests that verify pointer lock is released when the target
        is removed from the document.

        * pointer-lock/locked-element-iframe-removed-from-dom-expected.txt: Added.
        * pointer-lock/locked-element-iframe-removed-from-dom.html: Added.
        * pointer-lock/locked-element-removed-from-dom-expected.txt: Added.
        * pointer-lock/locked-element-removed-from-dom.html: Added.

2012-07-13  W. James MacLean  <wjmaclean@chromium.org>

        [chromium] Unreviewed gardening. storage/indexeddb/cursor-key-order.html has starting crashing on occassion.
        https://bugs.webkit.org/show_bug.cgi?id=91275

        Not sure how far back the crashes go, but happens with reasonably high frequency.

        * platform/chromium/TestExpectations:

2012-07-13  Tony Chang  <tony@chromium.org>

        Move layout checking js script into LayoutTest/resources and generalize
        https://bugs.webkit.org/show_bug.cgi?id=91268

        Reviewed by Ojan Vafai.

        flexbox.js contains helper scripts for verifying the size and position of nodes.
        I will be writing similar tests for grid, so move the js file into a location
        for sharing and generalize the script.

        * css3/flexbox/align-absolute-child.html: Change include path and call.
        * css3/flexbox/auto-height-dynamic.html:
        * css3/flexbox/columns-auto-size.html:
        * css3/flexbox/flex-algorithm-min-max.html:
        * css3/flexbox/flex-algorithm-with-margins.html:
        * css3/flexbox/flex-algorithm.html:
        * css3/flexbox/flex-align-column.html:
        * css3/flexbox/flex-align-end.html:
        * css3/flexbox/flex-align-max.html:
        * css3/flexbox/flex-align-percent-height.html:
        * css3/flexbox/flex-align-stretch.html:
        * css3/flexbox/flex-align-vertical-writing-mode.html:
        * css3/flexbox/flex-align.html:
        * css3/flexbox/flex-flow-auto-margins.html:
        * css3/flexbox/flex-flow-border.html:
        * css3/flexbox/flex-flow-margins-auto-size.html:
        * css3/flexbox/flex-flow-margins.html:
        * css3/flexbox/flex-flow-orientations.html:
        * css3/flexbox/flex-flow-overflow.html:
        * css3/flexbox/flex-flow-padding.html:
        * css3/flexbox/flex-flow.html:
        * css3/flexbox/flex-item-child-overflow.html:
        * css3/flexbox/flex-item-min-size.html:
        * css3/flexbox/flex-justify-content.html:
        * css3/flexbox/flex-no-flex.html:
        * css3/flexbox/flexitem.html:
        * css3/flexbox/floated-flexbox.html:
        * css3/flexbox/line-wrapping.html:
        * css3/flexbox/multiline-align-content-horizontal-column.html:
        * css3/flexbox/multiline-align-content.html:
        * css3/flexbox/multiline-align-self.html:
        * css3/flexbox/multiline-column-auto.html:
        * css3/flexbox/multiline-justify-content.html:
        * css3/flexbox/multiline-reverse-wrap-overflow.html:
        * css3/flexbox/multiline.html:
        * css3/flexbox/nested-stretch.html:
        * css3/flexbox/orthogonal-flex-directions.html:
        * css3/flexbox/perpendicular-writing-modes-inside-flex-item.html:
        * css3/flexbox/position-absolute-child.html:
        * css3/flexbox/preferred-widths-orthogonal.html:
        * css3/flexbox/preferred-widths.html:
        * css3/flexbox/style-change.html:
        * css3/flexbox/true-centering.html:
        * css3/flexbox/writing-modes.html:
        * resources/check-layout.js: Renamed from LayoutTests/css3/flexbox/resources/flexbox.js.
        (.): Rename checkFlexboxen to checkLayout that takes a CSS selector. Hide functions in a closure.

2012-07-13  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, adding a baseline required after unskipping
        fast/files/workers/worker-read-blob-async.html in r122612.

        * platform/gtk/fast/files: Added.
        * platform/gtk/fast/files/workers: Added.
        * platform/gtk/fast/files/workers/worker-read-blob-async-expected.txt: Added.

2012-07-13  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, updating baselines for the fast/backgrounds/size/zero.html
        test as required after r121296.

        * platform/gtk/TestExpectations:
        * platform/gtk/fast/backgrounds/size/zero-expected.png: Added.
        * platform/gtk/fast/backgrounds/size/zero-expected.txt:

2012-07-13  Philip Rogers  <pdr@google.com>

        Remove assert in localCoordinateSpaceTransform()
        https://bugs.webkit.org/show_bug.cgi?id=91189

        Reviewed by Nikolas Zimmermann.

        * svg/custom/invalid-ctm-expected.txt: Added.
        * svg/custom/invalid-ctm.svg: Added.

2012-07-13  David Grogan  <dgrogan@chromium.org>

        IndexedDB: Add unexpectedUpgradeNeededCallback to shared.js
        https://bugs.webkit.org/show_bug.cgi?id=91176

        Reviewed by Tony Chang.

        This is just used in our layout tests.  It's the simplest possible piece
        I could break off of the upgradeneeded changes.

        No tests because no change in behavior expected.

        * storage/indexeddb/resources/shared.js:
        (unexpectedBlockedCallback):
        (unexpectedUpgradeNeededCallback):

2012-07-13  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, removing timeout expectations for a few
        File API tests while hoping the problems have now gone away.

        * platform/gtk/TestExpectations:

2012-07-13  Sudarsana Nagineni  <sudarsana.nagineni@linux.intel.com>

        [EFL] Gardening failure cases on EFL build bot
        https://bugs.webkit.org/show_bug.cgi?id=91219

        Unreviewed EFL gardening. Skip the new failing tests and add
        platform-specific results for fallback-content.html to get the
        bot greener.

        * platform/efl/TestExpectations:
        * platform/efl/fast/canvas/fallback-content-expected.txt: Added.

2012-07-13  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, adding baselines and expectations required
        after r122509 and r122528.

        * platform/gtk/TestExpectations:
        * platform/gtk/http/tests/w3c: Added.
        * platform/gtk/http/tests/w3c/webperf: Added.
        * platform/gtk/http/tests/w3c/webperf/approved: Added.
        * platform/gtk/http/tests/w3c/webperf/approved/navigation-timing: Added.
        * platform/gtk/http/tests/w3c/webperf/approved/navigation-timing/html: Added.
        * platform/gtk/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect-expected.txt: Added.
        * platform/gtk/http/tests/w3c/webperf/approved/navigation-timing/html5: Added.
        * platform/gtk/http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_xserver_redirect-expected.txt: Added.

2012-07-13  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed gardening, updated chromium test expectations.
        https://bugs.webkit.org/show_bug.cgi?id=91252

        * platform/chromium/TestExpectations:

2012-07-13  Adam Barth  <abarth@webkit.org>

        Also mark its evil twin as flaky.

        * platform/chromium/TestExpectations:

2012-07-13  Adam Barth  <abarth@webkit.org>

        Note this test as flaky.

        * platform/chromium/TestExpectations:

2012-07-13  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed gardening, updated test expectations.
        http://bugs.webkit.org/show_bug.cgi?id=91255

        * platform/chromium/TestExpectations:

2012-07-13  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed chromium gardening, updated test expectations.
        https://bugs.webkit.org/show_bug.cgi?id=91254

        * platform/chromium/TestExpectations:

2012-07-13  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed gardening, marked chromium test as flaky.
        https://bugs.webkit.org/show_bug.cgi?id=91252

        * platform/chromium/TestExpectations:

2012-07-13  Keishi Hattori  <keishi@webkit.org>

        Form of FormAssociatedElement is not updated when id target changes.
        https://bugs.webkit.org/show_bug.cgi?id=91042

        Reviewed by Kent Tamura.

        * fast/forms/update-form-attribute-element-expected.txt: Added.
        * fast/forms/update-form-attribute-element.html: Added.

2012-07-13  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed gardneing, skip failing chromium test.

        * platform/chromium/TestExpectations:

2012-07-13  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed gardening chromium tests rebaseline.

        * platform/chromium-mac/css3/font-feature-settings-rendering-expected.txt:

2012-07-13  Szilard Ledan  <szledan@inf.u-szeged.hu>

        [Qt] Unreviewed gardening after r122528. Skipped some new tests.
        https://bugs.webkit.org/show_bug.cgi?id=91218

        * platform/qt/Skipped:

2012-07-13  Simon Pena  <spena@igalia.com>

        [GTK] Gardening: new baseline after r122550 and rebaseline after r122556
        https://bugs.webkit.org/show_bug.cgi?id=91235

        Unreviewed gardening.

        Add new baseline for fast/canvas/fallback-content.html added in r122550, and
        rebaseline fast/regions/region-style-block-background-color2.html after r122556.

        * platform/gtk/fast/canvas/fallback-content-expected.txt: Added.
        * platform/gtk/fast/regions/region-style-block-background-color2-expected.txt:

2012-07-13  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Rebase test after r122550.

        * platform/qt/fast/canvas/fallback-content-expected.txt: Added.

2012-07-13  Kenichi Ishibashi  <bashi@chromium.org>

        [Chromium] Fix bugs in HarfBuzzShaper
        https://bugs.webkit.org/show_bug.cgi?id=90951

        Reviewed by Tony Chang.

        Add tests for harfbuzz-ng shaper. I tried to use -expected.html style expectations,
        but it didn't work because there are very slight difference between CoreText and HarfBuzz in
        rendering result.

        * fast/text/shaping/shaping-script-order.html: Added.
        * fast/text/shaping/shaping-selection-rect.html: Added.
        * platform/chromium/TestExpectations: Need rebaseline.
        * platform/efl/TestExpectations: Skip added tests because the port doesn't use harfbuzz.
        * platform/gtk/TestExpectations: Ditto.
        * platform/mac/TestExpectations: Ditto.
        * platform/qt/TestExpectations: Ditto.
        * platform/win/Skipped: Ditto.
        * platform/wincairo/Skipped: Ditto.
        * platform/wk2/Skipped: Ditto.

2012-07-13  Kent Tamura  <tkent@chromium.org>

        Make calendar pickers testable
        https://bugs.webkit.org/show_bug.cgi?id=84827

        Reviewed by Hajime Morita.

        * fast/forms/date/calendar-picker-appearance-expected.txt: Added.
        * fast/forms/date/calendar-picker-appearance.html: Added.
        * platform/chromium-mac-snowleopard/fast/forms/date/calendar-picker-appearance-expected.png: Added.
        * platform/chromium/TestExpectations:

2012-07-13  Andrei Bucur  <abucur@adobe.com>

        [CSS Regions] Fix the lifecycle for the flow objects and their renderers
        https://bugs.webkit.org/show_bug.cgi?id=89000

        Reviewed by Eric Seidel.

        These tests expected getFlowByName() to return a valid object even for the NULL flows. They've been modified to
        reflect the new behavior.

        * fast/regions/get-regions-by-content-node2-expected.txt:
        * fast/regions/get-regions-by-content-node2.html:
        * fast/regions/webkit-named-flow-flow-added.html:
        * fast/regions/webkit-named-flow-get-content-expected.txt:
        * fast/regions/webkit-named-flow-get-content.html:
        * fast/regions/webkit-named-flow-invalid-name.html:
        * fast/regions/webkit-named-flow-modified-flow.html:
        * fast/regions/webkit-named-flow-non-existing-flow.html:
        * fast/regions/webkit-named-flow-removed-flow.html:
        * platform/chromium-win/fast/regions/region-style-block-background-color2-expected.txt:
        * platform/mac/fast/regions/region-style-block-background-color2-expected.txt:

2012-07-13  Yoshifumi Inoue  <yosin@chromium.org>

        REGRESSION(r119948): [Forms] Spin button Up/Down actions make value to zero for input type "number" when step mismatched
        https://bugs.webkit.org/show_bug.cgi?id=91197

        Reviewed by Kent Tamura.

        This patch adds new test cases.

        * fast/forms/number/number-stepup-stepdown-from-renderer-expected.txt: Updated for new test cases.
        * fast/forms/number/number-stepup-stepdown-from-renderer.html: Added new test cases.

2012-07-13  Dominic Mazzoni  <dmazzoni@google.com>

        Should be possible to focus elements within canvas fallback content
        https://bugs.webkit.org/show_bug.cgi?id=87898

        Reviewed by Chris Fleizach.

        * fast/canvas/fallback-content-expected.txt: Added.
        * fast/canvas/fallback-content.html: Added.

2012-07-13  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed inspector test fix.

        * http/tests/inspector/network/resources/style.css: Added.
        (body):

2012-07-13  Ryosuke Niwa  <rniwa@webkit.org>

        RadioNodeList is not updated upon input type change
        https://bugs.webkit.org/show_bug.cgi?id=91178

        Reviewed by Alexey Proskuryakov.

        Add a regression test.

        * fast/forms/radionodelist-image-type-expected.txt: Added.
        * fast/forms/radionodelist-image-type.html: Added.

2012-07-12  Filip Pizlo  <fpizlo@apple.com>

        DFG property access stubs should use structure transition watchpoints
        https://bugs.webkit.org/show_bug.cgi?id=91135

        Reviewed by Geoffrey Garen.

        * fast/js/dfg-proto-stub-watchpoint-fire-expected.txt: Added.
        * fast/js/dfg-proto-stub-watchpoint-fire.html: Added.
        * fast/js/script-tests/dfg-proto-stub-watchpoint-fire.js: Added.
        (A):
        (B):
        (foo):

2012-07-12  Filip Pizlo  <fpizlo@apple.com>

        DFG CFA may get overzealous in loops that have code that must exit
        https://bugs.webkit.org/show_bug.cgi?id=91188

        Reviewed by Gavin Baraclough.

        * fast/js/dfg-force-exit-then-sparse-conditional-constant-prop-in-loop-expected.txt: Added.
        * fast/js/dfg-force-exit-then-sparse-conditional-constant-prop-in-loop.html: Added.
        * fast/js/script-tests/dfg-force-exit-then-sparse-conditional-constant-prop-in-loop.js: Added.
        (foo):

2012-07-12  Eric Seidel  <eric@webkit.org>

        Incorrect behaviour calling Range setStart or setEnd with boundary in different document
        https://bugs.webkit.org/show_bug.cgi?id=42517

        Reviewed by Ojan Vafai.

        Add a new test to cover this changed behavior, and correct a FIXME in an old test
        which was documenting our incorrect behavior.

        * fast/dom/Range/set-wrong-document-err-expected.txt: Added.
        * fast/dom/Range/set-wrong-document-err.html: Added.
        * fast/dom/move-nodes-across-documents.html:

2012-07-12  Konrad Piascik  <kpiascik@rim.com>

        Web Inspector: Geolocation override
        https://bugs.webkit.org/show_bug.cgi?id=89365

        Reviewed by Pavel Feldman.
        Change has not been reviewed by the right people. It declares
        public protocol methods and is wrong in several ways.

        Reverted original patch.

        * inspector/geolocation-error-expected.txt: Removed.
        * inspector/geolocation-error.html: Removed.
        * inspector/geolocation-success-expected.txt: Removed.
        * inspector/geolocation-success.html: Removed.

2012-07-12  Adrienne Walker  <enne@google.com>

        [chromium] Root invalidations for RTL pages need to be in the right space
        https://bugs.webkit.org/show_bug.cgi?id=91155

        Reviewed by Kenneth Russell.

        Add a test that demonstrates this problem. Before the code fix, the
        test shows just a red square because the invalidation for the style
        change repaints the wrong rect.

        * compositing/rtl/rtl-overflow-invalidation-expected.png: Added.
        * compositing/rtl/rtl-overflow-invalidation-expected.txt: Added.
        * compositing/rtl/rtl-overflow-invalidation.html: Added.

2012-07-12  James Simonsen  <simonjam@chromium.org>

        [Navigation Timing] Import the W3C Navigation Timing test suite
        https://bugs.webkit.org/show_bug.cgi?id=84887

        Reviewed by Tony Gentilcore.

        * http/tests/resources/testharness.css: Added.
        * http/tests/resources/testharness.js: Copied from LayoutTests/resources/testharness.js.
        * http/tests/resources/testharnessreport.js: Copied from LayoutTests/resources/testharnessreport.js.
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_document_open-expected.txt: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_document_open.html: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_document_readiness_exist-expected.txt: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_document_readiness_exist.html: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_navigate_within_document-expected.txt: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_navigate_within_document.html: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_navigation_attributes_exist-expected.txt: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_navigation_attributes_exist.html: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_navigation_redirectCount_none-expected.txt: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_navigation_redirectCount_none.html: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_navigation_type_backforward-expected.txt: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_navigation_type_backforward.html: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_navigation_type_enums-expected.txt: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_navigation_type_enums.html: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_navigation_type_reload-expected.txt: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_navigation_type_reload.html: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_no_previous_document-expected.txt: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_no_previous_document.html: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_performance_attributes_exist-expected.txt: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_performance_attributes_exist.html: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_performance_attributes_exist_in_object-expected.txt: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_performance_attributes_exist_in_object.html: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_readwrite-expected.txt: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_readwrite.html: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_attributes_exist-expected.txt: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_attributes_exist.html: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_attributes_order-expected.txt: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_attributes_order.html: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_client_redirect-expected.txt: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_client_redirect.html: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_reload-expected.txt: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_reload.html: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_server_redirect-expected.txt: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_server_redirect.html: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect-expected.txt: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect.html: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_unique_performance_objects-expected.txt: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html/test_unique_performance_objects.html: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_document_open-expected.txt: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_document_open.html: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_document_readiness_exist-expected.txt: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_document_readiness_exist.html: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_navigate_within_document-expected.txt: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_navigate_within_document.html: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_navigation_attributes_exist-expected.txt: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_navigation_attributes_exist.html: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_navigation_redirectCount_none-expected.txt: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_navigation_redirectCount_none.html: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_navigation_type_backforward-expected.txt: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_navigation_type_backforward.html: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_navigation_type_enums-expected.txt: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_navigation_type_enums.html: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_navigation_type_reload-expected.txt: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_navigation_type_reload.html: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_no_previous_document-expected.txt: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_no_previous_document.html: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_performance_attributes_exist-expected.txt: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_performance_attributes_exist.html: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_performance_attributes_exist_in_object-expected.txt: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_performance_attributes_exist_in_object.html: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_readwrite-expected.txt: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_readwrite.html: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_attributes_exist-expected.txt: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_attributes_exist.html: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_attributes_order-expected.txt: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_attributes_order.html: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_client_redirect-expected.txt: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_client_redirect.html: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_reload-expected.txt: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_reload.html: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_server_redirect-expected.txt: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_server_redirect.html: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_xserver_redirect-expected.txt: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_xserver_redirect.html: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_unique_performance_objects-expected.txt: Added.
        * http/tests/w3c/webperf/approved/navigation-timing/html5/test_unique_performance_objects.html: Added.
        * http/tests/w3c/webperf/resources/blank_page_green.htm: Added.
        * http/tests/w3c/webperf/resources/blank_page_green_with_onunload.htm: Added.
        * http/tests/w3c/webperf/resources/blank_page_meta_redirect.htm: Added.
        * http/tests/w3c/webperf/resources/blank_page_unload.htm: Added.
        * http/tests/w3c/webperf/resources/blank_page_yellow.htm: Added.
        * http/tests/w3c/webperf/resources/blank_page_yellow_with_onunload.htm: Added.
        * http/tests/w3c/webperf/resources/pagevistestharness.js: Added.
        * http/tests/w3c/webperf/resources/redirect.php: Added.
        * http/tests/w3c/webperf/resources/webperftestharness.js: Added.
        * platform/mac/Skipped: Skip new webperf tests.
        * platform/win/Skipped: Ditto.
        * platform/wincairo/Skipped: Ditto.
        * resources/testharness.css: Added.
        * resources/testharnessreport.js: Support async tests.

2012-07-12  W. James MacLean  <wjmaclean@chromium.org>

        [chromium] Unreviewed gardening. SKIP inspector/elements/edit-dom-actions.html on Win Debug
        https://bugs.webkit.org/show_bug.cgi?id=60109

        Since we can't use SLOW and TIMEOUT together, let's skip this test until it is fixed.

        * platform/chromium/TestExpectations:

2012-07-12  Pravin D  <pravind.2k4@gmail.com>

        Row size/position is wrongly calculated when table having overlapping rowspan cell and colspan cell
        https://bugs.webkit.org/show_bug.cgi?id=16811

        Reviewed by Julien Chaffraix.

        * fast/table/last-cell-of-rowspan-overlapping-colspan-cell-expected.html: Added.
        * fast/table/last-cell-of-rowspan-overlapping-colspan-cell.html: Added.

2012-07-12  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: Enable IDBFactory.deleteDatabase() and webkitGetDatabaseNames() in Workers
        https://bugs.webkit.org/show_bug.cgi?id=90310

        Reviewed by Tony Chang.

        * storage/indexeddb/factory-basics-workers-expected.txt: Added.
        * storage/indexeddb/factory-basics-workers.html: Added.
        * storage/indexeddb/resources/factory-basics.js: Allow use by Worker as well as Window.
        (getDatabaseNamesSuccess1):
        (openSuccess):
        (getDatabaseNamesSuccess2):
        (getDatabaseNamesSuccess3):

2012-07-12  Dirk Pranke  <dpranke@chromium.org>

        rebaseline fast/harness/results.html after r122505.

        Unreviewed, expectations change.

        * fast/harness/results-expected.txt:

2012-07-12  Adam Barth  <abarth@webkit.org>

        Regression (r122359) Layout Test html5lib/runner.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=91047

        Reviewed by Tony Chang.

        Add a test that shows what happens when a doctype gets added and
        removed.

        * fast/viewport/viewport-legacy-xhtmlmp-remove-and-add-expected.txt: Added.
        * fast/viewport/viewport-legacy-xhtmlmp-remove-and-add.html: Added.
        * platform/chromium/TestExpectations:

2012-07-12  Ojan Vafai  <ojan@chromium.org>

        Implied minimum size of flex items is min-content
        https://bugs.webkit.org/show_bug.cgi?id=87546

        Reviewed by Tony Chang.

        Mostly just set min-height/min-width:0 as appropriate to keep the tests testing
        what the used to be testing. I made sure that each rendering was correct before
        making the changes. In a couple cases, I changed expectations where I thought
        the test was still testing was it was intending to test.

        * css3/flexbox/child-overflow.html:
        * css3/flexbox/columns-auto-size.html:
        * css3/flexbox/cross-axis-scrollbar.html:
        * css3/flexbox/flex-item-min-size-expected.txt: Added.
        * css3/flexbox/flex-item-min-size.html: Added.
        * css3/flexbox/flexitem.html:
        * css3/flexbox/line-wrapping.html:
        * css3/flexbox/perpendicular-writing-modes-inside-flex-item.html:
        * css3/flexbox/repaint-rtl-column.html:

2012-07-12  Dirk Pranke  <dpranke@chromium.org>

        nrwt crashes saving the output for a platform-specific expected test reference
        https://bugs.webkit.org/show_bug.cgi?id=90872

        Reviewed by Ojan Vafai.

        Remove tests for the 'ref_file' parameter in results.json
        entries.

        * fast/harness/resources/results-test.js:
        * fast/harness/results.html:

2012-07-12  Adam Barth  <abarth@webkit.org>

        Unreviewed.  Delete two empty directories.

        * platform/google-chrome-linux32: Removed.
        * platform/google-chrome-linux64: Removed.

2012-07-12  Julien Chaffraix  <jchaffraix@webkit.org>

        ASSERT(genChild->isListMarker() || genChild->style()->styleType() == FIRST_LETTER) triggered on flex-box content
        https://bugs.webkit.org/show_bug.cgi?id=91003

        Reviewed by Abhishek Arya.

        * fast/flexbox/assert-generated-deprecated-flexbox-expected.txt: Added.
        * fast/flexbox/assert-generated-deprecated-flexbox.html: Added.
        * fast/flexbox/assert-generated-new-flexbox-expected.txt: Added.
        * fast/flexbox/assert-generated-new-flexbox.html: Added.

2012-07-12  Pravin D  <pravind.2k4@gmail.com>

        Percentage width replaced element in zero percent/fixed width container block incorrectly rendered.
        https://bugs.webkit.org/show_bug.cgi?id=9493

        Reviewed by Andy Estes.

        * fast/css/percent-width-img-inside-zero-percent-and-fixed-container-expected.html: Added.
        * fast/css/percent-width-img-inside-zero-percent-and-fixed-container.html: Added.
        * fast/css/resources/red-box.png: Added.
          Image resource file for the test case.

2012-07-12  Dirk Pranke  <dpranke@chromium.org>

        Remove chromium-mac-leopard baselines.

        Rubber-stamped by Tony Chang.

        Chromium no longer actively supports the Leopard (10.5) version
        of Mac OS and doesn't have any bots running it, so we don't need
        the baselines any more.

2012-07-12  Andy Estes  <aestes@apple.com>

        [Mac] input-in-table-cell-no-value.html fails due to INPUT_TYPE_DATE being disabled.

        * platform/mac/TestExpectations: Mark input-in-table-cell-no-value.html
        as expected to fail.

2012-07-12  W. James MacLean  <wjmaclean@chromium.org>


        [chromium] Unreviewed gardening. Layout Test storage/indexeddb/constants.html is flaky.
        https://bugs.webkit.org/show_bug.cgi?id=91133

        Has started to crash occassionally on WebKitWin, cause unknown.

        * platform/chromium/TestExpectations:

2012-07-12  Adam Barth  <abarth@webkit.org>

        LayoutTests/platform/google-chrome-linux32 and google-chrome-linux64 are empty and should be removed
        https://bugs.webkit.org/show_bug.cgi?id=91114

        Reviewed by Tony Chang.

        These directories are empty and haven't been touched in over a year.
        We should remove them.

        * platform/google-chrome-linux32: Removed.
        * platform/google-chrome-linux32/README: Removed.
        * platform/google-chrome-linux64: Removed.
        * platform/google-chrome-linux64/README: Removed.

2012-07-12  W. James MacLean  <wjmaclean@chromium.org>

        [chromium] Unreviewed gardening. Re-baseline expected text for fast/multicol/table-vertical-align.html

        * platform/chromium-linux-x86/fast/multicol/table-vertical-align-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/multicol/table-vertical-align-expected.txt.
        * platform/chromium-linux/fast/multicol/table-vertical-align-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/multicol/table-vertical-align-expected.txt.
        * platform/chromium-mac-snowleopard/fast/multicol/table-vertical-align-expected.txt: Added.
        * platform/chromium-win-xp/fast/multicol/table-vertical-align-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/multicol/table-vertical-align-expected.txt.
        * platform/chromium-win/fast/multicol/table-vertical-align-expected.txt:

2012-07-12  W. James MacLean  <wjmaclean@chromium.org>

        [chromium] Unreviewed gardening. inspector/elements/edit-dom-actions.html is timing out on Win Debug.
        https://bugs.webkit.org/show_bug.cgi?id=60109

        This test has recently started timing out on Win Debug bots. It was already slow, but has gotten much worse,
        but times are also quite variable.

        * platform/chromium/TestExpectations:

2012-07-12  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: Verify internal "delete pending" flag on database
        https://bugs.webkit.org/show_bug.cgi?id=90995

        Reviewed by Tony Chang.

        Verify the behavior required by the spec that an open() following
        a deleteDatabase() is delayed and returns a new database.

        * storage/indexeddb/database-deletepending-flag-expected.txt: Added.
        * storage/indexeddb/database-deletepending-flag.html: Added.
        * storage/indexeddb/resources/database-deletepending-flag.js: Added.
        (test):
        (openConnection.request.onsuccess.request.onsuccess):
        (openConnection.request.onsuccess):
        (openConnection):
        (testDatabaseDelete.connection.onversionchange):
        (testDatabaseDelete.deleteRequest.onblocked):
        (testDatabaseDelete.deleteRequest.onsuccess):
        (testDatabaseDelete.openRequest.onsuccess):
        (testDatabaseDelete):

2012-07-12  Allan Sandfeld Jensen  <allan.jensen@nokia.com>

        Move nodesFromRect tests to separate sub-directory.
        https://bugs.webkit.org/show_bug.cgi?id=90986

        Reviewed by Antonio Gomes.

        Moving all nodesFromRect based tests to separate sub-directory will make it easier to test or skip them collectively.

        * fast/dom/nodesFromRect/nodesFromRect-basic-expected.txt: Renamed from LayoutTests/fast/dom/nodesFromRect-basic-expected.txt.
        * fast/dom/nodesFromRect/nodesFromRect-basic.html: Renamed from LayoutTests/fast/dom/nodesFromRect-basic.html.
        * fast/dom/nodesFromRect/nodesFromRect-culled-inlines-expected.txt: Renamed from LayoutTests/fast/dom/nodesFromRect-culled-inlines-expected.txt.
        * fast/dom/nodesFromRect/nodesFromRect-culled-inlines.html: Renamed from LayoutTests/fast/dom/nodesFromRect-culled-inlines.html.
        * fast/dom/nodesFromRect/nodesFromRect-inner-documents-expected.txt: Renamed from LayoutTests/fast/dom/nodesFromRect-inner-documents-expected.txt.
        * fast/dom/nodesFromRect/nodesFromRect-inner-documents.html: Renamed from LayoutTests/fast/dom/nodesFromRect-inner-documents.html.
        * fast/dom/nodesFromRect/nodesFromRect-links-and-text-expected.txt: Renamed from LayoutTests/fast/dom/nodesFromRect-links-and-text-expected.txt.
        * fast/dom/nodesFromRect/nodesFromRect-links-and-text.html: Renamed from LayoutTests/fast/dom/nodesFromRect-links-and-text.html.
        * fast/dom/nodesFromRect/nodesFromRect-svg-expected.txt: Renamed from LayoutTests/fast/dom/nodesFromRect-svg-expected.txt.
        * fast/dom/nodesFromRect/nodesFromRect-svg.html: Renamed from LayoutTests/fast/dom/nodesFromRect-svg.html.
        * fast/dom/nodesFromRect/nodesFromRect-table-expected.txt: Renamed from LayoutTests/fast/dom/nodesFromRect-table-expected.txt.
        * fast/dom/nodesFromRect/nodesFromRect-table.html: Renamed from LayoutTests/fast/dom/nodesFromRect-table.html.
        * fast/dom/nodesFromRect/resources/nodesFromRect.css: Renamed from LayoutTests/fast/dom/resources/nodesFromRect.css.
        * fast/dom/nodesFromRect/resources/nodesFromRect.js: Renamed from LayoutTests/fast/dom/resources/nodesFromRect.js.
        * media/nodesFromRect-shadowContent.html:
        * platform/chromium/TestExpectations:
        * platform/win/Skipped:
        * platform/wincairo/Skipped:
        * platform/wk2/Skipped:

2012-07-12  Adam Barth  <abarth@webkit.org>

        Unreviewed. Remove a large number of empty directories.

        * platform/chromium-win-vista: Removed.
        * platform/chromium-win-vista/canvas: Removed.
        * platform/chromium-win-vista/canvas/philip: Removed.
        * platform/chromium-win-vista/canvas/philip/tests: Removed.
        * platform/chromium-win-vista/compositing: Removed.
        * platform/chromium-win-vista/compositing/geometry: Removed.
        * platform/chromium-win-vista/compositing/overflow: Removed.
        * platform/chromium-win-vista/compositing/shadows: Removed.
        * platform/chromium-win-vista/css1: Removed.
        * platform/chromium-win-vista/css1/font_properties: Removed.
        * platform/chromium-win-vista/css1/text_properties: Removed.
        * platform/chromium-win-vista/css1/units: Removed.
        * platform/chromium-win-vista/css2.1: Removed.
        * platform/chromium-win-vista/css3: Removed.
        * platform/chromium-win-vista/css3/selectors3: Removed.
        * platform/chromium-win-vista/css3/selectors3/html: Removed.
        * platform/chromium-win-vista/css3/selectors3/xhtml: Removed.
        * platform/chromium-win-vista/css3/selectors3/xml: Removed.
        * platform/chromium-win-vista/editing: Removed.
        * platform/chromium-win-vista/editing/inserting: Removed.
        * platform/chromium-win-vista/editing/pasteboard: Removed.
        * platform/chromium-win-vista/editing/style: Removed.
        * platform/chromium-win-vista/fast: Removed.
        * platform/chromium-win-vista/fast/backgrounds: Removed.
        * platform/chromium-win-vista/fast/backgrounds/repeat: Removed.
        * platform/chromium-win-vista/fast/backgrounds/size: Removed.
        * platform/chromium-win-vista/fast/block: Removed.
        * platform/chromium-win-vista/fast/block/positioning: Removed.
        * platform/chromium-win-vista/fast/box-shadow: Removed.
        * platform/chromium-win-vista/fast/canvas: Removed.
        * platform/chromium-win-vista/fast/canvas/webgl: Removed.
        * platform/chromium-win-vista/fast/compact: Removed.
        * platform/chromium-win-vista/fast/css: Removed.
        * platform/chromium-win-vista/fast/dom: Removed.
        * platform/chromium-win-vista/fast/dom/Document: Removed.
        * platform/chromium-win-vista/fast/dom/HTMLAnchorElement: Removed.
        * platform/chromium-win-vista/fast/dom/HTMLMeterElement: Removed.
        * platform/chromium-win-vista/fast/dom/HTMLProgressElement: Removed.
        * platform/chromium-win-vista/fast/forms: Removed.
        * platform/chromium-win-vista/fast/inline: Removed.
        * platform/chromium-win-vista/fast/inline-block: Removed.
        * platform/chromium-win-vista/fast/js: Removed.
        * platform/chromium-win-vista/fast/media: Removed.
        * platform/chromium-win-vista/fast/multicol: Removed.
        * platform/chromium-win-vista/fast/multicol/vertical-rl: Removed.
        * platform/chromium-win-vista/fast/parser: Removed.
        * platform/chromium-win-vista/fast/repaint: Removed.
        * platform/chromium-win-vista/fast/replaced: Removed.
        * platform/chromium-win-vista/fast/sub-pixel: Removed.
        * platform/chromium-win-vista/fast/sub-pixel/selection: Removed.
        * platform/chromium-win-vista/fast/table: Removed.
        * platform/chromium-win-vista/fast/text: Removed.
        * platform/chromium-win-vista/fast/text/international: Removed.
        * platform/chromium-win-vista/fast/text/whitespace: Removed.
        * platform/chromium-win-vista/fast/writing-mode: Removed.
        * platform/chromium-win-vista/http: Removed.
        * platform/chromium-win-vista/http/tests: Removed.
        * platform/chromium-win-vista/http/tests/appcache: Removed.
        * platform/chromium-win-vista/http/tests/loading: Removed.
        * platform/chromium-win-vista/http/tests/media: Removed.
        * platform/chromium-win-vista/http/tests/misc: Removed.
        * platform/chromium-win-vista/http/tests/multipart: Removed.
        * platform/chromium-win-vista/http/tests/security: Removed.
        * platform/chromium-win-vista/http/tests/security/aboutBlank: Removed.
        * platform/chromium-win-vista/media: Removed.
        * platform/chromium-win-vista/platform: Removed.
        * platform/chromium-win-vista/platform/chromium: Removed.
        * platform/chromium-win-vista/platform/chromium/compositing: Removed.
        * platform/chromium-win-vista/platform/chromium/fast: Removed.
        * platform/chromium-win-vista/platform/chromium/fast/text: Removed.
        * platform/chromium-win-vista/platform/chromium/virtual: Removed.
        * platform/chromium-win-vista/platform/chromium/virtual/gpu: Removed.
        * platform/chromium-win-vista/platform/chromium/virtual/gpu/fast: Removed.
        * platform/chromium-win-vista/platform/chromium/virtual/gpu/fast/canvas: Removed.
        * platform/chromium-win-vista/svg: Removed.
        * platform/chromium-win-vista/svg/W3C-I18N: Removed.
        * platform/chromium-win-vista/svg/W3C-SVG-1.1: Removed.
        * platform/chromium-win-vista/svg/W3C-SVG-1.1-SE: Removed.
        * platform/chromium-win-vista/svg/as-image: Removed.
        * platform/chromium-win-vista/svg/as-object: Removed.
        * platform/chromium-win-vista/svg/batik: Removed.
        * platform/chromium-win-vista/svg/batik/paints: Removed.
        * platform/chromium-win-vista/svg/batik/text: Removed.
        * platform/chromium-win-vista/svg/carto.net: Removed.
        * platform/chromium-win-vista/svg/css: Removed.
        * platform/chromium-win-vista/svg/custom: Removed.
        * platform/chromium-win-vista/svg/dynamic-updates: Removed.
        * platform/chromium-win-vista/svg/filters: Removed.
        * platform/chromium-win-vista/svg/hixie: Removed.
        * platform/chromium-win-vista/svg/hixie/intrinsic: Removed.
        * platform/chromium-win-vista/svg/in-html: Removed.
        * platform/chromium-win-vista/svg/stroke: Removed.
        * platform/chromium-win-vista/svg/text: Removed.
        * platform/chromium-win-vista/svg/zoom: Removed.
        * platform/chromium-win-vista/svg/zoom/page: Removed.
        * platform/chromium-win-vista/tables: Removed.
        * platform/chromium-win-vista/tables/mozilla: Removed.
        * platform/chromium-win-vista/tables/mozilla/bugs: Removed.
        * platform/chromium-win-vista/tables/mozilla/marvin: Removed.
        * platform/chromium-win-vista/tables/mozilla_expected_failures: Removed.
        * platform/chromium-win-vista/tables/mozilla_expected_failures/bugs: Removed.
        * platform/chromium-win-vista/tables/mozilla_expected_failures/core: Removed.
        * platform/chromium-win-vista/tables/mozilla_expected_failures/marvin: Removed.
        * platform/chromium-win-vista/tables/mozilla_expected_failures/other: Removed.
        * platform/chromium-win-vista/transforms: Removed.
        * platform/chromium-win-vista/transforms/2d: Removed.

2012-07-12  Arnaud Renevier  <arno@renevier.net>

        [GTK] Implement disableImageLoading in DRT
        https://bugs.webkit.org/show_bug.cgi?id=87973

        Reviewed by Martin Robinson.

        Add TEXT expectation to favicon-loads-with-icon-loading-override.html
        which was only working by accident.

        * platform/gtk/TestExpectations:

2012-07-12  Adam Barth  <abarth@webkit.org>

        Parse the viewport meta tag like iOS
        https://bugs.webkit.org/show_bug.cgi?id=72722

        Reviewed by Alexey Proskuryakov.

        Our parsing appears to match iOS already.  This patch simply adds tests
        that show that we agree on these cases.

        * fast/viewport/viewport-133-expected.txt: Added.
        * fast/viewport/viewport-133.html: Added.
        * fast/viewport/viewport-134-expected.txt: Added.
        * fast/viewport/viewport-134.html: Added.

2012-07-12  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: ASSERT hit calling open from callback in Worker
        https://bugs.webkit.org/show_bug.cgi?id=90832

        Reviewed by Kentaro Hara.

        Call IDBFactory.open() twice from a worker - once from the initial worker
        script evaluation, and once in a callback after the worker thread data
        has been purged.

        * storage/indexeddb/open-twice-workers-expected.txt: Added.
        * storage/indexeddb/open-twice-workers.html: Added.
        * storage/indexeddb/resources/open-twice.js: Added.
        (test):
        (openAnother):

2012-07-12  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>

        [Qt] platform/qt/css3 tests needs update after rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=91086

        Reviewed by Csaba Osztrogonác.

        * platform/qt-5.0/Skipped:
        * platform/qt/css3/css3-modsel-33-expected.png:
        * platform/qt/css3/css3-modsel-33-expected.txt:
        * platform/qt/css3/css3-modsel-35-expected.png:
        * platform/qt/css3/css3-modsel-35-expected.txt:
        * platform/qt/css3/css3-modsel-36-expected.png:
        * platform/qt/css3/css3-modsel-36-expected.txt:
        * platform/qt/css3/css3-modsel-37-expected.png:
        * platform/qt/css3/css3-modsel-37-expected.txt:
        * platform/qt/css3/filters/effect-brightness-expected.png:
        * platform/qt/css3/filters/effect-brightness-expected.txt:
        * platform/qt/css3/filters/effect-combined-expected.png:
        * platform/qt/css3/filters/effect-combined-expected.txt:
        * platform/qt/css3/filters/effect-combined-hw-expected.png:
        * platform/qt/css3/filters/effect-combined-hw-expected.txt:
        * platform/qt/css3/filters/effect-contrast-expected.png:
        * platform/qt/css3/filters/effect-contrast-expected.txt:
        * platform/qt/css3/filters/effect-drop-shadow-expected.png:
        * platform/qt/css3/filters/effect-drop-shadow-expected.txt:
        * platform/qt/css3/filters/effect-drop-shadow-hw-expected.png:
        * platform/qt/css3/filters/effect-drop-shadow-hw-expected.txt:
        * platform/qt/css3/filters/effect-grayscale-expected.png:
        * platform/qt/css3/filters/effect-grayscale-expected.txt:
        * platform/qt/css3/filters/effect-grayscale-hw-expected.png:
        * platform/qt/css3/filters/effect-grayscale-hw-expected.txt:
        * platform/qt/css3/filters/effect-hue-rotate-expected.png:
        * platform/qt/css3/filters/effect-hue-rotate-expected.txt:
        * platform/qt/css3/filters/effect-hue-rotate-hw-expected.png:
        * platform/qt/css3/filters/effect-hue-rotate-hw-expected.txt:
        * platform/qt/css3/filters/effect-invert-expected.png:
        * platform/qt/css3/filters/effect-invert-expected.txt:
        * platform/qt/css3/filters/effect-invert-hw-expected.png:
        * platform/qt/css3/filters/effect-invert-hw-expected.txt:
        * platform/qt/css3/filters/effect-opacity-expected.png:
        * platform/qt/css3/filters/effect-opacity-expected.txt:
        * platform/qt/css3/filters/effect-opacity-hw-expected.png:
        * platform/qt/css3/filters/effect-opacity-hw-expected.txt:
        * platform/qt/css3/filters/effect-saturate-expected.png:
        * platform/qt/css3/filters/effect-saturate-expected.txt:
        * platform/qt/css3/filters/effect-saturate-hw-expected.png:
        * platform/qt/css3/filters/effect-saturate-hw-expected.txt:
        * platform/qt/css3/filters/effect-sepia-expected.png:
        * platform/qt/css3/filters/effect-sepia-expected.txt:
        * platform/qt/css3/filters/effect-sepia-hw-expected.png:
        * platform/qt/css3/filters/effect-sepia-hw-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-1-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-1-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-10-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-10-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-11-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-11-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-13-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-13-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-14-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-14-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-144-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-144-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-148-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-148-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-149-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-149-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-149b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-149b-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-14b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-14b-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-14c-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-14c-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-14d-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-14d-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-14e-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-14e-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-15-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-15-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-150-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-150-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-151-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-151-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-152-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-152-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-154-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-154-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-155-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-155-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-155a-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-155a-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-155b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-155b-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-155c-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-155c-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-155d-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-155d-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-156-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-156-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-156b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-156b-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-156c-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-156c-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-157-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-157-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-158-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-158-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-159-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-159-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-15b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-15b-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-16-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-16-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-160-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-160-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-161-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-161-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-166-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-166-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-166a-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-166a-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-167-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-167-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-167a-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-167a-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-168-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-168-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-168a-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-168a-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-169-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-169-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-169a-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-169a-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-17-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-17-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-170-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-170-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-170a-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-170a-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-170b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-170b-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-170c-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-170c-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-170d-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-170d-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-175a-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-175a-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-175b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-175b-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-175c-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-175c-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-176-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-176-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-177a-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-177a-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-177b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-177b-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-178-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-178-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-179-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-179-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-179a-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-179a-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-18-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-18-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-180a-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-180a-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-181-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-181-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-183-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-183-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-184a-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-184a-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-184b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-184b-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-184c-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-184c-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-184d-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-184d-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-184e-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-184e-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-184f-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-184f-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-18a-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-18a-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-18b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-18b-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-18c-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-18c-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-19-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-19-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-19b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-19b-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-2-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-2-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-20-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-20-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-21-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-21-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-21b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-21b-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-22-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-22-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-23-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-23-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-24-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-24-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-25-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-25-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-27-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-27-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-27a-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-27a-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-27b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-27b-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-28-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-28-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-28b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-28b-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-29-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-29-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-29b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-29b-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-30-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-30-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-31-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-31-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-32-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-32-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-33-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-33-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-34-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-34-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-35-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-35-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-36-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-36-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-37-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-37-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-38-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-38-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-39-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-39-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-39a-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-39a-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-39b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-39b-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-39c-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-39c-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-3a-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-3a-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-4-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-4-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-41-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-41-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-41a-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-41a-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-42-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-42-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-42a-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-42a-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-43-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-43-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-43b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-43b-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-44-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-44-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-44b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-44b-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-44c-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-44c-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-44d-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-44d-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-45-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-45-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-45b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-45b-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-45c-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-45c-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-46-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-46-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-46b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-46b-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-5-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-5-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-54-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-54-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-55-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-55-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-56-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-56-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-59-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-59-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-6-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-6-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-60-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-60-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-61-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-61-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-62-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-62-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-63-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-63-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-64-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-64-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-65-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-65-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-66-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-66-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-66b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-66b-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-67-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-67-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-68-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-68-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-69-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-69-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-7-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-7-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-70-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-70-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-72-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-72-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-72b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-72b-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-73-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-73-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-73b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-73b-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-74-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-74-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-74b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-74b-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-75-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-75-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-75b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-75b-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-76-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-76-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-76b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-76b-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-77-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-77-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-77b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-77b-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-78-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-78-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-78b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-78b-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-79-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-79-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-7b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-7b-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-8-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-8-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-80-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-80-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-81-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-81-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-81b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-81b-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-82-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-82-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-82b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-82b-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-83-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-83-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-86-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-86-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-87-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-87-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-87b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-87b-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-88-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-88-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-88b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-88b-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-89-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-89-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-9-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-9-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-90-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-90-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-90b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-90b-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-d1-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-d1-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-d1b-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-d1b-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-d2-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-d2-expected.txt:
        * platform/qt/css3/selectors3/html/css3-modsel-d4-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-d4-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-1-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-1-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-10-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-10-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-100-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-100-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-100b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-100b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-101-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-101-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-101b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-101b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-102-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-102-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-102b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-102b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-103-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-103-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-103b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-103b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-104-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-104-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-104b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-104b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-105-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-105-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-105b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-105b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-106-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-106-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-106b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-106b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-107-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-107-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-107b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-107b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-108-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-108-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-108b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-108b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-109-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-109-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-109b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-109b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-11-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-11-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-110-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-110-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-110b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-110b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-111-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-111-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-111b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-111b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-112-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-112-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-112b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-112b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-113-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-113-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-113b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-113b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-114-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-114-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-114b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-114b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-115-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-115-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-115b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-115b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-116-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-116-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-116b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-116b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-117-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-117-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-117b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-117b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-118-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-118-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-119-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-119-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-120-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-120-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-121-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-121-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-122-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-122-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-123-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-123-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-123b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-123b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-124-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-124-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-124b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-124b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-125-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-125-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-125b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-125b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-126-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-126-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-126b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-126b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-127-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-127-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-127b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-127b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-128-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-128-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-128b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-128b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-129-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-129-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-129b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-129b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-13-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-13-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-130-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-130-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-130b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-130b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-131-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-131-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-131b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-131b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-132-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-132-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-132b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-132b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-133-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-133-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-133b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-133b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-134-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-134-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-134b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-134b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-135-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-135-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-135b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-135b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-136-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-136-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-136b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-136b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-137-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-137-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-137b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-137b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-138-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-138-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-138b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-138b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-139-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-139-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-139b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-139b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-14-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-14-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-140-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-140-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-140b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-140b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-141-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-141-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-141b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-141b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-142-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-142-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-142b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-142b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-143-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-143-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-143b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-143b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-144-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-144-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-145a-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-145a-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-145b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-145b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-146a-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-146a-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-146b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-146b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-147a-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-147a-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-147b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-147b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-148-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-148-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-149-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-149-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-149b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-149b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-14b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-14b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-14c-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-14c-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-14d-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-14d-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-14e-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-14e-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-15-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-15-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-150-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-150-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-151-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-151-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-152-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-152-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-153-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-153-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-154-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-154-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-155-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-155-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-155a-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-155a-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-155b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-155b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-155c-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-155c-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-155d-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-155d-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-156-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-156-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-156b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-156b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-156c-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-156c-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-157-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-157-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-158-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-158-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-159-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-159-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-15b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-15b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-15c-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-15c-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-16-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-16-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-160-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-160-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-161-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-161-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-166-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-166-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-166a-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-166a-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-167-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-167-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-167a-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-167a-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-168-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-168-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-168a-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-168a-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-169-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-169-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-169a-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-169a-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-17-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-17-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-170-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-170-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-170a-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-170a-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-170b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-170b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-170c-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-170c-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-170d-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-170d-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-171-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-171-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-172a-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-172a-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-172b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-172b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-173a-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-173a-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-173b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-173b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-174a-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-174a-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-174b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-174b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-175a-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-175a-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-175b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-175b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-175c-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-175c-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-176-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-176-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-177a-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-177a-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-177b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-177b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-178-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-178-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-179-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-179-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-179a-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-179a-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-18-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-18-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-180a-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-180a-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-181-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-181-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-182-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-182-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-183-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-183-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-184a-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-184a-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-184b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-184b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-184c-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-184c-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-184d-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-184d-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-184e-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-184e-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-184f-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-184f-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-18a-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-18a-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-18b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-18b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-18c-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-18c-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-19-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-19-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-19b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-2-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-2-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-20-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-20-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-21-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-21-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-21b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-21b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-22-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-22-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-23-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-23-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-24-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-24-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-25-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-25-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-27-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-27-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-27a-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-27a-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-27b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-27b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-28-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-28-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-28b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-28b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-29-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-29-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-29b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-29b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-3-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-3-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-30-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-30-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-31-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-31-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-32-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-32-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-33-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-33-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-34-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-34-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-35-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-35-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-36-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-36-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-37-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-37-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-38-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-38-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-39-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-39-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-39a-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-39a-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-39b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-39b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-39c-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-39c-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-3a-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-3a-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-4-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-4-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-41-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-41-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-41a-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-41a-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-42-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-42-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-42a-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-42a-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-43-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-43-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-43b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-43b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-44-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-44-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-44b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-44b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-44c-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-44c-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-44d-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-44d-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-45-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-45-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-45b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-45b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-45c-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-45c-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-46-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-46-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-46b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-46b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-47-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-47-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-48-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-48-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-49-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-49-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-5-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-5-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-50-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-50-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-51-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-51-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-52-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-52-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-53-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-53-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-54-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-54-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-55-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-55-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-56-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-56-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-57-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-57-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-57b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-57b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-59-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-59-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-6-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-6-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-60-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-60-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-61-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-61-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-62-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-62-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-63-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-63-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-64-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-64-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-65-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-65-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-66-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-66-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-66b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-66b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-67-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-67-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-68-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-68-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-69-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-69-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-7-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-7-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-70-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-70-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-72-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-72-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-72b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-72b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-73-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-73-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-73b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-73b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-74-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-74-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-74b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-74b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-75-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-75-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-75b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-75b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-76-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-76-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-76b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-76b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-77-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-77-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-77b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-77b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-78-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-78-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-78b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-78b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-79-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-79-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-7b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-7b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-8-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-8-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-80-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-80-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-81-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-81-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-81b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-81b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-82-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-82-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-82b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-82b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-83-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-83-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-86-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-86-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-87-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-87-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-87b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-87b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-88-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-88-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-88b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-88b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-89-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-89-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-9-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-9-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-90-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-90-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-90b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-90b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-91-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-91-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-92-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-92-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-93-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-93-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-94-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-94-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-94b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-94b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-95-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-95-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-96-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-96-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-96b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-96b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-97-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-97-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-97b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-97b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-98-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-98-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-98b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-98b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-99-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-99-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-99b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-99b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-d1-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-d1-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-d1b-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-d1b-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-d2-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-d2-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-d3-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-d3-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-d4-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-d4-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-1-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-1-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-10-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-10-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-100-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-100-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-100b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-100b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-101-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-101-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-101b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-101b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-102-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-102-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-102b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-102b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-103-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-103-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-103b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-103b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-104-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-104-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-104b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-104b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-105-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-105-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-105b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-105b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-106-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-106-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-106b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-106b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-107-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-107-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-107b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-107b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-108-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-108-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-108b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-108b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-109-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-109-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-109b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-109b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-11-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-11-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-110-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-110-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-110b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-110b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-111-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-111-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-111b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-111b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-112-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-112-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-112b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-112b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-113-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-113-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-113b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-113b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-114-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-114-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-114b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-114b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-115-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-115-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-115b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-115b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-116-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-116-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-116b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-116b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-117-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-117-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-117b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-117b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-118-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-118-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-119-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-119-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-120-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-120-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-121-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-121-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-122-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-122-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-123-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-123-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-123b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-123b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-124-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-124-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-124b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-124b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-125-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-125-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-125b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-125b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-126-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-126-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-126b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-126b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-127-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-127-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-127b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-127b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-128-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-128-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-128b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-128b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-129-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-129-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-129b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-129b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-13-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-13-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-130-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-130-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-130b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-130b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-131-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-131-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-131b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-131b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-132-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-132-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-132b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-132b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-133-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-133-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-133b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-133b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-134-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-134-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-134b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-134b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-135-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-135-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-135b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-135b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-136-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-136-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-136b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-136b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-137-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-137-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-137b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-137b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-138-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-138-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-138b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-138b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-139-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-139-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-139b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-139b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-14-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-14-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-140-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-140-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-140b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-140b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-141-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-141-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-141b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-141b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-142-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-142-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-142b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-142b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-143-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-143-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-143b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-143b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-144-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-144-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-145a-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-145a-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-145b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-145b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-146a-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-146a-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-146b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-146b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-147a-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-147a-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-147b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-147b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-149-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-149-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-149b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-149b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-14b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-14b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-14c-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-14c-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-14d-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-14d-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-14e-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-14e-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-15-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-15-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-150-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-150-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-151-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-151-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-152-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-152-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-153-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-153-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-154-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-154-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-155-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-155-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-155a-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-155a-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-155b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-155b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-155c-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-155c-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-155d-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-155d-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-156-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-156-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-156b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-156b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-156c-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-156c-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-157-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-157-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-158-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-158-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-159-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-159-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-15b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-15b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-15c-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-15c-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-16-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-16-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-160-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-160-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-161-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-161-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-166-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-166-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-166a-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-166a-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-167-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-167-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-167a-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-167a-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-168-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-168-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-168a-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-168a-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-169-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-169-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-169a-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-169a-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-17-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-17-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-170-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-170-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-170a-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-170a-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-170b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-170b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-170c-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-170c-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-170d-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-170d-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-171-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-171-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-172a-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-172a-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-172b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-172b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-173a-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-173a-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-173b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-173b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-174a-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-174a-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-174b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-174b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-175a-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-175a-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-175b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-175b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-175c-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-175c-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-176-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-176-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-177a-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-177a-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-177b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-177b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-178-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-178-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-179-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-179-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-179a-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-179a-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-18-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-18-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-180a-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-180a-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-181-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-181-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-182-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-182-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-183-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-183-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-184a-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-184a-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-184b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-184b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-184c-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-184c-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-184d-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-184d-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-184e-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-184e-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-184f-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-184f-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-18a-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-18a-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-18b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-18b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-18c-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-18c-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-19-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-19-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-19b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-19b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-2-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-2-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-20-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-20-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-21-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-21-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-21b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-21b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-22-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-22-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-23-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-23-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-24-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-24-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-25-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-25-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-27-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-27-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-27a-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-27a-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-27b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-27b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-28-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-28-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-28b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-28b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-29-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-29-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-29b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-29b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-3-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-3-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-30-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-30-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-31-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-31-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-32-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-32-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-33-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-33-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-34-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-34-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-35-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-35-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-36-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-36-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-37-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-37-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-38-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-38-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-39-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-39-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-39a-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-39a-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-39b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-39b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-39c-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-39c-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-3a-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-3a-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-4-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-4-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-41-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-41-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-41a-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-41a-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-42-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-42-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-42a-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-42a-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-43-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-43-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-43b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-43b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-44-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-44-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-44b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-44b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-44c-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-44c-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-44d-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-44d-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-45-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-45-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-45b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-45b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-45c-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-45c-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-46-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-46-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-46b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-46b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-47-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-47-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-48-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-48-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-49-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-49-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-5-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-5-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-50-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-50-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-51-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-51-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-52-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-52-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-53-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-53-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-54-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-54-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-55-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-55-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-56-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-56-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-57-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-57-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-57b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-57b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-59-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-59-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-6-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-6-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-60-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-60-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-61-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-61-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-62-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-62-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-63-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-63-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-64-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-64-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-65-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-65-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-66-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-66-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-66b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-66b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-67-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-67-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-68-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-68-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-69-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-69-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-7-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-7-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-70-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-70-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-72-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-72-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-72b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-72b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-73-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-73-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-73b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-73b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-74-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-74-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-74b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-74b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-75-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-75-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-75b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-75b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-76-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-76-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-76b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-76b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-77-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-77-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-77b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-77b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-78-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-78-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-78b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-78b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-79-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-79-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-7b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-7b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-8-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-8-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-80-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-80-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-81-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-81-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-81b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-81b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-82-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-82-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-82b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-82b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-83-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-83-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-86-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-86-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-87-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-87-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-87b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-87b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-88-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-88-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-88b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-88b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-89-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-89-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-9-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-9-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-90-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-90-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-90b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-90b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-91-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-91-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-92-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-92-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-93-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-93-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-94-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-94-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-94b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-94b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-95-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-95-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-96-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-96-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-96b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-96b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-97-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-97-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-97b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-97b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-98-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-98-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-98b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-98b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-99-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-99-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-99b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-99b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-d1-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-d1-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-d1b-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-d1b-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-d2-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-d2-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-d3-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-d3-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-d4-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-d4-expected.txt:

2012-07-12  Szilard Ledan  <szledan@inf.u-szeged.hu>

        [Qt] platform/qt/css2.1/20110323 tests needs update after rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=91084

        Reviewed by Csaba Osztrogonác.

        * platform/qt-5.0/Skipped:
        * platform/qt/css2.1/20110323/absolute-non-replaced-height-001-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-height-001-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-height-002-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-height-002-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-height-003-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-height-003-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-height-004-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-height-004-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-height-005-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-height-005-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-height-006-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-height-006-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-height-007-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-height-007-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-height-008-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-height-008-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-height-009-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-height-009-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-height-010-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-height-010-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-height-011-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-height-011-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-height-012-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-height-012-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-001-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-001-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-002-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-002-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-003-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-003-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-004-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-004-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-005-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-005-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-006-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-006-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-007-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-007-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-008-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-008-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-009-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-009-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-010-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-010-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-011-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-011-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-012-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-012-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-001-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-001-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-002-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-002-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-003-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-003-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-004-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-004-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-005-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-005-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-006-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-006-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-007-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-007-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-008-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-008-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-009-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-009-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-010-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-010-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-011-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-011-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-012-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-012-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-013-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-013-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-014-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-014-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-015-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-015-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-016-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-016-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-017-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-017-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-018-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-018-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-019-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-019-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-020-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-020-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-021-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-021-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-022-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-022-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-023-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-023-expected.txt:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-024-expected.png:
        * platform/qt/css2.1/20110323/absolute-non-replaced-width-024-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-height-001-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-height-001-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-height-002-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-height-002-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-height-003-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-height-003-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-height-004-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-height-004-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-height-005-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-height-005-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-height-007-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-height-007-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-height-008-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-height-008-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-height-009-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-height-009-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-height-010-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-height-010-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-height-011-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-height-011-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-height-012-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-height-012-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-height-014-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-height-014-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-height-016-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-height-016-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-height-017-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-height-017-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-height-018-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-height-018-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-height-019-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-height-019-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-height-021-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-height-021-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-height-022-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-height-022-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-height-023-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-height-023-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-height-024-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-height-024-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-height-025-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-height-025-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-height-026-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-height-026-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-height-028-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-height-028-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-height-029-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-height-029-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-height-030-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-height-030-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-height-031-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-height-031-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-height-032-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-height-032-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-height-033-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-height-033-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-height-035-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-height-035-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-height-036-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-height-036-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-width-001-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-width-001-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-width-006-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-width-006-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-width-008-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-width-008-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-width-013-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-width-013-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-width-015-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-width-015-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-width-020-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-width-020-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-width-022-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-width-022-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-width-027-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-width-027-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-width-029-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-width-029-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-width-034-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-width-034-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-width-036-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-width-036-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-width-041-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-width-041-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-width-043-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-width-043-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-width-048-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-width-048-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-width-050-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-width-050-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-width-055-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-width-055-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-width-057-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-width-057-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-width-062-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-width-062-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-width-064-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-width-064-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-width-069-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-width-069-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-width-071-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-width-071-expected.txt:
        * platform/qt/css2.1/20110323/absolute-replaced-width-076-expected.png:
        * platform/qt/css2.1/20110323/absolute-replaced-width-076-expected.txt:
        * platform/qt/css2.1/20110323/background-intrinsic-001-expected.png:
        * platform/qt/css2.1/20110323/background-intrinsic-001-expected.txt:
        * platform/qt/css2.1/20110323/background-intrinsic-002-expected.png:
        * platform/qt/css2.1/20110323/background-intrinsic-002-expected.txt:
        * platform/qt/css2.1/20110323/background-intrinsic-003-expected.png:
        * platform/qt/css2.1/20110323/background-intrinsic-003-expected.txt:
        * platform/qt/css2.1/20110323/background-intrinsic-004-expected.png:
        * platform/qt/css2.1/20110323/background-intrinsic-004-expected.txt:
        * platform/qt/css2.1/20110323/background-intrinsic-005-expected.png:
        * platform/qt/css2.1/20110323/background-intrinsic-005-expected.txt:
        * platform/qt/css2.1/20110323/background-intrinsic-006-expected.png:
        * platform/qt/css2.1/20110323/background-intrinsic-006-expected.txt:
        * platform/qt/css2.1/20110323/background-intrinsic-007-expected.png:
        * platform/qt/css2.1/20110323/background-intrinsic-007-expected.txt:
        * platform/qt/css2.1/20110323/background-intrinsic-008-expected.png:
        * platform/qt/css2.1/20110323/background-intrinsic-008-expected.txt:
        * platform/qt/css2.1/20110323/background-intrinsic-009-expected.png:
        * platform/qt/css2.1/20110323/background-intrinsic-009-expected.txt:
        * platform/qt/css2.1/20110323/block-non-replaced-height-001-expected.png:
        * platform/qt/css2.1/20110323/block-non-replaced-height-001-expected.txt:
        * platform/qt/css2.1/20110323/block-non-replaced-height-002-expected.png:
        * platform/qt/css2.1/20110323/block-non-replaced-height-002-expected.txt:
        * platform/qt/css2.1/20110323/block-non-replaced-height-003-expected.png:
        * platform/qt/css2.1/20110323/block-non-replaced-height-003-expected.txt:
        * platform/qt/css2.1/20110323/block-non-replaced-height-004-expected.png:
        * platform/qt/css2.1/20110323/block-non-replaced-height-004-expected.txt:
        * platform/qt/css2.1/20110323/block-non-replaced-height-005-expected.png:
        * platform/qt/css2.1/20110323/block-non-replaced-height-005-expected.txt:
        * platform/qt/css2.1/20110323/block-non-replaced-height-006-expected.png:
        * platform/qt/css2.1/20110323/block-non-replaced-height-006-expected.txt:
        * platform/qt/css2.1/20110323/block-non-replaced-height-007-expected.png:
        * platform/qt/css2.1/20110323/block-non-replaced-height-007-expected.txt:
        * platform/qt/css2.1/20110323/block-non-replaced-height-008-expected.png:
        * platform/qt/css2.1/20110323/block-non-replaced-height-008-expected.txt:
        * platform/qt/css2.1/20110323/block-non-replaced-height-009-expected.png:
        * platform/qt/css2.1/20110323/block-non-replaced-height-009-expected.txt:
        * platform/qt/css2.1/20110323/block-non-replaced-height-010-expected.png:
        * platform/qt/css2.1/20110323/block-non-replaced-height-010-expected.txt:
        * platform/qt/css2.1/20110323/block-non-replaced-height-011-expected.png:
        * platform/qt/css2.1/20110323/block-non-replaced-height-011-expected.txt:
        * platform/qt/css2.1/20110323/block-non-replaced-height-012-expected.png:
        * platform/qt/css2.1/20110323/block-non-replaced-height-012-expected.txt:
        * platform/qt/css2.1/20110323/block-non-replaced-height-013-expected.png:
        * platform/qt/css2.1/20110323/block-non-replaced-height-013-expected.txt:
        * platform/qt/css2.1/20110323/block-non-replaced-height-014-expected.png:
        * platform/qt/css2.1/20110323/block-non-replaced-height-014-expected.txt:
        * platform/qt/css2.1/20110323/block-non-replaced-height-015-expected.png:
        * platform/qt/css2.1/20110323/block-non-replaced-height-015-expected.txt:
        * platform/qt/css2.1/20110323/block-non-replaced-height-016-expected.png:
        * platform/qt/css2.1/20110323/block-non-replaced-height-016-expected.txt:
        * platform/qt/css2.1/20110323/block-non-replaced-width-001-expected.png:
        * platform/qt/css2.1/20110323/block-non-replaced-width-001-expected.txt:
        * platform/qt/css2.1/20110323/block-non-replaced-width-002-expected.png:
        * platform/qt/css2.1/20110323/block-non-replaced-width-002-expected.txt:
        * platform/qt/css2.1/20110323/block-non-replaced-width-003-expected.png:
        * platform/qt/css2.1/20110323/block-non-replaced-width-003-expected.txt:
        * platform/qt/css2.1/20110323/block-non-replaced-width-004-expected.png:
        * platform/qt/css2.1/20110323/block-non-replaced-width-004-expected.txt:
        * platform/qt/css2.1/20110323/block-non-replaced-width-005-expected.png:
        * platform/qt/css2.1/20110323/block-non-replaced-width-005-expected.txt:
        * platform/qt/css2.1/20110323/block-non-replaced-width-006-expected.png:
        * platform/qt/css2.1/20110323/block-non-replaced-width-006-expected.txt:
        * platform/qt/css2.1/20110323/block-non-replaced-width-007-expected.png:
        * platform/qt/css2.1/20110323/block-non-replaced-width-007-expected.txt:
        * platform/qt/css2.1/20110323/block-non-replaced-width-008-expected.png:
        * platform/qt/css2.1/20110323/block-non-replaced-width-008-expected.txt:
        * platform/qt/css2.1/20110323/block-replaced-height-001-expected.png:
        * platform/qt/css2.1/20110323/block-replaced-height-001-expected.txt:
        * platform/qt/css2.1/20110323/block-replaced-height-002-expected.png:
        * platform/qt/css2.1/20110323/block-replaced-height-002-expected.txt:
        * platform/qt/css2.1/20110323/block-replaced-height-003-expected.png:
        * platform/qt/css2.1/20110323/block-replaced-height-003-expected.txt:
        * platform/qt/css2.1/20110323/block-replaced-height-004-expected.png:
        * platform/qt/css2.1/20110323/block-replaced-height-004-expected.txt:
        * platform/qt/css2.1/20110323/block-replaced-height-005-expected.png:
        * platform/qt/css2.1/20110323/block-replaced-height-005-expected.txt:
        * platform/qt/css2.1/20110323/block-replaced-height-007-expected.png:
        * platform/qt/css2.1/20110323/block-replaced-height-007-expected.txt:
        * platform/qt/css2.1/20110323/block-replaced-width-001-expected.png:
        * platform/qt/css2.1/20110323/block-replaced-width-001-expected.txt:
        * platform/qt/css2.1/20110323/block-replaced-width-006-expected.png:
        * platform/qt/css2.1/20110323/block-replaced-width-006-expected.txt:
        * platform/qt/css2.1/20110323/border-collapse-offset-002-expected.png:
        * platform/qt/css2.1/20110323/border-collapse-offset-002-expected.txt:
        * platform/qt/css2.1/20110323/border-conflict-style-079-expected.png:
        * platform/qt/css2.1/20110323/border-conflict-style-079-expected.txt:
        * platform/qt/css2.1/20110323/border-conflict-style-088-expected.png: Added.
        * platform/qt/css2.1/20110323/border-conflict-style-088-expected.txt:
        * platform/qt/css2.1/20110323/border-spacing-applies-to-015-expected.png: Added.
        * platform/qt/css2.1/20110323/border-spacing-applies-to-015-expected.txt:
        * platform/qt/css2.1/20110323/c543-txt-decor-000-expected.png:
        * platform/qt/css2.1/20110323/c543-txt-decor-000-expected.txt:
        * platform/qt/css2.1/20110323/dynamic-top-change-001-expected.png: Added.
        * platform/qt/css2.1/20110323/dynamic-top-change-001-expected.txt:
        * platform/qt/css2.1/20110323/dynamic-top-change-002-expected.png: Added.
        * platform/qt/css2.1/20110323/dynamic-top-change-002-expected.txt:
        * platform/qt/css2.1/20110323/dynamic-top-change-003-expected.png: Added.
        * platform/qt/css2.1/20110323/dynamic-top-change-003-expected.txt:
        * platform/qt/css2.1/20110323/dynamic-top-change-004-expected.png: Added.
        * platform/qt/css2.1/20110323/dynamic-top-change-004-expected.txt:
        * platform/qt/css2.1/20110323/empty-inline-001-expected.png: Copied from LayoutTests/platform/qt/css2.1/20110323/absolute-replaced-height-036-expected.png.
        * platform/qt/css2.1/20110323/empty-inline-001-expected.txt:
        * platform/qt/css2.1/20110323/empty-inline-002-expected.png: Added.
        * platform/qt/css2.1/20110323/empty-inline-002-expected.txt:
        * platform/qt/css2.1/20110323/empty-inline-003-expected.png: Added.
        * platform/qt/css2.1/20110323/empty-inline-003-expected.txt:
        * platform/qt/css2.1/20110323/float-non-replaced-height-001-expected.png:
        * platform/qt/css2.1/20110323/float-non-replaced-height-001-expected.txt:
        * platform/qt/css2.1/20110323/float-non-replaced-width-001-expected.png:
        * platform/qt/css2.1/20110323/float-non-replaced-width-001-expected.txt:
        * platform/qt/css2.1/20110323/float-non-replaced-width-002-expected.png:
        * platform/qt/css2.1/20110323/float-non-replaced-width-002-expected.txt:
        * platform/qt/css2.1/20110323/float-non-replaced-width-003-expected.png:
        * platform/qt/css2.1/20110323/float-non-replaced-width-003-expected.txt:
        * platform/qt/css2.1/20110323/float-non-replaced-width-004-expected.png:
        * platform/qt/css2.1/20110323/float-non-replaced-width-004-expected.txt:
        * platform/qt/css2.1/20110323/float-non-replaced-width-005-expected.png:
        * platform/qt/css2.1/20110323/float-non-replaced-width-005-expected.txt:
        * platform/qt/css2.1/20110323/float-non-replaced-width-006-expected.png:
        * platform/qt/css2.1/20110323/float-non-replaced-width-006-expected.txt:
        * platform/qt/css2.1/20110323/float-non-replaced-width-007-expected.png:
        * platform/qt/css2.1/20110323/float-non-replaced-width-007-expected.txt:
        * platform/qt/css2.1/20110323/float-non-replaced-width-008-expected.png:
        * platform/qt/css2.1/20110323/float-non-replaced-width-008-expected.txt:
        * platform/qt/css2.1/20110323/float-non-replaced-width-009-expected.png:
        * platform/qt/css2.1/20110323/float-non-replaced-width-009-expected.txt:
        * platform/qt/css2.1/20110323/float-non-replaced-width-010-expected.png:
        * platform/qt/css2.1/20110323/float-non-replaced-width-010-expected.txt:
        * platform/qt/css2.1/20110323/float-non-replaced-width-011-expected.png:
        * platform/qt/css2.1/20110323/float-non-replaced-width-011-expected.txt:
        * platform/qt/css2.1/20110323/float-non-replaced-width-012-expected.png:
        * platform/qt/css2.1/20110323/float-non-replaced-width-012-expected.txt:
        * platform/qt/css2.1/20110323/float-replaced-height-001-expected.png:
        * platform/qt/css2.1/20110323/float-replaced-height-001-expected.txt:
        * platform/qt/css2.1/20110323/float-replaced-height-002-expected.png:
        * platform/qt/css2.1/20110323/float-replaced-height-002-expected.txt:
        * platform/qt/css2.1/20110323/float-replaced-height-003-expected.png:
        * platform/qt/css2.1/20110323/float-replaced-height-003-expected.txt:
        * platform/qt/css2.1/20110323/float-replaced-height-004-expected.png:
        * platform/qt/css2.1/20110323/float-replaced-height-004-expected.txt:
        * platform/qt/css2.1/20110323/float-replaced-height-005-expected.png:
        * platform/qt/css2.1/20110323/float-replaced-height-005-expected.txt:
        * platform/qt/css2.1/20110323/float-replaced-height-007-expected.png:
        * platform/qt/css2.1/20110323/float-replaced-height-007-expected.txt:
        * platform/qt/css2.1/20110323/float-replaced-width-001-expected.png:
        * platform/qt/css2.1/20110323/float-replaced-width-001-expected.txt:
        * platform/qt/css2.1/20110323/float-replaced-width-002-expected.png:
        * platform/qt/css2.1/20110323/float-replaced-width-002-expected.txt:
        * platform/qt/css2.1/20110323/float-replaced-width-003-expected.png:
        * platform/qt/css2.1/20110323/float-replaced-width-003-expected.txt:
        * platform/qt/css2.1/20110323/float-replaced-width-004-expected.png:
        * platform/qt/css2.1/20110323/float-replaced-width-004-expected.txt:
        * platform/qt/css2.1/20110323/float-replaced-width-005-expected.png:
        * platform/qt/css2.1/20110323/float-replaced-width-005-expected.txt:
        * platform/qt/css2.1/20110323/float-replaced-width-006-expected.png:
        * platform/qt/css2.1/20110323/float-replaced-width-006-expected.txt:
        * platform/qt/css2.1/20110323/float-replaced-width-011-expected.png:
        * platform/qt/css2.1/20110323/float-replaced-width-011-expected.txt:
        * platform/qt/css2.1/20110323/floating-replaced-height-008-expected.png:
        * platform/qt/css2.1/20110323/floating-replaced-height-008-expected.txt:
        * platform/qt/css2.1/20110323/height-width-inline-table-001-expected.png: Added.
        * platform/qt/css2.1/20110323/height-width-inline-table-001-expected.txt:
        * platform/qt/css2.1/20110323/height-width-table-001-expected.png: Added.
        * platform/qt/css2.1/20110323/height-width-table-001-expected.txt:
        * platform/qt/css2.1/20110323/inline-block-non-replaced-height-001-expected.png:
        * platform/qt/css2.1/20110323/inline-block-non-replaced-height-001-expected.txt:
        * platform/qt/css2.1/20110323/inline-block-non-replaced-height-002-expected.png:
        * platform/qt/css2.1/20110323/inline-block-non-replaced-height-002-expected.txt:
        * platform/qt/css2.1/20110323/inline-block-non-replaced-width-001-expected.png:
        * platform/qt/css2.1/20110323/inline-block-non-replaced-width-001-expected.txt:
        * platform/qt/css2.1/20110323/inline-block-non-replaced-width-002-expected.png:
        * platform/qt/css2.1/20110323/inline-block-non-replaced-width-002-expected.txt:
        * platform/qt/css2.1/20110323/inline-block-non-replaced-width-003-expected.png:
        * platform/qt/css2.1/20110323/inline-block-non-replaced-width-003-expected.txt:
        * platform/qt/css2.1/20110323/inline-block-non-replaced-width-004-expected.png:
        * platform/qt/css2.1/20110323/inline-block-non-replaced-width-004-expected.txt:
        * platform/qt/css2.1/20110323/inline-block-replaced-height-001-expected.png:
        * platform/qt/css2.1/20110323/inline-block-replaced-height-001-expected.txt:
        * platform/qt/css2.1/20110323/inline-block-replaced-height-002-expected.png:
        * platform/qt/css2.1/20110323/inline-block-replaced-height-002-expected.txt:
        * platform/qt/css2.1/20110323/inline-block-replaced-height-003-expected.png:
        * platform/qt/css2.1/20110323/inline-block-replaced-height-003-expected.txt:
        * platform/qt/css2.1/20110323/inline-block-replaced-height-004-expected.png:
        * platform/qt/css2.1/20110323/inline-block-replaced-height-004-expected.txt:
        * platform/qt/css2.1/20110323/inline-block-replaced-height-005-expected.png:
        * platform/qt/css2.1/20110323/inline-block-replaced-height-005-expected.txt:
        * platform/qt/css2.1/20110323/inline-block-replaced-height-007-expected.png:
        * platform/qt/css2.1/20110323/inline-block-replaced-height-007-expected.txt:
        * platform/qt/css2.1/20110323/inline-block-replaced-height-008-expected.png: Added.
        * platform/qt/css2.1/20110323/inline-block-replaced-height-008-expected.txt:
        * platform/qt/css2.1/20110323/inline-block-replaced-width-001-expected.png:
        * platform/qt/css2.1/20110323/inline-block-replaced-width-001-expected.txt:
        * platform/qt/css2.1/20110323/inline-block-replaced-width-006-expected.png:
        * platform/qt/css2.1/20110323/inline-block-replaced-width-006-expected.txt:
        * platform/qt/css2.1/20110323/inline-non-replaced-width-001-expected.png:
        * platform/qt/css2.1/20110323/inline-non-replaced-width-001-expected.txt:
        * platform/qt/css2.1/20110323/inline-non-replaced-width-002-expected.png:
        * platform/qt/css2.1/20110323/inline-non-replaced-width-002-expected.txt:
        * platform/qt/css2.1/20110323/inline-replaced-height-001-expected.png:
        * platform/qt/css2.1/20110323/inline-replaced-height-001-expected.txt:
        * platform/qt/css2.1/20110323/inline-replaced-height-002-expected.png:
        * platform/qt/css2.1/20110323/inline-replaced-height-002-expected.txt:
        * platform/qt/css2.1/20110323/inline-replaced-height-003-expected.png:
        * platform/qt/css2.1/20110323/inline-replaced-height-003-expected.txt:
        * platform/qt/css2.1/20110323/inline-replaced-height-004-expected.png:
        * platform/qt/css2.1/20110323/inline-replaced-height-004-expected.txt:
        * platform/qt/css2.1/20110323/inline-replaced-height-005-expected.png:
        * platform/qt/css2.1/20110323/inline-replaced-height-005-expected.txt:
        * platform/qt/css2.1/20110323/inline-replaced-height-007-expected.png:
        * platform/qt/css2.1/20110323/inline-replaced-height-007-expected.txt:
        * platform/qt/css2.1/20110323/inline-replaced-height-008-expected.png: Added.
        * platform/qt/css2.1/20110323/inline-replaced-height-008-expected.txt:
        * platform/qt/css2.1/20110323/inline-replaced-width-001-expected.png:
        * platform/qt/css2.1/20110323/inline-replaced-width-001-expected.txt:
        * platform/qt/css2.1/20110323/inline-replaced-width-006-expected.png:
        * platform/qt/css2.1/20110323/inline-replaced-width-006-expected.txt:
        * platform/qt/css2.1/20110323/inline-replaced-width-011-expected.png:
        * platform/qt/css2.1/20110323/inline-replaced-width-011-expected.txt:
        * platform/qt/css2.1/20110323/inline-replaced-width-012-expected.png:
        * platform/qt/css2.1/20110323/inline-replaced-width-012-expected.txt:
        * platform/qt/css2.1/20110323/inline-replaced-width-013-expected.png:
        * platform/qt/css2.1/20110323/inline-replaced-width-013-expected.txt:
        * platform/qt/css2.1/20110323/inline-replaced-width-014-expected.png:
        * platform/qt/css2.1/20110323/inline-replaced-width-014-expected.txt:
        * platform/qt/css2.1/20110323/inline-replaced-width-015-expected.png:
        * platform/qt/css2.1/20110323/inline-replaced-width-015-expected.txt:
        * platform/qt/css2.1/20110323/margin-applies-to-001-expected.png: Added.
        * platform/qt/css2.1/20110323/margin-applies-to-001-expected.txt:
        * platform/qt/css2.1/20110323/margin-applies-to-002-expected.png: Added.
        * platform/qt/css2.1/20110323/margin-applies-to-002-expected.txt:
        * platform/qt/css2.1/20110323/margin-applies-to-003-expected.png: Added.
        * platform/qt/css2.1/20110323/margin-applies-to-003-expected.txt:
        * platform/qt/css2.1/20110323/margin-applies-to-004-expected.png: Added.
        * platform/qt/css2.1/20110323/margin-applies-to-004-expected.txt:
        * platform/qt/css2.1/20110323/margin-applies-to-005-expected.png: Added.
        * platform/qt/css2.1/20110323/margin-applies-to-005-expected.txt:
        * platform/qt/css2.1/20110323/margin-applies-to-006-expected.png: Added.
        * platform/qt/css2.1/20110323/margin-applies-to-006-expected.txt:
        * platform/qt/css2.1/20110323/margin-applies-to-007-expected.png: Added.
        * platform/qt/css2.1/20110323/margin-applies-to-007-expected.txt:
        * platform/qt/css2.1/20110323/margin-applies-to-008-expected.png: Added.
        * platform/qt/css2.1/20110323/margin-applies-to-008-expected.txt:
        * platform/qt/css2.1/20110323/margin-applies-to-009-expected.png: Added.
        * platform/qt/css2.1/20110323/margin-applies-to-009-expected.txt:
        * platform/qt/css2.1/20110323/margin-applies-to-010-expected.png: Added.
        * platform/qt/css2.1/20110323/margin-applies-to-010-expected.txt:
        * platform/qt/css2.1/20110323/margin-applies-to-012-expected.png: Added.
        * platform/qt/css2.1/20110323/margin-applies-to-012-expected.txt:
        * platform/qt/css2.1/20110323/margin-applies-to-013-expected.png: Added.
        * platform/qt/css2.1/20110323/margin-applies-to-013-expected.txt:
        * platform/qt/css2.1/20110323/margin-applies-to-014-expected.png: Added.
        * platform/qt/css2.1/20110323/margin-applies-to-014-expected.txt:
        * platform/qt/css2.1/20110323/margin-applies-to-015-expected.png: Added.
        * platform/qt/css2.1/20110323/margin-applies-to-015-expected.txt:
        * platform/qt/css2.1/20110323/outline-color-applies-to-008-expected.png:
        * platform/qt/css2.1/20110323/outline-color-applies-to-008-expected.txt:
        * platform/qt/css2.1/20110323/replaced-elements-001-expected.png:
        * platform/qt/css2.1/20110323/replaced-elements-001-expected.txt:
        * platform/qt/css2.1/20110323/replaced-intrinsic-001-expected.png:
        * platform/qt/css2.1/20110323/replaced-intrinsic-001-expected.txt:
        * platform/qt/css2.1/20110323/replaced-intrinsic-002-expected.png:
        * platform/qt/css2.1/20110323/replaced-intrinsic-002-expected.txt:
        * platform/qt/css2.1/20110323/replaced-intrinsic-003-expected.png:
        * platform/qt/css2.1/20110323/replaced-intrinsic-003-expected.txt:
        * platform/qt/css2.1/20110323/replaced-intrinsic-004-expected.png:
        * platform/qt/css2.1/20110323/replaced-intrinsic-004-expected.txt:
        * platform/qt/css2.1/20110323/replaced-intrinsic-005-expected.png:
        * platform/qt/css2.1/20110323/replaced-intrinsic-005-expected.txt:
        * platform/qt/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png:
        * platform/qt/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt:
        * platform/qt/css2.1/20110323/replaced-min-max-001-expected.png:
        * platform/qt/css2.1/20110323/replaced-min-max-001-expected.txt:
        * platform/qt/css2.1/20110323/table-caption-001-expected.png: Added.
        * platform/qt/css2.1/20110323/table-caption-001-expected.txt:
        * platform/qt/css2.1/20110323/table-caption-002-expected.png: Added.
        * platform/qt/css2.1/20110323/table-caption-002-expected.txt:
        * platform/qt/css2.1/20110323/table-caption-horizontal-alignment-001-expected.png: Added.
        * platform/qt/css2.1/20110323/table-caption-horizontal-alignment-001-expected.txt:
        * platform/qt/css2.1/20110323/table-caption-margins-001-expected.png: Added.
        * platform/qt/css2.1/20110323/table-caption-margins-001-expected.txt:
        * platform/qt/css2.1/20110323/table-caption-optional-001-expected.png: Added.
        * platform/qt/css2.1/20110323/table-caption-optional-001-expected.txt:
        * platform/qt/css2.1/20110323/table-caption-optional-002-expected.png: Added.
        * platform/qt/css2.1/20110323/table-caption-optional-002-expected.txt:
        * platform/qt/css2.1/20110323/width-non-replaced-inline-001-expected.png:
        * platform/qt/css2.1/20110323/width-non-replaced-inline-001-expected.txt:
        * platform/qt/css2.1/20110323/width-replaced-element-001-expected.png:
        * platform/qt/css2.1/20110323/width-replaced-element-001-expected.txt:

2012-07-12  Sudarsana Nagineni  <sudarsana.nagineni@linux.intel.com>

        [EFL] Gardening after r122408 and r122414
        https://bugs.webkit.org/show_bug.cgi?id=91069

        Unreviewed gardening. Add new baseline for state-restore-skip-stateless.html
        after r122414 and update expected results for table-vertical-align.html after
        r122408.

        * platform/efl/fast/forms/state-restore-skip-stateless-expected.txt:
        * platform/efl/fast/multicol/table-vertical-align-expected.png:
        * platform/efl/fast/multicol/table-vertical-align-expected.txt:

2012-07-12  Simon Pena  <spena@igalia.com>

        [GTK] Gardening: rebaseline after r122414
        https://bugs.webkit.org/show_bug.cgi?id=91064

        Unreviewed gardening.

        Added the right -expected results for the
        fast/forms/state-restore-skip-stateless.html test after
        r122414

        * platform/gtk/fast/forms/state-restore-skip-stateless-expected.txt:

2012-07-12  Luciano Wolf  <luciano.wolf@openbossa.org>

        [Qt] [Part 1] platform/qt/css1 tests needs update after rebaseline and new testfonts
        https://bugs.webkit.org/show_bug.cgi?id=90809

        Batch of expected result files reviewed. It comprises
        /LayoutTests/platform/qt/css1/box_properties directory.

        Reviewed by Csaba Osztrogonác.

        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0/Skipped:
        * platform/qt/css1/box_properties/acid_test-expected.png:
        * platform/qt/css1/box_properties/acid_test-expected.txt:
        * platform/qt/css1/box_properties/border-expected.png:
        * platform/qt/css1/box_properties/border-expected.txt:
        * platform/qt/css1/box_properties/border_bottom-expected.png:
        * platform/qt/css1/box_properties/border_bottom-expected.txt:
        * platform/qt/css1/box_properties/border_bottom_inline-expected.png:
        * platform/qt/css1/box_properties/border_bottom_inline-expected.txt:
        * platform/qt/css1/box_properties/border_bottom_width-expected.png:
        * platform/qt/css1/box_properties/border_bottom_width-expected.txt:
        * platform/qt/css1/box_properties/border_bottom_width_inline-expected.png:
        * platform/qt/css1/box_properties/border_bottom_width_inline-expected.txt:
        * platform/qt/css1/box_properties/border_color-expected.png:
        * platform/qt/css1/box_properties/border_color-expected.txt:
        * platform/qt/css1/box_properties/border_color_inline-expected.png:
        * platform/qt/css1/box_properties/border_color_inline-expected.txt:
        * platform/qt/css1/box_properties/border_inline-expected.png:
        * platform/qt/css1/box_properties/border_inline-expected.txt:
        * platform/qt/css1/box_properties/border_left-expected.png:
        * platform/qt/css1/box_properties/border_left-expected.txt:
        * platform/qt/css1/box_properties/border_left_inline-expected.png:
        * platform/qt/css1/box_properties/border_left_inline-expected.txt:
        * platform/qt/css1/box_properties/border_left_width-expected.png:
        * platform/qt/css1/box_properties/border_left_width-expected.txt:
        * platform/qt/css1/box_properties/border_left_width_inline-expected.png:
        * platform/qt/css1/box_properties/border_left_width_inline-expected.txt:
        * platform/qt/css1/box_properties/border_right-expected.png:
        * platform/qt/css1/box_properties/border_right-expected.txt:
        * platform/qt/css1/box_properties/border_right_inline-expected.png:
        * platform/qt/css1/box_properties/border_right_inline-expected.txt:
        * platform/qt/css1/box_properties/border_right_width-expected.png:
        * platform/qt/css1/box_properties/border_right_width-expected.txt:
        * platform/qt/css1/box_properties/border_right_width_inline-expected.png:
        * platform/qt/css1/box_properties/border_right_width_inline-expected.txt:
        * platform/qt/css1/box_properties/border_style-expected.png:
        * platform/qt/css1/box_properties/border_style-expected.txt:
        * platform/qt/css1/box_properties/border_style_inline-expected.png:
        * platform/qt/css1/box_properties/border_style_inline-expected.txt:
        * platform/qt/css1/box_properties/border_top-expected.png:
        * platform/qt/css1/box_properties/border_top-expected.txt:
        * platform/qt/css1/box_properties/border_top_inline-expected.png:
        * platform/qt/css1/box_properties/border_top_inline-expected.txt:
        * platform/qt/css1/box_properties/border_top_width-expected.png:
        * platform/qt/css1/box_properties/border_top_width-expected.txt:
        * platform/qt/css1/box_properties/border_top_width_inline-expected.png:
        * platform/qt/css1/box_properties/border_top_width_inline-expected.txt:
        * platform/qt/css1/box_properties/border_width-expected.png:
        * platform/qt/css1/box_properties/border_width-expected.txt:
        * platform/qt/css1/box_properties/border_width_inline-expected.png:
        * platform/qt/css1/box_properties/border_width_inline-expected.txt:
        * platform/qt/css1/box_properties/clear-expected.png:
        * platform/qt/css1/box_properties/clear-expected.txt:
        * platform/qt/css1/box_properties/clear_float-expected.png:
        * platform/qt/css1/box_properties/clear_float-expected.txt:
        * platform/qt/css1/box_properties/float-expected.png:
        * platform/qt/css1/box_properties/float-expected.txt:
        * platform/qt/css1/box_properties/float_elements_in_series-expected.png:
        * platform/qt/css1/box_properties/float_elements_in_series-expected.txt:
        * platform/qt/css1/box_properties/float_margin-expected.png:
        * platform/qt/css1/box_properties/float_margin-expected.txt:
        * platform/qt/css1/box_properties/float_on_text_elements-expected.png:
        * platform/qt/css1/box_properties/float_on_text_elements-expected.txt:
        * platform/qt/css1/box_properties/height-expected.png:
        * platform/qt/css1/box_properties/height-expected.txt:
        * platform/qt/css1/box_properties/margin-expected.png:
        * platform/qt/css1/box_properties/margin-expected.txt:
        * platform/qt/css1/box_properties/margin_bottom-expected.png:
        * platform/qt/css1/box_properties/margin_bottom-expected.txt:
        * platform/qt/css1/box_properties/margin_bottom_inline-expected.png:
        * platform/qt/css1/box_properties/margin_bottom_inline-expected.txt:
        * platform/qt/css1/box_properties/margin_inline-expected.png:
        * platform/qt/css1/box_properties/margin_inline-expected.txt:
        * platform/qt/css1/box_properties/margin_left-expected.png:
        * platform/qt/css1/box_properties/margin_left-expected.txt:
        * platform/qt/css1/box_properties/margin_left_inline-expected.png:
        * platform/qt/css1/box_properties/margin_left_inline-expected.txt:
        * platform/qt/css1/box_properties/margin_right-expected.png:
        * platform/qt/css1/box_properties/margin_right-expected.txt:
        * platform/qt/css1/box_properties/margin_right_inline-expected.png:
        * platform/qt/css1/box_properties/margin_right_inline-expected.txt:
        * platform/qt/css1/box_properties/margin_top-expected.png:
        * platform/qt/css1/box_properties/margin_top-expected.txt:
        * platform/qt/css1/box_properties/margin_top_inline-expected.png:
        * platform/qt/css1/box_properties/margin_top_inline-expected.txt:
        * platform/qt/css1/box_properties/padding-expected.png:
        * platform/qt/css1/box_properties/padding-expected.txt:
        * platform/qt/css1/box_properties/padding_bottom-expected.png:
        * platform/qt/css1/box_properties/padding_bottom-expected.txt:
        * platform/qt/css1/box_properties/padding_bottom_inline-expected.png:
        * platform/qt/css1/box_properties/padding_bottom_inline-expected.txt:
        * platform/qt/css1/box_properties/padding_inline-expected.png:
        * platform/qt/css1/box_properties/padding_inline-expected.txt:
        * platform/qt/css1/box_properties/padding_left-expected.png:
        * platform/qt/css1/box_properties/padding_left-expected.txt:
        * platform/qt/css1/box_properties/padding_left_inline-expected.png:
        * platform/qt/css1/box_properties/padding_left_inline-expected.txt:
        * platform/qt/css1/box_properties/padding_right-expected.png:
        * platform/qt/css1/box_properties/padding_right-expected.txt:
        * platform/qt/css1/box_properties/padding_right_inline-expected.png:
        * platform/qt/css1/box_properties/padding_right_inline-expected.txt:
        * platform/qt/css1/box_properties/padding_top-expected.png:
        * platform/qt/css1/box_properties/padding_top-expected.txt:
        * platform/qt/css1/box_properties/padding_top_inline-expected.png:
        * platform/qt/css1/box_properties/padding_top_inline-expected.txt:
        * platform/qt/css1/box_properties/width-expected.png:
        * platform/qt/css1/box_properties/width-expected.txt:

2012-07-12  Florin Malita  <fmalita@chromium.org>

        Incorrect handling of chained pending resources in SVGUseElement
        https://bugs.webkit.org/show_bug.cgi?id=89686

        Reviewed by Nikolas Zimmermann.

        Added reftest to verify that nested/indirect <use> constructs are
        handled correctly WRT pending resource tracking.

        Also updated the svg/hixie/error/017-expected.txt to match the current
        results. Per comments in SVGUseElement::buildShadowAndInstanceTree, the
        new behavior is correct: <use> cycles are to be ignored.

        * platform/chromium-win/svg/hixie/error/017-expected.txt:
        * platform/efl/svg/hixie/error/017-expected.txt:
        * platform/gtk/svg/hixie/error/017-expected.txt:
        * platform/mac/svg/hixie/error/017-expected.txt:
        * platform/qt/svg/hixie/error/017-expected.txt:
        * svg/custom/use-nested-expected.svg: Added.
        * svg/custom/use-nested.svg: Added.

2012-07-12  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, fixing a typo in test's filename in TestExpectations.

        * platform/gtk/TestExpectations:

2012-07-12  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        * platform/qt/Skipped:
        * platform/qt/fast/forms/state-restore-skip-stateless-expected.txt: Renamed from LayoutTests/platform/qt/fast/forms/state-restore-.

2012-07-12  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skip new failing test.

        * platform/qt/Skipped:

2012-07-12  Simon Pena  <spena@igalia.com>

        [GTK] Rebaseline after 122416 and r122408
        https://bugs.webkit.org/show_bug.cgi?id=91066

        Unreviewed gardening.

        Rebaseline fast/multicol/table-vertical-align.html
        after r122416 (which updated results missing after the fix
        from r122408)

        * platform/gtk/fast/multicol/table-vertical-align-expected.png:
        * platform/gtk/fast/multicol/table-vertical-align-expected.txt:

2012-07-12  Simon Pena  <spena@igalia.com>

        [GTK] Gardening: rebaseline after r122414
        https://bugs.webkit.org/show_bug.cgi?id=91064

        Unreviewed gardening. Add new baseline after r122414
        for fast/forms/state-restore-skip-stateless.html

        * platform/gtk/fast/forms/state-restore-skip-stateless-expected.txt: Added.

2012-07-11  Andrey Kosyakov  <caseq@chromium.org>

        Layout Test inspector/timeline/timeline-dom-content-loaded-event.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=90984

        Reviewed by Vsevolod Vlasov.

        - remove test flakiness by only outputting result when page completed reload;

        * inspector/timeline/timeline-dom-content-loaded-event-expected.txt:
        * inspector/timeline/timeline-dom-content-loaded-event.html:

2012-07-12  Vsevolod Vlasov  <vsevik@chromium.org>

        REGRESSION(r122327): It made http/tests/inspector/network/network-request-revision-content.html fail on Lion, Qt
        https://bugs.webkit.org/show_bug.cgi?id=90979

        Reviewed by Pavel Feldman.

        * http/tests/inspector/network/network-request-revision-content-expected.txt:
        * http/tests/inspector/network/network-request-revision-content.html:
        * platform/qt/Skipped:

2012-07-12  Xingnan Wang  <xingnan.wang@intel.com>

        [IndexedDB] upperOpen set to true in lowerBound()/lowerOpen set to true in upperBound()
        https://bugs.webkit.org/show_bug.cgi?id=90867

        Reviewed by Tony Chang.

        * storage/indexeddb/keyrange-expected.txt:
        * storage/indexeddb/resources/keyrange.js:
        (checkLowerBoundKeyRange):
        (checkUpperBoundKeyRange):

2012-07-12  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skip the new failing test.

        * platform/qt/Skipped:

2012-07-12  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Added new platform specific expected after r122414.
        https://bugs.webkit.org/show_bug.cgi?id=91060.

        * platform/qt/fast/forms/state-restore-skip-stateless-expected.txt: Added after r122414.

2012-07-12  MORITA Hajime  <morrita@google.com>

        [Shadow DOM] <video> with <shadow> crashes
        https://bugs.webkit.org/show_bug.cgi?id=91055

        Reviewed by Kent Tamura.

        * fast/dom/shadow/insertion-point-video-crash-expected.txt: Added.
        * fast/dom/shadow/insertion-point-video-crash.html: Added.

2012-07-12  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skip new failing test introduced in r122399

        * platform/qt/Skipped:

2012-07-12  Kent Tamura  <tkent@chromium.org>

        Do not save the form state signature if nothing is saved
        https://bugs.webkit.org/show_bug.cgi?id=91050

        Reviewed by Hajime Morita.

        * fast/forms/resources/state-restore-empty-state-1.html: Added.
        * fast/forms/state-restore-empty-state-expected.txt: Added.
        * fast/forms/state-restore-empty-state.html: Added.

2012-07-11  Matt Falkenhagen  <falken@chromium.org>

        Add dialog element feature toggle to InternalSettings
        https://bugs.webkit.org/show_bug.cgi?id=90934

        Reviewed by Hajime Morita.

        * fast/dom/HTMLDialogElement/dialog-disabled-expected.txt: Added.
        * fast/dom/HTMLDialogElement/dialog-disabled.html: Added.
        * fast/dom/HTMLDialogElement/dialog-enabled-expected.txt: Added.
        * fast/dom/HTMLDialogElement/dialog-enabled.html: Added.
        * platform/efl/TestExpectations: Skipped because ENABLE_DIALOG_ELEMENT is off by default.
        * platform/gtk/TestExpectations: Ditto.
        * platform/mac/TestExpectations: Ditto.
        * platform/qt/TestExpectations: Ditto.

2012-07-11  Hayato Ito  <hayato@chromium.org>

        Unreviewed gardening.

        * platform/chromium/TestExpectations: Started TIMEOUT on Mac.

2012-07-11  Kent Tamura  <tkent@chromium.org>

        Accessing width or height of a detached image input element causes crash
        https://bugs.webkit.org/show_bug.cgi?id=90885

        Reviewed by Kentaro Hara.

        * fast/forms/image/width-and-height-of-detached-input-expected.txt: Added.
        * fast/forms/image/width-and-height-of-detached-input.html: Added.

2012-07-11  Dan Bernstein  <mitz@apple.com>

        Updated expected results for this test after r122408, which fixed it.

        * platform/mac/fast/multicol/table-vertical-align-expected.txt:

2012-07-11  Hayato Ito  <hayato@chromium.org>

        Unreviewed gardening.
        html5lib/runner.html started crashing after r122359.

        * platform/chromium/TestExpectations:

2012-07-11  Kent Tamura  <tkent@chromium.org>

        Do not save state of stateless form controls
        https://bugs.webkit.org/show_bug.cgi?id=90964

        Reviewed by Hajime Morita.

        * fast/forms/resources/state-restore-skip-stateless-dump.html: Added.
        * fast/forms/state-restore-skip-stateless-expected.txt: Added.
        * fast/forms/state-restore-skip-stateless.html: Added.

2012-07-11  Dan Bernstein  <mitz@apple.com>

        When a table row height grows because of pagination, not all cells’ heights are adjusted
        https://bugs.webkit.org/show_bug.cgi?id=91043

        Reviewed by Sam Weinig.

        * fast/multicol/table-row-height-increase-expected.html: Added.
        * fast/multicol/table-row-height-increase.html: Added.

2012-07-11  Ojan Vafai  <ojan@chromium.org>

        Rebaseline after http://trac.webkit.org/changeset/122374.

        * platform/chromium-linux/css3/flexbox/repaint-rtl-column-expected.png: Removed.
        * platform/chromium-mac-snowleopard/css3/flexbox/repaint-rtl-column-expected.png: Removed.
        * platform/chromium-mac/css3/flexbox/repaint-rtl-column-expected.png:
        * platform/chromium-win/css3/flexbox/repaint-rtl-column-expected.png:

2012-07-11  Hayato Ito  <hayato@chromium.org>

        Unreviewed gardening.
        inspector/timeline/timeline-dom-content-loaded-event.html started to fail after r122312.

        * platform/chromium/TestExpectations:

2012-07-11  Robert Kroeger  <rjkroege@chromium.org>

        Suppress horizontal conversion of PlatformWheelEvents when hasPreciseScrollingDeltas is true
        https://bugs.webkit.org/show_bug.cgi?id=89580

        WebKit GTK and Chromium Linux force vertical wheel events to
        scroll horizontally when over horizontal scroll bars.  This is
        undesirable for touchpad scrolling with
        hasPreciseScrollingDeltas() == true. Added a layout test showing
        that change correctly suppresses this behaviour.

        Reviewed by Adam Barth.

        * fast/events/touch/gesture/touch-gesture-scroll-sideways-expected.txt: Added.
        * fast/events/touch/gesture/touch-gesture-scroll-sideways.html: Added.
        * platform/chromium-linux/fast/events/touch/gesture/touch-gesture-scroll-sideways-expected.txt: Added. Note: test has intentional platform difference.

2012-07-11  Filip Pizlo  <fpizlo@apple.com>

        DFG should have fast virtual calls
        https://bugs.webkit.org/show_bug.cgi?id=90924

        Rubber stamped by Oliver Hunt.

        This changes which piece of code appears on top of the stack at the point of a stack
        overflow. As far as Oliver and I can tell, it doesn't matter, so I just rebased the
        test.

        * fast/js/stack-trace-expected.txt:

2012-07-11  Adam Barth  <abarth@webkit.org>

        Unreviewed.  Remove empty directories.

        * http/tests/websocket/tests/resources: Removed.
        * http/tests/websocket/tests/script-tests: Removed.
        * http/tests/websocket/tests/workers: Removed.
        * http/tests/websocket/tests/workers/resources: Removed.

2012-07-10  Simon Fraser  <simon.fraser@apple.com>

        Assertion ASSERTION FAILED: enclosingIntRect(rendererMappedResult) == enclosingIntRect(FloatQuad(result).boundingBox()) when compositing in paginated mode
        https://bugs.webkit.org/show_bug.cgi?id=90919

        Reviewed by Antti Koivisto.

        Test with a composited element in a document which is put into paginated mode.

        * compositing/columns/geometry-map-paginated-assert-expected.txt: Added.
        * compositing/columns/geometry-map-paginated-assert.html: Added.

2012-07-11  Ojan Vafai  <ojan@chromium.org>

        Simplify css3/flexbox/repaint-rtl-column.html
        https://bugs.webkit.org/show_bug.cgi?id=91011

        Reviewed by Tony Chang.

        This test was doing something simple in a complicated way. Also, removing
        the text should make it so that more ports can fallback to the same png.

        * css3/flexbox/repaint-rtl-column-expected.txt:
        * css3/flexbox/repaint-rtl-column.html:
        * platform/chromium-linux/css3/flexbox/repaint-rtl-column-expected.png:

2012-07-11  Chris Fleizach  <cfleizach@apple.com>

        ARIA spinbutton role incorrectly mapped to ProgressIndicatorRole
        https://bugs.webkit.org/show_bug.cgi?id=77298

        Reviewed by Anders Carlsson.

        * platform/mac/accessibility/aria-spinbutton-expected.txt:
        * platform/mac/accessibility/aria-spinbutton.html:

2012-07-11  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, adding an expectation for a test failing on the
        64-bit Debug builder due to libxml2 2.8.0 being used and updating the
        bug handle for another test.

        * platform/gtk/TestExpectations:

2012-07-11  Adam Barth  <abarth@webkit.org>

        [Chromium] Enable LEGACY_VIEWPORT_ADAPTION
        https://bugs.webkit.org/show_bug.cgi?id=90991

        Reviewed by Tony Chang.

        These tests pass now that we've enabled this feature.

        * platform/chromium/TestExpectations:

2012-07-11  Dean Jackson  <dino@apple.com>

        TileCache layers have wrong border debug color
        https://bugs.webkit.org/show_bug.cgi?id=90922

        Reviewed by Simon Fraser.

        Make sure that the document background color is updated
        when using a Tile Cache.

        * compositing/document-background-color-expected.html: Added.
        * compositing/document-background-color.html: Added.

2012-07-11  Allan Sandfeld Jensen  <allan.jensen@nokia.com>

        NodesFromRect doesn't work on SVG root elements.
        https://bugs.webkit.org/show_bug.cgi?id=89990

        Reviewed by Antonio Gomes.

        Test nodesFromRect on SVG root elements.

        * fast/dom/nodesFromRect-svg-expected.txt: Added.
        * fast/dom/nodesFromRect-svg.html: Added.

2012-07-11  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening.

        * platform/qt-5.0-wk2/Skipped: Skip a new crashing test.
        * platform/qt/Skipped: Typo fix.

2012-07-11  Steffen Imhof  <steffen.imhof@basyskom.com>

        [Qt] Middle clicking a scrollbar causes text to be pasted.
        https://bugs.webkit.org/show_bug.cgi?id=78444

        Updated the scrollbars/scrollbar-middleclick-nopaste.html test to use an
        <input> field as target for onpaste events. Using <body> did not work
        (at least for Qt), because the onpaste events are not fired, even if
        manually middle-clicking into the body. My guess would be that they are
        not sent, because the body is non-editable. The changed test should
        reflect the common use-case triggering the problem better.

        Reviewed by Simon Hausmann.

        * scrollbars/scrollbar-middleclick-nopaste.html:

2012-07-11  W. James MacLean  <wjmaclean@chromium.org>

        [Chromium] Unreviewed gardening. fast/forms/textarea/textarea-state-restore.html is flaky (timeouts frquently).
        https://bugs.webkit.org/show_bug.cgi?id=90980

        Marking this test as possible TIMOUT in test expectations.

        * platform/chromium/TestExpectations:

2012-07-11  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skip a failing test after r122327.
        https://bugs.webkit.org/show_bug.cgi?id=90979.

        * platform/qt/Skipped:

2012-07-11  W. James MacLean  <wjmaclean@chromium.org>

        Unreviewed gardening. Mark inspector/extensions/extensions-events.html as TIMEOUT on non-debug builds.
        https://bugs.webkit.org/show_bug.cgi?id=86439

        This test has started timing out on non-debug builds as well, adding comment to existing bug.

        * platform/chromium/TestExpectations:

2012-07-11  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Move revisions support to UISourceCode.
        https://bugs.webkit.org/show_bug.cgi?id=90888

        Reviewed by Pavel Feldman.

        * http/tests/inspector/network/network-request-revision-content-expected.txt:
        * http/tests/inspector/network/network-request-revision-content.html:
        * inspector/debugger/script-snippet-model.html:
        * inspector/styles/styles-add-new-rule.html:
        * inspector/styles/styles-history.html:

2012-07-11  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening.

        Mark fast/js/dfg-poison-fuzz.html as slow, because its runtime is 48 secs on 32 bit in debug mode.

        * platform/qt/TestExpectations:

2012-07-11  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt][ARM] Unreviewed gardening, mark slow tests.

        * platform/qt-arm/TestExpectations:

2012-07-11  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt][ARM] Unreviewed gardening, skip more crashing tests.

        * platform/qt-arm/TestExpectations:

2012-07-11  Balazs Ankes  <bank@inf.u-szeged.hu>

        [Qt] Unreviewed gardening after r122290.

        * platform/qt/Skipped: Skip fast/forms/input-in-table-cell-no-value.html because  ENABLE(INPUT_TYPE_DATE) is disabled

2012-07-11  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Move tests that require ENABLE_INPUT_TYPE_* to TestExpectations
        https://bugs.webkit.org/show_bug.cgi?id=90948

        Unreviewed EFL gardening. Move tests that require
        ENABLE_INPUT_TYPE_* to be enabled from Skipped list to
        TestExpectations.

        * platform/efl/Skipped:
        * platform/efl/TestExpectations:

2012-07-11  Taiju Tsuiki  <tzik@chromium.org>

        Web Inspector: Clean up FileSystem related code
        https://bugs.webkit.org/show_bug.cgi?id=90592

        Reviewed by Vsevolod Vlasov.

        Clean up FileSystem related code in Inspector as follows:
        - Clean up layout tests and add test case for error case,
        - Fix error handling on request,
        - s/GetFileSystemRootTask/FileSystemRootRequest/g
        - s/ReadDirectoryTask/DirectoryContentRequest/g
        - s/ReadFileTask/FileContentRequest/g

        * http/tests/inspector/filesystem/filesystem-test.js:
        (initialize_FileSystemTest.InspectorTest.dumpFileSystemRootRequestResult):
        (initialize_FileSystemTest.InspectorTest.dumpDirectoryContentRequestResult):
        (initialize_FileSystemTest.InspectorTest.dumpMetadataRequestResult):
        (initialize_FileSystemTest.InspectorTest.dumpFileContentRequestResult):
        (initialize_FileSystemTest):
        * http/tests/inspector/filesystem/request-directory-content-expected.txt: Renamed from LayoutTests/http/tests/inspector/filesystem/read-directory-expected.txt.
        * http/tests/inspector/filesystem/request-directory-content.html: Renamed from LayoutTests/http/tests/inspector/filesystem/read-directory.html. Changed test steps to unnamed function array. Add failcase test.
        * http/tests/inspector/filesystem/request-file-content-expected.txt: Renamed from LayoutTests/http/tests/inspector/filesystem/read-file-expected.txt.
        * http/tests/inspector/filesystem/request-file-content.html: Renamed from LayoutTests/http/tests/inspector/filesystem/read-file.html. Changed test steps to unnamed function array. Add failcase test.
        * http/tests/inspector/filesystem/request-filesystem-root-expected.txt: Renamed from LayoutTests/http/tests/inspector/filesystem/get-filesystem-expected.txt.
        * http/tests/inspector/filesystem/request-filesystem-root.html: Renamed from LayoutTests/http/tests/inspector/filesystem/get-filesystem-root.html. Changed test steps to unnamed function array. Add failcase test.
        * http/tests/inspector/filesystem/request-metadata-expected.txt: Renamed from LayoutTests/http/tests/inspector/filesystem/get-metadata-expected.txt.
        * http/tests/inspector/filesystem/request-metadata.html: Renamed from LayoutTests/http/tests/inspector/filesystem/get-metadata.html. Changed test steps to unnamed function array. Add failcase test.

2012-07-09  Eugene Klyuchnikov  <eustas.bug@gmail.com>

        Web Inspector: Forward message loop instrumentation data to frontend.
        https://bugs.webkit.org/show_bug.cgi?id=89584

        Reviewed by Yury Semikhatsky.

        Transmit collected message loop tasks to inspector frontend.
        Now "Program" should be a top-level event on browsers that
        support message loop instrumentation.
        Frontend was changed so that user will not see any changes.

        * inspector/timeline/timeline-enum-stability-expected.txt:

2012-07-11  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, adding an image expectation for the
        fast/forms/input-in-table-cell-no-value.html reftest, failing
        after it was introduced in r122290 due to <input type='date'>
        being used. The ENABLE_INPUT_TYPE_DATE feature is not enabled
        on the Gtk port.

        * platform/gtk/TestExpectations:

2012-07-11  Kenneth Russell  <kbr@google.com>

        compositing/webgl/webgl-nonpremultiplied-blend.html is flaky on Lion
        https://bugs.webkit.org/show_bug.cgi?id=82412

        Reviewed by Adrienne Walker.

        Removed Chromium Mac-specific pixel results and failure expectations.

        * platform/chromium-mac/compositing/webgl/webgl-nonpremultiplied-blend-expected.png: Removed.
        * platform/chromium/TestExpectations:
            Removed expectations of failure.

2012-07-11  Csaba Osztrogonác  <ossy@webkit.org>

        gc() doesn't exist in svg/animations/dynamic-modify-attributename-crash2.svg
        https://bugs.webkit.org/show_bug.cgi?id=90945

        Reviewed by Abhishek Arya.

        * svg/animations/dynamic-modify-attributename-crash2.svg: Include fast/js/resources/js-test-pre.js to have gc().

2012-07-10  Douglas Stockwell  <dstockwell@chromium.org>

        Style not updated for element with display:none becoming first/last-child
        https://bugs.webkit.org/show_bug.cgi?id=90356

        Reviewed by Kent Tamura.

        * fast/css/first-child-display-change-expected.txt: Added.
        * fast/css/first-child-display-change-inverse-expected.txt: Added.
        * fast/css/first-child-display-change-inverse.html: Added.
        * fast/css/first-child-display-change.html: Added.
        * fast/css/last-child-display-change-expected.txt: Added.
        * fast/css/last-child-display-change-inverse-expected.txt: Added.
        * fast/css/last-child-display-change-inverse.html: Added.
        * fast/css/last-child-display-change.html: Added.

2012-07-10  Hayato Ito  <hayato@chromium.org>

        Unreviewed gardening.

        Remove 'true' from testRunner.dumpAsText(true).
        NRWT complained that an '-expected.png' file was MISSING.

        * animations/animation-shorthand-name-order.html:

2012-07-10  Hayato Ito  <hayato@chromium.org>

        Unreviewed gardening.

        * fast/css/deprecated-flexbox-auto-min-size-expected.txt: Renamed from LayoutTests/platform/chromium/fast/css/deprecated-flexbox-auto-min-size-expected.txt.

12012-07-10  Hayato Ito  <hayato@chromium.org>

        Unreviewed gardening.

        * platform/chromium/fast/css/deprecated-flexbox-auto-min-size-expected.txt: Renamed from LayoutTests/platform/chromium-linux/fast/css/deprecated-flexbox-auto-min-size-expected.txt.

2012-07-10  Shinya Kawanaka  <shinyak@chromium.org>

        Crash in nextLinePosition() due to accessing a removed root line box.
        https://bugs.webkit.org/show_bug.cgi?id=90484

        Reviewed by Abhishek Arya.

        This testcase should not be triggered in ASAN.

        * editing/execCommand/crash-extend-selection-forward-expected.txt: Added.
        * editing/execCommand/crash-extend-selection-forward.html: Added.

2012-07-10  Julien Chaffraix  <jchaffraix@webkit.org>

        REGRESSION(r112113): absolutely positioned INPUT boxes with a table cell containing block have a 0px height
        https://bugs.webkit.org/show_bug.cgi?id=89209

        Reviewed by Ojan Vafai.

        The 2 tests are very close and differ by the use of min-height. This forces some content to be visible in the expected result
        but not in the original test case.

        * fast/forms/input-in-table-cell-no-value-expected.html: Added.
        * fast/forms/input-in-table-cell-no-value.html: Added.

2012-07-10  Kevin Ellis  <kevers@chromium.org>

        Input elements with type=range do not have default touch handlers.
        https://bugs.webkit.org/show_bug.cgi?id=88807

        Reviewed by Antonio Gomes.

        Add automated test for manipulating an input slider via touch
        events.

        * fast/events/touch/script-tests/touch-slider-no-js-touch-listener.js: Added.
        (checkPosition):
        * fast/events/touch/script-tests/touch-slider.js: Added.
        (onTouchStart):
        (onTouchEnd):
        (onKeyDown):
        (checkPosition):
        * fast/events/touch/touch-slider-expected.txt: Added.
        * fast/events/touch/touch-slider-no-js-touch-listener-expected.txt: Added.
        * fast/events/touch/touch-slider-no-js-touch-listener.html: Added.
        * fast/events/touch/touch-slider.html: Added.
        * platform/chromium/fast/events/touch/touch-slider-expected.txt: Added.
        * platform/chromium/fast/events/touch/touch-slider-no-js-touch-listener-expected.txt: Added.

2012-07-10  Kenneth Russell  <kbr@google.com>

        Line directive test in fast/canvas/webgl/glsl-conformance.html is incorrect
        https://bugs.webkit.org/show_bug.cgi?id=90897

        Reviewed by Adrienne Walker.

        Removed an invalid test and adjusted the test expectations.

        * fast/canvas/webgl/glsl-conformance-expected.txt:
        * fast/canvas/webgl/glsl-conformance.html:
        * platform/chromium/TestExpectations:

2012-07-10  Philip Rogers  <pdr@google.com>

        Crash due to SVG animation element not removed from target (before reset)
        https://bugs.webkit.org/show_bug.cgi?id=90750

        Reviewed by Abhishek Arya.

        * svg/animations/dynamic-modify-attributename-crash2-expected.txt: Added.
        * svg/animations/dynamic-modify-attributename-crash2.svg: Added.

2012-07-10  Dean Jackson  <dino@apple.com>

        REGRESSION (r109610): Order of values in shorthand animation makes a difference
        https://bugs.webkit.org/show_bug.cgi?id=84533
        <rdar://problem/11831924>
        <rdar://problem/11815787>

        Reviewed by Simon Fraser.

        A new test that exercises many different variants of the animation shorthand
        property, putting the animation name in different spots in the list of values.

        * animations/animation-shorthand-name-order-expected.txt: Added.
        * animations/animation-shorthand-name-order.html: Added.

2012-07-10  Rafael Weinstein  <rafaelw@chromium.org>

        Unreviewed gardening. Removing duplicated line from TestExpectations.

        * platform/chromium/TestExpectations:

2012-07-10  Ojan Vafai  <ojan@chromium.org>

        Add support for min-height:auto and min-width:auto
        https://bugs.webkit.org/show_bug.cgi?id=88437

        Reviewed by Tony Chang.

        * fast/css/auto-min-size-expected.txt: Added.
        * fast/css/auto-min-size.html: Added.
        * fast/css/deprecated-flexbox-auto-min-size.html: Added.
        * platform/chromium-linux/fast/css/deprecated-flexbox-auto-min-size-expected.txt: Added.

2012-07-10  Joshua Bell  <jsbell@chromium.org>

        [Chromium] IndexedDB: Need test of Typed Arrays
        https://bugs.webkit.org/show_bug.cgi?id=81979

        Reviewed by Tony Chang.

        Verify storage of Typed Arrays (Uint8Array and friends). Checks that
        these types are stored and read back with types and data intact. Also
        add an index to the object store, so that key paths are evaluated
        against each type on every write operation.

        * storage/indexeddb/structured-clone-expected.txt:
        * storage/indexeddb/structured-clone.html:

2012-07-10  Adam Barth  <abarth@webkit.org>

        Remove LayoutTestController and WebKitTestRunner support for Hixie76 WebSockets
        https://bugs.webkit.org/show_bug.cgi?id=90853

        Reviewed by Eric Seidel.

        There's no need to explicitly disable the Hixie76 protocol because it
        no longer exists in WebKit.

        * http/tests/websocket/tests/hybi/alert-in-event-handler.html:
        * http/tests/websocket/tests/hybi/bad-handshake-crash.html:
        * http/tests/websocket/tests/hybi/bad-sub-protocol-control-chars.html:
        * http/tests/websocket/tests/hybi/bad-sub-protocol-empty.html:
        * http/tests/websocket/tests/hybi/bad-sub-protocol-non-ascii.html:
        * http/tests/websocket/tests/hybi/binary-type.html:
        * http/tests/websocket/tests/hybi/broken-utf8.html:
        * http/tests/websocket/tests/hybi/bufferedAmount-after-close-in-busy.html:
        * http/tests/websocket/tests/hybi/bufferedAmount-after-close.html:
        * http/tests/websocket/tests/hybi/client-close.html:
        * http/tests/websocket/tests/hybi/close-before-open.html:
        * http/tests/websocket/tests/hybi/close-code-and-reason.html:
        * http/tests/websocket/tests/hybi/close-event.html:
        * http/tests/websocket/tests/hybi/close-on-navigate-new-location.html:
        * http/tests/websocket/tests/hybi/close-on-unload-and-force-gc.html:
        * http/tests/websocket/tests/hybi/close-on-unload-reference-in-parent.html:
        * http/tests/websocket/tests/hybi/close-on-unload.html:
        * http/tests/websocket/tests/hybi/close-unref-websocket.html:
        * http/tests/websocket/tests/hybi/close.html:
        * http/tests/websocket/tests/hybi/compressed-control-frame.html:
        * http/tests/websocket/tests/hybi/cross-origin.html:
        * http/tests/websocket/tests/hybi/deflate-frame-comp-bit-onoff.html:
        * http/tests/websocket/tests/hybi/deflate-frame-invalid-parameter.html:
        * http/tests/websocket/tests/hybi/deflate-frame-parameter.html:
        * http/tests/websocket/tests/hybi/echo-with-no-extension.html:
        * http/tests/websocket/tests/hybi/extensions.html:
        * http/tests/websocket/tests/hybi/fragmented-binary-frames.html:
        * http/tests/websocket/tests/hybi/fragmented-control-frame.html:
        * http/tests/websocket/tests/hybi/fragmented-frames.html:
        * http/tests/websocket/tests/hybi/frame-lengths.html:
        * http/tests/websocket/tests/hybi/handshake-challenge-randomness.html:
        * http/tests/websocket/tests/hybi/handshake-error.html:
        * http/tests/websocket/tests/hybi/handshake-fail-by-extensions-header.html:
        * http/tests/websocket/tests/hybi/handshake-fail-by-maxlength.html:
        * http/tests/websocket/tests/hybi/handshake-fail-by-mismatch-protocol-header.html:
        * http/tests/websocket/tests/hybi/handshake-fail-by-more-accept-header.html:
        * http/tests/websocket/tests/hybi/handshake-fail-by-more-protocol-header.html:
        * http/tests/websocket/tests/hybi/handshake-fail-by-no-accept-header.html:
        * http/tests/websocket/tests/hybi/handshake-fail-by-no-connection-header.html:
        * http/tests/websocket/tests/hybi/handshake-fail-by-no-cr.html:
        * http/tests/websocket/tests/hybi/handshake-fail-by-no-upgrade-header.html:
        * http/tests/websocket/tests/hybi/handshake-fail-by-prepended-null.html:
        * http/tests/websocket/tests/hybi/handshake-fail-by-wrong-accept-header.html:
        * http/tests/websocket/tests/hybi/httponly-cookie.pl:
        * http/tests/websocket/tests/hybi/interleaved-fragments.html:
        * http/tests/websocket/tests/hybi/invalid-continuation.html:
        * http/tests/websocket/tests/hybi/invalid-encode-length.html:
        * http/tests/websocket/tests/hybi/invalid-masked-frames-from-server.html:
        * http/tests/websocket/tests/hybi/invalid-subprotocol-characters.html:
        * http/tests/websocket/tests/hybi/invalid-subprotocols.html:
        * http/tests/websocket/tests/hybi/long-control-frame.html:
        * http/tests/websocket/tests/hybi/long-invalid-header.html:
        * http/tests/websocket/tests/hybi/multiple-connections.html:
        * http/tests/websocket/tests/hybi/multiple-subprotocols.html:
        * http/tests/websocket/tests/hybi/no-subprotocol.html:
        * http/tests/websocket/tests/hybi/null-character.html:
        * http/tests/websocket/tests/hybi/pong.html:
        * http/tests/websocket/tests/hybi/receive-arraybuffer.html:
        * http/tests/websocket/tests/hybi/receive-blob.html:
        * http/tests/websocket/tests/hybi/reload-crash.html:
        * http/tests/websocket/tests/hybi/reserved-bits.html:
        * http/tests/websocket/tests/hybi/reserved-opcodes.html:
        * http/tests/websocket/tests/hybi/send-after-close-on-unload.html:
        * http/tests/websocket/tests/hybi/send-arraybuffer.html:
        * http/tests/websocket/tests/hybi/send-blob.html:
        * http/tests/websocket/tests/hybi/send-empty.html:
        * http/tests/websocket/tests/hybi/send-file-blob-fail.html:
        * http/tests/websocket/tests/hybi/send-file-blob.html:
        * http/tests/websocket/tests/hybi/send-object-tostring-check.html:
        * http/tests/websocket/tests/hybi/send-throw.html:
        * http/tests/websocket/tests/hybi/send.html:
        * http/tests/websocket/tests/hybi/server-close.html:
        * http/tests/websocket/tests/hybi/set-protocol.html:
        * http/tests/websocket/tests/hybi/simple-stress.html:
        * http/tests/websocket/tests/hybi/simple.html:
        * http/tests/websocket/tests/hybi/sub-protocol.html:
        * http/tests/websocket/tests/hybi/too-long-payload.html:
        * http/tests/websocket/tests/hybi/unicode.html:
        * http/tests/websocket/tests/hybi/unmasked-frames.html:
        * http/tests/websocket/tests/hybi/unpaired-surrogates-in-close-reason.html:
        * http/tests/websocket/tests/hybi/unpaired-surrogates-in-message.html:
        * http/tests/websocket/tests/hybi/url-attribute.html:
        * http/tests/websocket/tests/hybi/url-no-trailing-slash.html:
        * http/tests/websocket/tests/hybi/url-parsing.html:
        * http/tests/websocket/tests/hybi/url-with-credential.html:
        * http/tests/websocket/tests/hybi/url-with-empty-query.html:
        * http/tests/websocket/tests/hybi/url-with-query.html:
        * http/tests/websocket/tests/hybi/websocket-event-target.html:
        * http/tests/websocket/tests/hybi/websocket-pending-activity.html:
        * http/tests/websocket/tests/hybi/workers/close-code-and-reason.html:
        * http/tests/websocket/tests/hybi/workers/close-in-onmessage-crash.html:
        * http/tests/websocket/tests/hybi/workers/close-in-shared-worker.html:
        * http/tests/websocket/tests/hybi/workers/close-in-worker.html:
        * http/tests/websocket/tests/hybi/workers/close.html:
        * http/tests/websocket/tests/hybi/workers/multiple-subprotocols.html:
        * http/tests/websocket/tests/hybi/workers/no-onmessage-in-sync-op.html:
        * http/tests/websocket/tests/hybi/workers/no-subprotocol.html:
        * http/tests/websocket/tests/hybi/workers/receive-arraybuffer.html:
        * http/tests/websocket/tests/hybi/workers/receive-blob.html:
        * http/tests/websocket/tests/hybi/workers/send-arraybuffer.html:
        * http/tests/websocket/tests/hybi/workers/send-blob.html:
        * http/tests/websocket/tests/hybi/workers/shared-worker-simple.html:
        * http/tests/websocket/tests/hybi/workers/worker-handshake-challenge-randomness.html:
        * http/tests/websocket/tests/hybi/workers/worker-reload.html:
        * http/tests/websocket/tests/hybi/workers/worker-simple.html:
        * http/tests/websocket/tests/hybi/zero-length-text.html:

2012-07-10  Rafael Weinstein  <rafaelw@chromium.org>

        Unreviewed gardening. Adding the majority of the remaining indexeddb/mozilla tests which are all flaky and crashing.

        * platform/chromium/TestExpectations:

2012-07-10  Rafael Weinstein  <rafaelw@chromium.org>

        Unreviewed gardening. Added resource-request-content-while-loading.html to flaky wkbug 83890.

        * platform/chromium/TestExpectations:

2012-07-06  David Hyatt  <hyatt@apple.com>

        https://bugs.webkit.org/show_bug.cgi?id=90646

        Fix invalid layout test exposed by my changes to logical top estimation.

        Reviewed by Simon Fraser.

        * fast/block/float/previous-sibling-float-002-expected.html:
        * fast/block/float/previous-sibling-float-002.html:

2012-07-10  Rafael Weinstein  <rafaelw@chromium.org>

        Unreviewed gardening. tables/mozilla_expected_failures/other/empty_cells.html marked as flaky.

        * platform/chromium/TestExpectations:

2012-07-10  Rafael Weinstein  <rafaelw@chromium.org>

        Unreviewed gardening. platform/chromium/inspector/styles/device-metrics-fit-window.html is timing out in debug and now marked as slow.

        * platform/chromium/TestExpectations:

2012-07-10  Rafael Weinstein  <rafaelw@chromium.org>

        Unreviewed gardening. fast/js/dfg-cross-global-object-inline-array-literal.html is racey (and thus flaky).

2012-07-10  Rafael Weinstein  <rafaelw@chromium.org>

        Unreviewed gardening. Adding another flaky test to bug 90469 (storage tests).

        * platform/chromium/TestExpectations:

2012-07-10  Konrad Piascik  <kpiascik@rim.com>

        Web Inspector: Geolocation override
        https://bugs.webkit.org/show_bug.cgi?id=89365

        Reviewed by Yong Li.

        Added new tests for Web Inspector overriding geolocation.

        * inspector/geolocation-error-expected.txt: Added.
        * inspector/geolocation-error.html: Added.
        * inspector/geolocation-success-expected.txt: Added.
        * inspector/geolocation-success.html: Added.

2012-07-10  Li Yin  <li.yin@intel.com>

        DelayNode test should cover relate attribute
        https://bugs.webkit.org/show_bug.cgi?id=90876

        Reviewed by Chris Rogers.

        Let the test cover attributes of DelayNode.

        * webaudio/delaynode-expected.txt:
        * webaudio/delaynode.html:

2012-07-10  Eric Seidel  <eric@webkit.org>

        REGRESSION (r122168): Layout Test http/tests/misc/script-defer.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=90845

        Reviewed by Alexey Proskuryakov.

        The test should no longer flake.

        * platform/chromium/TestExpectations:
        * platform/qt/Skipped:

2012-07-10  Leandro Gracia Gil  <leandrogracia@chromium.org>

        WebSurroundingText layout tests should use the same code path as the rest of the feature.
        https://bugs.webkit.org/show_bug.cgi?id=90807

        Reviewed by Adam Barth.

        Make the textSurroundingNode method take a pair of point coordinates
        instead of a node offset.

        * platform/chromium/editing/surrounding-text/surrounding-text-expected.txt:
        * platform/chromium/editing/surrounding-text/surrounding-text.html:

2012-07-10  Kevin Ellis  <kevers@chromium.org>

        Input type=range issue with events not being raised when value set in js
        https://bugs.webkit.org/show_bug.cgi?id=84674

        Ensure that click and change events are properly triggered for range 
        sliders.  Prior to the fix, change events were not fired if the new
        value matched the value at last change notification based on expected
        behavior for text fields.  Clicks were not fired if the thumb element
        was positioned under the cursor on mouse down.

        Reviewed by Kent Tamura.

        * fast/events/click-range-slider-expected.txt: Added.
        * fast/events/click-range-slider.html: Added.
        * fast/events/onchange-range-slider-expected.txt: Added.
        * fast/events/onchange-range-slider.html: Added.

2012-07-10  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, adding a text expectation for the
        fast/js/global-constructors.html test. The test is failing because
        of the in-progress removal of vendor prefix from DOM MutationObservers.

        * platform/gtk/TestExpectations:

2012-07-10  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, remove unnecessary expectations.

        * platform/qt-mac/fast/block/float/float-not-removed-from-next-sibling-expected.txt: Removed.
        * platform/qt-mac/fast/block/float/float-not-removed-from-next-sibling2-expected.txt: Removed.
        * platform/qt-mac/fast/block/float/float-not-removed-from-next-sibling3-expected.txt: Removed.
        * platform/qt-mac/fast/block/float/float-not-removed-from-next-sibling4-expected.txt: Removed.
        * platform/qt-mac/plugins/mouse-click-plugin-clears-selection-expected.txt: Removed.
        * platform/qt-mac/transforms/svg-vs-css-expected.txt: Removed.
        * platform/qt-win/Skipped:
        * platform/qt-win/fast/events/panScroll-click-hyperlink-expected.txt: Removed.
        * platform/qt/fast/css/first-line-text-decoration-expected.png: Renamed from LayoutTests/platform/qt-linux/fast/css/first-line-text-decoration-expected.png.
        * platform/qt/fast/css/first-line-text-decoration-expected.txt: Renamed from LayoutTests/platform/qt-linux/fast/css/first-line-text-decoration-expected.txt.
        * platform/qt/fast/css/first-line-text-decoration-inherited-from-parent-expected.png: Renamed from LayoutTests/platform/qt-linux/fast/css/first-line-text-decoration-inherited-from-parent-expected.png.
        * platform/qt/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt: Renamed from LayoutTests/platform/qt-linux/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt.

2012-07-10  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt][ARM] Unreviewed gardening, skip failing/crashing tests to try to make the bot green.

        * platform/qt-arm/TestExpectations:

2012-07-09  Andrey Kosyakov  <caseq@chromium.org>

        Web Inspector: [Extensions API] simplify panel size check in extensions-panel.html
        https://bugs.webkit.org/show_bug.cgi?id=90799

        Reviewed by Vsevolod Vlasov.

        - use window argument in Panel.onShown() to check panel window size;

        * http/tests/inspector/resources/extension-panel.html:
        * inspector/extensions/extensions-panel-expected.txt:
        * inspector/extensions/extensions-panel.html:
        * platform/mac/Skipped:
        * platform/qt/Skipped:
        * platform/wincairo/Skipped:

2012-07-10  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skip a flakey test after r122168.
        https://bugs.webkit.org/show_bug.cgi?id=90845.

        * platform/qt/Skipped:

2012-07-10  Csaba Osztrogonác  <ossy@webkit.org>

        Unreviewed gardening after r122204.

        * fast/viewport/viewport-legacy-xhtmlmp-expected.txt:

2012-07-10  Hayato Ito  <hayato@chromium.org>

        Unreviewed gardening
        Rebaseline.

        * platform/chromium-linux/http/tests/media/video-buffered-range-contains-currentTime-expected.png:

2012-07-10  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r122178.
        http://trac.webkit.org/changeset/122178
        https://bugs.webkit.org/show_bug.cgi?id=90857

        browser tests, PrerenderBrowserTest.PrerenderFavicon and other
        tests, started to fail (Requested by hayato on #webkit).

        * fast/dom/icon-url-change-expected.txt: Removed.
        * fast/dom/icon-url-change.html: Removed.
        * fast/dom/icon-url-list-expected.txt: Removed.
        * fast/dom/icon-url-list.html: Removed.
        * fast/dom/icon-url-property-expected.txt:
        * fast/dom/icon-url-property.html:
        * platform/chromium/TestExpectations:

2012-07-10  Adam Barth  <abarth@webkit.org>

        LayoutTestController.dumpConfigurationForViewport should move to Internals
        https://bugs.webkit.org/show_bug.cgi?id=45652

        Reviewed by Eric Seidel.

        Update these tests to use the Internals API rather than the
        LayoutTestController API.  This changed the output format of the tests
        slightly because the LayoutTestController API printed directly to
        stdout whereas the new API just returns a string that we pipe to stdout
        using alert.

        This patch also cleans up some platform-specific results for these
        tests that had drifted out of sync a bit. The patch also correctly
        marks the legacy tests as failing on GTK instead of checking in bogus
        expected results for them.

        This patch unskips these tests on Chromium. Once this patch lands, I'll
        go through an unskip them on the other ports as well.

        * fast/viewport/viewport-1-expected.txt:
        * fast/viewport/viewport-1.html:
        * fast/viewport/viewport-10-expected.txt:
        * fast/viewport/viewport-10.html:
        * fast/viewport/viewport-100-expected.txt:
        * fast/viewport/viewport-100.html:
        * fast/viewport/viewport-101-expected.txt:
        * fast/viewport/viewport-101.html:
        * fast/viewport/viewport-102-expected.txt:
        * fast/viewport/viewport-102.html:
        * fast/viewport/viewport-103-expected.txt:
        * fast/viewport/viewport-103.html:
        * fast/viewport/viewport-104-expected.txt:
        * fast/viewport/viewport-104.html:
        * fast/viewport/viewport-105-expected.txt:
        * fast/viewport/viewport-105.html:
        * fast/viewport/viewport-106-expected.txt:
        * fast/viewport/viewport-106.html:
        * fast/viewport/viewport-107-expected.txt:
        * fast/viewport/viewport-107.html:
        * fast/viewport/viewport-108-expected.txt:
        * fast/viewport/viewport-108.html:
        * fast/viewport/viewport-109-expected.txt:
        * fast/viewport/viewport-109.html:
        * fast/viewport/viewport-11-expected.txt:
        * fast/viewport/viewport-11.html:
        * fast/viewport/viewport-110-expected.txt:
        * fast/viewport/viewport-110.html:
        * fast/viewport/viewport-111-expected.txt:
        * fast/viewport/viewport-111.html:
        * fast/viewport/viewport-112-expected.txt:
        * fast/viewport/viewport-112.html:
        * fast/viewport/viewport-113-expected.txt:
        * fast/viewport/viewport-113.html:
        * fast/viewport/viewport-114-expected.txt:
        * fast/viewport/viewport-114.html:
        * fast/viewport/viewport-115-expected.txt:
        * fast/viewport/viewport-115.html:
        * fast/viewport/viewport-116-expected.txt:
        * fast/viewport/viewport-116.html:
        * fast/viewport/viewport-117-expected.txt:
        * fast/viewport/viewport-117.html:
        * fast/viewport/viewport-118-expected.txt:
        * fast/viewport/viewport-118.html:
        * fast/viewport/viewport-119-expected.txt:
        * fast/viewport/viewport-119.html:
        * fast/viewport/viewport-12-expected.txt:
        * fast/viewport/viewport-12.html:
        * fast/viewport/viewport-120-expected.txt:
        * fast/viewport/viewport-120.html:
        * fast/viewport/viewport-121-expected.txt:
        * fast/viewport/viewport-121.html:
        * fast/viewport/viewport-122-expected.txt:
        * fast/viewport/viewport-122.html:
        * fast/viewport/viewport-123-expected.txt:
        * fast/viewport/viewport-123.html:
        * fast/viewport/viewport-124-expected.txt:
        * fast/viewport/viewport-124.html:
        * fast/viewport/viewport-125-expected.txt:
        * fast/viewport/viewport-125.html:
        * fast/viewport/viewport-126-expected.txt: Renamed from LayoutTests/platform/gtk/fast/viewport/viewport-126-expected.txt.
        * fast/viewport/viewport-126.html:
        * fast/viewport/viewport-127-expected.txt: Renamed from LayoutTests/platform/gtk/fast/viewport/viewport-127-expected.txt.
        * fast/viewport/viewport-127.html:
        * fast/viewport/viewport-128-expected.txt:
        * fast/viewport/viewport-128.html:
        * fast/viewport/viewport-129-expected.txt:
        * fast/viewport/viewport-129.html:
        * fast/viewport/viewport-13-expected.txt:
        * fast/viewport/viewport-13.html:
        * fast/viewport/viewport-130-expected.txt:
        * fast/viewport/viewport-130.html:
        * fast/viewport/viewport-131-expected.txt:
        * fast/viewport/viewport-131.html:
        * fast/viewport/viewport-132-expected.txt:
        * fast/viewport/viewport-132.html:
        * fast/viewport/viewport-14-expected.txt:
        * fast/viewport/viewport-14.html:
        * fast/viewport/viewport-15-expected.txt:
        * fast/viewport/viewport-15.html:
        * fast/viewport/viewport-16-expected.txt:
        * fast/viewport/viewport-16.html:
        * fast/viewport/viewport-17-expected.txt:
        * fast/viewport/viewport-17.html:
        * fast/viewport/viewport-18-expected.txt:
        * fast/viewport/viewport-18.html:
        * fast/viewport/viewport-19-expected.txt:
        * fast/viewport/viewport-19.html:
        * fast/viewport/viewport-2-expected.txt:
        * fast/viewport/viewport-2.html:
        * fast/viewport/viewport-20-expected.txt:
        * fast/viewport/viewport-20.html:
        * fast/viewport/viewport-21-expected.txt:
        * fast/viewport/viewport-21.html:
        * fast/viewport/viewport-22-expected.txt:
        * fast/viewport/viewport-22.html:
        * fast/viewport/viewport-23-expected.txt:
        * fast/viewport/viewport-23.html:
        * fast/viewport/viewport-24-expected.txt:
        * fast/viewport/viewport-24.html:
        * fast/viewport/viewport-25-expected.txt:
        * fast/viewport/viewport-25.html:
        * fast/viewport/viewport-26-expected.txt:
        * fast/viewport/viewport-26.html:
        * fast/viewport/viewport-27-expected.txt:
        * fast/viewport/viewport-27.html:
        * fast/viewport/viewport-28-expected.txt:
        * fast/viewport/viewport-28.html:
        * fast/viewport/viewport-29-expected.txt:
        * fast/viewport/viewport-29.html:
        * fast/viewport/viewport-3-expected.txt:
        * fast/viewport/viewport-3.html:
        * fast/viewport/viewport-30-expected.txt:
        * fast/viewport/viewport-30.html:
        * fast/viewport/viewport-31-expected.txt:
        * fast/viewport/viewport-31.html:
        * fast/viewport/viewport-32-expected.txt:
        * fast/viewport/viewport-32.html:
        * fast/viewport/viewport-33-expected.txt:
        * fast/viewport/viewport-33.html:
        * fast/viewport/viewport-34-expected.txt:
        * fast/viewport/viewport-34.html:
        * fast/viewport/viewport-35-expected.txt:
        * fast/viewport/viewport-35.html:
        * fast/viewport/viewport-36-expected.txt:
        * fast/viewport/viewport-36.html:
        * fast/viewport/viewport-37-expected.txt:
        * fast/viewport/viewport-37.html:
        * fast/viewport/viewport-38-expected.txt:
        * fast/viewport/viewport-38.html:
        * fast/viewport/viewport-39-expected.txt:
        * fast/viewport/viewport-39.html:
        * fast/viewport/viewport-4-expected.txt:
        * fast/viewport/viewport-4.html:
        * fast/viewport/viewport-40-expected.txt:
        * fast/viewport/viewport-40.html:
        * fast/viewport/viewport-41-expected.txt:
        * fast/viewport/viewport-41.html:
        * fast/viewport/viewport-42-expected.txt:
        * fast/viewport/viewport-42.html:
        * fast/viewport/viewport-43-expected.txt:
        * fast/viewport/viewport-43.html:
        * fast/viewport/viewport-44-expected.txt:
        * fast/viewport/viewport-44.html:
        * fast/viewport/viewport-45-expected.txt:
        * fast/viewport/viewport-45.html:
        * fast/viewport/viewport-46-expected.txt:
        * fast/viewport/viewport-46.html:
        * fast/viewport/viewport-47-expected.txt:
        * fast/viewport/viewport-47.html:
        * fast/viewport/viewport-48-expected.txt:
        * fast/viewport/viewport-48.html:
        * fast/viewport/viewport-49-expected.txt:
        * fast/viewport/viewport-49.html:
        * fast/viewport/viewport-5-expected.txt:
        * fast/viewport/viewport-5.html:
        * fast/viewport/viewport-50-expected.txt:
        * fast/viewport/viewport-50.html:
        * fast/viewport/viewport-51-expected.txt:
        * fast/viewport/viewport-51.html:
        * fast/viewport/viewport-52-expected.txt:
        * fast/viewport/viewport-52.html:
        * fast/viewport/viewport-53-expected.txt:
        * fast/viewport/viewport-53.html:
        * fast/viewport/viewport-54-expected.txt:
        * fast/viewport/viewport-54.html:
        * fast/viewport/viewport-55-expected.txt:
        * fast/viewport/viewport-55.html:
        * fast/viewport/viewport-56-expected.txt:
        * fast/viewport/viewport-56.html:
        * fast/viewport/viewport-57-expected.txt:
        * fast/viewport/viewport-57.html:
        * fast/viewport/viewport-58-expected.txt:
        * fast/viewport/viewport-58.html:
        * fast/viewport/viewport-59-expected.txt:
        * fast/viewport/viewport-59.html:
        * fast/viewport/viewport-6-expected.txt:
        * fast/viewport/viewport-6.html:
        * fast/viewport/viewport-60-expected.txt:
        * fast/viewport/viewport-60.html:
        * fast/viewport/viewport-61-expected.txt:
        * fast/viewport/viewport-61.html:
        * fast/viewport/viewport-62-expected.txt:
        * fast/viewport/viewport-62.html:
        * fast/viewport/viewport-63-expected.txt:
        * fast/viewport/viewport-63.html:
        * fast/viewport/viewport-64-expected.txt:
        * fast/viewport/viewport-64.html:
        * fast/viewport/viewport-65-expected.txt: Renamed from LayoutTests/platform/gtk/fast/viewport/viewport-65-expected.txt.
        * fast/viewport/viewport-65.html:
        * fast/viewport/viewport-66-expected.txt:
        * fast/viewport/viewport-66.html:
        * fast/viewport/viewport-67-expected.txt:
        * fast/viewport/viewport-67.html:
        * fast/viewport/viewport-68-expected.txt:
        * fast/viewport/viewport-68.html:
        * fast/viewport/viewport-69-expected.txt:
        * fast/viewport/viewport-69.html:
        * fast/viewport/viewport-7-expected.txt:
        * fast/viewport/viewport-7.html:
        * fast/viewport/viewport-70-expected.txt:
        * fast/viewport/viewport-70.html:
        * fast/viewport/viewport-71-expected.txt:
        * fast/viewport/viewport-71.html:
        * fast/viewport/viewport-72-expected.txt:
        * fast/viewport/viewport-72.html:
        * fast/viewport/viewport-73-expected.txt:
        * fast/viewport/viewport-73.html:
        * fast/viewport/viewport-74-expected.txt:
        * fast/viewport/viewport-74.html:
        * fast/viewport/viewport-75-expected.txt:
        * fast/viewport/viewport-75.html:
        * fast/viewport/viewport-76-expected.txt:
        * fast/viewport/viewport-76.html:
        * fast/viewport/viewport-77-expected.txt:
        * fast/viewport/viewport-77.html:
        * fast/viewport/viewport-78-expected.txt:
        * fast/viewport/viewport-78.html:
        * fast/viewport/viewport-79-expected.txt:
        * fast/viewport/viewport-79.html:
        * fast/viewport/viewport-8-expected.txt:
        * fast/viewport/viewport-8.html:
        * fast/viewport/viewport-80-expected.txt:
        * fast/viewport/viewport-80.html:
        * fast/viewport/viewport-81-expected.txt:
        * fast/viewport/viewport-81.html:
        * fast/viewport/viewport-82-expected.txt: Renamed from LayoutTests/platform/gtk/fast/viewport/viewport-82-expected.txt.
        * fast/viewport/viewport-82.html:
        * fast/viewport/viewport-83-expected.txt:
        * fast/viewport/viewport-83.html:
        * fast/viewport/viewport-84-expected.txt: Renamed from LayoutTests/platform/efl/fast/viewport/viewport-87-expected.txt.
        * fast/viewport/viewport-84.html:
        * fast/viewport/viewport-85-expected.txt:
        * fast/viewport/viewport-85.html:
        * fast/viewport/viewport-86-expected.txt:
        * fast/viewport/viewport-86.html:
        * fast/viewport/viewport-87-expected.txt: Renamed from LayoutTests/platform/gtk/fast/viewport/viewport-87-expected.txt.
        * fast/viewport/viewport-87.html:
        * fast/viewport/viewport-88-expected.txt:
        * fast/viewport/viewport-88.html:
        * fast/viewport/viewport-9-expected.txt:
        * fast/viewport/viewport-9.html:
        * fast/viewport/viewport-90-expected.txt:
        * fast/viewport/viewport-90.html:
        * fast/viewport/viewport-91-expected.txt:
        * fast/viewport/viewport-91.html:
        * fast/viewport/viewport-legacy-handheldfriendly-expected.txt:
        * fast/viewport/viewport-legacy-handheldfriendly.html:
        * fast/viewport/viewport-legacy-mobileoptimized-2-expected.txt:
        * fast/viewport/viewport-legacy-mobileoptimized-2.html:
        * fast/viewport/viewport-legacy-mobileoptimized-3-expected.txt:
        * fast/viewport/viewport-legacy-mobileoptimized-3.html:
        * fast/viewport/viewport-legacy-mobileoptimized-expected.txt:
        * fast/viewport/viewport-legacy-mobileoptimized.html:
        * fast/viewport/viewport-legacy-ordering-1-expected.txt:
        * fast/viewport/viewport-legacy-ordering-1.html:
        * fast/viewport/viewport-legacy-ordering-2-expected.txt:
        * fast/viewport/viewport-legacy-ordering-2.html:
        * fast/viewport/viewport-legacy-ordering-3-expected.txt:
        * fast/viewport/viewport-legacy-ordering-3.html:
        * fast/viewport/viewport-legacy-ordering-4-expected.txt:
        * fast/viewport/viewport-legacy-ordering-4.html:
        * fast/viewport/viewport-legacy-ordering-5-expected.txt:
        * fast/viewport/viewport-legacy-ordering-5.html:
        * fast/viewport/viewport-legacy-ordering-6-expected.txt:
        * fast/viewport/viewport-legacy-ordering-6.html:
        * fast/viewport/viewport-legacy-ordering-7-expected.txt:
        * fast/viewport/viewport-legacy-ordering-7.html:
        * fast/viewport/viewport-legacy-ordering-8-expected.txt:
        * fast/viewport/viewport-legacy-ordering-8.html:
        * fast/viewport/viewport-legacy-ordering-9-expected.txt:
        * fast/viewport/viewport-legacy-ordering-9.html:
        * fast/viewport/viewport-legacy-xhtmlmp-misplaced-doctype-expected.txt:
        * fast/viewport/viewport-legacy-xhtmlmp-misplaced-doctype.html:
        * fast/viewport/viewport-legacy-xhtmlmp-ordering-expected.txt:
        * fast/viewport/viewport-legacy-xhtmlmp-ordering.html:
        * fast/viewport/viewport-legacy-xhtmlmp.html:
        * fast/viewport/viewport-warnings-1-expected.txt:
        * fast/viewport/viewport-warnings-1.html:
        * fast/viewport/viewport-warnings-2-expected.txt:
        * fast/viewport/viewport-warnings-2.html:
        * fast/viewport/viewport-warnings-3-expected.txt:
        * fast/viewport/viewport-warnings-3.html:
        * fast/viewport/viewport-warnings-4-expected.txt:
        * fast/viewport/viewport-warnings-4.html:
        * fast/viewport/viewport-warnings-5-expected.txt:
        * fast/viewport/viewport-warnings-5.html:
        * fast/viewport/viewport-warnings-6-expected.txt:
        * fast/viewport/viewport-warnings-6.html:
        * platform/chromium/TestExpectations:
        * platform/efl/fast/viewport/viewport-126-expected.txt: Removed.
        * platform/efl/fast/viewport/viewport-127-expected.txt: Removed.
        * platform/efl/fast/viewport/viewport-65-expected.txt: Removed.
        * platform/efl/fast/viewport/viewport-82-expected.txt: Removed.
        * platform/efl/fast/viewport/viewport-84-expected.txt: Removed.
        * platform/gtk/TestExpectations:
        * platform/gtk/fast/viewport/viewport-84-expected.txt: Removed.
        * platform/gtk/fast/viewport/viewport-legacy-handheldfriendly-expected.txt: Removed.
        * platform/gtk/fast/viewport/viewport-legacy-mobileoptimized-2-expected.txt: Removed.
        * platform/gtk/fast/viewport/viewport-legacy-mobileoptimized-3-expected.txt: Removed.
        * platform/gtk/fast/viewport/viewport-legacy-mobileoptimized-expected.txt: Removed.
        * platform/gtk/fast/viewport/viewport-legacy-ordering-5-expected.txt: Removed.
        * platform/gtk/fast/viewport/viewport-legacy-ordering-6-expected.txt: Removed.

2012-07-10  Szilard Ledan  <szledan@inf.u-szeged.hu>

        [Qt] Skipped a new failing test, because of a missing feature
        (testRunner.setStorageDatabaseIdleInterval()).

        Reviewed by Csaba Osztrogonác.

        * platform/qt/Skipped:

2012-07-10  Yuta Kitamura  <yutak@chromium.org>

        WebSocket: Remove hixie76 protocol implementation
        https://bugs.webkit.org/show_bug.cgi?id=88620

        Reviewed by Adam Barth.

        Skip tests under hixie76 directory in all ports, because hixie-76 protocol support is
        being dropped. These tests will be removed later.

        * platform/chromium/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/Skipped:
        * platform/wk2/Skipped:

2012-07-09  Kent Tamura  <tkent@chromium.org>

        REGRESSION(r114862-r114886): Fix a crash by switching the input type to hidden.
        https://bugs.webkit.org/show_bug.cgi?id=90774

        Reviewed by Andreas Kling.

        * fast/forms/hidden/change-type-to-hidden-after-updating-value.html: Added.
        * fast/forms/hidden/change-type-to-hidden-after-updating-value-expected.txt: Added.

2012-07-09  Hayato Ito  <hayato@chromium.org>

        Unreviewed gardening. Update TestExpectations.

        * platform/chromium/TestExpectations: http/tests/misc/script-defer.html started failing after r122168.

2012-07-09  Hayato Ito  <hayato@chromium.org>

        Unreviewed gardening.
        Update TestExpectations.

        * platform/chromium/TestExpectations: Mark fast/forms/select/select-state-restore.html as flaky on WIN DEBUG.

2012-07-09  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: deleteDatabase fails if transaction running in other database
        https://bugs.webkit.org/show_bug.cgi?id=90822

        Reviewed by Tony Chang.

        * storage/indexeddb/deletedatabase-transaction-expected.txt: Added.
        * storage/indexeddb/deletedatabase-transaction.html: Added.

2012-07-09  Pete Williamson  <petewil@google.com>

        Add some new unit tests to test the favicon changing dynamically
        https://bugs.webkit.org/show_bug.cgi?id=88665

        Reviewed by Kent Tamura.

        * fast/dom/icon-url-change-expected.txt: Added.
        * fast/dom/icon-url-change.html: Added a new test for changing the favicon dynamically
        * fast/dom/icon-url-list-expected.txt: Added.
        * fast/dom/icon-url-list.html: Added a new test for multiple favicons in the HTML header
        * fast/dom/icon-url-property-expected.txt: update unit test expectations
        * fast/dom/icon-url-property.html: update and enable existing favicon test
        * platform/chromium/TestExpectations: reenable the url-property test

2012-07-09  Alice Cheng  <alice_cheng@apple.com>

        Editing: Autocorrection in blockquotes causes text to break out of quote
        https://bugs.webkit.org/show_bug.cgi?id=90487
        <rdar://problem/11769020> 

        Reviewed by Enrica Casucci.

        * platform/mac/editing/spelling/autocorrection-blockquote-crash-expected.txt:
        * platform/mac/editing/spelling/autocorrection-blockquote-crash.html:

2012-07-09  Yongjun Zhang  <yongjun_zhang@apple.com>

        Consider closing unused localStorage database after a timeout.
        https://bugs.webkit.org/show_bug.cgi?id=90713

        For a localStorage, if there is no active document referencing to it for certain amount of time (300 seconds),
        we can close the underlying sqlite database.

        Reviewed by Brady Eidson.

        * platform/chromium/TestExpectations: the test needs setCacheModel implementation, skip it in chromium.
        * storage/domstorage/storage-close-database-on-idle-expected.txt: Added.
        * storage/domstorage/storage-close-database-on-idle.html: Added.
        * storage/resources/storage-close-data-on-idle-switch.html: Added.

2012-07-09  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: A null or undefined storeNames argument to IDBDatabase::transaction() should be coerced to string
        https://bugs.webkit.org/show_bug.cgi?id=90474

        Reviewed by Tony Chang.

        * storage/indexeddb/resources/transaction-basics.js:
        (testInvalidMode):
        (testDegenerateNames.request.onsuccess):
        (testDegenerateNames.verifyDegenerateNames):
        (testDegenerateNames):
        * storage/indexeddb/transaction-basics-expected.txt:

2012-07-09  Vincent Scheib  <scheib@chromium.org>

        Pointer Lock requestPointerLock rejects locking an element not in a document.
        https://bugs.webkit.org/show_bug.cgi?id=90821

        Reviewed by Adrienne Walker.

        * pointer-lock/lock-element-not-in-dom-expected.txt: Added.
        * pointer-lock/lock-element-not-in-dom.html: Added.

2012-07-09  Eric Seidel  <eric@webkit.org>

        document.write of scripts that also document.write sometimes writes async
        https://bugs.webkit.org/show_bug.cgi?id=89102

        Reviewed by Adam Barth.

        * fast/parser/cached-script-document-write-expected.txt: Added.
        * fast/parser/cached-script-document-write.html: Added.
        * fast/parser/resources/cached-script-document-write.js: Added.

2012-07-09  Filip Pizlo  <fpizlo@apple.com>

        DFG may get stuck in an infinite fix point if it constant folds a mispredicted node
        https://bugs.webkit.org/show_bug.cgi?id=90829

        Reviewed by Oliver Hunt.

        * fast/js/dfg-constant-fold-misprediction-expected.txt: Added.
        * fast/js/dfg-constant-fold-misprediction.html: Added.
        * fast/js/script-tests/dfg-constant-fold-misprediction.js: Added.
        (foo):

2012-07-09  Filip Pizlo  <fpizlo@apple.com>

        fast/js/global-constructors.html is flaky and mostly useless
        https://bugs.webkit.org/show_bug.cgi?id=90833

        Unreviewed, skip flaky and useless test.

        * platform/mac/Skipped:

2012-07-09  Rafael Weinstein  <rafaelw@chromium.org>

        Unreviewed gardening. Marked webgl/glsl-conformance tests failing after dependency roll in chromium.

        * platform/chromium/TestExpectations:

2012-07-09  Vincent Scheib  <scheib@chromium.org>

        Refactor common Pointer Lock test code to a harness.
        https://bugs.webkit.org/show_bug.cgi?id=90813

        Reviewed by Adrienne Walker.

        * pointer-lock/bug90391-move-then-window-open-crash-expected.txt:
        * pointer-lock/bug90391-move-then-window-open-crash.html:
        * pointer-lock/lock-already-locked-expected.txt:
        * pointer-lock/lock-already-locked.html:
        * pointer-lock/lock-fail-responses-expected.txt:
        * pointer-lock/lock-fail-responses.html:
        * pointer-lock/mouse-event-delivery-expected.txt:
        * pointer-lock/mouse-event-delivery.html:
        * pointer-lock/pointer-lock-api-expected.txt:
        * pointer-lock/pointer-lock-api.html:
        * pointer-lock/pointerlockchange-pointerlockerror-events-expected.txt:
        * pointer-lock/pointerlockchange-pointerlockerror-events.html:
        * pointer-lock/pointerlocklost-event-expected.txt:
        * pointer-lock/pointerlocklost-event.html:
        * pointer-lock/resources/pointer-lock-test-harness.js: Added.
        (doNextStep.else):
        (doNextStepWithUserGesture):
        (eventExpected.targetHanderNode.eventHandlerName):
        (eventExpected):
        (expectOnlyChangeEvent):
        (expectOnlyErrorEvent):
        (expectNoEvents):

2012-07-09  Dean Jackson  <dino@apple.com>

        Tiled drawing means some elements can disappear behind the page
        https://bugs.webkit.org/show_bug.cgi?id=88906

        Reviewed by Simon Fraser.

        Reftest to make sure elements can't disappear behind the tile cache.

        * compositing/tile-cache-must-flatten-expected.html: Added.
        * compositing/tile-cache-must-flatten.html: Added.

2012-07-09  Zan Dobersek  <zandobersek@gmail.com>

        [Gtk] Implement dumpFrameScrollPosition in DumpRenderTree
        https://bugs.webkit.org/show_bug.cgi?id=89356

        Reviewed by Martin Robinson.

        Update baselines for affected tests, removing these tests from the GTK WK2 Skipped list.

        * platform/gtk-wk2/Skipped:
        * platform/gtk/css2.1/20110323/abspos-containing-block-initial-001-expected.txt:
        * platform/gtk/fast/block/positioning/rtl-fixed-positioning-expected.txt:
        * platform/gtk/fast/block/positioning/vertical-rl/fixed-positioning-expected.txt:
        * platform/gtk/fast/dom/focus-contenteditable-expected.txt:
        * platform/gtk/fast/dom/rtl-scroll-to-leftmost-and-resize-expected.txt:
        * platform/gtk/fast/dom/scroll-reveal-left-overflow-expected.txt:
        * platform/gtk/fast/dom/scroll-reveal-top-overflow-expected.txt:
        * platform/gtk/fast/dynamic/anchor-lock-expected.txt:
        * platform/gtk/fast/events/autoscroll-expected.txt:
        * platform/gtk/fast/events/reveal-link-when-focused-expected.txt:
        * platform/gtk/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.txt:
        * platform/gtk/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.txt:
        * platform/gtk/fast/layers/scroll-rect-to-visible-expected.txt:
        * platform/gtk/fast/multicol/scrolling-overflow-expected.txt: Added.
        * platform/gtk/fast/overflow/clip-rects-fixed-ancestor-expected.txt: Added.
        * platform/gtk/fast/overflow/overflow_hidden-expected.txt:
        * platform/gtk/fast/overflow/position-fixed-transform-clipping-expected.txt:
        * platform/gtk/fast/overflow/scrollRevealButton-expected.txt:
        * platform/gtk/fast/repaint/fixed-child-move-after-scroll-expected.txt:
        * platform/gtk/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.txt:
        * platform/gtk/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.txt:
        * platform/gtk/fast/repaint/fixed-expected.txt:
        * platform/gtk/fast/repaint/fixed-move-after-scroll-expected.txt:
        * platform/gtk/fast/repaint/fixed-tranformed-expected.txt:
        * platform/gtk/fast/repaint/repaint-during-scroll-expected.txt:
        * platform/gtk/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt:
        * platform/gtk/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
        * platform/gtk/transforms/2d/transform-fixed-container-expected.txt:

2012-07-09  Leandro Gracia Gil  <leandrogracia@chromium.org>

        SurroundingText should not advance character iterators if they are at end.
        https://bugs.webkit.org/show_bug.cgi?id=90560

        Reviewed by Ryosuke Niwa.

        Add a new test case where character iterators are already at end when
        trying to advance. This was caught by Chromium's address sanitizer
        here: http://code.google.com/p/chromium/issues/detail?id=135705

        * platform/chromium/editing/surrounding-text/surrounding-text-expected.txt:
        * platform/chromium/editing/surrounding-text/surrounding-text.html:

2012-07-09  Rafael Weinstein  <rafaelw@chromium.org>

        Unreviewed gardening. Update TestExpectations after filename change in r122109.

        * platform/chromium/TestExpectations:

2012-07-09  Alexandru Chiculita  <achicu@adobe.com>

        [CSS Filters] Blur filter is not repainted correctly when applied on a parent of a fixed element
        https://bugs.webkit.org/show_bug.cgi?id=90087

        Reviewed by Simon Fraser.

        Added two new tests to check that we disable fast path scrolling for fixed positioned 
        elements that have blur applied on them or any of the parent layers.

        * css3/filters/blur-filter-page-scroll-parents.html: Added.
        * css3/filters/blur-filter-page-scroll-self.html: Added.
        * platform/chromium/css3/filters/blur-filter-page-scroll-parents-expected.png: Added.
        * platform/chromium/css3/filters/blur-filter-page-scroll-parents-expected.txt: Added.
        * platform/chromium/css3/filters/blur-filter-page-scroll-self-expected.png: Added.
        * platform/chromium/css3/filters/blur-filter-page-scroll-self-expected.txt: Added.
        * platform/mac/css3/filters/blur-filter-page-scroll-parents-expected.png: Added.
        * platform/mac/css3/filters/blur-filter-page-scroll-parents-expected.txt: Added.
        * platform/mac/css3/filters/blur-filter-page-scroll-self-expected.png: Added.
        * platform/mac/css3/filters/blur-filter-page-scroll-self-expected.txt: Added.
        * platform/qt/Skipped: Qt needs platform results.

2012-07-09  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: Empty arrays shouldn't be valid key paths
        https://bugs.webkit.org/show_bug.cgi?id=90798

        Reviewed by Tony Chang.

        * storage/indexeddb/keypath-arrays-expected.txt:
        * storage/indexeddb/keypath-basics-expected.txt:
        * storage/indexeddb/resources/keypath-arrays.js:
        (openSuccess.request.onsuccess):
        (openSuccess):
        * storage/indexeddb/resources/keypath-basics.js:

2012-07-09  Zan Dobersek  <zandobersek@gmail.com>

        [Gtk] Unskip the CSS Regions layout tests
        https://bugs.webkit.org/show_bug.cgi?id=90771

        Reviewed by Martin Robinson.

        Unskip CSS Regions tests, updating baselines for the affected tests.

        * platform/gtk/TestExpectations:
        * platform/gtk/fast/regions/bottom-overflow-out-of-first-region-expected.png: Added.
        * platform/gtk/fast/regions/bottom-overflow-out-of-first-region-expected.txt:
        * platform/gtk/fast/regions/flow-content-basic-expected.png: Added.
        * platform/gtk/fast/regions/flow-content-basic-expected.txt:
        * platform/gtk/fast/regions/flow-content-basic-vertical-expected.png: Added.
        * platform/gtk/fast/regions/flow-content-basic-vertical-expected.txt:
        * platform/gtk/fast/regions/flow-content-basic-vertical-rl-expected.png: Added.
        * platform/gtk/fast/regions/flow-content-basic-vertical-rl-expected.txt:
        * platform/gtk/fast/regions/flows-dependency-dynamic-remove-expected.png: Added.
        * platform/gtk/fast/regions/flows-dependency-dynamic-remove-expected.txt:
        * platform/gtk/fast/regions/flows-dependency-same-flow-expected.png: Added.
        * platform/gtk/fast/regions/flows-dependency-same-flow-expected.txt:
        * platform/gtk/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.png: Added.
        * platform/gtk/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt:
        * platform/gtk/fast/regions/overflow-in-uniform-regions-dynamic-expected.png: Added.
        * platform/gtk/fast/regions/overflow-in-uniform-regions-dynamic-expected.txt:
        * platform/gtk/fast/regions/overflow-in-variable-width-regions-expected.png: Added.
        * platform/gtk/fast/regions/overflow-in-variable-width-regions-expected.txt:
        * platform/gtk/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png: Added.
        * platform/gtk/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt:
        * platform/gtk/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.png: Added.
        * platform/gtk/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.txt:
        * platform/gtk/fast/regions/overflow-rtl-in-variable-width-regions-expected.png: Added.
        * platform/gtk/fast/regions/overflow-rtl-in-variable-width-regions-expected.txt:
        * platform/gtk/fast/regions/overflow-size-change-in-variable-width-regions-expected.png: Added.
        * platform/gtk/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt:
        * platform/gtk/fast/regions/overflow-size-change-with-stacking-context-expected.png: Added.
        * platform/gtk/fast/regions/overflow-size-change-with-stacking-context-expected.txt:
        * platform/gtk/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.png: Added.
        * platform/gtk/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.txt:
        * platform/gtk/fast/regions/percentage-margins-mixed-ltr-dominant-regions-expected.png: Added.
        * platform/gtk/fast/regions/percentage-margins-mixed-ltr-dominant-regions-expected.txt:
        * platform/gtk/fast/regions/percentage-margins-mixed-rtl-dominant-regions-expected.png: Added.
        * platform/gtk/fast/regions/percentage-margins-mixed-rtl-dominant-regions-expected.txt:
        * platform/gtk/fast/regions/percentage-margins-rtl-variable-width-regions-expected.png: Added.
        * platform/gtk/fast/regions/percentage-margins-rtl-variable-width-regions-expected.txt:
        * platform/gtk/fast/regions/percentage-margins-variable-width-regions-expected.png: Added.
        * platform/gtk/fast/regions/percentage-margins-variable-width-regions-expected.txt:
        * platform/gtk/fast/regions/region-overflow-auto-overflow-hidden-expected.png: Added.
        * platform/gtk/fast/regions/region-overflow-auto-overflow-hidden-expected.txt:
        * platform/gtk/fast/regions/region-overflow-auto-overflow-visible-expected.png: Added.
        * platform/gtk/fast/regions/region-overflow-auto-overflow-visible-expected.txt:
        * platform/gtk/fast/regions/region-style-block-background-color-expected.png: Added.
        * platform/gtk/fast/regions/region-style-block-background-color-expected.txt:
        * platform/gtk/fast/regions/region-style-block-background-color2-expected.png: Added.
        * platform/gtk/fast/regions/region-style-block-background-color2-expected.txt:
        * platform/gtk/fast/regions/text-region-split-small-pagination-expected.png: Added.
        * platform/gtk/fast/regions/text-region-split-small-pagination-expected.txt:
        * platform/gtk/fast/regions/top-overflow-out-of-second-region-expected.png: Added.
        * platform/gtk/fast/regions/top-overflow-out-of-second-region-expected.txt:
        * platform/gtk/fast/regions/webkit-flow-double-pagination-float-push-expected.png: Added.
        * platform/gtk/fast/regions/webkit-flow-double-pagination-float-push-expected.txt:
        * platform/gtk/fast/regions/webkit-flow-float-pushed-to-last-region-expected.png: Added.
        * platform/gtk/fast/regions/webkit-flow-float-pushed-to-last-region-expected.txt:
        * platform/gtk/fast/regions/webkit-flow-float-unable-to-push-expected.png: Added.
        * platform/gtk/fast/regions/webkit-flow-float-unable-to-push-expected.txt:
        * platform/gtk/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.png: Added.
        * platform/gtk/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.txt:
        * platform/gtk/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.png: Added.
        * platform/gtk/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt:
        * platform/gtk/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.png: Added.
        * platform/gtk/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.txt:
        * platform/gtk/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Added.
        * platform/gtk/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt:
        * platform/gtk/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
        * platform/gtk/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt:
        * platform/gtk/fast/repaint/line-flow-with-floats-in-regions-expected.png:
        * platform/gtk/fast/repaint/line-flow-with-floats-in-regions-expected.txt:
        * platform/gtk/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.png:
        * platform/gtk/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.txt:
        * platform/gtk/fast/repaint/region-painting-invalidation-expected.png:
        * platform/gtk/fast/repaint/region-painting-invalidation-expected.txt:
        * platform/gtk/fast/repaint/region-painting-via-layout-expected.png:
        * platform/gtk/fast/repaint/region-painting-via-layout-expected.txt:

2012-07-09  Andrei Onea  <onea@adobe.com>

        [CSSRegions] Rename NamedFlow::getRegionsByContentNode to NamedFlow::getRegionsByContent
        https://bugs.webkit.org/show_bug.cgi?id=90759

        Reviewed by Andreas Kling.

        Renamed test files and functions from 77746: [CSSRegions]Implement NamedFlow::getRegionsByContentNode

        * fast/regions/get-regions-by-content-expected.txt: Renamed from LayoutTests/fast/regions/get-regions-by-content-node-expected.txt.
        * fast/regions/get-regions-by-content-horiz-bt-expected.txt: Renamed from LayoutTests/fast/regions/get-regions-by-content-node-vert-lr-expected.txt.
        * fast/regions/get-regions-by-content-horiz-bt.html: Renamed from LayoutTests/fast/regions/get-regions-by-content-node-horiz-bt.html.
        * fast/regions/get-regions-by-content-horiz-tb-expected.txt: Renamed from LayoutTests/fast/regions/get-regions-by-content-node-horiz-tb-expected.txt.
        * fast/regions/get-regions-by-content-horiz-tb.html: Renamed from LayoutTests/fast/regions/get-regions-by-content-node-horiz-tb.html.
        * fast/regions/get-regions-by-content-vert-lr-expected.txt: Renamed from LayoutTests/fast/regions/get-regions-by-content-node-vert-rl-expected.txt.
        * fast/regions/get-regions-by-content-vert-lr.html: Renamed from LayoutTests/fast/regions/get-regions-by-content-node-vert-lr.html.
        * fast/regions/get-regions-by-content-vert-rl-expected.txt: Renamed from LayoutTests/fast/regions/get-regions-by-content-node-horiz-bt-expected.txt.
        * fast/regions/get-regions-by-content-vert-rl.html: Renamed from LayoutTests/fast/regions/get-regions-by-content-node-vert-rl.html.
        * fast/regions/get-regions-by-content.html: Renamed from LayoutTests/fast/regions/get-regions-by-content-node.html.
        * fast/regions/get-regions-by-content2-expected.txt: Renamed from LayoutTests/fast/regions/get-regions-by-content-node2-expected.txt.
        * fast/regions/get-regions-by-content2.html: Renamed from LayoutTests/fast/regions/get-regions-by-content-node2.html.

2012-07-09  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: inspector does not reflect newly created text nodes from contenteditable
        https://bugs.webkit.org/show_bug.cgi?id=90779

        Reviewed by Vsevolod Vlasov.

        * inspector/elements/insert-node-expected.txt:
        * inspector/elements/insert-node.html:

2012-07-09  Andrey Kosyakov  <caseq@chromium.org>

        REGRESSION(r121980) Layout Test inspector/timeline/timeline-frames.html started to crash.
        https://bugs.webkit.org/show_bug.cgi?id=90747

        Reviewed by Pavel Feldman.

        - remove CRASH expectations for timeline-frames.html

        * platform/chromium/TestExpectations:

2012-07-09  Taiju Tsuiki  <tzik@chromium.org>

        Web Inspector: Add text file support for FileSystemAgent::requestFileContent
        https://bugs.webkit.org/show_bug.cgi?id=90439

        Reviewed by Vsevolod Vlasov.

        * http/tests/inspector/filesystem/read-directory-expected.txt:
        * http/tests/inspector/filesystem/read-file-expected.txt:
        * http/tests/inspector/filesystem/read-file.html:

2012-07-09  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed, unskipping CSS Exclusions tests for the Gtk port.
        The feature is already enabled for this port and all the tests pass.

        * platform/gtk/TestExpectations:

2012-07-09  Andrei Onea  <onea@adobe.com>

        [CSSRegions] Implement NamedFlow::firstEmptyRegionIndex attribute
        https://bugs.webkit.org/show_bug.cgi?id=90608

        Reviewed by Andreas Kling.

        Added tests for NamedFlow::firstEmptyRegionIndex.

        * fast/regions/webkit-named-flow-first-empty-region-index-expected.txt: Added.
        * fast/regions/webkit-named-flow-first-empty-region-index.html: Added.

2012-07-09  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skip the failing test.

        * platform/qt/Skipped:

2012-07-08  Hayato Ito  <hayato@chromium.org>

        Unreviewed gardening.
        Marking a storage/indexeddb/mozilla/key-requirements.html as flaky on WebKit Win.

        * platform/chromium/TestExpectations:

2012-07-08  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skip the new failing test.

        * platform/qt/Skipped:

2012-07-08  Filip Pizlo  <fpizlo@apple.com>

        Unreviewed, checking in platform results.

        * platform/mac/css3/filters/effect-reference-expected.txt: Added.
        * platform/mac/css3/filters/effect-reference-external-expected.txt: Added.
        * platform/mac/css3/filters/effect-reference-hw-expected.txt: Added.
        * platform/mac/css3/filters/effect-reference-ordering-expected.txt: Added.
        * platform/mac/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Added.

2012-07-08  Gyuyoung Kim  <gyuyoung.kim@samsung.com>

        Check returned value in BatteryStatus APIs test cases
        https://bugs.webkit.org/show_bug.cgi?id=90665

        Reviewed by Adam Barth.

        It is good to compare with actual values to recognize what is difference.

        * batterystatus/add-listener-from-callback-expected.txt:
        * batterystatus/basic-all-types-of-events-expected.txt:
        * batterystatus/basic-operation-expected.txt:
        * batterystatus/script-tests/add-listener-from-callback.js:
        (checkBatteryStatus):
        * batterystatus/script-tests/basic-all-types-of-events.js:
        (checkBatteryStatus):
        * batterystatus/script-tests/basic-operation.js:
        * batterystatus/script-tests/updates.js:
        (checkBatteryStatus):
        * batterystatus/updates-expected.txt:

2012-07-08  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, remove a redundant baseline for the
        http/tests/xmlhttprequest/send-array-buffer.html test,
        required after r122074.

        * platform/gtk/http/tests/xmlhttprequest/send-array-buffer-expected.txt: Removed.

2012-07-08  Hayato Ito  <hayato@chromium.org>

        Unreviewed gardening.
        Marking a inspector/timeline/timeline-frames.html as a CRASH on WebKit Linux (dbg).

        * platform/chromium/TestExpectations:

2012-07-05  MORITA Hajime  <morrita@google.com>

        Heap-use-after-free in WebCore::RenderObject::destroyAndCleanupAnonymousWrappers
        https://bugs.webkit.org/show_bug.cgi?id=90480

        Reviewed by Kent Tamura.

        * fast/dom/shadow/insertion-point-list-menu-crash-expected.txt: Added.
        * fast/dom/shadow/insertion-point-list-menu-crash.html: Added.

2012-07-08  Hayato Ito  <hayato@chromium.org>

        Unreviewed gardening.
        Marking a fast/multicol/column-span-parent-continuation-crash.html as a flaky.

        * platform/chromium/TestExpectations:

2012-07-08  Leandro Gracia Gil  <leandrogracia@chromium.org>

        Update the description of LayoutTestController::textSurroundingElement
        https://bugs.webkit.org/show_bug.cgi?id=90620

        Reviewed by Adam Barth.

        Rename textSurroundingElement to match is real behaviour.

        * platform/chromium/editing/surrounding-text/surrounding-text.html:

2012-07-08  Hayato Ito  <hayato@chromium.org>

        Unreviewed gardening.
        Marking a fast/events/display-none-on-focus-crash.html as a flaky.

        * platform/chromium/TestExpectations:

2012-07-08  Kinuko Yasuda  <kinuko@chromium.org>

        XHR.send should support ArrayBufferView
        https://bugs.webkit.org/show_bug.cgi?id=90536

        Reviewed by Kenneth Russell.

        * http/tests/xmlhttprequest/send-array-buffer-expected.txt:
        * http/tests/xmlhttprequest/send-array-buffer.html:
        * http/tests/xmlhttprequest/send-data-view-expected.txt: Added.
        * http/tests/xmlhttprequest/send-data-view.html: Added.

2012-07-08  Hayato Ito  <hayato@chromium.org>

        Unreviewed gardening.
        Fix a wrong entry in r122070.

        * platform/chromium/TestExpectations: Replace dont-commit-on-blocked.html with cursor-delete.html.

2012-07-08  Hayato Ito  <hayato@chromium.org>

        Unreviewed gardening.
        Fix a wrong entry in r122064.

        * platform/chromium/TestExpectations:

2012-07-08  Hayato Ito  <hayato@chromium.org>

        Unreviewed gardening. marking a storage/indexeddb/cursor-delete.html as a flaky crasher after r121629.

        * platform/chromium/TestExpectations:

2012-07-08  Hayato Ito  <hayato@chromium.org>

        Unreviewed gardening.
        Rebaseline after r121917.

        * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-23-expected.png: Removed.
        * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-24-expected.png: Removed.
        * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-68-expected.png: Removed.
        * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-69-expected.png: Removed.
        * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-23-expected.png: Removed.
        * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-24-expected.png: Removed.
        * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-69-expected.png: Removed.
        * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-23-expected.png: Removed.
        * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-24-expected.png: Removed.
        * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-68-expected.png: Removed.
        * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-69-expected.png: Removed.
        * platform/chromium-linux-x86/editing/selection/3690703-2-expected.png: Removed.
        * platform/chromium-linux-x86/editing/selection/3690703-expected.png: Removed.
        * platform/chromium-linux-x86/editing/selection/3690719-expected.png: Removed.
        * platform/chromium-mac-snowleopard/css1/formatting_model/floating_elements-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-19b-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-23-expected.png: Removed.
        * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-23-expected.txt: Added.
        * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-24-expected.png: Removed.
        * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-24-expected.txt: Copied from LayoutTests/platform/chromium-mac/css3/selectors3/html/css3-modsel-24-expected.txt.
        * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-64-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-68-expected.png: Removed.
        * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-68-expected.txt: Copied from LayoutTests/platform/chromium-mac/css3/selectors3/html/css3-modsel-68-expected.txt.
        * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-69-expected.png: Removed.
        * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-69-expected.txt: Added.
        * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-23-expected.png: Removed.
        * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-23-expected.txt: Added.
        * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-24-expected.png: Removed.
        * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-24-expected.txt: Copied from LayoutTests/platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt.
        * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-64-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-68-expected.txt: Copied from LayoutTests/platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt.
        * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-69-expected.png: Removed.
        * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-69-expected.txt: Added.
        * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-19b-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-23-expected.png: Removed.
        * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-23-expected.txt: Added.
        * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-24-expected.txt: Copied from LayoutTests/platform/chromium-mac/css3/selectors3/xml/css3-modsel-24-expected.txt.
        * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-64-expected.png:
        * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-68-expected.png: Removed.
        * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-68-expected.txt: Copied from LayoutTests/platform/chromium-mac/css3/selectors3/xml/css3-modsel-68-expected.txt.
        * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-69-expected.png: Removed.
        * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-69-expected.txt: Added.
        * platform/chromium-mac-snowleopard/css3/unicode-bidi-isolate-basic-expected.png:
        * platform/chromium-mac-snowleopard/css3/unicode-bidi-isolate-basic-expected.txt: Copied from LayoutTests/platform/chromium-mac/css3/unicode-bidi-isolate-basic-expected.txt.
        * platform/chromium-mac-snowleopard/editing/selection/3690703-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/3690703-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/3690719-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/4397952-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/selection-button-text-expected.png:
        * platform/chromium-mac-snowleopard/fast/block/float/float-avoidance-expected.png:
        * platform/chromium-mac-snowleopard/fast/block/positioning/inline-block-relposition-expected.png:
        * platform/chromium-mac-snowleopard/fast/css/continuationCrash-expected.png:
        * platform/chromium-mac-snowleopard/fast/css/margin-top-bottom-dynamic-expected.png:
        * platform/chromium-mac-snowleopard/fast/css/rtl-ordering-expected.png:
        * platform/chromium-mac-snowleopard/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/001-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/basic-buttons-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/blankbuttons-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/box-shadow-override-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/button-cannot-be-nested-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/button-generated-content-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/button-positioned-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/button-sizes-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/button-style-color-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/button-table-styles-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/button-text-transform-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/button-white-space-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/control-restrict-line-height-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/file/file-input-direction-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/file/file-input-disabled-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/file/file-input-pressed-state-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/file/input-file-re-render-expected.png:
        * platform/chromium-mac-snowleopard/http/tests/navigation/javascriptlink-frames-expected.png:
        * platform/chromium-mac/css1/formatting_model/floating_elements-expected.txt:
        * platform/chromium-mac/css3/selectors3/html/css3-modsel-19b-expected.png:
        * platform/chromium-mac/css3/selectors3/html/css3-modsel-23-expected.png:
        * platform/chromium-mac/css3/selectors3/html/css3-modsel-23-expected.txt: Added.
        * platform/chromium-mac/css3/selectors3/html/css3-modsel-24-expected.png:
        * platform/chromium-mac/css3/selectors3/html/css3-modsel-24-expected.txt:
        * platform/chromium-mac/css3/selectors3/html/css3-modsel-64-expected.png:
        * platform/chromium-mac/css3/selectors3/html/css3-modsel-68-expected.png:
        * platform/chromium-mac/css3/selectors3/html/css3-modsel-68-expected.txt:
        * platform/chromium-mac/css3/selectors3/html/css3-modsel-69-expected.png:
        * platform/chromium-mac/css3/selectors3/html/css3-modsel-69-expected.txt: Added.
        * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
        * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-23-expected.png:
        * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt: Added.
        * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-24-expected.png:
        * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt:
        * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-64-expected.png:
        * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-68-expected.png:
        * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt:
        * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-69-expected.png:
        * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt: Added.
        * platform/chromium-mac/css3/selectors3/xml/css3-modsel-19b-expected.png:
        * platform/chromium-mac/css3/selectors3/xml/css3-modsel-23-expected.png:
        * platform/chromium-mac/css3/selectors3/xml/css3-modsel-23-expected.txt: Added.
        * platform/chromium-mac/css3/selectors3/xml/css3-modsel-24-expected.png:
        * platform/chromium-mac/css3/selectors3/xml/css3-modsel-24-expected.txt:
        * platform/chromium-mac/css3/selectors3/xml/css3-modsel-64-expected.png:
        * platform/chromium-mac/css3/selectors3/xml/css3-modsel-68-expected.png:
        * platform/chromium-mac/css3/selectors3/xml/css3-modsel-68-expected.txt:
        * platform/chromium-mac/css3/selectors3/xml/css3-modsel-69-expected.png:
        * platform/chromium-mac/css3/selectors3/xml/css3-modsel-69-expected.txt: Added.
        * platform/chromium-mac/css3/unicode-bidi-isolate-basic-expected.png:
        * platform/chromium-mac/css3/unicode-bidi-isolate-basic-expected.txt:
        * platform/chromium-mac/editing/deleting/5144139-2-expected.txt: Added.
        * platform/chromium-mac/editing/selection/3690703-2-expected.png:
        * platform/chromium-mac/editing/selection/3690703-2-expected.txt:
        * platform/chromium-mac/editing/selection/3690703-expected.png:
        * platform/chromium-mac/editing/selection/3690703-expected.txt:
        * platform/chromium-mac/editing/selection/3690719-expected.png:
        * platform/chromium-mac/editing/selection/3690719-expected.txt:
        * platform/chromium-mac/editing/selection/4397952-expected.png:
        * platform/chromium-mac/editing/selection/4397952-expected.txt:
        * platform/chromium-mac/editing/selection/selection-button-text-expected.png:
        * platform/chromium-mac/editing/selection/selection-button-text-expected.txt:
        * platform/chromium-mac/fast/block/float/float-avoidance-expected.png:
        * platform/chromium-mac/fast/block/positioning/inline-block-relposition-expected.png:
        * platform/chromium-mac/fast/block/positioning/inline-block-relposition-expected.txt: Added.
        * platform/chromium-mac/fast/css/continuationCrash-expected.png:
        * platform/chromium-mac/fast/css/continuationCrash-expected.txt:
        * platform/chromium-mac/fast/css/margin-top-bottom-dynamic-expected.png:
        * platform/chromium-mac/fast/css/margin-top-bottom-dynamic-expected.txt:
        * platform/chromium-mac/fast/css/rtl-ordering-expected.png:
        * platform/chromium-mac/fast/css/rtl-ordering-expected.txt:
        * platform/chromium-mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png:
        * platform/chromium-mac/fast/forms/001-expected.png:
        * platform/chromium-mac/fast/forms/001-expected.txt:
        * platform/chromium-mac/fast/forms/basic-buttons-expected.png:
        * platform/chromium-mac/fast/forms/blankbuttons-expected.png:
        * platform/chromium-mac/fast/forms/blankbuttons-expected.txt:
        * platform/chromium-mac/fast/forms/box-shadow-override-expected.png:
        * platform/chromium-mac/fast/forms/box-shadow-override-expected.txt:
        * platform/chromium-mac/fast/forms/button-cannot-be-nested-expected.png:
        * platform/chromium-mac/fast/forms/button-cannot-be-nested-expected.txt: Added.
        * platform/chromium-mac/fast/forms/button-generated-content-expected.png:
        * platform/chromium-mac/fast/forms/button-generated-content-expected.txt: Added.
        * platform/chromium-mac/fast/forms/button-positioned-expected.png:
        * platform/chromium-mac/fast/forms/button-positioned-expected.txt:
        * platform/chromium-mac/fast/forms/button-sizes-expected.png:
        * platform/chromium-mac/fast/forms/button-sizes-expected.txt:
        * platform/chromium-mac/fast/forms/button-style-color-expected.png:
        * platform/chromium-mac/fast/forms/button-style-color-expected.txt:
        * platform/chromium-mac/fast/forms/button-table-styles-expected.png:
        * platform/chromium-mac/fast/forms/button-table-styles-expected.txt:
        * platform/chromium-mac/fast/forms/button-text-transform-expected.png:
        * platform/chromium-mac/fast/forms/button-text-transform-expected.txt:
        * platform/chromium-mac/fast/forms/button-white-space-expected.png:
        * platform/chromium-mac/fast/forms/button-white-space-expected.txt: Added.
        * platform/chromium-mac/fast/forms/control-restrict-line-height-expected.png:
        * platform/chromium-mac/fast/forms/control-restrict-line-height-expected.txt:
        * platform/chromium-mac/fast/forms/file/file-input-direction-expected.png:
        * platform/chromium-mac/fast/forms/file/file-input-direction-expected.txt:
        * platform/chromium-mac/fast/forms/file/file-input-disabled-expected.png:
        * platform/chromium-mac/fast/forms/file/file-input-pressed-state-expected.png:
        * platform/chromium-mac/fast/forms/file/input-file-re-render-expected.png:
        * platform/chromium-mac/fast/ruby/base-shorter-than-text-expected.png:
        * platform/chromium-mac/fast/ruby/base-shorter-than-text-expected.txt: Added.
        * platform/chromium-mac/fast/text/international/text-combine-image-test-expected.png:
        * platform/chromium-mac/http/tests/navigation/javascriptlink-frames-expected.png:
        * platform/chromium-mac/http/tests/navigation/javascriptlink-frames-expected.txt:

2012-07-08  Hayato Ito  <hayato@chromium.org>

        Unreviewed gardening.
        Rebaseline after r121917.

        * platform/chromium-mac-snowleopard/fast/forms/form-element-geometry-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/formmove3-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/formmove3-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/input-appearance-height-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-button-sizes-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-first-letter-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/input-value-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/select-baseline-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/targeted-frame-submission-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-replace-summary-child-expected.png:
        * platform/chromium-mac-snowleopard/fast/html/details-replace-text-expected.png:
        * platform/chromium-mac-snowleopard/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
        * platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-expected.png:
        * platform/chromium-mac-snowleopard/fast/replaced/width100percent-button-expected.png:
        * platform/chromium-mac-snowleopard/fast/replaced/width100percent-checkbox-expected.png:
        * platform/chromium-mac-snowleopard/fast/replaced/width100percent-radio-expected.png:
        * platform/chromium-mac-snowleopard/fast/selectors/064-expected.png:
        * platform/chromium-mac-snowleopard/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png:
        * platform/chromium-mac-snowleopard/fast/table/append-cells2-expected.png:
        * platform/chromium-mac-snowleopard/fast/table/remove-td-display-none-expected.png:
        * platform/chromium-mac-snowleopard/fast/table/rowindex-expected.png:
        * platform/chromium-mac-snowleopard/fast/table/rowindex-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/text/international/bidi-LDB-2-CSS-expected.png:
        * platform/chromium-mac-snowleopard/fast/text/international/bidi-LDB-2-HTML-expected.png:
        * platform/chromium-mac-snowleopard/fast/text/international/bidi-LDB-2-formatting-characters-expected.png:
        * platform/chromium-mac-snowleopard/fast/text/international/bidi-layout-across-linebreak-expected.png:
        * platform/chromium-mac-snowleopard/fast/text/international/bidi-layout-across-linebreak-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/text/international/bidi-override-expected.png:
        * platform/chromium-mac-snowleopard/fast/text/international/bidi-override-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/text/international/hindi-spacing-expected.png:
        * platform/chromium-mac-snowleopard/fast/text/international/text-spliced-font-expected.png:
        * platform/chromium-mac-snowleopard/fast/text/international/vertical-text-glyph-test-expected.png:
        * platform/chromium-mac-snowleopard/fast/text/international/vertical-text-glyph-test-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/text/international/vertical-text-glyph-test-expected.txt.
        * platform/chromium-mac-snowleopard/fast/text/textIteratorNilRenderer-expected.png:
        * platform/chromium-mac-snowleopard/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
        * platform/chromium-mac-snowleopard/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt.
        * platform/chromium-mac-snowleopard/fullscreen/full-screen-iframe-zIndex-expected.png:
        * platform/chromium-mac-snowleopard/fullscreen/full-screen-remove-ancestor-after-expected.png:
        * platform/chromium-mac-snowleopard/fullscreen/full-screen-zIndex-after-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1188-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1318-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug138725-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug18359-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-2-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-3-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug26178-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug28928-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug33855-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug39209-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4429-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4527-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-1-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-2-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51037-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51727-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug52505-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug52506-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug60749-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug68912-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug7342-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/dom/tableDom-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/other/move_row-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
        * platform/chromium-mac/fast/forms/form-element-geometry-expected.png:
        * platform/chromium-mac/fast/forms/form-element-geometry-expected.txt:
        * platform/chromium-mac/fast/forms/formmove3-expected.png:
        * platform/chromium-mac/fast/forms/formmove3-expected.txt:
        * platform/chromium-mac/fast/forms/input-appearance-height-expected.png:
        * platform/chromium-mac/fast/forms/input-appearance-height-expected.txt:
        * platform/chromium-mac/fast/forms/input-button-sizes-expected.png:
        * platform/chromium-mac/fast/forms/input-button-sizes-expected.txt:
        * platform/chromium-mac/fast/forms/input-first-letter-expected.png:
        * platform/chromium-mac/fast/forms/input-value-expected.png:
        * platform/chromium-mac/fast/forms/select-baseline-expected.png:
        * platform/chromium-mac/fast/forms/select-baseline-expected.txt: Added.
        * platform/chromium-mac/fast/forms/targeted-frame-submission-expected.png:
        * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png:
        * platform/chromium-mac/fast/forms/validation-message-appearance-expected.txt:
        * platform/chromium-mac/fast/html/details-replace-summary-child-expected.png:
        * platform/chromium-mac/fast/html/details-replace-text-expected.png:
        * platform/chromium-mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
        * platform/chromium-mac/fast/replaced/replaced-breaking-expected.png:
        * platform/chromium-mac/fast/replaced/width100percent-button-expected.png:
        * platform/chromium-mac/fast/replaced/width100percent-button-expected.txt:
        * platform/chromium-mac/fast/replaced/width100percent-checkbox-expected.png:
        * platform/chromium-mac/fast/replaced/width100percent-checkbox-expected.txt:
        * platform/chromium-mac/fast/replaced/width100percent-radio-expected.png:
        * platform/chromium-mac/fast/replaced/width100percent-radio-expected.txt:
        * platform/chromium-mac/fast/selectors/064-expected.png:
        * platform/chromium-mac/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png:
        * platform/chromium-mac/fast/table/append-cells2-expected.png:
        * platform/chromium-mac/fast/table/append-cells2-expected.txt: Added.
        * platform/chromium-mac/fast/table/remove-td-display-none-expected.png:
        * platform/chromium-mac/fast/table/remove-td-display-none-expected.txt: Added.
        * platform/chromium-mac/fast/table/rowindex-expected.png:
        * platform/chromium-mac/fast/table/rowindex-expected.txt: Added.
        * platform/chromium-mac/fast/text/international/bidi-LDB-2-CSS-expected.png:
        * platform/chromium-mac/fast/text/international/bidi-LDB-2-CSS-expected.txt:
        * platform/chromium-mac/fast/text/international/bidi-LDB-2-HTML-expected.png:
        * platform/chromium-mac/fast/text/international/bidi-LDB-2-HTML-expected.txt:
        * platform/chromium-mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.png:
        * platform/chromium-mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt:
        * platform/chromium-mac/fast/text/international/bidi-layout-across-linebreak-expected.png:
        * platform/chromium-mac/fast/text/international/bidi-layout-across-linebreak-expected.txt: Added.
        * platform/chromium-mac/fast/text/international/bidi-override-expected.png:
        * platform/chromium-mac/fast/text/international/bidi-override-expected.txt: Added.
        * platform/chromium-mac/fast/text/international/hindi-spacing-expected.png:
        * platform/chromium-mac/fast/text/international/hindi-spacing-expected.txt: Added.
        * platform/chromium-mac/fast/text/international/text-spliced-font-expected.png:
        * platform/chromium-mac/fast/text/international/text-spliced-font-expected.txt:
        * platform/chromium-mac/fast/text/international/vertical-text-glyph-test-expected.png:
        * platform/chromium-mac/fast/text/international/vertical-text-glyph-test-expected.txt:
        * platform/chromium-mac/fast/text/textIteratorNilRenderer-expected.png:
        * platform/chromium-mac/fast/text/textIteratorNilRenderer-expected.txt:
        * platform/chromium-mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
        * platform/chromium-mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
        * platform/chromium-mac/fullscreen/full-screen-iframe-zIndex-expected.png:
        * platform/chromium-mac/fullscreen/full-screen-remove-ancestor-after-expected.png:
        * platform/chromium-mac/fullscreen/full-screen-zIndex-after-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug138725-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug138725-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug2479-3-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug26178-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug33855-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug33855-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug39209-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug39209-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug4429-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug46368-1-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug46368-1-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug46368-2-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug46368-2-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug51037-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug51727-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug51727-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug52505-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug52506-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug60749-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug60749-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug68912-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug7342-expected.png:
        * platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
        * platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
        * platform/chromium-mac/tables/mozilla/dom/tableDom-expected.png:
        * platform/chromium-mac/tables/mozilla/other/move_row-expected.png:
        * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
        * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
        * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
        * platform/chromium-mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
        * platform/chromium-mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
        * platform/chromium-mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
        * platform/chromium-mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt:

2012-07-08  Hayato Ito  <hayato@chromium.org>

        Unreviewed gardening.
        Rebaseline after r121917.

        * platform/chromium-mac-snowleopard/svg/custom/inline-svg-in-xhtml-expected.png:
        * platform/chromium-mac/svg/custom/inline-svg-in-xhtml-expected.png:

2012-07-08  Filip Pizlo  <fpizlo@apple.com>

        https://bugs.webkit.org/show_bug.cgi?id=90722
        https://bugs.webkit.org/show_bug.cgi?id=90742

        Unreviewed, skip crashing tests.

        * platform/mac/Skipped:

2012-07-08  Hayato Ito  <hayato@chromium.org>

        Unreviewed gardening.
        https://bugs.webkit.org/show_bug.cgi?id=90741

        fast/text-autosizing/simple-paragraph.html (reftest) started to fail after r121907.

        * platform/chromium/TestExpectations: Add IMAGE on Mac.

2012-07-08  Hayato Ito  <hayato@chromium.org>

        Unreviewed gardening.
        Add TIMEOUT for inspector/timeline/timeline-network-received-data.html.

        * platform/chromium/TestExpectations:

2012-07-08  Hayato Ito  <hayato@chromium.org>

        Unreviewed gardening.
        Add TIMEOUT for inspector/debugger/live-edit.html.

        * platform/chromium/TestExpectations:

2012-07-08  Filip Pizlo  <fpizlo@apple.com>

        inspector/profiler/heap-snapshot-comparison-*.html are crashing
        https://bugs.webkit.org/show_bug.cgi?id=90722

        Unreviewed, skipping another crashing inspector/profiler test and consolidating
        the bugs for those tests.

        * platform/mac/Skipped:

2012-07-07  Filip Pizlo  <fpizlo@apple.com>

        inspector/profiler/heap-snapshot-comparison-shown-node-count-preserved-when-sorting.html is crashing
        https://bugs.webkit.org/show_bug.cgi?id=90729

        Unreviewed, skip crashing test.

        * platform/mac/Skipped:

2012-07-07  Zan Dobersek  <zandobersek@gmail.com>

        REGRESSION (r122035): fullscreen/exit-full-screen-iframe.html failing on GTK Linux 64-bit Release
        https://bugs.webkit.org/show_bug.cgi?id=90719

        Reviewed by Martin Robinson.

        Remove the crashing test expectation for the affected test.

        * platform/gtk/TestExpectations:

2012-07-07  Filip Pizlo  <fpizlo@apple.com>

        media/media-blocked-by-beforeload.html is flaky
        https://bugs.webkit.org/show_bug.cgi?id=90725

        Unreviewed, skip flaky test.

        * platform/mac/Skipped:

2012-07-07  Filip Pizlo  <fpizlo@apple.com>

        compositing/iframes/iframe-size-from-zero.html is flaky
        https://bugs.webkit.org/show_bug.cgi?id=90724

        Unreviewed, skip flaky test.

        * platform/mac/Skipped:

2012-07-07  Filip Pizlo  <fpizlo@apple.com>

        inspector/debugger/set-breakpoint.html is crashing
        https://bugs.webkit.org/show_bug.cgi?id=90723

        Unreviewed, skip crashing test.

        * platform/mac/Skipped:

2012-07-07  Filip Pizlo  <fpizlo@apple.com>

        inspector/profiler/heap-snapshot-comparison-show-next.html is crashing
        https://bugs.webkit.org/show_bug.cgi?id=90722

        Unreviewed, skip crashing test.

        * platform/mac/Skipped:

2012-07-06  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, adding a test expectation for
        a crashing test introduced in r122035.

        * platform/gtk/TestExpectations:

2012-07-06  Filip Pizlo  <fpizlo@apple.com>

        WebKit Version 5.1.7 (6534.57.2, r121935): Double-click no longer works on OpenStreetMap
        https://bugs.webkit.org/show_bug.cgi?id=90703

        Reviewed by Michael Saboff.

        * fast/js/get-by-pname-expected.txt: Added.
        * fast/js/get-by-pname-non-final-object-expected.txt: Added.
        * fast/js/get-by-pname-non-final-object.html: Added.
        * fast/js/get-by-pname.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/get-by-pname-non-final-object.js: Added.
        (foo):
        * fast/js/script-tests/get-by-pname.js: Added.
        (foo):

2012-07-06  Filip Pizlo  <fpizlo@apple.com>

        fast/canvas/webgl/gl-vertexattribpointer.html is crashing
        https://bugs.webkit.org/show_bug.cgi?id=90711

        Unreviewed, skip crashing test.

        * platform/mac/Skipped:

2012-07-06  Filip Pizlo  <fpizlo@apple.com>

        plugins/npruntime/leak-window-scriptable-object.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=90710

        Unreviewed. skip failing test.

        * platform/mac/Skipped:

2012-07-06  Filip Pizlo  <fpizlo@apple.com>

        iframe and global variable related inspector tests are failing
        https://bugs.webkit.org/show_bug.cgi?id=90709

        Unreviewed, skip failing tests.

        * platform/mac/Skipped:

2012-07-06  Filip Pizlo  <fpizlo@apple.com>

        fullscreen/exit-full-screen-iframe.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=90708

        Unreviewed, skip failing test.

        * platform/mac/Skipped:

2012-07-06  Filip Pizlo  <fpizlo@apple.com>

        inspector/timeline/timeline-receive-response-event is flaky
        https://bugs.webkit.org/show_bug.cgi?id=90707

        Unreviewed, skip flaky test.

        * platform/mac/Skipped:

2012-07-06  Filip Pizlo  <fpizlo@apple.com>

        Reproducible crash in inspector/timeline/timeline-frames.html
        https://bugs.webkit.org/show_bug.cgi?id=90706

        Unreviewed, skip crashng test.

        * platform/mac/Skipped:

2012-07-06  Max Feil  <mfeil@rim.com>

        [BlackBerry] exitFullScreenForElement() is not working for fullscreen elements in iframes
        https://bugs.webkit.org/show_bug.cgi?id=90327

        Reviewed by Antonio Gomes.

        Test of exit fullscreen for an iframe.

        * fullscreen/exit-full-screen-iframe-expected.txt: Added.
        * fullscreen/exit-full-screen-iframe.html: Added.

2012-07-06  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, skip new failing tests.

        * platform/qt-5.0-wk1/Skipped:

2012-07-06  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, clean up the TestExpectations file, removing
        non-existent or doubled test entries and re-specifying detailed test
        expectations so the TestExpectations lint passes.

        * platform/gtk/TestExpectations:

2012-07-06  Sudarsana Nagineni  <sudarsana.nagineni@linux.intel.com>

        [EFL] [GTK] http/tests/multipart/multipart-replace-non-html-content.php is failing after r121912
        https://bugs.webkit.org/show_bug.cgi?id=90685

        Unreviewed gardening, add test expectation for a failing
        test after r121912.

        * platform/efl/TestExpectations:

2012-07-06  Luciano Wolf <luciano.wolf@openbossa.org>

        [Qt] DumpRenderTree does not use 'monospace' font when directed
        https://bugs.webkit.org/show_bug.cgi?id=85203

        The test fonts used for Qt tests were moved to the Liberation font family.

        Due to this change we are skipping tons of tests. They will be gradually
        unskipped in batches, ASAP.

        Also, the now unneeded special font configuration for Qt5 WK1 was removed.

        Reviewed by Tor Arne Vestbø.

        * platform/qt-4.8/Skipped:
        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0/Skipped:

2012-07-06  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] REGRESSION: 5 tests started to fail with newer Qt5
        https://bugs.webkit.org/show_bug.cgi?id=90687

        Unreviewed gardening, skip new failing tests.

        * platform/qt-5.0/Skipped:

2012-07-06  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, adding a test expectation for a failing
        http multipart test after r121912.

        * platform/gtk/TestExpectations:

2012-07-06  Takashi Toyoshima  <toyoshim@chromium.org>

        [Inspector][WebSocket][NRWT] layout tests which requires websocket server must be in a websocket subdirectory.
        https://bugs.webkit.org/show_bug.cgi?id=90524

        Reviewed by Pavel Feldman.

        * http/tests/inspector/websocket/web-socket-frame-expected.txt: Renamed from LayoutTests/http/tests/inspector/web-socket-frame-expected.txt.
        * http/tests/inspector/websocket/web-socket-frame.html: Renamed from LayoutTests/http/tests/inspector/web-socket-frame.html.

2012-07-05  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Workspace should dispatch WorkspaceReset event on navigation.
        https://bugs.webkit.org/show_bug.cgi?id=90616

        Reviewed by Pavel Feldman.

        * http/tests/inspector/debugger-test.js:
        (initialize_DebuggerTest):
        * inspector/debugger/linkifier.html:
        * inspector/debugger/scripts-panel.html:
        * inspector/styles/edit-inspector-stylesheet.html:

2012-07-05  Yoshifumi Inoue  <yosin@chromium.org>

        Unreviewed Chromium gardening - Rebaseline for r121917.

        * platform/chromium-linux/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Removed.
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
        * platform/chromium-mac/fast/html/details-marker-style-expected.png:
        * platform/chromium-mac/fast/html/details-marker-style-expected.txt:
        * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
        * 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-win/fast/html/details-marker-style-expected.png:
        * platform/chromium-win/fast/html/details-marker-style-expected.txt:
        * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-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:

2012-07-05  Mike West  <mkwst@chromium.org>

        Multiple Content Security Policy headers are correctly processed as separate headers.
        https://bugs.webkit.org/show_bug.cgi?id=90629

        Reviewed by Adam Barth.

        * http/tests/security/contentSecurityPolicy/directive-parsing-multiple-headers-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/directive-parsing-multiple-headers.html: Added.
        * http/tests/security/contentSecurityPolicy/resources/echo-multiple-headers.pl: Added.

2012-07-05  Filip Pizlo  <fpizlo@apple.com>

        Unreviewed, skipping failing tests.

        * platform/mac/Skipped:

2012-07-05  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r121921.
        http://trac.webkit.org/changeset/121921
        https://bugs.webkit.org/show_bug.cgi?id=90648

        caused hundreds of crashes on Mac (Requested by pizlo on
        #webkit).

        * platform/chromium/editing/surrounding-text/surrounding-text-expected.txt:
        * platform/chromium/editing/surrounding-text/surrounding-text.html:

2012-07-05  Hayato Ito  <hayato@chromium.org>

        [Crash] Click an element which will be 'display: none' on focus.
        https://bugs.webkit.org/show_bug.cgi?id=90516

        Reviewed by Hajime Morita.

        * fast/events/display-none-on-focus-crash-expected.txt: Added.
        * fast/events/display-none-on-focus-crash.html: Added.

2012-07-05  Leandro Gracia Gil  <leandrogracia@chromium.org>

        Character iterators should not advance if they are at end
        https://bugs.webkit.org/show_bug.cgi?id=90560

        Reviewed by Ryosuke Niwa.

        Add a new test case where character iterators are already at end when
        trying to advance. This was caught by Chromium's address sanitizer
        here: http://code.google.com/p/chromium/issues/detail?id=135705

        * platform/chromium/editing/surrounding-text/surrounding-text-expected.txt:
        * platform/chromium/editing/surrounding-text/surrounding-text.html:

2012-07-05  Alexey Proskuryakov  <ap@apple.com>

        [Mac][WK2] Enable HTTPS tests
        https://bugs.webkit.org/show_bug.cgi?id=90600

        Reviewed by Brady Eidson.

        Unskip in common wk2 skipped file, re-skip everywhere besides Mac.

        * platform/gtk-wk2/Skipped:
        * platform/qt-5.0-wk2/Skipped:
        * platform/win-wk2/Skipped:
        * platform/wk2/Skipped:

2012-07-05  Nate Chapin  <japhet@chromium.org>

        Test for https://bugs.webkit.org/show_bug.cgi?id=88436.

        Reviewed by Brady Eidson.

        * http/tests/multipart/multipart-replace-non-html-content-expected.txt: Added.
        * http/tests/multipart/multipart-replace-non-html-content.php: Added.

2012-07-05  Vincent Scheib  <scheib@chromium.org>

        [Chromium] Clear m_currentInputEvent after handled by pointerLockMouseEvent().
        https://bugs.webkit.org/show_bug.cgi?id=90391

        Test that reproduces bug 90391:
        Enable pointer lock, receive mouse move, call window.open, don't crash.

        Reviewed by Abhishek Arya.

        * pointer-lock/bug90391-move-then-window-open-crash-expected.txt: Added.
        * pointer-lock/bug90391-move-then-window-open-crash.html: Added.

2012-07-05  John Mellor  <johnme@chromium.org>

        Text Autosizing: Add test framework and simple test.
        https://bugs.webkit.org/show_bug.cgi?id=90561

        Added a RefTest checking that Text Autosizing is active.
        Skipped the text-autosizing test directory on platforms that
        currently disable ENABLE(TEXT_AUTOSIZING).

        Reviewed by Adam Barth.

        * fast/text-autosizing/simple-paragraph-expected.html: Added.
        * fast/text-autosizing/simple-paragraph.html: Added.
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/Skipped:
        * platform/wincairo/Skipped:
        * platform/wk2/Skipped:

2012-07-05  Dongwoo Im  <dw.im@samsung.com>

        [EFL] Enable the CUSTOM_SCHEME_HANDLER feature as default.
        https://bugs.webkit.org/show_bug.cgi?id=88608

        Reviewed by Hajime Morita.

        * platform/efl/fast/dom/unregister-protocol-handler-expected.txt: Expected result of the EFL port.

2012-07-05  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>

        [Qt] Unreviewed gardening after r121891.

        * platform/qt/Skipped:

2012-07-05  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, marking a test as a flaky crasher after r121869.

        * platform/gtk/TestExpectations:

2012-07-04  Mike West  <mkwst@chromium.org>

        Implement the script-nonce Content Security Policy directive.
        https://bugs.webkit.org/show_bug.cgi?id=89577

        Reviewed by Adam Barth.

        * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-allowed-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-allowed.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-badnonce-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-badnonce.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-blocked-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-blocked.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-emptynonce-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-emptynonce.html: Added.
        * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-scriptsrc-blocked-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-scriptsrc-blocked.html: Added.
        * http/tests/security/contentSecurityPolicy/resources/echo-script-src.pl:
            Adding noncy goodness to the echo script.
        * http/tests/security/contentSecurityPolicy/resources/multiple-iframe-test.js:
        (test):
        * platform/gtk/TestExpectations:
            Skipping 1.1 tests on GTK (missed it in r121879).

2012-07-04  Mike West  <mkwst@chromium.org>

        Skip CSP 1.1 tests on ports where it's disabled.
        https://bugs.webkit.org/show_bug.cgi?id=90564

        Reviewed by Adam Barth.

        * platform/efl/Skipped:
        * platform/mac/Skipped:
        * platform/qt/Skipped:
        * platform/win/Skipped:
        * platform/wincairo/Skipped:
        * platform/wk2/Skipped:

2012-07-04  Li Yin  <li.yin@intel.com>

        AudioNode test should cover numberOfInputs and numberOfOutputs of AudioDestinationNode
        https://bugs.webkit.org/show_bug.cgi?id=90578

        Reviewed by Chris Rogers.

        Spec: http://www.w3.org/TR/webaudio/#AudioDestinationNode-section
        An AudioSourceNode has no inputs and a single output.
        An AudioDestinationNode has one input and no outputs.
        Currently, the test webaudio/audionode.html has covered AudioSourceNode,
        it is still required to cover AudioDestinationNode.

        * webaudio/audionode-expected.txt:
        * webaudio/audionode.html:

2012-07-04  Yoshifumi Inoue  <yosin@chromium.org>

        Unreviewed Chromium gardening, drop test expectations for
        Chromium-Linux and Chromium-Win.

        * platform/chromium/TestExpectations:

2012-07-04  Anthony Scian  <ascian@rim.com>

        Web Inspector [JSC]: Implement ScriptCallStack::stackTrace
        https://bugs.webkit.org/show_bug.cgi?id=40118

        Reviewed by Yong Li.

        Updated test results now that createScriptCallStack is functional.

        * http/tests/inspector/console-resource-errors-expected.txt:
        * http/tests/inspector/console-xhr-logging-async-expected.txt:
        * http/tests/inspector/console-xhr-logging-expected.txt:
        * http/tests/inspector/network/script-as-text-loading-expected.txt:
        * inspector/timeline/timeline-animation-frame-expected.txt:
        * inspector/timeline/timeline-layout-expected.txt:
        * inspector/timeline/timeline-mark-timeline-expected.txt:
        * inspector/timeline/timeline-network-resource-expected.txt:
        * inspector/timeline/timeline-paint-expected.txt:
        * inspector/timeline/timeline-parse-html-expected.txt:
        * inspector/timeline/timeline-time-stamp-expected.txt:
        * inspector/timeline/timeline-timer-expected.txt:
        * platform/chromium/http/tests/inspector/console-xhr-logging-async-expected.txt:

2012-07-04  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, skip another two http tests that
        timeout and just extend the complete build cycle.

        * platform/gtk/TestExpectations:

2012-07-04  Andrey Kosyakov  <caseq@chromium.org>

        Unreviewed, rolling out r121767.
        http://trac.webkit.org/changeset/121767
        https://bugs.webkit.org/show_bug.cgi?id=89584

        Crashes inspected page while recording timeline due to
        conflict with BeginFrame in record stack

        * inspector/timeline-dfs-expected.txt: Removed.
        * inspector/timeline-dfs.html: Removed.
        * inspector/timeline/timeline-enum-stability-expected.txt:

2012-07-04  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: Emulate pseudo styles (hover etc.) of non-selected elements
        https://bugs.webkit.org/show_bug.cgi?id=86630

        Reviewed by Pavel Feldman.

        * inspector/styles/force-pseudo-state-expected.txt: Added.
        * inspector/styles/force-pseudo-state.html: Added.

2012-07-04  Vsevolod Vlasov  <vsevik@chromium.org>

        REGRESSION(r121792): inspector/extensions/extensions-resources.html fails
        https://bugs.webkit.org/show_bug.cgi?id=90530

        Reviewed by Pavel Feldman.

        * http/tests/inspector/debugger-test.js:
        (initialize_DebuggerTest.InspectorTest.finishDebuggerTest.disableDebugger):
        (initialize_DebuggerTest.InspectorTest.finishDebuggerTest.debuggerDisabled):
        (initialize_DebuggerTest.InspectorTest.finishDebuggerTest):
        (initialize_DebuggerTest.InspectorTest.completeDebuggerTest.completeTest):
        (initialize_DebuggerTest.InspectorTest.completeDebuggerTest):
        * inspector/extensions/extensions-resources-expected.txt:
        * inspector/extensions/extensions-resources.html:

2012-07-04  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, updating baselines after r121789.

        * platform/gtk/TestExpectations:
        * platform/gtk/css1/formatting_model/floating_elements-expected.png: Added.
        * platform/gtk/css1/formatting_model/floating_elements-expected.txt:
        * platform/gtk/fast/block/float/010-expected.png:
        * platform/gtk/fast/block/float/010-expected.txt:
        * platform/gtk/fast/block/float/independent-align-positioning-expected.png:
        * platform/gtk/fast/block/float/independent-align-positioning-expected.txt:

2012-07-04  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skip failing test.
        https://bugs.webkit.org/show_bug.cgi?id=90530

        * platform/qt/Skipped: skip inspector/extensions/extensions-resources.html.

2012-07-04  Sergio Villar Senin  <svillar@igalia.com>

        Unreviewed GTK gardening. Removed some tests from TestExpectations
        as they were passing in the tree bots.

        * platform/gtk/TestExpectations:

2012-07-04  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r121813.
        http://trac.webkit.org/changeset/121813
        https://bugs.webkit.org/show_bug.cgi?id=90522

        Causes browser_tests failure:
        ErrorPageTest.DNSError_GoBack2{Forward2,AndForward} on
        Chromium {Linux,Mac,Win} (Requested by yosin on #webkit).

        * http/tests/multipart/multipart-replace-non-html-content-expected.txt: Removed.
        * http/tests/multipart/multipart-replace-non-html-content.php: Removed.

2012-07-04  Kihong Kwon  <kihong.kwon@samsung.com>

        [EFL] Change format of return value of navigator.language
        https://bugs.webkit.org/show_bug.cgi?id=89639

        Reviewed by Kenneth Rohde Christiansen.

        * platform/efl/TestExpectations: Remove fast/js/navigator-language.html

2012-07-04  Yoshifumi Inoue  <yosin@chromium.org>

        [Chromium] Unreviewed gardening for Mac
        https://bugs.webkit.org/show_bug.cgi?id=90430

        * platform/chromium/TestExpectations: Add TIMEOUT to inspector/timeline/timeline-receive-response-event.html

2012-07-03  Yoshifumi Inoue  <yosin@chromium.org>

        [Chromium] Unreviewed gardening for Win build
        https://bugs.webkit.org/show_bug.cgi?id=90517

        * platform/chromium/TestExpectations: Add svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context.svg as flaky on Windows

2012-07-03  Yoshifumi Inoue  <yosin@chromium.org>

        [Chromium] Unreviewed gardening for Win build

        * platform/chromium/TestExpectations: Add TEXT to http/tests/misc/last-modified-parsing.htl

2012-07-03  Yoshifumi Inoue  <yosin@chromium.org>

        [Chromium] Rebaseline: svg/custom/pattern-userSpaceOnUse-userToBaseTransform.xhtml

        * platform/chromium-win/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.txt:

2012-07-03  Hayato Ito  <hayato@chromium.org>

        Parameter 'id' is not used in getUserModifyProperty() of fast/dom/shadow/user-modify-inheritance.html.
        https://bugs.webkit.org/show_bug.cgi?id=90434

        Reviewed by Ryosuke Niwa.

        * fast/dom/shadow/user-modify-inheritance.html:

2012-07-03  Xueqing Huang  <huangxueqing@baidu.com>

        eventSender.beginDragWithFiles had been implemented in Windows, related tests should be removed from Skipped.
        https://bugs.webkit.org/show_bug.cgi?id=87610

        Reviewed by Jessie Berlin.

        * platform/win/Skipped:
        * platform/win/fast/dom/Window: Removed.
        * platform/win/fast/dom/Window/window-postmessage-clone-frames-expected.txt: Removed.

2012-07-03  Nate Chapin  <japhet@chromium.org>

        Test for https://bugs.webkit.org/show_bug.cgi?id=88436.

        Reviewed by Brady Eidson.

        * http/tests/multipart/multipart-replace-non-html-content-expected.txt: Added.
        * http/tests/multipart/multipart-replace-non-html-content.php: Added.

2012-07-03  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium mac rebaselines.

        * platform/chromium-mac-snowleopard/css1/formatting_model/floating_elements-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/block/float/010-expected.png:
        * platform/chromium-mac-snowleopard/fast/block/float/010-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/block/float/independent-align-positioning-expected.png:
        * platform/chromium-mac-snowleopard/fast/block/float/independent-align-positioning-expected.txt: Added.
        * platform/chromium-mac/fast/block/float/010-expected.png:
        * platform/chromium-mac/fast/block/float/010-expected.txt: Added.
        * platform/chromium-mac/fast/block/float/independent-align-positioning-expected.png:
        * platform/chromium-mac/fast/block/float/independent-align-positioning-expected.txt: Added.

2012-07-03  Tony Chang  <tony@chromium.org>

        Unreviewed gardening, give a bug number to slow inspector tests and
        move into the slow section.

        * platform/chromium/TestExpectations:

2012-07-03  Robert Hogan  <robert@webkit.org>

        Suppress tests requiring rebaselining after r121789

        Unreviewed, gardening.

        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/Skipped:
        * platform/qt/TestExpectations:
        * platform/win/Skipped:

2012-06-27  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: [Extensions API] Resource manipulations should be based on UISourceCode thus extending Sources Panel.
        https://bugs.webkit.org/show_bug.cgi?id=89868

        Reviewed by Pavel Feldman.

        * http/tests/inspector/extensions-test.js:
        (initialize_ExtensionsTest):
        (initialize_ExtensionsTest.completeTest):
        (initialize_ExtensionsTest.InspectorTest.runExtensionTests):
        * http/tests/inspector/resources/extension-main.js:
        * inspector/extensions/extensions-resources.html:
        * inspector/styles/styles-history.html:

2012-07-03  Robert Hogan  <robert@webkit.org>

        CSS 2.1 failure: floats-wrap-top-below-inline-* fail
        https://bugs.webkit.org/show_bug.cgi?id=88171

        Reviewed by Eric Seidel.

        * css2.1/20110323/floats-wrap-top-below-001l-expected.html: Added.
        * css2.1/20110323/floats-wrap-top-below-001r-expected.html: Added.
        * css2.1/20110323/floats-wrap-top-below-002l-expected.html: Added.
        * css2.1/20110323/floats-wrap-top-below-002r-expected.html: Added.
        * css2.1/20110323/floats-wrap-top-below-003l-expected.html: Added.
        * css2.1/20110323/floats-wrap-top-below-003r-expected.html: Added.
        * css2.1/20110323/floats-wrap-top-below-bfc-001l-expected.html: Added.
        * css2.1/20110323/floats-wrap-top-below-bfc-001l.htm: Added.
        * css2.1/20110323/floats-wrap-top-below-bfc-001r-expected.html: Added.
        * css2.1/20110323/floats-wrap-top-below-bfc-001r.htm: Added.
        * css2.1/20110323/floats-wrap-top-below-bfc-002l-expected.html: Added.
        * css2.1/20110323/floats-wrap-top-below-bfc-002l.htm: Added.
        * css2.1/20110323/floats-wrap-top-below-bfc-002r-expected.html: Added.
        * css2.1/20110323/floats-wrap-top-below-bfc-002r.htm: Added.
        * css2.1/20110323/floats-wrap-top-below-bfc-003l-expected.html: Added.
        * css2.1/20110323/floats-wrap-top-below-bfc-003l.htm: Added.
        * css2.1/20110323/floats-wrap-top-below-bfc-003r-expected.html: Added.
        * css2.1/20110323/floats-wrap-top-below-bfc-003r.htm: Added.
        * css2.1/20110323/floats-wrap-top-below-inline-001l-expected.html: Added.
        * css2.1/20110323/floats-wrap-top-below-inline-001l.htm: Added.
        * css2.1/20110323/floats-wrap-top-below-inline-001r-expected.html: Added.
        * css2.1/20110323/floats-wrap-top-below-inline-001r.htm: Added.
        * css2.1/20110323/floats-wrap-top-below-inline-002l-expected.html: Added.
        * css2.1/20110323/floats-wrap-top-below-inline-002l.htm: Added.
        * css2.1/20110323/floats-wrap-top-below-inline-002r-expected.html: Added.
        * css2.1/20110323/floats-wrap-top-below-inline-002r.htm: Added.
        * css2.1/20110323/floats-wrap-top-below-inline-003l-expected.html: Added.
        * css2.1/20110323/floats-wrap-top-below-inline-003l.htm: Added.
        * css2.1/20110323/floats-wrap-top-below-inline-003r-expected.html: Added.
        * css2.1/20110323/floats-wrap-top-below-inline-003r.htm: Added.
        * css2.1/20110323/floats-zero-height-wrap-001-expected.html: Added.
        * css2.1/20110323/floats-zero-height-wrap-001.htm: Added.
        * css2.1/20110323/floats-zero-height-wrap-002.htm: Added.
        * css2.1/20110323/floats-zero-height-wrap-002-expected.html: Added.
        All of these are taken from the CSS test suite, including the expected.html files which have been renamed
        from *-ref.html so that new-run-webkit-tests will parse use them.
        * fast/block/float/floats-wrap-inside-inline-001-expected.html: Added.
        * fast/block/float/floats-wrap-inside-inline-001.htm: Added.
        The span should avoid a float even when its top and bottom does not overlap with the top of the span.
        In this test the float starts and ends inside the span's first linebox.
        * fast/block/float/floats-wrap-inside-inline-002-expected.html: Added.
        * fast/block/float/floats-wrap-inside-inline-002.htm: Added.
        The span should avoid a float even when its top and bottom does not overlap with the top of the span.
        In this test the float overlaps the bottom of the span, but is below the span's first linebox.
        * fast/block/float/floats-wrap-inside-inline-003-expected.html: Added.
        * fast/block/float/floats-wrap-inside-inline-003.htm: Added.
        An inline span should avoid a float even when its top and bottom does not overlap with the top of the span.
        In this test the float starts and ends inside the span's first linebox.
        * fast/block/float/floats-wrap-inside-inline-004-expected.html: Added.
        * fast/block/float/floats-wrap-inside-inline-004.htm: Added.
        The span should avoid a float even when its top and bottom does not overlap with the top of the span.
        In this test the float overlaps inside the span and the span has height set by its style.
        * fast/block/float/floats-wrap-inside-inline-005-expected.html: Added.
        * fast/block/float/floats-wrap-inside-inline-005.htm: Added.
        In this test the float starts and ends inside the span's second linebox, so only the second linebox should avoid the float.
        * platform/chromium-win/css1/formatting_model/floating_elements-expected.txt:
        This is a progression due to lineboxes now avoiding floats they overlap.

2012-07-03  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium rebaseline for r121728.

        * platform/chromium-mac/fast/multicol/vertical-rl/rules-with-border-before-expected.png: Added.
        * platform/chromium-win/fast/multicol/vertical-rl/rules-with-border-before-expected.png:
        * platform/chromium/fast/multicol/vertical-rl/rules-with-border-before-expected.png: Removed.

2012-07-03  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium rebaseline.

        * platform/chromium-linux-x86/fast/line-grid: Added.
        * platform/chromium-linux-x86/fast/line-grid/line-grid-into-columns-expected.txt: Added.
        * platform/chromium-linux/fast/line-grid/line-grid-into-columns-expected.png:
        * platform/chromium-linux/fast/line-grid/line-grid-into-columns-expected.txt: Added.
        * platform/chromium-win-xp/fast/line-grid: Added.
        * platform/chromium-win-xp/fast/line-grid/line-grid-into-columns-expected.txt: Added.
        * platform/chromium-win/fast/line-grid/line-grid-into-columns-expected.png:
        * platform/chromium-win/fast/line-grid/line-grid-into-columns-expected.txt:

2012-07-03  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium TestExpectations update, marked a couple of tests as flaky on windows.

        * platform/chromium/TestExpectations:

2012-07-03  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium mac rebaseline.

        * platform/chromium-linux-x86/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt:
        * platform/chromium-mac-snowleopard/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png: Removed.
        * platform/chromium-mac-snowleopard/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt:
        * platform/chromium-mac/http/tests/misc/acid3-expected.txt:
        * platform/chromium-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png:
        * platform/chromium-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt:
        * platform/chromium-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png:
        * platform/chromium-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt:
        * platform/chromium-win-xp/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt:

2012-07-03  Eugene Klyuchnikov  <eustas.bug@gmail.com>

        Web Inspector: Forward message loop instrumentation data to frontend.
        https://bugs.webkit.org/show_bug.cgi?id=89584

        Reviewed by Yury Semikhatsky.

        Transmit collected message loop tasks to inspector frontend.
        Now "Program" should be a top-level event on browsers that
        support message loop instrumentation.
        Frontend was changed so that user will not see any changes.

        * inspector/timeline/timeline-enum-stability-expected.txt:

2012-07-03  Vsevolod Vlasov  <vsevik@chromium.org>

        inspector/debugger/script-snippet-model.html fails
        https://bugs.webkit.org/show_bug.cgi?id=90385

        Reviewed by Pavel Feldman.

        * inspector/debugger/script-snippet-model-expected.txt:
        * platform/chromium/inspector/debugger/script-snippet-model-expected.txt: Copied from LayoutTests/inspector/debugger/script-snippet-model-expected.txt.
        * platform/qt/Skipped:

2012-07-03  Alexander Pavlov  <apavlov@chromium.org>

        [REGRESSION] Crash when copying a StyleRuleMedia with a NULL m_mediaQueries
        https://bugs.webkit.org/show_bug.cgi?id=90459

        Reviewed by Andreas Kling.

        * inspector/styles/get-set-stylesheet-text-expected.txt:
        * inspector/styles/resources/get-set-stylesheet-text.css:
        (@media):

2012-07-03  Andrey Kosyakov  <caseq@chromium.org>

        Web Inspector: display time intervals measured with console.time() and console.timeEnd() in Timeline
        https://bugs.webkit.org/show_bug.cgi?id=90442

        Reviewed by Pavel Feldman.

        - added Time & TimeEnd;

        * inspector/timeline/timeline-enum-stability-expected.txt:

2012-07-03  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        [EFL] Add new baselines after r121697, r121722 and r121728
        https://bugs.webkit.org/show_bug.cgi?id=90446

        Unreviewed gardening.

        * platform/efl/fast/dom/Element/getBoundingClientRect-expected.txt:
        * platform/efl/fast/multicol/column-break-with-balancing-expected.png:
        * platform/efl/fast/multicol/column-break-with-balancing-expected.txt: Added.
        * platform/efl/fast/multicol/column-rules-expected.png:
        * platform/efl/fast/multicol/column-rules-expected.txt: Added.
        * platform/efl/fast/multicol/column-rules-stacking-expected.txt: Added.
        * platform/efl/fast/multicol/columns-shorthand-parsing-expected.txt: Added.
        * platform/efl/fast/multicol/nested-columns-expected.png:
        * platform/efl/fast/multicol/nested-columns-expected.txt: Added.
        * platform/efl/fast/multicol/shadow-breaking-expected.png:
        * platform/efl/fast/multicol/shadow-breaking-expected.txt:
        * platform/efl/fast/multicol/span/anonymous-split-block-crash-expected.png:
        * platform/efl/fast/multicol/span/anonymous-split-block-crash-expected.txt: Added.
        * platform/efl/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png:
        * platform/efl/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
        * platform/efl/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png:
        * platform/efl/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt: Added.
        * platform/efl/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt: Added.
        * platform/efl/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png:
        * platform/efl/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt: Added.
        * platform/efl/fast/multicol/span/span-as-immediate-columns-child-expected.png:
        * platform/efl/fast/multicol/span/span-as-immediate-columns-child-expected.txt: Added.
        * platform/efl/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png:
        * platform/efl/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt: Added.
        * platform/efl/fast/multicol/span/span-as-nested-columns-child-expected.png:
        * platform/efl/fast/multicol/span/span-as-nested-columns-child-expected.txt: Added.
        * platform/efl/fast/multicol/span/span-margin-collapsing-expected.png:
        * platform/efl/fast/multicol/span/span-margin-collapsing-expected.txt: Added.
        * platform/efl/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt: Added.
        * platform/efl/fast/multicol/vertical-lr/column-rules-expected.png:
        * platform/efl/fast/multicol/vertical-lr/column-rules-expected.txt:
        * platform/efl/fast/multicol/vertical-lr/float-avoidance-expected.png:
        * platform/efl/fast/multicol/vertical-lr/float-avoidance-expected.txt:
        * platform/efl/fast/multicol/vertical-lr/nested-columns-expected.png:
        * platform/efl/fast/multicol/vertical-lr/nested-columns-expected.txt: Copied from LayoutTests/platform/efl/fast/multicol/vertical-rl/nested-columns-expected.txt.
        * platform/efl/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt: Added.
        * platform/efl/fast/multicol/vertical-rl/column-rules-expected.png:
        * platform/efl/fast/multicol/vertical-rl/column-rules-expected.txt:
        * platform/efl/fast/multicol/vertical-rl/float-avoidance-expected.png:
        * platform/efl/fast/multicol/vertical-rl/float-avoidance-expected.txt:
        * platform/efl/fast/multicol/vertical-rl/nested-columns-expected.png:
        * platform/efl/fast/multicol/vertical-rl/nested-columns-expected.txt:
        * platform/efl/fast/repaint/repaint-during-scroll-with-zoom-expected.png: Added.
        * platform/efl/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Added.

2012-07-03  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, updating one baseline modified in r121745
        to more suitable content.

        * platform/gtk/fast/multicol/nested-columns-expected.txt:

2012-07-03  Philip Rogers  <pdr@google.com>

        Fix text positioning with non-bmp characters.
        https://bugs.webkit.org/show_bug.cgi?id=87681

        Reviewed by Nikolas Zimmermann.

        * svg/text/non-bmp-tspans-expected.svg: Added.
        * svg/text/non-bmp-tspans.svg: Added.

2012-07-03  Gyuyoung Kim  <gyuyoung.kim@samsung.com>

        Improve test cases for network information APIs
        https://bugs.webkit.org/show_bug.cgi?id=90162

        Reviewed by Adam Barth.

        Existing implementation doesn't test port implementation in network info APIs.
        This patch lets test cases use bandwidth and metered functions implemented by port layer.

        In addition, expected results need to check return type instead of property name.

        * networkinformation/add-listener-from-callback-expected.txt:
        * networkinformation/basic-all-types-of-events-expected.txt:
        * networkinformation/basic-operation-expected.txt:
        * networkinformation/multiple-frames-expected.txt:
        * networkinformation/script-tests/add-listener-from-callback.js:
        (checkNetworkInformation):
        * networkinformation/script-tests/basic-all-types-of-events.js:
        (checkNetworkInformation):
        * networkinformation/script-tests/basic-operation.js:
        * networkinformation/script-tests/multiple-frames.js:
        (checkNetworkInformation):
        (checkChildNetworkInformation):
        * networkinformation/script-tests/updates.js:
        (checkNetworkInformation):
        * networkinformation/updates-expected.txt:

2012-07-03  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Save scroll selection and cursor position of SourceFrames in sources panel.
        https://bugs.webkit.org/show_bug.cgi?id=90294

        Reviewed by Yury Semikhatsky.

        * inspector/tabbed-editors-history-expected.txt:
        * inspector/tabbed-editors-history.html:

2012-07-03  Taiju Tsuiki  <tzik@chromium.org>

        Web Inspector: Make DirectoryContentView sortable
        https://bugs.webkit.org/show_bug.cgi?id=90361

        Reviewed by Vsevolod Vlasov.

        * http/tests/inspector/filesystem/get-metadata-expected.txt:

2012-07-03  Yoshifumi Inoue  <yosin@chromium.org>

        [Chromium] Rebaseline: fast/box-sizing/box-sizing.html

        * platform/chromium-mac-snowleopard/fast/box-sizing/box-sizing-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/box-sizing/box-sizing-expected.txt.
        * platform/chromium-mac/fast/box-sizing/box-sizing-expected.txt:

2012-07-03  Jan Keromnes  <janx@linux.com>

        Web Inspector: WebInspector.TextViewer should be renamed WebInspector.TextEditor
        https://bugs.webkit.org/show_bug.cgi?id=89939

        Reviewed by Vsevolod Vlasov.

        * http/tests/inspector/debugger-test.js:
        (initialize_DebuggerTest):
        * http/tests/inspector/live-edit-test.js:
        (initialize_LiveEditTest.InspectorTest.replaceInSource):
        (initialize_LiveEditTest):
        * http/tests/inspector/resources-test.js:
        (initialize_ResourceTest.InspectorTest.showResource.showResourceCallback):
        (initialize_ResourceTest.InspectorTest.showResource):
        * inspector/debugger/pause-in-inline-script.html:

2012-07-03  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, updating baselines after r121697 and r121728
        and adding text and pixel baselines required after r121722.

        * platform/gtk/fast/dom/Element/getBoundingClientRect-expected.txt:
        * platform/gtk/fast/multicol/column-break-with-balancing-expected.txt: Added.
        * platform/gtk/fast/multicol/column-rules-expected.txt: Added.
        * platform/gtk/fast/multicol/column-rules-stacking-expected.txt: Added.
        * platform/gtk/fast/multicol/columns-shorthand-parsing-expected.txt: Added.
        * platform/gtk/fast/multicol/nested-columns-expected.txt: Added.
        * platform/gtk/fast/multicol/shadow-breaking-expected.txt:
        * platform/gtk/fast/multicol/span/anonymous-split-block-crash-expected.txt: Added.
        * platform/gtk/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added.
        * platform/gtk/fast/multicol/span/generated-child-split-flow-crash-expected.txt:
        * platform/gtk/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt: Added.
        * platform/gtk/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt: Added.
        * platform/gtk/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt: Added.
        * platform/gtk/fast/multicol/span/span-as-immediate-columns-child-expected.txt: Added.
        * platform/gtk/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt: Added.
        * platform/gtk/fast/multicol/span/span-as-nested-columns-child-expected.txt: Added.
        * platform/gtk/fast/multicol/span/span-margin-collapsing-expected.txt: Added.
        * platform/gtk/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt: Added.
        * platform/gtk/fast/multicol/vertical-lr/column-rules-expected.txt:
        * platform/gtk/fast/multicol/vertical-lr/float-avoidance-expected.txt:
        * platform/gtk/fast/multicol/vertical-lr/nested-columns-expected.txt: Added.
        * platform/gtk/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt: Added.
        * platform/gtk/fast/multicol/vertical-rl/column-rules-expected.txt:
        * platform/gtk/fast/multicol/vertical-rl/float-avoidance-expected.txt:
        * platform/gtk/fast/multicol/vertical-rl/nested-columns-expected.txt:
        * platform/gtk/fast/repaint/repaint-during-scroll-with-zoom-expected.png: Added.
        * platform/gtk/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Added.

2012-07-03  Yoshifumi Inoue  <yosin@chromium.org>

        [Chromium] Update text expectation for timeline-receive-response-event.html

        * platform/chromium/TestExpectations: Add "TEXT"

2012-07-03  Jochen Eisinger  <jochen@chromium.org>

        [chromium] Unreviewed gardening.

        platform/chromium/permissionclient/storage-permission.html consistently
        passes

        * platform/chromium/TestExpectations:

2012-07-03  Szilard Ledan  <szledan@inf.u-szeged.hu>

        [Qt] Unreviewed gardening after r121728. Updated expectations to
        fast/multicol/span/span-as-immediate-child-generated-content.html.

        * platform/qt/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
        * platform/qt/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt:

2012-07-03  Balazs Kelemen  <kbalazs@webkit.org>

        [Qt][WK2] fast/viewport/viewport-91.html still fails after r121555 and r121661
        https://bugs.webkit.org/show_bug.cgi?id=90376

        Reviewed by Csaba Osztrogonác.

        Unskip passing test.
        * platform/qt-5.0-wk2/Skipped:

2012-07-03  Yoshifumi Inoue  <yosin@chromium.org>

        [Chromium] Rebaseline for Mac10.6

        * platform/chromium-mac-snowleopard/fast/events/offsetX-offsetY-expected.txt: Removed.

2012-07-03  Michael Starzinger  <mstarzinger@chromium.org>

        [Chromium] Tests still crashing for Linux Release as well.
        https://bugs.webkit.org/show_bug.cgi?id=89979

        Reviewed by Tony Chang.

        * platform/chromium/TestExpectations:

2012-07-03  Yoshifumi Inoue  <yosin@chromium.org>

        [Chromium] Rebaseline: Add missing expectation files introduced by r121722

        * platform/chromium-mac-snowleopard/fast/repaint/repaint-during-scroll-with-zoom-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Added.
        * platform/chromium-mac/fast/repaint/repaint-during-scroll-with-zoom-expected.png: Added.
        * platform/chromium-mac/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Added.
        * platform/chromium-win-xp/fast/repaint/repaint-during-scroll-with-zoom-expected.png: Added.
        * platform/chromium-win-xp/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Added.
        * platform/chromium-win/fast/repaint/repaint-during-scroll-with-zoom-expected.png: Added.
        * platform/chromium-win/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Added.

2012-07-03  János Badics  <jbadics@inf.u-szeged.hu>

        [Qt] Unreviewed Gardening after r121697. Updated expected files.

        * platform/qt/fast/multicol/vertical-lr/float-avoidance-expected.png:
        * platform/qt/fast/multicol/vertical-lr/float-avoidance-expected.txt:
        * platform/qt/fast/multicol/vertical-rl/float-avoidance-expected.png:
        * platform/qt/fast/multicol/vertical-rl/float-avoidance-expected.txt:

2012-07-03  Hironori Bono  <hbono@chromium.org>

        Calculate client positions from offsets.
        https://bugs.webkit.org/show_bug.cgi?id=73640

        Reviewed by Tony Chang.

        This change calculates client positions from offset positions at run time to
        remove platform-dependent constants from this test.

        * fast/events/offsetX-offsetY-expected.txt:
        * fast/events/offsetX-offsetY.html:
        * platform/chromium-win/fast/events/offsetX-offsetY-expected.txt: Removed.

2012-07-03  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Enable MICRODATA support
        https://bugs.webkit.org/show_bug.cgi?id=90377

        Reviewed by Kenneth Rohde Christiansen.

        Unskip microdata test cases now that support has been
        enabled for EFL port.

        * platform/efl/Skipped:

2012-07-02  Yoshifumi Inoue  <yosin@chromium.org>

        Layout Test inspector/timeline/timeline-receive-response-event.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=90430

        Unreviewd build fix

        * platform/chromium/TestExpectations: Mark timeline-receive-response-event.html flaky

2012-07-02  Dan Bernstein  <mitz@apple.com>

        Column height and count calculation ignores most overflow
        https://bugs.webkit.org/show_bug.cgi?id=90392

        Reviewed by Dean Jackson.

        * fast/multicol/overflow-content-expected.html: Added.
        * fast/multicol/overflow-content.html: Added.
        * fast/multicol/vertical-rl/rules-with-border-before-expected.png:

2012-07-02  Yoshifumi Inoue  <yosin@chromium.org>

        Build fix for Chromium

        Fix webkit-lint failure.

        * platform/chromium/TestExpectations: Got rid of "SLOW" modifier from fast/overflow/lots-of-sibling-inline-boxes.html

2012-07-02  Leandro Gracia Gil  <leandrogracia@chromium.org>

        [Chromium] Implement a Layout Test for editing/SurroundingText
        https://bugs.webkit.org/show_bug.cgi?id=82461

        Reviewed by Ryosuke Niwa.

        Add a new layout test for the surrounding text feature.

        * platform/chromium/editing/surrounding-text/surrounding-text-expected.txt: Added.
        * platform/chromium/editing/surrounding-text/surrounding-text.html: Added.

2012-07-02  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium rebaseline.

        * platform/chromium-linux/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.txt: Added.
        * platform/chromium-mac/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.txt: Added.

2012-07-02  Adam Barth  <abarth@webkit.org>

        Another crashing test on the EWS. We think this is because of the flash
        package we have installed.

        * platform/chromium/TestExpectations:

2012-07-02  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium rebaseline for r121697.

        * platform/chromium-linux-x86/fast/multicol/vertical-lr: Added.
        * platform/chromium-linux-x86/fast/multicol/vertical-lr/float-avoidance-expected.txt: Added.
        * platform/chromium-linux-x86/fast/multicol/vertical-rl/float-avoidance-expected.txt: Added.
        * platform/chromium-linux/fast/multicol/vertical-lr/float-avoidance-expected.png:
        * platform/chromium-linux/fast/multicol/vertical-lr/float-avoidance-expected.txt: Added.
        * platform/chromium-linux/fast/multicol/vertical-rl/float-avoidance-expected.png:
        * platform/chromium-linux/fast/multicol/vertical-rl/float-avoidance-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/multicol/vertical-lr/float-avoidance-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/multicol/vertical-rl/float-avoidance-expected.png: Removed.
        * platform/chromium-mac/fast/multicol/vertical-lr/float-avoidance-expected.png:
        * platform/chromium-mac/fast/multicol/vertical-rl/float-avoidance-expected.png:
        * platform/chromium-win-xp/fast/multicol/vertical-lr: Added.
        * platform/chromium-win-xp/fast/multicol/vertical-lr/float-avoidance-expected.txt: Added.
        * platform/chromium-win-xp/fast/multicol/vertical-rl: Added.
        * platform/chromium-win-xp/fast/multicol/vertical-rl/float-avoidance-expected.txt: Added.
        * platform/chromium-win/fast/multicol/vertical-lr/float-avoidance-expected.png:
        * platform/chromium-win/fast/multicol/vertical-lr/float-avoidance-expected.txt:
        * platform/chromium-win/fast/multicol/vertical-rl/float-avoidance-expected.png:
        * platform/chromium-win/fast/multicol/vertical-rl/float-avoidance-expected.txt:

2012-07-02  Alexis Menard  <alexis.menard@openbossa.org>

        fast/box-decoration-break/box-decoration-break-rendering.html failing on mac bots
        https://bugs.webkit.org/show_bug.cgi?id=89620

        Reviewed by Simon Fraser.

        Remove the border-radius from the test case as it can produce differences between
        the test case and the reference html. At first we thought the 3 pixels difference
        was only happening on Mac but after investigation it also happens in Qt (at least).
        It was not triggered because ImageDiff was called with some tolerance. Turning the
        tolerance to 0 on Qt also trigger some pixel differences.

        The differences on how the radius is drawn can be explained by the fact that
        the reference html and the test case uses two different paths for drawing the border.
        The reference on the slice case only draw three borders which leads into the contruction
        of three different drawing paths that we use to clip and clip out. We then draw the border with
        antialiasing off as we have constructed the outer and inner paths pretty accurately.
        The test case in the other hand uses the fast path for drawing the borders. The slice effect
        is in fact is happening because the graphics context is clipped to the current InlineFlowBox rect but still
        the border has 4 edges and its drawing will happen using the following : create a path with 
        an outer rounded rectangle and an inner rounded rectangle. The path is then filled with RULE_EVENODD
        and anti-aliasing turn on to achieve a nice looking effect.

        To conclude the pixel differences are the fact of the two different drawing techniques used here. Fast
        drawing and anti-aliasing to get a decent result or more accurate algorithm but slower. The original test
        was not about testing the radiuses of the borders but rather if the borders are cloned or sliced. Even
        removing the radius still cover the feature.

        * fast/box-decoration-break/box-decoration-break-rendering-expected.html:
        * fast/box-decoration-break/box-decoration-break-rendering.html:
        * platform/mac/Skipped:

2012-07-02  Dan Bernstein  <mitz@apple.com>

        <rdar://problem/11787030> In vertical writing modes, child following float-clearing block has incorrect logical top
        https://bugs.webkit.org/show_bug.cgi?id=90359

        Reviewed by Anders Carlsson.

        * fast/writing-mode/logical-height-after-clear-expected.html: Added.
        * fast/writing-mode/logical-height-after-clear.html: Added.
        * platform/mac/fast/multicol/vertical-lr/float-avoidance-expected.png:
        * platform/mac/fast/multicol/vertical-lr/float-avoidance-expected.txt:
        * platform/mac/fast/multicol/vertical-rl/float-avoidance-expected.png:
        * platform/mac/fast/multicol/vertical-rl/float-avoidance-expected.txt:

2012-07-02  Zan Dobersek  <zandobersek@gmail.com>

        [Gtk] Many tests revealed as passing after moving from Skipped to test_expectations.txt
        https://bugs.webkit.org/show_bug.cgi?id=85591

        Reviewed by Martin Robinson.

        Create a new category for test failures that only fail on specific architecture. Tests
        under this category are essentially marked as flaky, but in reality only fail on the
        build architecture under which they are listed. This is a convenient workaround for
        keeping tests from being recognized as newly-passing on architectures where the failure
        does not occur.

        * platform/gtk/TestExpectations:

2012-07-02  Zan Dobersek  <zandobersek@gmail.com>

        Clean up slow HTTP tests on GTK platform

        Rubber-stamped by Martin Robinson.

        Skip the HTTP tests that take half a minute to run, most oftenly failing
        as well. These tests only extend the overall testing time.
        Also group the tests failing due to missing authentication handling in DRT,
        missing multipart/x-mixed-replace support in libsoup and open a new bug
        for the failing http/tests/plugins/plugin-document-has-focus.html test.

        * platform/gtk/TestExpectations:

2012-07-02  Tommy Widenflycht  <tommyw@google.com>

        MediaStream API: Update MediaStreamTrackList to match the specification
        https://bugs.webkit.org/show_bug.cgi?id=90171

        Reviewed by Adam Barth.

        * fast/mediastream/MediaStreamTrackList-expected.txt: Added.
        * fast/mediastream/MediaStreamTrackList.html: Added.

2012-07-02  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium expectations update.

        * platform/chromium/TestExpectations:

2012-07-02  Tony Chang  <tony@chromium.org>

        Unreviewed: Fix a flexbox reftest that was failing on most platforms.

        Remove the test case that caused the image diff.  I'll try to come up
        with a different way to test this.

        * css3/flexbox/anonymous-block-expected.html:
        * css3/flexbox/anonymous-block.html:
        * platform/chromium/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/qt/Skipped:

2012-07-02  Adam Barth  <abarth@webkit.org>

        This test is a flaky crash on the cr-linux-ews, which is causing the
        bot to be very slow in processing patches and to spam bugs with false
        failures. Mark this test as flaky while we investigate.

        * platform/chromium/TestExpectations:

2012-07-02  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, update expected files, skip new failing tests.

        * platform/qt-5.0-wk2/Skipped: Skip fast/viewport/viewport-91.html because of bug90376.
        * platform/qt-5.0/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Updated after r121599.
        * platform/qt-5.0/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Updated after r121599.
        * platform/qt/Skipped: Skip inspector/debugger/script-snippet-model.html because of bug90385.

2012-07-02  Taiju Tsuiki  <tzik@chromium.org>

        Web Inspector: Add requestFileContent command and fileContentReceived event
        https://bugs.webkit.org/show_bug.cgi?id=89642

        Reviewed by Vsevolod Vlasov.

        * http/tests/inspector/filesystem/read-file-expected.txt: Added.
        * http/tests/inspector/filesystem/read-file.html: Added.

2012-07-02  Taiju Tsuiki  <tzik@chromium.org>

        Web Inspector: Add refresh button to FileSystemView status bar
        https://bugs.webkit.org/show_bug.cgi?id=90244

        Reviewed by Vsevolod Vlasov.

        * http/tests/inspector/filesystem/directory-tree.html:

2012-07-02  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, removing GTK-specific baseline that's
        not required anymore after r121661.

        * platform/gtk/fast/viewport/viewport-91-expected.txt: Removed.

2012-06-22  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Implement snippets evaluation.
        https://bugs.webkit.org/show_bug.cgi?id=88707

        Reviewed by Pavel Feldman.

        * inspector/debugger/script-snippet-model-expected.txt:
        * inspector/debugger/script-snippet-model.html:

2012-07-02  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Rebaseline needed after r121296 and r121599
        https://bugs.webkit.org/show_bug.cgi?id=90364

        Unreviewed EFL gardening. Update baselines for a few
        test cases after r121296 and r121599.

        * platform/efl/TestExpectations:
        * platform/efl/fast/backgrounds/size/zero-expected.png:
        * platform/efl/fast/backgrounds/size/zero-expected.txt:
        * platform/efl/fast/transforms/bounding-rect-zoom-expected.png:
        * platform/efl/fast/transforms/bounding-rect-zoom-expected.txt: Added.
        * platform/efl/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.png:
        * platform/efl/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt:

2012-07-02  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Skip fast/js/navigator-language.html
        https://bugs.webkit.org/show_bug.cgi?id=90365

        Unreviewed EFL gardening.
        Skip fast/js/navigator-language.html until
        Bug 89639 is fixed.

        * platform/efl/TestExpectations:

2012-07-02  Adam Barth  <abarth@webkit.org>

        Add some expectations for the top flaky tests on chromium-linux.

        * platform/chromium/TestExpectations:

2012-07-02  Yury Semikhatsky  <yurys@chromium.org>

        Unreviewed. Updated Chromium test expectations. Added a missing bug
        number to the expectations.

        * platform/chromium/TestExpectations:

2012-07-02  Konrad Piascik  <kpiascik@rim.com>

        [EFL] [GTK] [QT] fast/viewport/viewport-91.html is failing after r121555
        https://bugs.webkit.org/show_bug.cgi?id=90286

        Reviewed by Daniel Bates.

        Unskip now passing tests.

        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/qt/TestExpectations:

2012-07-02  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>

        [Qt] Unreviewed gardening, skip new failing test.

        * platform/qt/Skipped:

2012-07-02  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>

        [Qt] Unreviewed gardening after r121599.

        * platform/qt/fast/transforms/bounding-rect-zoom-expected.txt:
        * platform/qt/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt:
        * platform/qt/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
        * platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:

2012-07-01  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Add Gamepad support
        https://bugs.webkit.org/show_bug.cgi?id=90170

        Reviewed by Kenneth Rohde Christiansen.

        Unskip gamepad/gamepad-api.html now that Gamepad
        support is enabled on EFL port.

        gamepad/gamepad-polling-access.html is still
        skipped because it requires additional test
        infrastructure.

        * platform/efl/Skipped:
        * platform/efl/TestExpectations:

2012-07-01  Kihong Kwon  <kihong.kwon@samsung.com>

        Move platform/qt/fast/jsnavigator-language.html to fast/js
        https://bugs.webkit.org/show_bug.cgi?id=90261

        Reviewed by Ryosuke Niwa.

        Efl needs a test case for navigator.language.
        This test case is modified for all ports.

        * fast/js/navigator-language-expected.txt: Copied from LayoutTests/platform/qt/fast/js/navigator-language-expected.txt.
        * fast/js/navigator-language.html: Copied from LayoutTests/platform/qt/fast/js/navigator-language.html.
        * platform/qt/fast/js/navigator-language-expected.txt: Removed.
        * platform/qt/fast/js/navigator-language.html: Removed.

2012-07-01  Keishi Hattori  <keishi@webkit.org>

       [Chromium] Fix TestExpectations error caused in r121652.

        Unreviewed.

        * platform/chromium/TestExpectations:

2012-07-01  Keishi Hattori  <keishi@webkit.org>

        [Chromium] Removing LEOPARD from TestExpectations so the tests run.
        Caused by r121595

        Unreviewed.

        * platform/chromium/TestExpectations:

2012-07-01  James Robinson  <jamesr@chromium.org>

        Unreviewed, rolling out r121635.
        http://trac.webkit.org/changeset/121635
        https://bugs.webkit.org/show_bug.cgi?id=90286

        Breaks compile on clang error: in-class initializer for static
        data member of type 'const float' is a GNU extension
        [-Werror,-Wgnu]

        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/qt/TestExpectations:

2012-07-01  Dan Bernstein  <mitz@apple.com>

        <rdar://problem/11785743> [mac] Non-BMP characters in vertical text appear as missing glyphs
        https://bugs.webkit.org/show_bug.cgi?id=90349

        Reviewed by Dean Jackson.

        * platform/mac/fast/text/vertical-surrogate-pair.html: Added.
        * platform/mac/platform/mac/fast/text/vertical-surrogate-pair-expected.png: Added.
        * platform/mac/platform/mac/fast/text/vertical-surrogate-pair-expected.txt: Added.

2012-07-01  Kenichi Ishibashi  <bashi@chromium.org>

        Arabic shaping is incorrect if ZWNJ exist
        https://bugs.webkit.org/show_bug.cgi?id=89843

        Reviewed by Dan Bernstein.

        * platform/mac/fast/text/arabic-zwj-and-zwnj-expected.html: Added.
        * platform/mac/fast/text/arabic-zwj-and-zwnj.html: Added.

2012-07-01  Emil A Eklund  <eae@chromium.org>

        Unreviewed rebaseline for mac post r121599.

        * platform/mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
        * platform/mac-snowleopard/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:

2012-07-01  Emil A Eklund  <eae@chromium.org>

        Unreviewed test expectations update for chromium.

        * platform/chromium/TestExpectations:

2012-07-01  Konrad Piascik  <kpiascik@rim.com>

        [EFL] [GTK] [QT] fast/viewport/viewport-91.html is failing after r121555
        https://bugs.webkit.org/show_bug.cgi?id=90286

        Reviewed by Daniel Bates.

        Unskip now passing tests.

        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/qt/TestExpectations:

2012-06-30  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium rebaseline for svg/zoom.

        * platform/chromium-linux-x86/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Added.
        * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Added.
        * platform/chromium-win-xp/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Added.
        * platform/chromium-win-xp/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Added.
        * platform/chromium-win-xp/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Added.

2012-06-30  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium windows rebaseline.

        * platform/chromium-win-xp/http/tests/inspector/resource-tree/resource-request-content-while-loading-expected.txt:

2012-06-29  Filip Pizlo  <fpizlo@apple.com>

        Webkit crashes in DFG on Google Docs when creating a new document
        https://bugs.webkit.org/show_bug.cgi?id=90209

        Reviewed by Gavin Barraclough.

        * fast/js/dfg-cfg-simplify-phantom-get-local-on-same-block-set-local-expected.txt: Added.
        * fast/js/dfg-cfg-simplify-phantom-get-local-on-same-block-set-local.html: Added.
        * fast/js/script-tests/dfg-cfg-simplify-phantom-get-local-on-same-block-set-local.js: Added.
        (baz):
        (stuff):
        (foo):
        (o.g):

2012-06-30  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK and EFL gardening, adding image expectation
        for the failing css3/flexbox/anonymous-block.html test.

        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:

2012-06-30  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, updating baselines after r121599.

        * platform/gtk/fast/transforms/bounding-rect-zoom-expected.txt: Added.
        * platform/gtk/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt:
        * platform/gtk/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
        * platform/gtk/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:

2012-06-29  Erik Arvidsson  <arv@chromium.org>

        [V8] HTMLCollection wrappers are not retained
        https://bugs.webkit.org/show_bug.cgi?id=90208

        Reviewed by Adam Barth.

        * fast/dom/htmlallcollection-reachable-expected.txt: Added.
        * fast/dom/htmlallcollection-reachable.html: Added.
        * fast/dom/htmlcollection-reachable-expected.txt: Added.
        * fast/dom/htmlcollection-reachable.html: Added.

2012-06-29  Tony Chang  <tony@chromium.org>

        All child elements of a flex container should be turned into a flex item
        https://bugs.webkit.org/show_bug.cgi?id=90323

        Reviewed by Ojan Vafai.

        * css3/flexbox/anonymous-block-expected.html:
        * css3/flexbox/anonymous-block.html:
        * css3/flexbox/flexitem-expected.txt:
        * css3/flexbox/flexitem.html:

2012-06-29  Tony Chang  <tony@chromium.org>

        Allow align-self: stretch to cause the item size to shrink below its intrinsic size
        https://bugs.webkit.org/show_bug.cgi?id=90304

        Reviewed by Ojan Vafai.

        * css3/flexbox/child-overflow-expected.html:
        * css3/flexbox/child-overflow.html:
        * css3/flexbox/flex-align-stretch.html:

2012-06-29  James Weatherall  <wez@chromium.org>

        NPObjectWrapper may not address all window script object lifetime issues
        https://bugs.webkit.org/show_bug.cgi?id=85679

        Test that NPAPI plugins that leak references to the window script object don't cause the containing document to be leaked.

        Reviewed by Nate Chapin.

        * plugins/npruntime/leak-window-scriptable-object-expected.txt: Added.
        * plugins/npruntime/leak-window-scriptable-object.html: Added.

2012-06-29  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium windows rebaselines for r121599.

        * platform/chromium-win/fast/reflections/reflection-with-zoom-expected.png:
        * platform/chromium-win/fast/transforms/bounding-rect-zoom-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
        * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:

2012-06-29  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium rebaselines for r121599.

        * platform/chromium-mac-snowleopard/fast/reflections/reflection-with-zoom-expected.png:
        * platform/chromium-mac-snowleopard/fast/transforms/bounding-rect-zoom-expected.png:
        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
        * platform/chromium-mac/fast/reflections/reflection-with-zoom-expected.png:
        * platform/chromium-mac/fast/transforms/bounding-rect-zoom-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:

2012-06-29  Emil A Eklund  <eae@chromium.org>

        Allow non-borders to be adjusted to less than 1 when zoomed out
        https://bugs.webkit.org/show_bug.cgi?id=90104

        Reviewed by Eric Seidel.

        Add test ensuring that floats with margins do not wrap in fixed sized
        containers and update existing results as needed.

        * fast/css/zoom-background-repeat-x.html:
        * fast/sub-pixel/float-with-margin-in-container-expected.txt: Added.
        * fast/sub-pixel/float-with-margin-in-container.html: Added.
        * platform/chromium-linux/fast/reflections/reflection-with-zoom-expected.png:
        * platform/chromium-linux/fast/transforms/bounding-rect-zoom-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
        * platform/chromium-mac/fast/transforms/bounding-rect-zoom-expected.txt:
        * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
        * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
        * platform/chromium-win/fast/transforms/bounding-rect-zoom-expected.txt:
        * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
        * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
        * platform/mac/fast/transforms/bounding-rect-zoom-expected.txt:
        * platform/mac/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt:
        * platform/mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
        * platform/mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:

2012-06-29  Mihai Balan  <mibalan@adobe.com>

        [CSS Regions] Adding feature defines for CSS Regions for Windows
        https://bugs.webkit.org/show_bug.cgi?id=88645

        Reviewed by Tony Chang.

        Re-trying to enable CSS regions on Windows. This time only enabling
        regions (not exclusions) because of some strange compilation/linking
        issues. Fixing a couple of non-regions related tests that get different
        results once regions are enabled.

        * platform/win/fast/js/global-constructors-expected.txt: Added WebKitCSSRule to expected


2012-06-29  No'am Rosenthal  <noam.rosenthal@nokia.com>0

        [Qt][WK2] Unskip/rebaseline some compositing tests.
        https://bugs.webkit.org/show_bug.cgi?id=90290

        Reviewed by Laszlo Gombos.

        Rebaseline compositing tests that have good results that are slightly different than the
        generic results, and unskipping several tests that should not be skipped.

        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0-wk2/compositing/iframes/composited-iframe-scroll-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/iframes/fixed-position-iframe-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/iframes/iframe-content-flipping-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/iframes/iframe-size-to-zero-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/iframes/invisible-iframe-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/iframes/invisible-nested-iframe-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/iframes/invisible-nested-iframe-hide-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/iframes/layout-on-compositing-change-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/iframes/leave-compositing-iframe-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/iframes/nested-composited-iframe-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/iframes/nested-iframe-scrolling-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/iframes/overlapped-iframe-iframe-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/iframes/remove-iframe-crash-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/iframes/repaint-after-losing-scrollbars-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/iframes/scroll-fixed-transformed-element-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/iframes/scroll-grandchild-iframe-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/masks/direct-image-mask-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/masks/masked-ancestor-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/masks/multiple-masks-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/masks/simple-composited-mask-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/reflections/become-simple-composited-reflection-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/reflections/compositing-change-inside-reflection-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/reflections/empty-reflection-with-mask-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/reflections/masked-reflection-on-composited-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/reflections/nested-reflection-mask-change-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/reflections/nested-reflection-transformed-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/reflections/nested-reflection-transformed2-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/reflections/reflection-in-composited-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/reflections/reflection-on-composited-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/reflections/reflection-opacity-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/reflections/reflection-ordering-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/reflections/reflection-positioning-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/reflections/reflection-positioning2-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/reflections/remove-add-reflection-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/reflections/remove-reflection-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/reflections/simple-composited-reflections-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/rtl/rtl-absolute-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/rtl/rtl-absolute-overflow-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-relative-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/rtl/rtl-relative-expected.txt: Added.

2012-06-29  Hanna Ma  <Hanma@rim.com>

        Web Inspector: Add data length to resource events on timeline to
        keep track of the amount of data loaded and the total data length.
        https://bugs.webkit.org/show_bug.cgi?id=89244

        Reviewed by Pavel Feldman.

        Added tests for resource receive data events.

        * inspector/timeline/timeline-network-received-data-expected.txt: Added.
        * inspector/timeline/timeline-network-received-data.html: Added.
        * inspector/timeline/timeline-test.js:

2012-06-29  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium xp rebaseline.

        * platform/chromium-win-xp/http/tests/inspector: Added.
        * platform/chromium-win-xp/http/tests/inspector/resource-tree: Added.
        * platform/chromium-win-xp/http/tests/inspector/resource-tree/resource-request-content-while-loading-expected.txt: Added.

2012-06-29  Ojan Vafai  <ojan@chromium.org>

        Rebaseline some tests where Chrome differs due to V8's different toString implementation
        for some built-ins. We should probably get V8 and JSC to agree here, but that's not terribly
        pressing since the web clearly doesn't depend on the specifics here.

        * platform/chromium-win/fast/js/global-constructors-expected.txt: Removed.
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/js/function-names-expected.txt: Added.
        * platform/chromium/fast/js/global-constructors-expected.txt: Added.

2012-06-29  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, adding a new baseline required after r121555.

        * platform/gtk/fast/viewport/viewport-91-expected.txt: Added.

2012-06-29  Sudarsana Nagineni  <sudarsana.nagineni@linux.intel.com>

        [EFL] [GTK] [QT] fast/viewport/viewport-91.html is failing after r121555
        https://bugs.webkit.org/show_bug.cgi?id=90287

        Unreviewed gardening. Skip fast/viewport/viewport-91.html
        for EFL, GTK and QT ports. The test is failing after r121555.

        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/qt/TestExpectations:

2012-06-29  Tony Chang  <tony@chromium.org>

        [GTK] Enable CSS grid layout LayoutTests on GTK+
        https://bugs.webkit.org/show_bug.cgi?id=90226

        Reviewed by Martin Robinson.

        * platform/gtk/TestExpectations: Tests should pass.

2012-06-29  Stephen White  <senorblanco@chromium.org>

        Unreviewed gardening.

        Rebaseline tests affected by r121452.

        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-no-markup-expected.png:
        * platform/chromium-linux/svg/carto.net/scrollbar-expected.png:
        * platform/chromium-mac-snowleopard/fast/borders/border-image-scale-transform-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-no-markup-expected.png:
        * platform/chromium-mac-snowleopard/svg/carto.net/scrollbar-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/image-small-width-height-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
        * platform/chromium-mac-snowleopard/transitions/cross-fade-background-image-expected.png:
        * platform/chromium-mac/fast/borders/border-image-scale-transform-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
        * platform/chromium-mac/svg/W3C-I18N/text-anchor-no-markup-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png:
        * platform/chromium-mac/svg/carto.net/scrollbar-expected.png:
        * platform/chromium-mac/svg/custom/image-small-width-height-expected.png:
        * platform/chromium-mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
        * platform/chromium-mac/transitions/cross-fade-background-image-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
        * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-no-markup-expected.png:
        * platform/chromium-win-xp/svg/carto.net: Removed.
        * platform/chromium-win/fast/borders/border-image-scale-transform-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
        * platform/chromium-win/svg/W3C-I18N/text-anchor-no-markup-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png:
        * platform/chromium-win/svg/carto.net/scrollbar-expected.png:
        * platform/chromium-win/svg/custom/image-small-width-height-expected.png:
        * platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
        * platform/chromium-win/transitions/cross-fade-background-image-expected.png:
        * platform/chromium/TestExpectations:
        * platform/win-7sp0/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png: Added.
        * platform/win-7sp0/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png: Added.
        * platform/win-7sp0/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png: Added.
        * platform/win-7sp0/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png: Added.
        * platform/win-7sp0/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png: Added.
        * platform/win-7sp0/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png: Added.
        * platform/win-7sp0/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png: Added.
        * platform/win-7sp0/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png: Added.
        * platform/win-7sp0/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png: Added.
        * platform/win-7sp0/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png: Added.
        * platform/win-7sp0/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png: Added.
        * platform/win-7sp0/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png: Added.
        * platform/win-7sp0/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png: Added.
        * platform/win-7sp0/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png: Added.
        * platform/win-7sp0/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png: Added.
        * platform/win-7sp0/svg/W3C-I18N/text-anchor-no-markup-expected.png: Added.
        * platform/win-7sp0/svg/carto.net: Added.
        * platform/win-7sp0/svg/carto.net/scrollbar-expected.png: Added.
        * platform/win/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png: Removed.
        * platform/win/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png: Removed.
        * platform/win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png: Removed.
        * platform/win/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png: Removed.
        * platform/win/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png: Removed.
        * platform/win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png: Removed.
        * platform/win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png: Removed.
        * platform/win/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png: Removed.
        * platform/win/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png: Removed.
        * platform/win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png: Removed.
        * platform/win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png: Removed.
        * platform/win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png: Removed.
        * platform/win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png: Removed.
        * platform/win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png: Removed.
        * platform/win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png: Removed.
        * platform/win/svg/W3C-I18N/text-anchor-no-markup-expected.png: Removed.
        * platform/win/svg/carto.net: Removed.
        * platform/win/svg/carto.net/scrollbar-expected.png: Removed.

2012-06-29  Vsevolod Vlasov  <vsevik@chromium.org>

        [chromium] Layout Test inspector/debugger/debugger-compile-and-run.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=90285

        Reviewed by Pavel Feldman.

        * inspector/debugger/debugger-compile-and-run.html:

2012-06-29  Stephen White  <senorblanco@chromium.org>

        [chromium] Unreviewed gardening.

        New baselines for tests added in r121513.

        * platform/chromium-linux/css3/filters/effect-reference-expected.png: Removed.
        * platform/chromium-linux/css3/filters/effect-reference-expected.txt: Removed.
        * platform/chromium-linux/css3/filters/effect-reference-external-expected.png: Removed.
        * platform/chromium-linux/css3/filters/effect-reference-external-expected.txt: Removed.
        * platform/chromium-linux/css3/filters/effect-reference-hw-expected.png: Removed.
        * platform/chromium-linux/css3/filters/effect-reference-hw-expected.txt: Removed.
        * platform/chromium-linux/css3/filters/effect-reference-ordering-expected.png: Removed.
        * platform/chromium-linux/css3/filters/effect-reference-ordering-expected.txt: Removed.
        * platform/chromium-mac/css3/filters/effect-reference-expected.png: Added.
        * platform/chromium-mac/css3/filters/effect-reference-expected.txt: Added.
        * platform/chromium-mac/css3/filters/effect-reference-external-expected.png: Added.
        * platform/chromium-mac/css3/filters/effect-reference-hw-expected.png: Added.
        * platform/chromium-mac/css3/filters/effect-reference-hw-expected.txt: Added.
        * platform/chromium-mac/css3/filters/effect-reference-ordering-expected.png: Added.
        * platform/chromium-mac/css3/filters/effect-reference-ordering-expected.txt: Added.
        * platform/chromium-win/css3/filters/effect-reference-expected.png: Added.
        * platform/chromium-win/css3/filters/effect-reference-expected.txt: Added.
        * platform/chromium-win/css3/filters/effect-reference-external-expected.png: Added.
        * platform/chromium-win/css3/filters/effect-reference-hw-expected.png: Added.
        * platform/chromium-win/css3/filters/effect-reference-hw-expected.txt: Added.
        * platform/chromium-win/css3/filters/effect-reference-ordering-expected.png: Added.
        * platform/chromium-win/css3/filters/effect-reference-ordering-expected.txt: Added.
        * platform/chromium/TestExpectations:
        * platform/chromium/css3/filters/effect-reference-external-expected.txt: Added.

2012-06-29  Mihnea Ovidenie  <mihnea@adobe.com>

        Crash when flowing a fixed positioned element into a region.
        https://bugs.webkit.org/show_bug.cgi?id=88133

        Reviewed by Julien Chaffraix and Abhishek Arya.

        When a fixed positioned element is collected into a named flow, we have to make sure
        that such element has the RenderFlowThread as containing block instead of RenderView,
        so that the fixed positioned element is laid out properly.

        * fast/regions/absolute-pos-elem-in-named-flow-expected.txt: Added.
        * fast/regions/absolute-pos-elem-in-named-flow.html: Added.
        * fast/regions/absolute-pos-elem-in-region-expected.html: Added.
        * fast/regions/absolute-pos-elem-in-region.html: Added.
        * fast/regions/fixed-pos-elem-in-named-flow-expected.txt: Added.
        * fast/regions/fixed-pos-elem-in-named-flow.html: Added.
        * fast/regions/fixed-pos-elem-in-named-flow2-expected.txt: Added.
        * fast/regions/fixed-pos-elem-in-named-flow2.html: Added.
        * fast/regions/fixed-pos-elem-in-region-expected.html: Added.
        * fast/regions/fixed-pos-elem-in-region.html: Added.

2012-06-29  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: [Device Metrics] "Fit window" option inhibits adjusting the page zoom factor
        https://bugs.webkit.org/show_bug.cgi?id=90187

        Reviewed by Vsevolod Vlasov.

        * inspector/styles/override-screen-size-expected.txt:
        * platform/chromium/inspector/styles/device-metrics-fit-window-expected.txt:

2012-06-29  Kent Tamura  <tkent@chromium.org>

        <textarea> unnecessarily saves the value in some cases
        https://bugs.webkit.org/show_bug.cgi?id=90259

        Reviewed by Hajime Morita.

        * fast/forms/textarea/textarea-state-restore-expected.txt: Added.
        * fast/forms/textarea/textarea-state-restore.html: Added.

2012-06-29  Sudarsana Nagineni  <sudarsana.nagineni@linux.intel.com>

        [EFL] Gardening after r121468
        https://bugs.webkit.org/show_bug.cgi?id=90257

        Unreviewed EFL gardening after r121468.

        * platform/efl/fast/dom/Window/window-lookup-precedence-expected.txt: Removed.
        * platform/efl/fast/forms/label/labelable-elements-expected.txt: Added.

2012-06-29  Taiju Tsuiki  <tzik@chromium.org>

        Web Inspector: Add FileSystemView
        https://bugs.webkit.org/show_bug.cgi?id=73301

        This patch introduce a split view as FileSystemView. Including directory tree as sidebar tree.

        Reviewed by Vsevolod Vlasov.

        * http/tests/inspector/filesystem/directory-tree-expected.txt: Added.
        * http/tests/inspector/filesystem/directory-tree.html: Added.
        * http/tests/inspector/filesystem/filesystem-test.js:
        (initialize_FileSystemTest.incrementRequestCount):
        (initialize_FileSystemTest.decrementRequestCount):
        (initialize_FileSystemTest.InspectorTest.callOnRequestCompleted):

2012-06-28  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Resource content is not loaded if Resource.requestContent method is called before network request is finished.
        https://bugs.webkit.org/show_bug.cgi?id=90153

        Reviewed by Yury Semikhatsky.

        Resource.requestContent() now checks that request (if there is one) was already loaded before requesting content from PageAgent.
        Drive-by: Removed unneeded legacy request._resource field.

        * http/tests/inspector/network/network-request-revision-content.html:
        * http/tests/inspector/resource-tree/resource-request-content-while-loading-expected.txt: Added.
        * http/tests/inspector/resource-tree/resource-request-content-while-loading.html: Added.
        * http/tests/inspector/resources-test.js:
        (initialize_ResourceTest.InspectorTest.runAfterResourcesAreFinished.checkResources):
        (initialize_ResourceTest.InspectorTest.runAfterResourcesAreFinished):
        (initialize_ResourceTest.InspectorTest.showResource.showResourceCallback):
        (initialize_ResourceTest.InspectorTest.showResource):
        (initialize_ResourceTest.InspectorTest.resourceMatchingURL.visit):
        (initialize_ResourceTest.InspectorTest.resourceMatchingURL):
        (initialize_ResourceTest):
        * inspector/debugger/raw-source-code.html:

2012-06-27  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: IDBObjectStore.autoIncrement flag not exposed
        https://bugs.webkit.org/show_bug.cgi?id=89701

        Reviewed by Yury Semikhatsky.

        * http/tests/inspector/indexeddb/database-structure-expected.txt:
        * http/tests/inspector/indexeddb/database-structure.html:

2012-06-28  Alexander Pavlov  <apavlov@chromium.org>

        Use floating keyframe rule list when parsing @-webkit-keyframes and allow abrupt rule termination
        https://bugs.webkit.org/show_bug.cgi?id=90073

        Reviewed by Antti Koivisto.

        * fast/css/css-keyframe-unexpected-end-expected.txt: Added.
        * fast/css/css-keyframe-unexpected-end.html: Added.

2012-06-29  János Badics  <jbadics@inf.u-szeged.hu>

        [Qt] Unreviewed gardening after r121494. Added new baseline to
        fast/frames/flattening/frameset-flattening-advanced.html

        * platform/qt/fast/frames/flattening/frameset-flattening-advanced-expected.png:
        * platform/qt/fast/frames/flattening/frameset-flattening-advanced-expected.txt:

2012-06-28  Kent Tamura  <tkent@chromium.org>

        REGRESSION(r106388): Form hidden element values being restored
        incorrectly for dynamically generated content
        https://bugs.webkit.org/show_bug.cgi?id=88685

        Reviewed by Hajime Morita.

        * fast/forms/state-restore-to-non-edited-controls-expected.txt:
        A failing test is fixed.

2012-06-28  Kenichi Ishibashi  <bashi@chromium.org>

        [Chromium] unreviewed test expectations update after r121510.

        * platform/chromium-mac-leopard/css3/font-feature-settings-rendering-expected.png: Added.
        * platform/chromium-mac-snowleopard/css3/font-feature-settings-rendering-expected.png: Added.
        * platform/chromium-mac/css3/font-feature-settings-rendering-expected.png: Added.
        * platform/chromium-mac/css3/font-feature-settings-rendering-expected.txt: Added.
        * platform/chromium/TestExpectations:

2012-06-28  Keishi Hattori  <keishi@webkit.org>

        [Chromium] Mark 4 tests in css3/filters as MISSING. Caused by r121513.

        Unreviewed.

        * platform/chromium/TestExpectations:

2012-06-28  Stephen White  <senorblanco@chromium.org>

        Add tests for the url() filter function.
        https://bugs.webkit.org/show_bug.cgi?id=72443

        Reviewed by Dean Jackson.

        * css3/filters/effect-reference-external.html: Added.
        * css3/filters/effect-reference-hw.html: Added.
        * css3/filters/effect-reference-ordering.html: Added.
        * css3/filters/effect-reference.html: Added.
        * css3/filters/resources/hueRotate.svg: Added.
        * platform/chromium-linux/css3/filters/effect-reference-expected.png: Added.
        * platform/chromium-linux/css3/filters/effect-reference-expected.txt: Added.
        * platform/chromium-linux/css3/filters/effect-reference-external-expected.png: Added.
        * platform/chromium-linux/css3/filters/effect-reference-external-expected.txt: Added.
        * platform/chromium-linux/css3/filters/effect-reference-hw-expected.png: Added.
        * platform/chromium-linux/css3/filters/effect-reference-hw-expected.txt: Added.
        * platform/chromium-linux/css3/filters/effect-reference-ordering-expected.png: Added.
        * platform/chromium-linux/css3/filters/effect-reference-ordering-expected.txt: Added.
        * platform/chromium/TestExpectations:

2012-06-28  Mike Lawther  <mikelawther@chromium.org>

        Unreviewed gardening.

        Mark css3/calc/transitions.html flaky (http://webkit.org/b/90234)

        * platform/chromium/TestExpectations:
        * platform/mac/TestExpectations:

2012-06-28  Erik Arvidsson  <arv@chromium.org>

        [V8] NodeList wrappers are not kept alive as needed
        https://bugs.webkit.org/show_bug.cgi?id=90194

        Reviewed by Ojan Vafai.

        * fast/dom/NodeList/nodelist-reachable-expected.txt: Added.
        * fast/dom/NodeList/nodelist-reachable.html: Added.
        * platform/chromium/fast/dom/NodeList/nodelist-reachable-expected.txt: Added.

2012-06-28  Hayato Ito  <hayato@chromium.org>

        Add a test for a 'user-modify' css property of distributed nodes.
        https://bugs.webkit.org/show_bug.cgi?id=90197

        Reviewed by Ryosuke Niwa.

        * fast/dom/shadow/user-modify-inheritance-expected.txt:
        * fast/dom/shadow/user-modify-inheritance.html:

2012-06-28  Elliott Sprehn  <esprehn@gmail.com>

        frameborder="no" on frameset is ignored if border attribute set
        https://bugs.webkit.org/show_bug.cgi?id=17767

        Reviewed by Tony Chang.

        Add lots of tests for <frameset> frameborder and border handling.

        * fast/frames/frameset-frameborder-boolean-values-expected.txt: Added.
        * fast/frames/frameset-frameborder-boolean-values.html: Added.
        * fast/frames/frameset-frameborder-inheritance-expected.txt: Added.
        * fast/frames/frameset-frameborder-inheritance.html: Added.
        * fast/frames/frameset-frameborder-overrides-border-expected.txt: Added.
        * fast/frames/frameset-frameborder-overrides-border.html: Added.

2012-06-28  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: Implement IDBTransaction internal active flag
        https://bugs.webkit.org/show_bug.cgi?id=89379

        Reviewed by Tony Chang.

        * storage/indexeddb/resources/transaction-active-flag.js: Added.
        * storage/indexeddb/resources/transaction-basics.js:
        (completeCallback): Empty transactions now commit rather than abort.
        (emptyCompleteCallback):
        * storage/indexeddb/resources/transaction-complete-workers.js: Renamed from LayoutTests/storage/indexeddb/resources/transaction-abort-workers.js.
        * storage/indexeddb/structured-clone.html: Assumed empty transactions aborted.
        * storage/indexeddb/transaction-active-flag-expected.txt: Added.
        * storage/indexeddb/transaction-active-flag.html: Added.
        * storage/indexeddb/transaction-basics-expected.txt:
        * storage/indexeddb/transaction-complete-with-js-recursion-cross-frame-expected.txt: Renamed from LayoutTests/storage/indexeddb/transaction-abort-with-js-recursion-cross-frame-expected.txt.
        * storage/indexeddb/transaction-complete-with-js-recursion-cross-frame.html: Renamed from LayoutTests/storage/indexeddb/transaction-abort-with-js-recursion-cross-frame.html.
        * storage/indexeddb/transaction-complete-with-js-recursion-expected.txt: Renamed from LayoutTests/storage/indexeddb/transaction-abort-with-js-recursion-expected.txt.
        * storage/indexeddb/transaction-complete-with-js-recursion.html: Renamed from LayoutTests/storage/indexeddb/transaction-abort-with-js-recursion.html.
        * storage/indexeddb/transaction-complete-workers-expected.txt: Renamed from LayoutTests/storage/indexeddb/transaction-abort-workers-expected.txt.
        * storage/indexeddb/transaction-complete-workers.html: Renamed from LayoutTests/storage/indexeddb/transaction-abort-workers.html.
        * storage/indexeddb/tutorial.html: Assumed empty transactions aborted.

2012-06-28  Philip Rogers  <pdr@google.com>

        Prevent crash in animate resource handling
        https://bugs.webkit.org/show_bug.cgi?id=90042

        Reviewed by Abhishek Arya.

        * svg/custom/animate-reference-crash-expected.txt: Added.
        * svg/custom/animate-reference-crash.html: Added.

2012-06-28  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: IDBDatabase should have a close pending field.
        https://bugs.webkit.org/show_bug.cgi?id=71129

        Reviewed by Tony Chang.

        * storage/indexeddb/database-closepending-flag-expected.txt: Added.
        * storage/indexeddb/database-closepending-flag.html: Added.
        * storage/indexeddb/resources/database-closepending-flag.js: Added.
        (test):
        (openConnection.request.onsuccess.request.onsuccess):
        (openConnection.request.onsuccess):
        (openConnection):
        (testIDBDatabaseName):
        (testIDBDatabaseObjectStoreNames.request.onsuccess.request.onsuccess.transaction.oncomplete):
        (testIDBDatabaseObjectStoreNames.request.onsuccess.request.onsuccess):
        (testIDBDatabaseObjectStoreNames.request.onsuccess):
        (testIDBDatabaseObjectStoreNames):
        (testIDBDatabaseTransaction):
        (testVersionChangeTransactionSteps.request.onsuccess.request.onsuccess.request.onblocked):
        (testVersionChangeTransactionSteps.request.onsuccess.request.onsuccess.request.onsuccess.transaction.oncomplete):
        (testVersionChangeTransactionSteps.request.onsuccess.request.onsuccess.request.onsuccess):
        (testVersionChangeTransactionSteps.request.onsuccess.request.onsuccess):
        (testDatabaseDeletion.request.onsuccess.request.onblocked):
        (testDatabaseDeletion.request.onsuccess.request.onsuccess):

2012-06-28  Ojan Vafai  <ojan@chromium.org>

        Replace a BUG_OJAN with a proper tracking bug and unskip two
        tests in preparation for rebaselining them.
        * platform/chromium/TestExpectations:

2012-06-28  Alpha Lam  <hclam@chromium.org>

        [chromium] Mark a test as failing on Linux debug

        fast/forms/select/select-state-restore.html is failing on Linux debug because of timeout.

        Not reviewed.

        * platform/chromium/TestExpectations:

2012-06-28  Ojan Vafai  <ojan@chromium.org>

        Rebaselines after http://trac.webkit.org/changeset/119507.
        These were all done using "webkit-patch rebaseline-expectations".

        * platform/chromium-mac-leopard/tables/mozilla/bugs/bug131020-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug131020-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug131020-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug131020-expected.txt:
        * platform/chromium-win/tables/mozilla/bugs/bug131020-expected.png:
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/efl/tables/mozilla/bugs/bug131020-expected.txt: Copied from LayoutTests/tables/mozilla/bugs/bug131020-expected.txt.
        * platform/gtk/TestExpectations:
        * platform/gtk/tables/mozilla/bugs/bug131020-expected.txt: Renamed from LayoutTests/tables/mozilla/bugs/bug131020-expected.txt.
        * platform/mac/TestExpectations:
        * platform/mac/tables/mozilla/bugs/bug131020-expected.txt:
        * platform/qt/TestExpectations:
        * platform/qt/tables/mozilla/bugs/bug131020-expected.txt:
        * platform/win/TestExpectations:

2012-06-28  Hayato Ito  <hayato@chromium.org>

        CompositeShadowTreeWalker should use InsertionPoint::hasDistribution() instead of InsertionPoint::isActive().
        https://bugs.webkit.org/show_bug.cgi?id=89177

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/composed-shadow-tree-walker-expected.txt:
        * fast/dom/shadow/composed-shadow-tree-walker.html:

2012-06-28  Gregg Tavares  <gman@google.com>

        Add support for DEPTH_STENCIL to WEBGL_depth_texture
        https://bugs.webkit.org/show_bug.cgi?id=90109

        Reviewed by Kenneth Russell.

        * fast/canvas/webgl/webgl-depth-texture-expected.txt:
        * fast/canvas/webgl/webgl-depth-texture.html:

2012-06-28  Stephen Chenney  <schenney@chromium.org>

        [chromium] rebaseline svg text layouts?
        https://bugs.webkit.org/show_bug.cgi?id=89936

        Unreviewed Chromium test expectations update.

        The SVG tests for this bug all seem OK, so they are being rebaselined.
        The other content is less clear, so it is being left for an expert.

        * platform/chromium-win-xp/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Added.
        * platform/chromium-win-xp/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png: Added.
        * platform/chromium-win-xp/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: Added.
        * platform/chromium-win-xp/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png: Added.
        * platform/chromium-win-xp/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Added.
        * platform/chromium-win-xp/svg/custom/js-late-gradient-and-object-creation-expected.png: Added.
        * platform/chromium-win-xp/svg/text/text-intro-05-t-expected.txt: Added.
        * platform/chromium-win-xp/svg/zoom/page/zoom-foreignObject-expected.png: Added.
        * platform/chromium/TestExpectations:

2012-06-28  Alpha Lam  <hclam@chromium.org>

        [chromium] Mark a test as slow.
        https://bugs.webkit.org/show_bug.cgi?id=90207

        fast/forms/select/select-state-restore.html is a slow test on debug builds.
        Not reviewed.

        * platform/chromium/TestExpectations:

2012-06-28  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Enable support for HTML5 datalist
        https://bugs.webkit.org/show_bug.cgi?id=90157

        Reviewed by Martin Robinson.

        * platform/efl/Skipped: Unskip fast/forms/datalist tests now that
        the DATALIST flag is turned on by default on EFL port.
        * platform/efl/fast/forms/datalist/input-list-expected.txt: Added.
        We need platform-specific result because we don't support datalist
        UI for any element yet. This should be progressively added later
        on and the expected result will evolve.

2012-06-28  Tony Chang  <tony@chromium.org>

        Enable CSS grid layout LayoutTests on platform Mac
        https://bugs.webkit.org/show_bug.cgi?id=90113

        Reviewed by Ojan Vafai.

        Use 1 instead of true, since that's what WebView.mm expects.

        * fast/css-grid-layout/containing-block-grids.html:
        * fast/css-grid-layout/display-grid-set-get.html:
        * fast/css-grid-layout/floating-empty-grids.html:
        * fast/css-grid-layout/grid-columns-rows-get-set-multiple.html:
        * fast/css-grid-layout/grid-columns-rows-get-set.html:
        * fast/css-grid-layout/grid-item-column-row-get-set.html:
        * platform/mac/Skipped: Unskip tests.

2012-06-28  Stephen White  <senorblanco@chromium.org>

        Unreviewed gardening.

        Remove a duplicate expectation.

        * platform/chromium/TestExpectations:

2012-06-28  Stephen Chenney  <schenney@chromium.org>

        [chromium] svg/custom/clip-path-referencing-use2.svg fails in "drt mode" in DRT
        https://bugs.webkit.org/show_bug.cgi?id=85085

        Unreviewed Chromium expectations update.

        NRWT is not printing the stdout from this test, which is not really
        enough to warrant keeping the expectations incorrect. The bug stays
        open.

        * platform/chromium-mac/svg/custom/clip-path-referencing-use2-expected.txt:
        * platform/chromium-win/svg/custom/clip-path-referencing-use2-expected.txt:
        * platform/chromium/TestExpectations:

2012-06-28  Andrei Onea  <onea@adobe.com>

        [CSSRegions]Rename NamedFlow::contentNodes to NamedFlow::getContent()
        https://bugs.webkit.org/show_bug.cgi?id=90163

        Reviewed by Andreas Kling.

        Changed test for NameFlow::contentNodes to reflect new spec, which uses 
        NameFlow::getContent().

        * fast/regions/webkit-named-flow-content-nodes-expected.txt: Removed.
        * fast/regions/webkit-named-flow-get-content-expected.txt: Added.
        * fast/regions/webkit-named-flow-get-content.html: Renamed from LayoutTests/fast/regions/webkit-named-flow-content-nodes.html.

2012-06-28  Ryosuke Niwa  <rniwa@webkit.org>

        REGRESSION(r121232): named properties on document and window may return wrong object
        https://bugs.webkit.org/show_bug.cgi?id=90133

        Reviewed by Andreas Kling.

        Add a regression test.

        * fast/dom/HTMLDocument/named-item-multiple-match-expected.txt: Added.
        * fast/dom/HTMLDocument/named-item-multiple-match.html: Added.

2012-06-28  Zeev Lieber  <zlieber@chromium.org>

        [Skia] Computing the resampling mode ignores scale applied to the canvas
        https://bugs.webkit.org/show_bug.cgi?id=72073

        Reviewed by Stephen White.

        Updated tests to expect different image when resampling method changed.

        * platform/chromium-linux/fast/borders/border-image-scale-transform-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
        * platform/chromium-linux/svg/W3C-I18N/text-anchor-no-markup-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png:
        * platform/chromium-linux/svg/carto.net/scrollbar-expected.png:
        * platform/chromium-linux/svg/custom/image-small-width-height-expected.png:
        * platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
        * platform/chromium-linux/transitions/cross-fade-background-image-expected.png:
        * platform/chromium/TestExpectations:

2012-06-28  Tony Chang  <tony@chromium.org>

        Split flex into flex-grow/flex-shrink/flex-basis
        https://bugs.webkit.org/show_bug.cgi?id=86525

        Reviewed by Ojan Vafai.

        If -webkit-flex is set to none, when the user reads the value back out, it is
        now 0 0 auto. 'none' is for convenience, not an actual value.

        * css3/flexbox/flex-longhand-parsing-expected.txt:
        * css3/flexbox/flex-longhand-parsing.html: Test flex-grow, flex-shrink and flex-basis.
        * css3/flexbox/flex-property-parsing-expected.txt:
        * css3/flexbox/flex-property-parsing.html: Update results for 'none'.
        * fast/css/getComputedStyle/computed-style-expected.txt:
        * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        * fast/css/getComputedStyle/resources/property-names.js: Remove -webkit-flex since it's no longer enumerable.
        * svg/css/getComputedStyle-basic-expected.txt:

2012-06-28  Andreas Kling  <kling@webkit.org>

        [WK2] platform/mac/editing/spelling/autocorrection-blockquote-crash.html fails.
        <http://webkit.org/b/90156>

        Skip this test on mac-wk2 for now.

        * platform/mac-wk2/Skipped:

2012-06-28  Hans Wennborg  <hans@chromium.org>

        Speech JavaScript API: Don't dispatch end event after ActiveDOMObject::stop()
        https://bugs.webkit.org/show_bug.cgi?id=90176

        Reviewed by Adam Barth.

        speechgrammar-basics.html should no longer be flaky.

        * platform/chromium/TestExpectations:

2012-06-28  Alexander Pavlov  <apavlov@chromium.org>

        [Qt] inspector/styles/inject-stylesheet.html makes 4 tests flakey (TEXT PASS)
        https://bugs.webkit.org/show_bug.cgi?id=90167

        Reviewed by Csaba Osztrogonác.

        Unskip the previously offensive test.

        * platform/qt/Skipped:

2012-06-28  Csaba Osztrogonác  <ossy@webkit.org>

        [WK2] New fast/events/drag-display-none-element.html fails
        https://bugs.webkit.org/show_bug.cgi?id=90177

        Unreviewed gardening, skip the new failing test.

        * platform/wk2/Skipped:

2012-06-28  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] css3/filters/huge-region-composited.html makes css3/filters/huge-region.html crash
        https://bugs.webkit.org/show_bug.cgi?id=90165

        [Qt] inspector/styles/inject-stylesheet.html makes 4 tests flakey (TEXT PASS)
        https://bugs.webkit.org/show_bug.cgi?id=90167

        Unreviewed gardening, skip the guilty tests.

        * platform/qt/Skipped:

2012-06-28  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Restore original value of mock scrollbars between tests
        https://bugs.webkit.org/show_bug.cgi?id=90155

        Reviewed by Simon Hausmann.

        * platform/qt/Skipped: Unskip tests which doesn't break anything now.

2012-06-28  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [EFL] Gardening after r121388
        https://bugs.webkit.org/show_bug.cgi?id=90145

        Unreviewed EFL gardening. The new fast/events/drag-display-none-element.html 
        test added in r121388 does not pass on EFL port because of missing drag'n'drop support.

        * platform/efl/TestExpectations:

2012-06-28  Kent Tamura  <tkent@chromium.org>

        Classify form control states by their owner forms
        https://bugs.webkit.org/show_bug.cgi?id=89950

        Reviewed by Hajime Morita.

        * fast/forms/resources/state-restore-per-form-back.html: Added.
        * fast/forms/state-restore-per-form-expected.txt:
        Added. This contains some FAIL lines. They are expected and will
        be fixed in webkit.org/b/89962.
        * fast/forms/state-restore-per-form.html: Added.
        * fast/forms/state-restore-broken-state-expected.txt:
        Updated for the serialization format change.

2012-06-28  Kent Tamura  <tkent@chromium.org>

        [Chromium] Test expectation update

        * platform/chromium/TestExpectations:
        platform/chromium/accessibility/add-to-menu-list-crashes.html is passing.

2012-06-28  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, removing crash expectation for the
        fast/workers/worker-context-gc.html test as the offending revision
        was rolled out in r121417.

        * platform/gtk/TestExpectations:

2012-06-28  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, skip a new test to hide an annoying bug
        https://bugs.webkit.org/show_bug.cgi?id=87680 (and paint the bot green)

        * platform/qt/Skipped:

2012-06-28  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, adding a crash expectation for the
        fast/workers/worker-context-gc.html test that started crashing after r121395.

        * platform/gtk/TestExpectations:

2012-06-27  Pablo Flouret  <pablof@motorola.com>

        pattern="" should only accept the empty string
        https://bugs.webkit.org/show_bug.cgi?id=89569

        Reviewed by Kent Tamura.

        * fast/forms/ValidityState-patternMismatch-expected.txt:
        * fast/forms/ValidityState-patternMismatch.html:
            Modified the test to check the results of an empty pattern both with an empty
            value, and with some value specified.

2012-06-27  Alexis Menard  <alexis.menard@openbossa.org>

        Implement selectedOptions attribute of HTMLSelectElement.
        https://bugs.webkit.org/show_bug.cgi?id=80631

        Reviewed by Ryosuke Niwa.

        New tests to cover the feature.

        * fast/dom/HTMLSelectElement/select-selectedOptions-expected.txt: Added.
        * fast/dom/HTMLSelectElement/select-selectedOptions.html: Added.
        * fast/dom/htmlcollection-non-html-expected.txt:
        * fast/dom/htmlcollection-non-html.html:

2012-06-27  Filip Pizlo  <fpizlo@apple.com>

        Javascript SHA-512 gives wrong hash on second and subsequent runs unless Web Inspector Javascript Debugging is on
        https://bugs.webkit.org/show_bug.cgi?id=90053
        <rdar://problem/11764613>

        Reviewed by Mark Hahnenberg.

        * fast/js/dfg-uint32-to-number-skip-then-exit-expected.txt: Added.
        * fast/js/dfg-uint32-to-number-skip-then-exit.html: Added.
        * fast/js/script-tests/dfg-uint32-to-number-skip-then-exit.js: Added.
        (foo):

2012-06-27  Alpha Lam  <hclam@chromium.org>

        [chromium] Rebase image mismatch caused by 121371.

        Rebase test results for:
        platform/chromium/compositing/scrollbars/custom-composited-different-track-parts.html

        Not reviewed.

        * platform/chromium-linux/platform/chromium/compositing/scrollbars/custom-composited-different-track-parts-expected.png: Added.

2012-06-27  Daniel Cheng  <dcheng@chromium.org>

        Fix crash in Frame::nodeImage.
        https://bugs.webkit.org/show_bug.cgi?id=89911

        Reviewed by Abhishek Arya.

        * fast/events/drag-display-none-element-expected.txt: Added.
        * fast/events/drag-display-none-element.html: Added.

2012-06-27  Tony Chang  <tony@chromium.org>

        Unreviewed, rolling out r121380.
        http://trac.webkit.org/changeset/121380
        https://bugs.webkit.org/show_bug.cgi?id=86525

        Hits an ASSERT in debug.

        * css3/flexbox/flex-longhand-parsing-expected.txt: Removed.
        * css3/flexbox/flex-longhand-parsing.html: Removed.
        * css3/flexbox/flex-property-parsing-expected.txt:
        * css3/flexbox/flex-property-parsing.html:
        * fast/css/getComputedStyle/computed-style-expected.txt:
        * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        * fast/css/getComputedStyle/resources/property-names.js:
        * svg/css/getComputedStyle-basic-expected.txt:

2012-06-27  Jeffrey Pfau  <jpfau@apple.com>

        [Mac] Fix test expectation introduced in r121299

        Unreviewed.

        * platform/mac/editing/spelling/autocorrection-blockquote-crash-expected.txt:

2012-06-27  Alpha Lam  <hclam@chromium.org>

        [chromium] Rebase image mismatch caused by 121371.

        Rebase test results for:
        platform/chromium/compositing/scrollbars/custom-composited-different-track-parts.html

        Not reviewed.

        * platform/chromium-mac-snowleopard/platform/chromium/compositing/scrollbars/custom-composited-different-track-parts-expected.png: Added.
        * platform/chromium-mac/platform/chromium/compositing/scrollbars/custom-composited-different-track-parts-expected.png: Added.
        * platform/chromium-win/platform/chromium/compositing/scrollbars/custom-composited-different-track-parts-expected.png: Added.

2012-06-27  Tony Chang  <tony@chromium.org>

        Split flex into flex-grow/flex-shrink/flex-basis
        https://bugs.webkit.org/show_bug.cgi?id=86525

        Reviewed by Ojan Vafai.

        If -webkit-flex is set to none, when the user reads the value back out, it is
        now 0 0 auto. 'none' is for convenience, not an actual value.

        * css3/flexbox/flex-longhand-parsing-expected.txt:
        * css3/flexbox/flex-longhand-parsing.html: Test flex-grow, flex-shrink and flex-basis.
        * css3/flexbox/flex-property-parsing-expected.txt:
        * css3/flexbox/flex-property-parsing.html: Update results for 'none'.
        * fast/css/getComputedStyle/computed-style-expected.txt:
        * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        * fast/css/getComputedStyle/resources/property-names.js: Remove -webkit-flex since it's no longer enumerable.
        * svg/css/getComputedStyle-basic-expected.txt:

2012-06-27  Erik Arvidsson  <arv@chromium.org>

        [V8] Improve variable resolution order on window
        https://bugs.webkit.org/show_bug.cgi?id=84247

        Reviewed by Ojan Vafai.

        This changes the V8 flag to turn on es52_globals and updates the layout tests to reflect the fixed behavior.

        This is the second (third?) try. Last time there was a bug in the V8 code related to the split window.
        I added a test that tests the failure that caused this to be rolled back last time.

        * fast/dom/Window/es52-globals-expected.txt: Added.
        * fast/dom/Window/es52-globals.html: Added.
        * fast/dom/Window/window-property-shadowing-onclick-expected.txt: Added.
        * fast/dom/Window/window-property-shadowing-onclick.html: Added.
        * platform/chromium/fast/dom/Window/es52-globals-expected.txt: Added.
        * platform/chromium/fast/dom/Window/window-property-shadowing-name-expected.txt: Added.
        * platform/chromium/fast/dom/Window/window-property-shadowing-onclick-expected.txt: Added.

2012-06-27  W. James MacLean  <wjmaclean@chromium.org>

        [chromium] ScrollbarLayerChromium should support painting forward-track and back-track in different styles.
        https://bugs.webkit.org/show_bug.cgi?id=89908

        Reviewed by Adrienne Walker.

        Adds support for accelerated drawing (impl thread) of scrollbars with different styles for the
        forward-track and back-track parts.

        * platform/chromium/compositing/scrollbars/custom-composited-different-track-parts-expected.png: Added.
        * platform/chromium/compositing/scrollbars/custom-composited-different-track-parts-expected.txt: Added.
        * platform/chromium/compositing/scrollbars/custom-composited-different-track-parts.html: Added.

2012-06-27  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, adding a new baseline that's required
        after the Gamepad API has been turned on in r121332.

        * platform/gtk/fast/dom/navigator-detached-no-crash-expected.txt: Added.

2012-06-27  Ryosuke Niwa  <rniwa@webkit.org>

        REGRESSION (Safari 5?): Pasting a line into textarea inserts two newlines
        https://bugs.webkit.org/show_bug.cgi?id=49288

        Reviewed by Tony Chang.

        Add a test regerssion test for copying & pasting a line in pre into textarea twice.

        * editing/pasteboard/copy-paste-pre-line-content-expected.txt: Added.
        * editing/pasteboard/copy-paste-pre-line-content.html: Added.

2012-06-27  Alpha Lam  <hclam@chromium.org>

        [Chromium] Rebaseline svg/text/scaled-font.svg and svg/text/scaling-font-with-geometric-precision.html caused by r121343.

        Not reviewed. Build fix.

        * platform/chromium-mac-snowleopard/svg/text/scaling-font-with-geometric-precision-expected.png:
        * platform/chromium-mac/svg/text/scaled-font-expected.png:
        * platform/chromium-mac/svg/text/scaling-font-with-geometric-precision-expected.png:

2012-06-27  Ojan Vafai  <ojan@chromium.org>

        Fix some styling errors in the TestExpecations files.
        There were automatically fixed when trying to make
        webkit-patch rebaseline-expectations work for non-Chromium ports.

        * platform/efl/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:

2012-06-27  Andrei Onea  <onea@adobe.com>

        [CSSRegions]Change display values that allow regions
        https://bugs.webkit.org/show_bug.cgi?id=89759

        Reviewed by Tony Chang.

        Added checks for more display values, and modified results to reflect proper values that can become
        regions. Also created new test for dynamically changing display values, making sure regions are
        created or destroyed correctly.
        * fast/regions/region-element-display-change-expected.txt: Added.
        * fast/regions/region-element-display-change.html: Added.
        * fast/regions/region-element-display-restriction-expected.txt:
        * fast/regions/script-tests/region-element-display-change.js: Added.
        (testElement):
        * fast/regions/script-tests/region-element-display-restriction.js:

2012-06-27  Mike Lawther  <mikelawther@chromium.org>

        CSS3 calc: blending involving expressions
        https://bugs.webkit.org/show_bug.cgi?id=86160

        Reviewed by Tony Chang.

        Removed existing test as it was folded into transitions.html.

        * css3/calc/transition-start-end-with-calc-expected.txt: Removed.
        * css3/calc/transition-start-end-with-calc.html: Removed.
        * css3/calc/transitions-dependent-expected.txt: Added.
        * css3/calc/transitions-dependent.html: Added.
        * css3/calc/transitions-expected.txt: Added.
        * css3/calc/transitions.html: Added.

2012-06-27  Shinya Kawanaka  <shinyak@chromium.org>

        [Shadow] Triggers assertion in VisibleSelection::adjustSelectionToAvoidCrossingBoundaries()
        https://bugs.webkit.org/show_bug.cgi?id=89918

        Reviewed by Ryosuke Niwa.

        This patch adds a testcase of selection from Shadow DOM to some elements outside of shadow host.
        r121303, which is a patch for another issue, fixed this issue.

        * editing/shadow/breaking-editing-boundaries-2-expected.txt: Added.
        * editing/shadow/breaking-editing-boundaries-2.html: Added.

2012-06-27  Alexandru Chiculita  <achicu@adobe.com>

        Blur filter causes issues when scrolling
        https://bugs.webkit.org/show_bug.cgi?id=89475

        Reviewed by Simon Fraser.

        Checking that the fixed positioned element repaints correctly when there is a blur filter
        applied on its parent layer.

        * css3/filters/blur-filter-page-scroll.html: Added.
        * platform/chromium/css3/filters/blur-filter-page-scroll-expected.png: Added.
        * platform/chromium/css3/filters/blur-filter-page-scroll-expected.txt: Added.
        * platform/chromium/TestExpectations: The new test needs to be checked on Windows.
        * platform/mac/css3/filters/blur-filter-page-scroll-expected.png: Added.
        * platform/mac/css3/filters/blur-filter-page-scroll-expected.txt: Added.

2012-06-27  Alexander Pavlov  <apavlov@chromium.org>

        Unexpected end of style sheet in @font-face rule discards it rather than closes all open constructs
        https://bugs.webkit.org/show_bug.cgi?id=89980

        Reviewed by Antti Koivisto.

        * fast/css/font-face-unexpected-end-expected.html: Added.
        * fast/css/font-face-unexpected-end.html: Added.

2012-06-27  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening, rebaseline after r121303.

        * platform/qt/editing/deleting/delete-br-002-expected.txt:
        * platform/qt/editing/deleting/delete-br-004-expected.txt:
        * platform/qt/editing/deleting/delete-br-005-expected.txt:
        * platform/qt/editing/deleting/delete-br-006-expected.txt:

2012-06-27  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, updating baselines after r121303.

        * platform/gtk/editing/deleting/delete-br-002-expected.txt:
        * platform/gtk/editing/deleting/delete-br-004-expected.txt:
        * platform/gtk/editing/deleting/delete-br-005-expected.txt:
        * platform/gtk/editing/deleting/delete-br-006-expected.txt:

2012-06-26  Xueqing Huang  <huangxueqing@baidu.com>

        DragData::asFilenames should not push same file names to result in Windows.
        https://bugs.webkit.org/show_bug.cgi?id=79861

        Reviewed by Alexey Proskuryakov.

        * platform/win/fast/forms/file/drag-and-drop-files-expected.txt: Added.
        * platform/win/fast/forms/file/drag-and-drop-files.html: Added.

2012-06-26  Ryosuke Niwa  <rniwa@webkit.org>

        Rebaseline after r121286 and r121290.

        * editing/deleting/merge-into-empty-block-2-expected.txt:

2012-06-26  Keishi Hattori  <keishi@webkit.org>

        [Chromium] Rebaseline fast/backgrounds/size/zero.html. Caused by r121296

        Unreviewed.

        * platform/chromium-mac-snowleopard/fast/backgrounds/size/zero-expected.png:
        * platform/chromium-mac/fast/backgrounds/size/zero-expected.png:

2012-06-26  Keishi Hattori  <keishi@webkit.org>

        [Chromium] Rebaseline 4 tests in editing/deleting. Caused by r121303.

        Unreviewed.

        * platform/chromium-linux-x86/editing/deleting/delete-br-002-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/deleting/delete-br-002-expected.txt.
        * platform/chromium-linux-x86/editing/deleting/delete-br-004-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/deleting/delete-br-004-expected.txt.
        * platform/chromium-linux-x86/editing/deleting/delete-br-005-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/deleting/delete-br-005-expected.txt.
        * platform/chromium-linux-x86/editing/deleting/delete-br-006-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/deleting/delete-br-006-expected.txt.
        * platform/chromium-linux/editing/deleting/delete-br-002-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/deleting/delete-br-002-expected.txt.
        * platform/chromium-linux/editing/deleting/delete-br-004-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/deleting/delete-br-004-expected.txt.
        * platform/chromium-linux/editing/deleting/delete-br-005-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/deleting/delete-br-005-expected.txt.
        * platform/chromium-linux/editing/deleting/delete-br-006-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/deleting/delete-br-006-expected.txt.
        * platform/chromium-win-xp/editing/deleting/delete-br-002-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/deleting/delete-br-002-expected.txt.
        * platform/chromium-win-xp/editing/deleting/delete-br-004-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/deleting/delete-br-004-expected.txt.
        * platform/chromium-win-xp/editing/deleting/delete-br-005-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/deleting/delete-br-005-expected.txt.
        * platform/chromium-win-xp/editing/deleting/delete-br-006-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/deleting/delete-br-006-expected.txt.
        * platform/chromium-win/editing/deleting/delete-br-002-expected.txt:
        * platform/chromium-win/editing/deleting/delete-br-004-expected.txt:
        * platform/chromium-win/editing/deleting/delete-br-005-expected.txt:
        * platform/chromium-win/editing/deleting/delete-br-006-expected.txt:

2012-06-26  Douglas Stockwell  <dstockwell@chromium.org>

        REGRESSION(r107836): box shadow not drawn for opaque images with an opaque background
        https://bugs.webkit.org/show_bug.cgi?id=89958

        Reviewed by Simon Fraser.

        * fast/box-shadow/image-box-shadow-expected.html: Added.
        * fast/box-shadow/image-box-shadow.html: Added.
        * fast/box-shadow/resources/green-alpha.png: Added.
        * fast/box-shadow/resources/green.jpg: Added.
        * fast/box-shadow/resources/green.png: Added.

2012-06-26  Kulanthaivel Palanichamy  <kulanthaivel@codeaurora.org>

        Unexpected element sizes when mixing inline-table with box-sizing
        https://bugs.webkit.org/show_bug.cgi?id=89819

        Reviewed by Julien Chaffraix.

        * fast/box-sizing/css-table-with-box-sizing-expected.txt: Added.
        * fast/box-sizing/css-table-with-box-sizing.html: Added.

2012-06-26  Filip Pizlo  <fpizlo@apple.com>

        DFG PutByValAlias is too aggressive
        https://bugs.webkit.org/show_bug.cgi?id=90026
        <rdar://problem/11751830>

        Reviewed by Gavin Barraclough.

        * fast/js/dfg-put-by-val-setter-then-get-by-val-expected.txt: Added.
        * fast/js/dfg-put-by-val-setter-then-get-by-val.html: Added.
        * fast/js/dfg-uint8clampedarray-out-of-bounds-put-by-val-alias-expected.txt: Added.
        * fast/js/dfg-uint8clampedarray-out-of-bounds-put-by-val-alias.html: Added.
        * fast/js/script-tests/dfg-put-by-val-setter-then-get-by-val.js: Added.
        (foo):
        (for):
        * fast/js/script-tests/dfg-uint8clampedarray-out-of-bounds-put-by-val-alias.js: Added.
        (foo):

2012-06-26  Kevin Ellis  <kevers@chromium.org>

        Touch adjustment does not target shadow DOM elements
        https://bugs.webkit.org/show_bug.cgi?id=89556

        Cannot open calendar picker for input type=date using a touch tap
        gesture if TOUCH_ADJUSTMENT is enabled. When touch adjustment is 
        enabled, the position of a touch point is snapped to the center of an
        element when generating synthetic mouse events.  The position of shadow
        nodes was not being considered when determining the snap position. 
        This test verifies that touch adjustment now considers shadow-DOM
        when calculating the snap position. 

        Reviewed by Antonio Gomes.

        * touchadjustment/nested-shadow-node-expected.txt: Added.
        * touchadjustment/nested-shadow-node.html: Added.

2012-06-26  Ryosuke Niwa  <rniwa@webkit.org>

        Stop calling node() and deprecatedEditingOffset() in comparePositions
        https://bugs.webkit.org/show_bug.cgi?id=54535

        Reviewed by Enrica Casucci.

        Rebaselined existing tests. There are no user-visible changes.

        * editing/inseting/font-size-clears-from-typing-style-expected.txt: No longer keeps div's around
        when merging paragraphs.
        * platform/mac/editing/deleting/delete-br-002-expected.txt:
        * platform/mac/editing/deleting/delete-br-004-expected.txt:
        * platform/mac/editing/deleting/delete-br-005-expected.txt:
        * platform/mac/editing/deleting/delete-br-006-expected.txt:

2012-06-26  Alice Cheng  <alice_cheng@apple.com>

        Crash at WebCore::TextIterator::handleTextBox
        https://bugs.webkit.org/show_bug.cgi?id=89526
        <rdar://problem/10305315>

        Reviewed by Darin Adler.

        * platform/mac/editing/spelling/autocorrection-blockquote-crash-expected.txt: Added.
        * platform/mac/editing/spelling/autocorrection-blockquote-crash.html: Added.

2012-06-26  Ryosuke Niwa  <rniwa@webkit.org>

        Convert editing/inserting/font-size-clears-from-typing-style.html to a dump-as-markup test
        https://bugs.webkit.org/show_bug.cgi?id=90024

        Reviewed by Ojan Vafai.

        Converted a script test to a dump-as-markup test because the test result can be understood much eaiser that way.

        * editing/inserting/font-size-clears-from-typing-style-expected.txt:
        * editing/inserting/font-size-clears-from-typing-style.html:
        * editing/inserting/script-tests: Removed.
        * editing/inserting/script-tests/TEMPLATE.html: Removed.
        * editing/inserting/script-tests/font-size-clears-from-typing-style.js: Removed.

2012-06-26  Tom Sepez  <tsepez@chromium.org>

        [chromium] HTML5 audio/video tags - loading http content from https page doesn't trigger warning.
        https://bugs.webkit.org/show_bug.cgi?id=89906

        Reviewed by Nate Chapin.

        This patch treats mixed CachedRawResources as affecting the display of insecure content.

        * http/tests/security/mixedContent/insecure-audio-video-in-main-frame-expected.txt: Added.
        * http/tests/security/mixedContent/insecure-audio-video-in-main-frame.html: Added.
        * http/tests/security/mixedContent/insecure-xhr-in-main-frame-expected.txt: Added.
        * http/tests/security/mixedContent/insecure-xhr-in-main-frame.html: Added.
        * http/tests/security/mixedContent/resources/frame-with-insecure-audio-video.html: Added.
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:

2012-06-26  Joe Thomas  <joethomas@motorola.com>

        background-size:0 shows as 1px instead of invisible
        https://bugs.webkit.org/show_bug.cgi?id=86942

        Reviewed by Eric Seidel.

        As per the specification http://www.w3.org/TR/css3-background/#background-size, if the background image's width or height resolves to zero,
        this causes the image not to be displayed. The effect should be the same as if it had been a transparent image.
        This is also mentioned in http://www.w3.org/TR/2002/WD-css3-background-20020802/#background-size.

        * fast/backgrounds/size/zero.html:
        * fast/backgrounds/zero-background-size-expected.html: Added.
        * fast/backgrounds/zero-background-size.html: Added.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/fast/backgrounds/size/zero-expected.png:
        * platform/mac/fast/backgrounds/size/zero-expected.txt:
        * platform/qt/TestExpectations:

2012-06-26  Ryosuke Niwa  <rniwa@webkit.org>

        Fix a test after r121286.

        * editing/deleting/merge-into-empty-block-2.html:

2012-06-26  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r121285.
        http://trac.webkit.org/changeset/121285
        https://bugs.webkit.org/show_bug.cgi?id=90014

        "We misinterpreted 'size of the initial containing block'"
        (Requested by tomz on #webkit).

        * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vh-border-expected.html: Removed.
        * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vh-border.html: Removed.
        * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmin-border-expected.html: Removed.
        * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmin-border.html: Removed.
        * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vw-border-expected.htm: Removed.
        * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vw-border.html: Removed.
        * ietestcenter/css3/valuesandunits/units-000.htm:
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:

2012-06-26  Ryosuke Niwa  <rniwa@webkit.org>

        Convert editing/deleting/delete-3959464-fix.html, delete-at-paragraph-boundaries-001.html, merge-into-empty-block-1.html and merge-into-empty-block-2.html to dump-as-markup tests
        https://bugs.webkit.org/show_bug.cgi?id=90011

        Reviewed by Eric Seidel.

        * editing/deleting/delete-3959464-fix-expected.txt: Added.
        * editing/deleting/delete-3959464-fix.html:
        * editing/deleting/delete-at-paragraph-boundaries-001-expected.txt: Added.
        * editing/deleting/delete-at-paragraph-boundaries-001.html:
        * editing/deleting/merge-into-empty-block-1-expected.txt: Added.
        * editing/deleting/merge-into-empty-block-1.html:
        * editing/deleting/merge-into-empty-block-2-expected.txt: Added.
        * editing/deleting/merge-into-empty-block-2.html:
        * platform/chromium-linux/editing/deleting/delete-3959464-fix-expected.png: Removed.
        * platform/chromium-linux/editing/deleting/delete-at-paragraph-boundaries-001-expected.png: Removed.
        * platform/chromium-linux/editing/deleting/merge-into-empty-block-1-expected.png: Removed.
        * platform/chromium-linux/editing/deleting/merge-into-empty-block-2-expected.png: Removed.
        * platform/chromium-mac-leopard/editing/deleting/delete-at-paragraph-boundaries-001-expected.png: Removed.
        * platform/chromium-mac-leopard/editing/deleting/merge-into-empty-block-1-expected.png: Removed.
        * platform/chromium-mac-leopard/editing/deleting/merge-into-empty-block-2-expected.png: Removed.
        * platform/chromium-mac-snowleopard/editing/deleting/merge-into-empty-block-1-expected.png: Removed.
        * platform/chromium-mac-snowleopard/editing/deleting/merge-into-empty-block-2-expected.png: Removed.
        * platform/chromium-mac/editing/deleting/delete-3959464-fix-expected.png: Removed.
        * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-001-expected.png: Removed.
        * platform/chromium-mac/editing/deleting/merge-into-empty-block-1-expected.png: Removed.
        * platform/chromium-mac/editing/deleting/merge-into-empty-block-2-expected.png: Removed.
        * platform/chromium-win/editing/deleting/delete-3959464-fix-expected.png: Removed.
        * platform/chromium-win/editing/deleting/delete-3959464-fix-expected.txt: Removed.
        * platform/chromium-win/editing/deleting/delete-at-paragraph-boundaries-001-expected.png: Removed.
        * platform/chromium-win/editing/deleting/delete-at-paragraph-boundaries-001-expected.txt: Removed.
        * platform/chromium-win/editing/deleting/merge-into-empty-block-1-expected.png: Removed.
        * platform/chromium-win/editing/deleting/merge-into-empty-block-1-expected.txt: Removed.
        * platform/chromium-win/editing/deleting/merge-into-empty-block-2-expected.png: Removed.
        * platform/chromium-win/editing/deleting/merge-into-empty-block-2-expected.txt: Removed.
        * platform/gtk/editing/deleting/delete-3959464-fix-expected.txt: Removed.
        * platform/gtk/editing/deleting/delete-at-paragraph-boundaries-001-expected.png: Removed.
        * platform/gtk/editing/deleting/delete-at-paragraph-boundaries-001-expected.txt: Removed.
        * platform/gtk/editing/deleting/merge-into-empty-block-1-expected.png: Removed.
        * platform/gtk/editing/deleting/merge-into-empty-block-1-expected.txt: Removed.
        * platform/gtk/editing/deleting/merge-into-empty-block-2-expected.png: Removed.
        * platform/gtk/editing/deleting/merge-into-empty-block-2-expected.txt: Removed.
        * platform/mac/editing/deleting/delete-3959464-fix-expected.png: Removed.
        * platform/mac/editing/deleting/delete-3959464-fix-expected.txt: Removed.
        * platform/mac/editing/deleting/delete-at-paragraph-boundaries-001-expected.png: Removed.
        * platform/mac/editing/deleting/delete-at-paragraph-boundaries-001-expected.txt: Removed.
        * platform/mac/editing/deleting/merge-into-empty-block-1-expected.png: Removed.
        * platform/mac/editing/deleting/merge-into-empty-block-1-expected.txt: Removed.
        * platform/mac/editing/deleting/merge-into-empty-block-2-expected.png: Removed.
        * platform/mac/editing/deleting/merge-into-empty-block-2-expected.txt: Removed.
        * platform/qt/editing/deleting/delete-3959464-fix-expected.png: Removed.
        * platform/qt/editing/deleting/delete-3959464-fix-expected.txt: Removed.
        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-001-expected.png: Removed.
        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-001-expected.txt: Removed.
        * platform/qt/editing/deleting/merge-into-empty-block-1-expected.png: Removed.
        * platform/qt/editing/deleting/merge-into-empty-block-1-expected.txt: Removed.
        * platform/qt/editing/deleting/merge-into-empty-block-2-expected.png: Removed.
        * platform/qt/editing/deleting/merge-into-empty-block-2-expected.txt: Removed.

2012-06-26  Dave Tharp  <dtharp@codeaurora.org>

        ietestcenter/css3/valuesandunits/units-000.htm asserts
        https://bugs.webkit.org/show_bug.cgi?id=86176

        Reviewed by Beth Dakin.

        Adding explicit tests for viewport border length tests. Inspired by IE Test center
        units-000 test which highlighted that vw, vh, and vmin were not being handled in computeLengthDouble().
        Also, adjusting test_expectations and Skipped for units-000, which no longer Asserts with this
        patch implemented.

        * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vh-border-expected.html: Added.
        * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vh-border.html: Added.
        * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmin-border-expected.html: Added.
        * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmin-border.html: Added.
        * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vw-border-expected.htm: Added.
        * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vw-border.html: Added.
        * ietestcenter/css3/valuesandunits/units-000.htm:
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:

2012-06-26  Filip Pizlo  <fpizlo@apple.com>

        DFG::operationNewArray is unnecessarily slow, and may use the wrong array
        prototype when inlined
        https://bugs.webkit.org/show_bug.cgi?id=89821

        Rubber stamped by Geoffrey Garen.

        * fast/js/dfg-cross-global-object-inline-new-array-expected.txt: Added.
        * fast/js/dfg-cross-global-object-inline-new-array-literal-expected.txt: Added.
        * fast/js/dfg-cross-global-object-inline-new-array-literal-with-variables-expected.txt: Added.
        * fast/js/dfg-cross-global-object-inline-new-array-literal-with-variables.html: Added.
        * fast/js/dfg-cross-global-object-inline-new-array-literal.html: Added.
        * fast/js/dfg-cross-global-object-inline-new-array-with-elements-expected.txt: Added.
        * fast/js/dfg-cross-global-object-inline-new-array-with-elements.html: Added.
        * fast/js/dfg-cross-global-object-inline-new-array-with-size-expected.txt: Added.
        * fast/js/dfg-cross-global-object-inline-new-array-with-size.html: Added.
        * fast/js/dfg-cross-global-object-inline-new-array.html: Added.
        * fast/js/script-tests/cross-global-object-inline-global-var.js:
        (done):
        * fast/js/script-tests/dfg-cross-global-object-inline-new-array-literal-with-variables.js: Added.
        (foo):
        (done):
        (doit):
        * fast/js/script-tests/dfg-cross-global-object-inline-new-array-literal.js: Added.
        (foo):
        (done):
        (doit):
        * fast/js/script-tests/dfg-cross-global-object-inline-new-array-with-elements.js: Added.
        (foo):
        (done):
        (doit):
        * fast/js/script-tests/dfg-cross-global-object-inline-new-array-with-size.js: Added.
        (foo):
        (done):
        (doit):
        * fast/js/script-tests/dfg-cross-global-object-inline-new-array.js: Added.
        (foo):
        (done):
        (doit):

2012-06-26  Adam Klein  <adamk@chromium.org>

        MutationObserver.observe should treat a null or undefined options argument as empty
        https://bugs.webkit.org/show_bug.cgi?id=89992

        Reviewed by Ojan Vafai.

        * fast/mutation/observe-exceptions-expected.txt:

2012-06-26  Alpha Lam  <hclam@chromium.org>

        [chromium] Mark a layout test as timeout
        https://bugs.webkit.org/show_bug.cgi?id=90003

        fast/js/repeat-cached-vm-reentry.html started timing out on Mac debug and Win debug builds
        between r121233:121239.

        * platform/chromium/TestExpectations:

2012-06-26  Julien Chaffraix  <jchaffraix@webkit.org>

        Crash in FixedTableLayout::layout
        https://bugs.webkit.org/show_bug.cgi?id=88676

        Reviewed by Abhishek Arya.

        * fast/table/auto-table-layout-colgroup-removal-crash-expected.txt: Added.
        * fast/table/auto-table-layout-colgroup-removal-crash.html: Added.
        * fast/table/fixed-table-layout/colgroup-removal-crash-expected.txt: Added.
        * fast/table/fixed-table-layout/colgroup-removal-crash.html: Added.
        2 cases where we remove a colgroup after having done layout.

        * fast/table/fixed-table-layout/prepend-in-fixed-table-expected.txt: Added.
        * fast/table/fixed-table-layout/prepend-in-fixed-table.html: Added.
        This is a copy of fast/table/prepend-in-anonymous-table.html modified to work with
        fixed table layout. This covers a bug found during testing that is fixed as part of
        this broader change.

2012-06-26  Alpha Lam  <hclam@chromium.org>

        [chromium] Mark a layout test as fail
        https://bugs.webkit.org/show_bug.cgi?id=89998

        compositing/webgl/webgl-nonpremultiplied-blend.html started failing after r121267, give it IMAGE failure.

        * platform/chromium/TestExpectations:

2012-06-26  Allan Sandfeld Jensen  <allan.jensen@nokia.com>

        [Qt] Baseline missing for 3D transforms tests.
        https://bugs.webkit.org/show_bug.cgi?id=89973

        Reviewed by Csaba Osztrogonác.

        Unskip the transforms/3d/hit-testing, and skip one failing transforms/3d/point-mapping test.
        Add missing baselines for all unskipped 3D transforms tests.

        * platform/qt/Skipped:
        * platform/qt/transforms/3d/hit-testing/backface-hit-test-expected.txt: Added.
        * platform/qt/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.txt: Added.
        * platform/qt/transforms/3d/point-mapping/3d-point-mapping-2-expected.txt: Added.
        * platform/qt/transforms/3d/point-mapping/3d-point-mapping-3-expected.txt: Added.
        * platform/qt/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.txt: Added.
        * platform/qt/transforms/3d/point-mapping/3d-point-mapping-deep-expected.txt: Added.
        * platform/qt/transforms/3d/point-mapping/3d-point-mapping-expected.txt: Added.
        * platform/qt/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.txt: Added.
        * platform/qt/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.txt: Added.

2012-06-26  Philip Rogers  <pdr@google.com>

        Fix bug where animations failed to start
        https://bugs.webkit.org/show_bug.cgi?id=89943

        Reviewed by Nikolas Zimmermann.

        * svg/custom/animate-initial-pause-unpause-expected.txt: Added.
        * svg/custom/animate-initial-pause-unpause.html: Added.

2012-06-26  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        [EFL] Gardening of new passing tests
        https://bugs.webkit.org/show_bug.cgi?id=89970

        Unreviewed gardening.

        * platform/efl/TestExpectations:

2012-06-26  Simon Pena  <spena@igalia.com>

        [GTK] Assert failure in fast/canvas/canvas-createImageData.html for 64bit Debug bot
        https://bugs.webkit.org/show_bug.cgi?id=89647

        Unreviewed, update GTK test expectations.

        r121215 has fixed the assertion failure, so the test doesn't crash
        anymore.

        * platform/gtk/TestExpectations:

2012-06-26  Taiju Tsuiki  <tzik@chromium.org>

        Web Inspector: Add requestMetadata command and metadataReceived event to FileSystem
        https://bugs.webkit.org/show_bug.cgi?id=87856

        Reviewed by Yury Semikhatsky.

        * http/tests/inspector/filesystem/filesystem-test.js:
        (initialize_FileSystemTest.InspectorTest.writeFile):
        (initialize_FileSystemTest.InspectorTest.dumpMetadataRequestResult):
        (initialize_FileSystemTest):
        (writeFile.didGetFileSystem):
        (writeFile):
        (writeFile.didGetWriter.writer.onwrite):
        (writeFile.didGetWriter):
        * http/tests/inspector/filesystem/get-metadata-expected.txt: Added.
        * http/tests/inspector/filesystem/get-metadata.html: Added.

2012-06-26  Philip Rogers  <pdr@google.com>

        Fix setCurrentTime for paused animations
        https://bugs.webkit.org/show_bug.cgi?id=81350

        Reviewed by Nikolas Zimmermann.

        This test does not use the SVG animation test framework because the framework
        works by pausing animations and testing animated values at fixed times
        (through calling setCurrentTime). Testing this patch requires that we run
        the animation and cannot be tested with the animation test framework.

        * svg/custom/animate-pause-resume-expected.txt: Added.
        * svg/custom/animate-pause-resume.html: Added.

2012-06-26  Tony Chang  <tony@chromium.org>

        [Qt] Enable grid layout LayoutTests
        https://bugs.webkit.org/show_bug.cgi?id=89909

        Reviewed by Csaba Osztrogonác.

        * platform/qt/Skipped: Enable fast/css-grid-layout tests.

2012-06-26  Mario Sanchez Prada  <msanchez@igalia.com>

        Unreviewed gardening after r120845.
        Update expectations for test crashing in the GTK 64bit debug bot.

        * platform/gtk/TestExpectations: Add test to CRASHING section.

2012-06-26  Dominic Cooney  <dominicc@chromium.org>

        WheelEvent should inherit from MouseEvent
        https://bugs.webkit.org/show_bug.cgi?id=76104

        Reviewed by Kentaro Hara.

        * fast/events/event-creation-expected.txt:
        * fast/events/event-creation.html: Also check WheelEvent instanceof MouseEvent as well as UIEvent, Event

2012-06-25  Fumitoshi Ukai  <ukai@chromium.org>

        Unreviewed, update chromium test expectations.

        * platform/chromium/TestExpectations:

2012-06-25  Filip Pizlo  <fpizlo@apple.com>

        Value profiling should use tier-up threshold randomization to get more coverage
        https://bugs.webkit.org/show_bug.cgi?id=89802

        Reviewed by Gavin Barraclough.
        
        * fast/js/dfg-store-unexpected-value-into-argument-and-osr-exit-expected.txt: Added.
        * fast/js/dfg-store-unexpected-value-into-argument-and-osr-exit.html: Added.
        * fast/js/script-tests/dfg-store-unexpected-value-into-argument-and-osr-exit.js: Added.
        (foo):

2012-06-25  Shinya Kawanaka  <shinyak@chromium.org>

        [Shadow] Deleting list distributed to Shadow DOM does not work correctly.
        https://bugs.webkit.org/show_bug.cgi?id=89170

        Reviewed by Ryosuke Niwa.

        * editing/shadow/delete-list-in-shadow-expected.txt: Added.
        * editing/shadow/delete-list-in-shadow.html: Added.

2012-06-25  Kent Tamura  <tkent@chromium.org>

        Unreviewed, rolling out r121145.
        http://trac.webkit.org/changeset/121145
        https://bugs.webkit.org/show_bug.cgi?id=89847

        Had an objection for the change.

        * fast/forms/state-restore-broken-state-expected.txt:
        * fast/forms/state-restore-various-values-expected.txt: Removed.
        * fast/forms/state-restore-various-values.html: Removed.

2012-06-25  Anders Carlsson  <andersca@apple.com>

        [Lion WK2] fast/loader/reload-zero-byte-plugin.html hits assert
        https://bugs.webkit.org/show_bug.cgi?id=89611
        <rdar://problem/11714023>

        Reviewed by Sam Weinig.

        Remove the test from the Skipped list.

        * platform/mac-wk2/Skipped:

2012-06-25  Dirk Pranke  <dpranke@chromium.org>

        remove chromium vista baselines
        https://bugs.webkit.org/show_bug.cgi?id=89927

        Unreviewed, expectations change.

        Now that we no longer run tests on Vista, no need for the
        baselines either.

        * platform/chromium-win-vista/canvas/philip/tests/2d.line.cap.round-expected.txt: Removed.
        * platform/chromium-win-vista/canvas/philip/tests/2d.strokeRect.zero.5-expected.txt: Removed.
        * platform/chromium-win-vista/compositing/geometry/horizontal-scroll-composited-expected.png: Removed.
        * platform/chromium-win-vista/compositing/overflow/theme-affects-visual-overflow-expected.txt: Removed.
        * platform/chromium-win-vista/compositing/shadows/shadow-drawing-expected.png: Removed.
        * platform/chromium-win-vista/css1/font_properties/font-expected.txt: Removed.
        * platform/chromium-win-vista/css1/text_properties/line_height-expected.txt: Removed.
        * platform/chromium-win-vista/css1/units/percentage_units-expected.png: Removed.
        * platform/chromium-win-vista/css2.1/t040103-ident-03-c-expected.png: Removed.
        * platform/chromium-win-vista/css2.1/t0803-c5505-imrgn-00-a-ag-expected.txt: Removed.
        * platform/chromium-win-vista/css3/selectors3/html/css3-modsel-23-expected.png: Removed.
        * platform/chromium-win-vista/css3/selectors3/html/css3-modsel-24-expected.png: Removed.
        * platform/chromium-win-vista/css3/selectors3/html/css3-modsel-32-expected.txt: Removed.
        * platform/chromium-win-vista/css3/selectors3/html/css3-modsel-68-expected.png: Removed.
        * platform/chromium-win-vista/css3/selectors3/html/css3-modsel-69-expected.png: Removed.
        * platform/chromium-win-vista/css3/selectors3/xhtml/css3-modsel-23-expected.png: Removed.
        * platform/chromium-win-vista/css3/selectors3/xhtml/css3-modsel-24-expected.png: Removed.
        * platform/chromium-win-vista/css3/selectors3/xhtml/css3-modsel-69-expected.png: Removed.
        * platform/chromium-win-vista/css3/selectors3/xml/css3-modsel-23-expected.png: Removed.
        * platform/chromium-win-vista/css3/selectors3/xml/css3-modsel-24-expected.png: Removed.
        * platform/chromium-win-vista/css3/selectors3/xml/css3-modsel-68-expected.png: Removed.
        * platform/chromium-win-vista/css3/selectors3/xml/css3-modsel-69-expected.png: Removed.
        * platform/chromium-win-vista/editing/inserting/4959067-expected.txt: Removed.
        * platform/chromium-win-vista/editing/pasteboard/paste-xml-expected.txt: Removed.
        * platform/chromium-win-vista/editing/style/style-3681552-fix-002-expected.txt: Removed.
        * platform/chromium-win-vista/fast/backgrounds/size/backgroundSize20-expected.png: Removed.
        * platform/chromium-win-vista/fast/backgrounds/size/backgroundSize21-expected.png: Removed.
        * platform/chromium-win-vista/fast/backgrounds/size/backgroundSize22-expected.png: Removed.
        * platform/chromium-win-vista/fast/block/positioning/trailing-space-test-expected.png: Removed.
        * platform/chromium-win-vista/fast/box-shadow/single-pixel-shadow-expected.png: Removed.
        * platform/chromium-win-vista/fast/canvas/canvas-fillRect-gradient-shadow-expected.txt: Removed.
        * platform/chromium-win-vista/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Removed.
        * platform/chromium-win-vista/fast/canvas/webgl/context-lost-expected.txt: Removed.
        * platform/chromium-win-vista/fast/compact/001-expected.png: Removed.
        * platform/chromium-win-vista/fast/css/box-shadow-and-border-radius-expected.png: Removed.
        * platform/chromium-win-vista/fast/css/text-rendering-expected.png: Removed.
        * platform/chromium-win-vista/fast/css/text-rendering-expected.txt: Removed.
        * platform/chromium-win-vista/fast/css/zoom-body-scroll-expected.txt: Removed.
        * platform/chromium-win-vista/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt: Removed.
        * platform/chromium-win-vista/fast/dom/HTMLProgressElement/progress-element-expected.txt: Removed.
        * platform/chromium-win-vista/fast/forms/select-writing-direction-natural-expected.txt: Removed.
        * platform/chromium-win-vista/fast/inline-block/002-expected.png: Removed.
        * platform/chromium-win-vista/fast/inline/002-expected.png: Removed.
        * platform/chromium-win-vista/fast/js/large-expressions-expected.txt: Removed.
        * platform/chromium-win-vista/fast/multicol/client-rects-expected.png: Removed.
        * platform/chromium-win-vista/fast/multicol/client-rects-expected.txt: Removed.
        * platform/chromium-win-vista/fast/multicol/vertical-rl/nested-columns-expected.png: Removed.
        * platform/chromium-win-vista/fast/parser/style-script-head-test-expected.png: Removed.
        * platform/chromium-win-vista/fast/repaint/background-misaligned-expected.png: Removed.
        * platform/chromium-win-vista/fast/repaint/inline-relative-positioned-expected.txt: Removed.
        * platform/chromium-win-vista/fast/replaced/image-tag-expected.png: Removed.
        * platform/chromium-win-vista/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.png: Removed.
        * platform/chromium-win-vista/fast/table/tableInsideCaption-expected.png: Removed.
        * platform/chromium-win-vista/fast/text/atsui-kerning-and-ligatures-expected.png: Removed.
        * platform/chromium-win-vista/fast/text/backslash-to-yen-sign-expected.txt: Removed.
        * platform/chromium-win-vista/fast/text/international/bidi-mirror-he-ar-expected.txt: Removed.
        * platform/chromium-win-vista/fast/text/international/bidi-neutral-run-expected.png: Removed.
        * platform/chromium-win-vista/fast/text/international/danda-space-expected.png: Removed.
        * platform/chromium-win-vista/fast/text/international/plane2-expected.txt: Removed.
        * platform/chromium-win-vista/fast/text/selection-painted-separately-expected.txt: Removed.
        * platform/chromium-win-vista/fast/text/selection-rect-rounding-expected.txt: Removed.
        * platform/chromium-win-vista/fast/text/stroking-decorations-expected.png: Removed.
        * platform/chromium-win-vista/fast/text/stroking-expected.png: Removed.
        * platform/chromium-win-vista/fast/text/unicode-variation-selector-expected.png: Removed.
        * platform/chromium-win-vista/fast/text/whitespace/normal-after-nowrap-breaking-expected.png: Removed.
        * platform/chromium-win-vista/fast/writing-mode/broken-ideographic-font-expected.txt: Removed.
        * platform/chromium-win-vista/fast/writing-mode/english-lr-text-expected.png: Removed.
        * platform/chromium-win-vista/http/tests/misc/acid2-expected.txt: Removed.
        * platform/chromium-win-vista/http/tests/misc/acid2-pixel-expected.png: Removed.
        * platform/chromium-win-vista/platform/chromium/compositing/layout-width-change-expected.png: Removed.
        * platform/chromium-win-vista/platform/chromium/virtual/gpu/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.txt: Removed.
        * platform/chromium-win-vista/platform/chromium/virtual/gpu/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Removed.
        * platform/chromium-win-vista/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Removed.
        * platform/chromium-win-vista/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt: Removed.
        * platform/chromium-win-vista/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt: Removed.
        * platform/chromium-win-vista/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt: Removed.
        * platform/chromium-win-vista/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt: Removed.
        * platform/chromium-win-vista/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png: Removed.
        * platform/chromium-win-vista/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Removed.
        * platform/chromium-win-vista/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt: Removed.
        * platform/chromium-win-vista/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt: Removed.
        * platform/chromium-win-vista/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt: Removed.
        * platform/chromium-win-vista/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt: Removed.
        * platform/chromium-win-vista/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png: Removed.
        * platform/chromium-win-vista/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Removed.
        * platform/chromium-win-vista/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png: Removed.
        * platform/chromium-win-vista/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Removed.
        * platform/chromium-win-vista/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png: Removed.
        * platform/chromium-win-vista/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt: Removed.
        * platform/chromium-win-vista/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png: Removed.
        * platform/chromium-win-vista/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Removed.
        * platform/chromium-win-vista/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png: Removed.
        * platform/chromium-win-vista/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Removed.
        * platform/chromium-win-vista/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt: Removed.
        * platform/chromium-win-vista/svg/W3C-I18N/tspan-direction-rtl-expected.txt: Removed.
        * platform/chromium-win-vista/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.png: Removed.
        * platform/chromium-win-vista/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Removed.
        * platform/chromium-win-vista/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png: Removed.
        * platform/chromium-win-vista/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: Removed.
        * platform/chromium-win-vista/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt: Removed.
        * platform/chromium-win-vista/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png: Removed.
        * platform/chromium-win-vista/svg/W3C-SVG-1.1/text-intro-05-t-expected.png: Removed.
        * platform/chromium-win-vista/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Removed.
        * platform/chromium-win-vista/svg/as-image/image-respects-pageScaleFactor-expected.png: Removed.
        * platform/chromium-win-vista/svg/as-image/image-respects-pageScaleFactor-expected.txt: Removed.
        * platform/chromium-win-vista/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt: Removed.
        * platform/chromium-win-vista/svg/css/composite-shadow-text-expected.png: Removed.
        * platform/chromium-win-vista/svg/css/shadow-changes-expected.png: Removed.
        * platform/chromium-win-vista/svg/custom/bug45331-expected.txt: Removed.
        * platform/chromium-win-vista/svg/custom/js-late-gradient-and-object-creation-expected.png: Removed.
        * platform/chromium-win-vista/svg/custom/js-late-pattern-and-object-creation-expected.png: Removed.
        * platform/chromium-win-vista/svg/custom/mouse-move-on-svg-root-expected.png: Removed.
        * platform/chromium-win-vista/svg/custom/mouse-move-on-svg-root-expected.txt: Removed.
        * platform/chromium-win-vista/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.txt: Removed.
        * platform/chromium-win-vista/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Removed.
        * platform/chromium-win-vista/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.txt: Removed.
        * platform/chromium-win-vista/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.txt: Removed.
        * platform/chromium-win-vista/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt: Removed.
        * platform/chromium-win-vista/svg/custom/pattern-referencing-preserve-aspect-ratio-expected.txt: Removed.
        * platform/chromium-win-vista/svg/custom/use-clipped-hit-expected.txt: Removed.
        * platform/chromium-win-vista/svg/custom/use-disappears-after-style-update-expected.txt: Removed.
        * platform/chromium-win-vista/svg/custom/use-modify-target-symbol-expected.txt: Removed.
        * platform/chromium-win-vista/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png: Removed.
        * platform/chromium-win-vista/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png: Removed.
        * platform/chromium-win-vista/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png: Removed.
        * platform/chromium-win-vista/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png: Removed.
        * platform/chromium-win-vista/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png: Removed.
        * platform/chromium-win-vista/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png: Removed.
        * platform/chromium-win-vista/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png: Removed.
        * platform/chromium-win-vista/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png: Removed.
        * platform/chromium-win-vista/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png: Removed.
        * platform/chromium-win-vista/svg/filters/big-sized-filter-2-expected.png: Removed.
        * platform/chromium-win-vista/svg/filters/feComposite-expected.png: Removed.
        * platform/chromium-win-vista/svg/filters/feDisplacementMap-expected.png: Removed.
        * platform/chromium-win-vista/svg/filters/feLighting-crash-expected.png: Removed.
        * platform/chromium-win-vista/svg/filters/feMerge-expected.png: Removed.
        * platform/chromium-win-vista/svg/filters/shadow-on-filter-expected.png: Removed.
        * platform/chromium-win-vista/svg/filters/shadow-on-rect-with-filter-expected.png: Removed.
        * platform/chromium-win-vista/svg/filters/subRegion-in-userSpace-expected.png: Removed.
        * platform/chromium-win-vista/svg/stroke/zero-length-path-linecap-rendering-expected.txt: Removed.
        * platform/chromium-win-vista/svg/stroke/zero-length-subpaths-linecap-rendering-expected.txt: Removed.
        * platform/chromium-win-vista/svg/text/bidi-text-query-expected.png: Removed.
        * platform/chromium-win-vista/svg/text/bidi-text-query-expected.txt: Removed.
        * platform/chromium-win-vista/svg/text/bidi-tspans-expected.txt: Removed.
        * platform/chromium-win-vista/svg/text/text-intro-05-t-expected.png: Removed.
        * platform/chromium-win-vista/svg/text/text-intro-05-t-expected.txt: Removed.
        * platform/chromium-win-vista/svg/zoom/page/zoom-foreignObject-expected.png: Removed.
        * platform/chromium-win-vista/svg/zoom/page/zoom-hixie-rendering-model-004-expected.png: Removed.
        * platform/chromium-win-vista/svg/zoom/page/zoom-mask-with-percentages-expected.png: Removed.
        * platform/chromium-win-vista/tables/mozilla/bugs/bug120107-expected.png: Removed.
        * platform/chromium-win-vista/tables/mozilla/bugs/bug1271-expected.png: Removed.
        * platform/chromium-win-vista/tables/mozilla/bugs/bug12908-2-expected.png: Removed.
        * platform/chromium-win-vista/tables/mozilla/bugs/bug13169-expected.png: Removed.
        * platform/chromium-win-vista/tables/mozilla/bugs/bug196870-expected.png: Removed.
        * platform/chromium-win-vista/tables/mozilla/bugs/bug50695-2-expected.png: Removed.
        * platform/chromium-win-vista/tables/mozilla/marvin/tables_align_center-expected.png: Removed.
        * platform/chromium-win-vista/tables/mozilla_expected_failures/bugs/bug61042-1-expected.png: Removed.
        * platform/chromium-win-vista/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png: Removed.
        * platform/chromium-win-vista/transforms/2d/hindi-rotated-expected.png: Removed.
        * platform/chromium-win-vista/transforms/2d/hindi-rotated-expected.txt: Removed.

2012-06-25  Pablo Flouret  <pablof@motorola.com>

        EventSource: Events should not be dispatched after close()
        https://bugs.webkit.org/show_bug.cgi?id=85346

        Reviewed by Adam Barth.

        * http/tests/eventsource/eventsource-events-after-close-expected.txt: Added.
        * http/tests/eventsource/eventsource-events-after-close.html: Added.

2012-06-25  Dirk Pranke  <dpranke@chromium.org>

        remove support for chromium vista from tools
        https://bugs.webkit.org/show_bug.cgi?id=89915

        Reviewed by Tony Chang.

        * platform/chromium/TestExpectations:

2012-06-25  Alpha Lam  <hclam@chromium.org>

        Unreviewed. Build fix.

        Rebaseline layout test expectations from r121179.

        * platform/chromium-linux/compositing/reflections/animation-inside-reflection-expected.png:
        * platform/chromium-mac-snowleopard/compositing/reflections/animation-inside-reflection-expected.png:
        * platform/chromium-mac/compositing/reflections/animation-inside-reflection-expected.png:
        * platform/chromium-win/compositing/reflections/animation-inside-reflection-expected.png:

2012-06-25  Jon Lee  <jonlee@apple.com>

        Mac bot gardening.
        https://bugs.webkit.org/show_bug.cgi?id=89611

        * platform/mac-wk2/Skipped:

2012-06-25  Alpha Lam  <hclam@chromium.org>

        Unreviewed, rolling out r121129.
        http://trac.webkit.org/changeset/121129
        https://bugs.webkit.org/show_bug.cgi?id=89542

        Chromium ASan failure: crbug.com/134402

        * fast/css/variables/border-width.html:
        * fast/css/variables/build-supports-variables-expected.txt: Removed.
        * fast/css/variables/build-supports-variables.html: Removed.
        * fast/css/variables/colors-test.html:
        * fast/css/variables/complex-cycle.html:
        * fast/css/variables/computed-style.html:
        * fast/css/variables/inherited-values.html:
        * fast/css/variables/inline-styles.html:
        * fast/css/variables/invalid-shorthand.html:
        * fast/css/variables/invalid-variable-value.html:
        * fast/css/variables/multi-level-cycle.html:
        * fast/css/variables/redefinition.html:
        * fast/css/variables/shorthand.html:
        * fast/css/variables/simple-cycle.html:
        * fast/css/variables/transform-test.html:
        * fast/css/variables/undefined.html:
        * fast/css/variables/use-before-defined.html:
        * fast/css/variables/var-inside-shorthand.html:
        * fast/css/variables/variable-chain.html:

2012-06-25  Raymond Toy  <rtoy@google.com>

        Add layout tests for audio codecs
        https://bugs.webkit.org/show_bug.cgi?id=88794

        Reviewed by Chris Rogers.

        New tests and expected results
        * webaudio/codec-tests/aac/vbr-128kbps-44khz-expected.wav: Added.
        * webaudio/codec-tests/aac/vbr-128kbps-44khz.html: Added.
        * webaudio/codec-tests/mp3/128kbps-44khz-expected.wav: Added.
        * webaudio/codec-tests/mp3/128kbps-44khz.html: Added.
        * webaudio/codec-tests/vorbis/vbr-128kbps-44khz-expected.wav: Added.
        * webaudio/codec-tests/vorbis/vbr-128kbps-44khz.html: Added.
        * webaudio/codec-tests/vorbis/vbr-70kbps-44khz-expected.wav: Added.
        * webaudio/codec-tests/vorbis/vbr-70kbps-44khz.html: Added.
        * webaudio/codec-tests/vorbis/vbr-96kbps-44khz-expected.wav: Added.
        * webaudio/codec-tests/vorbis/vbr-96kbps-44khz.html: Added.
        * webaudio/codec-tests/wav/24bit-22khz-resample-expected.wav: Added.
        * webaudio/codec-tests/wav/24bit-22khz-resample.html: Added.
        * webaudio/codec-tests/wav/24bit-44khz-expected.wav: Added.
        * webaudio/codec-tests/wav/24bit-44khz.html: Added.
        * webaudio/resources/audio-codec-test.js: Added.
        (runDecodingTest):
        (finishedLoading):

        Media files for the tests
        * webaudio/resources/media/128kbps-44khz.mp3: Added.
        * webaudio/resources/media/24bit-22khz.wav: Added.
        * webaudio/resources/media/24bit-44khz.wav: Added.
        * webaudio/resources/media/vbr-128kbps-44khz.m4a: Added.
        * webaudio/resources/media/vbr-128kbps-44khz.ogg: Added.
        * webaudio/resources/media/vbr-70kbps-44khz.ogg: Added.
        * webaudio/resources/media/vbr-96kbps-44khz.ogg: Added.

        Platform-specific expected results
        * platform/chromium-linux/webaudio/codec-tests/aac/vbr-128kbps-44khz-expected.wav: Added.
        * platform/chromium-linux/webaudio/codec-tests/mp3/128kbps-44khz-expected.wav: Added.
        * platform/chromium-linux/webaudio/codec-tests/wav/24bit-22khz-resample-expected.wav: Added.
        * platform/chromium-mac/webaudio/codec-tests/aac/vbr-128kbps-44khz-expected.wav: Added.
        * platform/chromium-mac/webaudio/codec-tests/mp3/128kbps-44khz-expected.wav: Added.
        * platform/chromium-win/webaudio/codec-tests/aac/vbr-128kbps-44khz-expected.wav: Added.
        * platform/chromium-win/webaudio/codec-tests/mp3/128kbps-44khz-expected.wav: Added.
        * platform/chromium-win/webaudio/codec-tests/wav/24bit-22khz-resample-expected.wav: Added.

        New test expectations
        * platform/chromium/TestExpectations: Disable aac/mp3 tests until bots have support.
        * platform/efl/TestExpectations: Disable all webaudio codec tests
        * platform/gtk/TestExpectations: Disable all webaudio codec tests
        * platform/mac/TestExpectations: Disable all webaudio codec tests
        * platform/qt/TestExpectations: Disable all webaudio codec tests

2012-06-25  Huang Dongsung  <luxtella@company100.net>

        [Texmap] TextureMapperPaintOptions should keep current surface.
        https://bugs.webkit.org/show_bug.cgi?id=89266

        Add a opacity property to two div layers in animation-insiVde-reflection
        test.
        Texmap has a bug when a transparent reflection layer has another
        transparent reflection layer, so two reflection layer in
        animation-inside-reflection test have opacity in order to cover Texmap's
        bug.

        Reviewed by Noam Rosenthal.

        * compositing/reflections/animation-inside-reflection.html:
        * platform/chromium-linux/compositing/reflections/animation-inside-reflection-expected.png:
        * platform/chromium-mac-leopard/compositing/reflections/animation-inside-reflection-expected.png:
        * platform/chromium-mac-snowleopard/compositing/reflections/animation-inside-reflection-expected.png:
        * platform/chromium-mac/compositing/reflections/animation-inside-reflection-expected.png:
        * platform/chromium-win/compositing/reflections/animation-inside-reflection-expected.png:
        * platform/efl/compositing/reflections/animation-inside-reflection-expected.png:
        * platform/mac-snowleopard/compositing/reflections/animation-inside-reflection-expected.png:
        * platform/qt/compositing/reflections/animation-inside-reflection-expected.png: Added.
        * platform/qt/compositing/reflections/animation-inside-reflection-expected.txt: Added.

2012-06-25  Jon Lee  <jonlee@apple.com>

        Missing implementation of textInputController.setComposition() causes bot redness
        https://bugs.webkit.org/show_bug.cgi?id=89845

        * platform/mac/Skipped: Skip fast/forms/input-set-composition-scroll.html

2012-06-25  Adam Barth  <abarth@webkit.org>

        ASSERT(m_wheelEventHandlerCount > 0) can fire
        https://bugs.webkit.org/show_bug.cgi?id=89856

        Reviewed by Eric Seidel.

        Test what happens when we move a node with wheel and/or touch events
        from one document to another. Prior to this patch, this test triggers
        ASSERT(m_wheelEventHandlerCount > 0) in Document.cpp.

        * fast/events/move-element-with-wheel-and-touch-event-listeners-expected.txt: Added.
        * fast/events/move-element-with-wheel-and-touch-event-listeners.html: Added.

2012-06-25  Shinya Kawanaka  <shinyak@chromium.org>

        [Shadow] Executing Italic and InsertUnorderedList in Shadow DOM causes a crash
        https://bugs.webkit.org/show_bug.cgi?id=88495

        Reviewed by Ryosuke Niwa.

        * editing/shadow/insertorderedlist-crash-expected.txt: Added.
        * editing/shadow/insertorderedlist-crash.html: Added.

2012-06-25  Allan Sandfeld Jensen  <allan.jensen@nokia.com>

        [Qt] Unskip 3D transform tests.
        https://bugs.webkit.org/show_bug.cgi?id=89878

        Reviewed by Csaba Osztrogonác.

        * platform/qt-5.0-wk2/Skipped:
        * platform/qt/Skipped:

2012-06-25  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: toggling style should not start property edit first.
        https://bugs.webkit.org/show_bug.cgi?id=89834

        Reviewed by Yury Semikhatsky.

        * http/tests/inspector/elements-test.js:
        (initialize_ElementTest.InspectorTest.dumpSelectedElementStyles):
        (initialize_ElementTest.InspectorTest.toggleStylePropertyEnabled):
        * inspector/styles/styles-disable-inherited.html:
        * inspector/styles/styles-disable-then-change.html:
        * inspector/styles/styles-disable-then-delete.html:
        * inspector/styles/styles-disable-then-enable.html:
        * inspector/styles/undo-property-toggle.html:

2012-06-25  Philip Rogers  <pdr@google.com>

        Fix rewinding of SVG animations
        https://bugs.webkit.org/show_bug.cgi?id=89846

        Reviewed by Nikolas Zimmermann.

        * svg/animations/animate-reset-freeze-expected.txt: Added.
        * svg/animations/animate-reset-freeze.html: Added.

2012-06-25  Kent Tamura  <tkent@chromium.org>

        Change the serialization format of form control state to make the code simple
        https://bugs.webkit.org/show_bug.cgi?id=89847

        Reviewed by Hajime Morita.

        * fast/forms/state-restore-broken-state-expected.txt:
        Apply the serialization format change.
        * fast/forms/state-restore-various-values-expected.txt: Added.
        * fast/forms/state-restore-various-values.html: Added.

2012-06-24  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>

        [Qt] Unreviewed gardening, skip new failing tests.

        * platform/qt/Skipped:

2012-06-24  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>

        [Qt] Unreviewed gardening, skip new failing tests.

        * platform/qt/Skipped:

2012-06-24  Joone Hur  <joone.hur@intel.com>

        Unreviewed GTK/EFL gardening after r121121.
        Marked fast/forms/input-set-composition-scroll.html as known failure
        tracked by the bug 89845.

        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:

2012-06-24  Mike Lawther  <mikelawther@chromium.org>

        CSS3 calc: transitions starting and ending with a calc expression move to end state
        https://bugs.webkit.org/show_bug.cgi?id=89738

        Reviewed by Tony Chang.

        * css3/calc/transition-start-end-with-calc-expected.txt: Added.
        * css3/calc/transition-start-end-with-calc.html: Added.

2012-06-21  Kent Tamura  <tkent@chromium.org>

        Selected option is not restored correctly
        https://bugs.webkit.org/show_bug.cgi?id=89623

        Reviewed by Hajime Morita.

        * fast/forms/select/select-state-restore-expected.txt: Added.
        * fast/forms/select/select-state-restore.html: Added.

2012-06-24  David Barr  <davidbarr@chromium.org>

        Add snap to css3-images image-resolution
        https://bugs.webkit.org/show_bug.cgi?id=89745

        Reviewed by Tony Chang.

        * fast/css/image-resolution/image-resolution-expected.txt:
        * fast/css/image-resolution/image-resolution.html:

2012-06-24  Oli Lan  <olilan@chromium.org>

        After Editor::setComposition is called, input should scroll to the end of the composition.
        https://bugs.webkit.org/show_bug.cgi?id=88999

        Reviewed by Ryosuke Niwa.

        This tests that after setComposition is called, the input scrolls to the end of the composition
        (i.e. that the end of the selection/composition is revealed).

        * fast/forms/input-set-composition-scroll-expected.txt: Added.
        * fast/forms/input-set-composition-scroll.html: Added.

2012-06-24  Adam Barth  <abarth@webkit.org>

        The comment in test_expectations_android.txt is unclear as to the purpose of this file.
        https://bugs.webkit.org/show_bug.cgi?id=89832

        Reviewed by Ojan Vafai.

        This patch attempts to clarify the purpose of this file and what will
        happen to it in the future.

        * platform/chromium/test_expectations_android.txt:

2012-06-24  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Skip fast/text/hyphen-min-preferred-width.html
        https://bugs.webkit.org/show_bug.cgi?id=89831

        Unreviewed EFL gardening. Skip the auto-hyphenation added
        in r121102 as the EFL port does not support the feature.

        * platform/efl/TestExpectations:

2012-06-24  Joone Hur  <joone.hur@intel.com>

        Unreviewed EFL gardening, generating baselines required after r121085.

        * platform/efl/fast/css/text-overflow-ellipsis-text-align-center-expected.txt: Added.
        * platform/efl/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt: Added.
        * platform/efl/fast/css/text-overflow-ellipsis-text-align-left-expected.txt: Added.
        * platform/efl/fast/css/text-overflow-ellipsis-text-align-right-expected.txt: Added.
        * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt: Added.
        * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.txt: Added.
        * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.txt: Added.
        * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.txt: Added.

2012-06-24  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, generating baselines required after r121085.

        * platform/gtk/fast/css/text-overflow-ellipsis-text-align-center-expected.txt: Added.
        * platform/gtk/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt: Added.
        * platform/gtk/fast/css/text-overflow-ellipsis-text-align-left-expected.txt: Added.
        * platform/gtk/fast/css/text-overflow-ellipsis-text-align-right-expected.txt: Added.
        * platform/gtk/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt: Added.
        * platform/gtk/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.txt: Added.
        * platform/gtk/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.txt: Added.
        * platform/gtk/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.txt: Added.

2012-06-24  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, move some flaky tests under the
        proper section in the TestExpectations file and narrow down
        test expectations for failures that were shown not to be flaky.

        * platform/gtk/TestExpectations:

2012-06-23  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, skip the auto-hyphenation test
        added in r121102 as the GTK port does not support the feature.

        * platform/gtk/TestExpectations:

2012-06-23  Zan Dobersek  <zandobersek@gmail.com>

        [Gtk] REGRESSION(r120918): Causes flaky DND tests
        https://bugs.webkit.org/show_bug.cgi?id=89770

        Reviewed by Martin Robinson.

        Remove test expectations for fast/events/domactivate-sets-underlying-click-event-as-handled.html
        as the test now passes since the file chooser dialog is no longer run.

        * platform/gtk/TestExpectations:

2012-06-23  Kenneth Russell  <kbr@google.com>

        [chromium] Layout Test fast/text/hyphen-min-preferred-width.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=89820

        Unreviewed gardening; marked test as known failure.

        * platform/chromium/TestExpectations:

2012-06-23  Dan Bernstein  <mitz@apple.com>

        RenderText’s minimum preferred width is incorrect automatic hyphenation is used
        https://bugs.webkit.org/show_bug.cgi?id=89814

        Reviewed by Sam Weinig.

        * fast/text/hyphen-min-preferred-width-expected.html: Added.
        * fast/text/hyphen-min-preferred-width.html: Added.

2012-06-23  Kenneth Russell  <kbr@google.com>

        Unreviewed Chromium gardening. Marked tests flaky per bugs 89812
        and 89813.

        * platform/chromium/TestExpectations:

2012-06-23  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, adding test expectations for two
        flaky media tests.

        * platform/gtk/TestExpectations:

2012-06-23  Fumitoshi Ukai  <ukai@chromium.org>

        Unreviewed. Fix chromium test expectations

        * platform/chromium/TestExpectations:

2012-06-23  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening after 121063, adding IMAGE test expectation
        for tests in fast/css-grid-layout now that some reftests are working
        properly and causing failures for platforms that don't support the
        feature yet.

        * platform/gtk/TestExpectations:

2012-06-22  Benjamin Poulain  <bpoulain@apple.com>

        Text with text-overflow:ellipsis and text-align:right is left aligned
        https://bugs.webkit.org/show_bug.cgi?id=88705

        Reviewed by Dan Bernstein.

        * fast/css/text-overflow-ellipsis-text-align-center.html: Added.
        * fast/css/text-overflow-ellipsis-text-align-justify.html: Added.
        * fast/css/text-overflow-ellipsis-text-align-left.html: Added.
        * fast/css/text-overflow-ellipsis-text-align-right.html: Added.
        * fast/css/vertical-text-overflow-ellipsis-text-align-center.html: Added.
        * fast/css/vertical-text-overflow-ellipsis-text-align-justify.html: Added.
        * fast/css/vertical-text-overflow-ellipsis-text-align-left.html: Added.
        * fast/css/vertical-text-overflow-ellipsis-text-align-right.html: Added.
        The vertical-text tests are incorrect due to other bugs. Add they to track regressions/progressions
        going forward.

        * platform/chromium/TestExpectations: The tests need platform specific results.
        * platform/mac/fast/css/text-overflow-ellipsis-text-align-center-expected.txt: Added.
        * platform/mac/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt: Added.
        * platform/mac/fast/css/text-overflow-ellipsis-text-align-left-expected.txt: Added.
        * platform/mac/fast/css/text-overflow-ellipsis-text-align-right-expected.txt: Added.
        * platform/mac/fast/css/text-overflow-ellipsis-text-align-center-expected.txt: Added.
        * platform/mac/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt: Added.
        * platform/mac/fast/css/text-overflow-ellipsis-text-align-left-expected.txt: Added.
        * platform/mac/fast/css/text-overflow-ellipsis-text-align-right-expected.txt: Added.

2012-06-22  Alexandru Chiculita  <achicu@adobe.com>

        [CSS Shaders] Re-enable the CSS Shaders compile time flag on Safari Mac
        https://bugs.webkit.org/show_bug.cgi?id=89781

        Reviewed by Dean Jackson.

        Renabled CSS Shaders tests on Safari for Mac.

        * platform/mac/Skipped:

2012-06-22  Kenneth Russell  <kbr@google.com>

        Unreviewed Chromium gardening. Marked test as needing rebaseline
        after http://trac.webkit.org/changeset/121076 per jamesr.

        * platform/chromium/TestExpectations:

2012-06-22  Hayato Ito  <hayato@chromium.org>

        [Shadow] ShadowRoot.activeElement should use the result of re-targeting algorithm.
        https://bugs.webkit.org/show_bug.cgi?id=89763

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/shadow-root-activeElement-expected.txt:
        * fast/dom/shadow/shadow-root-activeElement.html:

2012-06-22  Kenneth Russell  <kbr@google.com>

        Unreviewed Chromium gardening. Suppressed additional test failures
        tracked in bugs 73692 and 89789.

        * platform/chromium/TestExpectations:

2012-06-22  Kenneth Russell  <kbr@google.com>

        Layout test fast/regions/get-regions-by-content-node2.html crashing intermittently
        https://bugs.webkit.org/show_bug.cgi?id=89794

        Unreviewed; suppressed test failure.

        * platform/chromium/TestExpectations:

2012-06-22  Julien Chaffraix  <jchaffraix@webkit.org>

        REGRESSION(r116446): Crash in RenderBoxModelObject::adjustedPositionRelativeToOffsetParent
        https://bugs.webkit.org/show_bug.cgi?id=89785

        Reviewed by Abhishek Arya.

        * fullscreen/full-screen-crash-offsetLeft-expected.html: Added.
        * fullscreen/full-screen-crash-offsetLeft.html: Added.

2012-06-22  Beth Dakin  <bdakin@apple.com>

        Skipping this test because it's failing most of the time since 
        recent modifications. 
        https://bugs.webkit.org/show_bug.cgi?id=89790 will be used to 
        track fixing the real issue.

        * platform/mac/Skipped:

2012-06-22  Kenneth Russell  <kbr@google.com>

        [Chromium] Layout test plugins/embed-attributes-style.html failing on Mac
        https://bugs.webkit.org/show_bug.cgi?id=89789

        Unreviewed; disabled now-failing test.

        * platform/chromium/TestExpectations:

2012-06-22  Tony Chang  <tony@chromium.org>

        Fix the CSS grid layout tests added in r120984
        https://bugs.webkit.org/show_bug.cgi?id=89782

        Reviewed by Julien Chaffraix.

        We need to call testRunner.overridePreference("WebKitCSSGridLayoutEnabled", true)
        to enable grid layout in tests. These tests were passing due to other bugs in the tests.

        * fast/css-grid-layout/containing-block-grids-expected.html: Simplify expected results.
        * fast/css-grid-layout/containing-block-grids.html: Set the display to none and override it with grid/inline-grid to make sure it's applying.
        The default display of block would also produce the correct results.
        * fast/css-grid-layout/floating-empty-grids-expected.html: Fix a missing close } which was causing the
        other styles to be ignored. Also, one of the boxes wasn't showing up because it was a div instead of a span.
        * fast/css-grid-layout/floating-empty-grids.html: Same fixes as for expected.

2012-06-22  Michael Nordman  <michaeln@google.com>

        ApplicationCache - verify that an open network whitelist doesn't break online vs fallback layering.
        https://bugs.webkit.org/show_bug.cgi?id=89714

        An explicit online network namespace should trump a fallback namespace, the fallback should not be used.
        Chrome had a bug where if a '*' was in the NETWORK section, explicit entries got ignored, and that
        expected behavior was botched. See http://code.google.com/p/chromium/issues/detail?id=133816 for more
        details about the chrome bug and code change this LayoutTest aims to verify.

        Reviewed by Tony Chang.

        * http/tests/appcache/resources/online-fallback-layering.manifest:

2012-06-22  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: Snapshot metadata in front end to avoid IPC round-trips
        https://bugs.webkit.org/show_bug.cgi?id=88467

        Reviewed by Tony Chang.

        * storage/indexeddb/metadata-expected.txt: Added.
        * storage/indexeddb/metadata.html: Added.
        * storage/indexeddb/resources/metadata.js: Added.
        (test):
        (firstOpen.request.onsuccess.request.onsuccess.trans.oncomplete):
        (firstOpen.request.onsuccess.request.onsuccess):
        (firstOpen.request.onsuccess):
        (firstOpen):
        (secondOpen.request.onsuccess.request.onsuccess.trans.oncomplete):
        (secondOpen.request.onsuccess.request.onsuccess):
        (secondOpen.request.onsuccess):
        (secondOpen):
        (thirdOpen.request.onsuccess.request.onsuccess.trans.onabort):
        (thirdOpen.request.onsuccess.request.onsuccess):
        (thirdOpen.request.onsuccess):
        (thirdOpen):
        (fourthOpen.request.onsuccess.request.onsuccess.trans.oncomplete):
        (fourthOpen.request.onsuccess.request.onsuccess):
        (fourthOpen.request.onsuccess):
        (fourthOpen):
        (checkState):

2012-06-22  Jon Lee  <jonlee@apple.com>

        editing/spelling/grammar-edit-word.html fails on WK2 bots
        https://bugs.webkit.org/show_bug.cgi?id=89199

        * platform/mac-wk2/Skipped:

2012-06-22  Jeff Timanus  <twiz@chromium.org>

        [Chromium] Change implementing a fast-path for copying GPU-accelerated Canvas2D instances to WebGL textures.
        https://bugs.webkit.org/show_bug.cgi?id=86275

        This change adds the necessary plumbing to the various rendering contexts to copy the backing store texture of
        a Canvas2D instance to be copied to a WebGL texture.  The GL_CHROMIUM_copy_texture extension is necessary
        because the backing-store for a GPU-accelerated skia Canvas2D is normally in BGRA format, which is not supported
        by glCopyTexImage.

        Reviewed by Kenneth Russell.

        * platform/chromium/TestExpectations: Temporarily suppressed layout test, fast/canvas/webgl/gl-teximage.html until a rebaseline can be submitted.

2012-06-22  Kenneth Russell  <kbr@google.com>

        Layout Test media/event-attributes.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=73692

        Unreviewed test expectations update; mark test as occasionally
        crashing as well.

        * platform/chromium/TestExpectations:

2012-06-22  Jon Lee  <jonlee@apple.com>

        fast/canvas/canvas-createImageData.html crashes on Lion WK2 Debug bot
        https://bugs.webkit.org/show_bug.cgi?id=89780

        * platform/mac-wk2/Skipped: Add to skipped list for wk2.

2012-06-22  Dan Bernstein  <mitz@apple.com>

        RenderText’s minimum preferred width is incorrect when soft hyphens are used
        https://bugs.webkit.org/show_bug.cgi?id=89775

        Reviewed by Simon Fraser.

        * fast/text/soft-hyphen-min-preferred-width-expected.html: Added.
        * fast/text/soft-hyphen-min-preferred-width.html: Added.

2012-06-22  Jan Keromnes  <janx@linux.com>

        Web Inspector: ExtensionPanel.onSearch listener doesn't work
        https://bugs.webkit.org/show_bug.cgi?id=89517

        Reviewed by Yury Semikhatsky.

        * inspector/extensions/extensions-panel-expected.txt:
        * inspector/extensions/extensions-panel.html:

2012-06-22  Silvia Pfeiffer  <silviapf@chromium.org>

        [Chromium] Adjust the displayed elements of the new Chrome media controls.
        https://bugs.webkit.org/show_bug.cgi?id=89416

        Reviewed by Eric Carlson.

        * platform/chromium/TestExpectations:
        Skipping a test temporarily for win and mac until rebaseline.

2012-06-22  Florin Malita  <fmalita@chromium.org>

        REGRESSION (Safari 5.1.5 - ToT): Crash in RenderSVGRoot::computeReplacedLogicalWidth
        https://bugs.webkit.org/show_bug.cgi?id=85797

        Reviewed by Darin Adler.

        * svg/custom/svg-width-intrinsic-crash-expected.txt: Added.
        * svg/custom/svg-width-intrinsic-crash.html: Added.

2012-06-22  Hayato Ito  <hayato@chromium.org>

        Modify event re-targeting algorithm so that we can tell which distributed node is clicked.
        https://bugs.webkit.org/show_bug.cgi?id=89073

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/shadow-dom-event-dispatching-expected.txt:

2012-06-22  Abhishek Arya  <inferno@chromium.org>

        Crash in DragController::concludeEditDrag.
        https://bugs.webkit.org/show_bug.cgi?id=89762

        Reviewed by Ryosuke Niwa.

        * editing/pasteboard/drop-text-events-sideeffect-crash-expected.txt: Added.
        * editing/pasteboard/drop-text-events-sideeffect-crash.html: Added.

2012-06-22  Takashi Sakamoto  <tasak@google.com>

        [Shadow] parentTreeScope() of nested shadow DOM subtree returns document().
        https://bugs.webkit.org/show_bug.cgi?id=89172

        Reviewed by Hajime Morita.

        * fast/dom/shadow/parent-tree-scope-in-shadow-expected.txt: Added.
        * fast/dom/shadow/parent-tree-scope-in-shadow.html: Added.

2012-06-22  Tony Chang  <tony@chromium.org>

        -webkit-flex-flow shouldn't be an enumerable property of the computed style
        https://bugs.webkit.org/show_bug.cgi?id=89698

        Reviewed by Ojan Vafai.

        * css3/flexbox/css-properties-expected.txt:
        * css3/flexbox/css-properties.html:
        * fast/css/getComputedStyle/computed-style-expected.txt:
        * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        * fast/css/getComputedStyle/resources/property-names.js:
        * svg/css/getComputedStyle-basic-expected.txt:

2012-06-22  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skip failing test after r121019.
        https://bugs.webkit.org/show_bug.cgi?id=89760

        * platform/qt/Skipped:

2012-06-22  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening after r120924.

        * platform/qt-5.0-wk1/editing/inserting/4960120-1-expected.png: Added.
        * platform/qt-5.0-wk1/editing/inserting/4960120-1-expected.txt: Added.
        * platform/qt-5.0-wk1/editing/inserting/before-after-input-element-expected.png: Added.
        * platform/qt-5.0-wk1/editing/inserting/before-after-input-element-expected.txt: Added.

2012-06-22  Yoshifumi Inoue  <yosin@chromium.org>

        REGRESSION(r117738):[Forms] validationMessage IDL attribute should not have range overflow message if value isn't range overflow
        https://bugs.webkit.org/show_bug.cgi?id=89736

        Reviewed by Kent Tamura.

        Tests for HTMLInputElement.validationMessage attribute.

        * fast/forms/date/input-date-validation-message-expected.txt: Added.
        * fast/forms/date/input-date-validation-message.html: Added.
        * fast/forms/number/input-number-validation-message-expected.txt: Added.
        * fast/forms/number/input-number-validation-message.html: Added.
        * fast/forms/range/input-range-validation-message-expected.txt: Added.
        * fast/forms/range/input-range-validation-message.html: Added.

2012-06-21  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Support separate script compilation and execution.
        https://bugs.webkit.org/show_bug.cgi?id=89646

        Reviewed by Pavel Feldman.

        * inspector/debugger/debugger-compile-and-run-expected.txt: Added.
        * inspector/debugger/debugger-compile-and-run.html: Added.
        * platform/gtk/TestExpectations:
        * platform/mac/Skipped:
        * platform/qt/Skipped:
        * platform/win/Skipped:
        * platform/wincairo/Skipped:

2012-06-22  Ryosuke Niwa  <rniwa@webkit.org>

        Use testRunner instead of layoutTestController in fast/hidpi, history, html, images, inline, inline-block, innerHTML, inspector-support, invalid tests
        https://bugs.webkit.org/show_bug.cgi?id=89744

        Reviewed by Kent Tamura.

        * fast/hidpi/broken-image-icon-hidpi.html:
        * fast/hidpi/broken-image-with-size-hidpi.html:
        * fast/hidpi/clip-text-in-hidpi.html:
        * fast/hidpi/device-scale-factor-paint.html:
        * fast/hidpi/focus-rings.html:
        * fast/hidpi/image-set-as-background.html:
        * fast/hidpi/image-set-background-dynamic.html:
        * fast/hidpi/image-set-background-repeat-without-size.html:
        * fast/hidpi/image-set-background-repeat.html:
        * fast/hidpi/image-set-border-image-comparison.html:
        * fast/hidpi/image-set-border-image-dynamic.html:
        * fast/hidpi/image-set-border-image-simple.html:
        * fast/hidpi/image-set-in-content-dynamic.html:
        * fast/hidpi/image-set-out-of-order.html:
        * fast/hidpi/image-set-simple.html:
        * fast/hidpi/image-set-without-specified-width.html:
        * fast/hidpi/resize-corner-hidpi.html:
        * fast/hidpi/video-controls-in-hidpi.html:
        * fast/history/back-forward-reset-after-error-handling.html:
        * fast/history/form-submit-in-frame-via-onclick.html:
        * fast/history/form-submit-in-frame.html:
        * fast/history/forward-during-load.html:
        * fast/history/gesture-before-onload-form-submit.html:
        * fast/history/gesture-before-onload-location-href.html:
        * fast/history/go-back-to-changed-name.html:
        * fast/history/history-back-initial-vs-final-url.html:
        * fast/history/history-back-twice-with-subframes-assert.html:
        * fast/history/history-back-within-subframe-hash.html:
        * fast/history/history-back-within-subframe-url.html:
        * fast/history/history-length.html:
        * fast/history/history-replace-updates-current-item.html:
        * fast/history/history-subframe-with-name.html:
        * fast/history/history_reload.html:
        * fast/history/location-replace-hash.html:
        * fast/history/multiple-classes-visited.html:
        * fast/history/nested-visited-test.html:
        * fast/history/redirect-via-iframe.html:
        * fast/history/resources/clicked-link-is-visited-2.html:
        * fast/history/resources/history-back-within-subframe-hash-2.html:
        * fast/history/resources/history-replace-updates-current-item-done.html:
        * fast/history/resources/history_reload_window.html:
        * fast/history/resources/redirect-target.html:
        * fast/history/same-document-iframes-changing-fragment.html:
        * fast/history/same-document-iframes-changing-pushstate.html:
        * fast/history/saves-state-after-fragment-nav.html:
        * fast/history/saves-state-after-frame-nav.html:
        * fast/history/self-is-visited.html:
        * fast/history/sibling-visited-test.html:
        * fast/history/timed-refresh-in-cached-frame.html:
        * fast/history/visited-generated-content-test.html:
        * fast/history/visited-link-background-color.html:
        * fast/history/window-open.html:
        * fast/html/adopt-parent-frame.html:
        * fast/html/body-offset-properties.html:
        * fast/html/crash-style-first-letter.html:
        * fast/html/details-add-summary-1-and-click.html:
        * fast/html/details-add-summary-10-and-click.html:
        * fast/html/details-add-summary-2-and-click.html:
        * fast/html/details-add-summary-3-and-click.html:
        * fast/html/details-add-summary-4-and-click.html:
        * fast/html/details-add-summary-5-and-click.html:
        * fast/html/details-add-summary-6-and-click.html:
        * fast/html/details-add-summary-7-and-click.html:
        * fast/html/details-add-summary-8-and-click.html:
        * fast/html/details-add-summary-9-and-click.html:
        * fast/html/details-children-merge-crash.html:
        * fast/html/details-element-render-inline-crash.html:
        * fast/html/details-mouse-click.html:
        * fast/html/details-remove-summary-1-and-click.html:
        * fast/html/details-remove-summary-2-and-click.html:
        * fast/html/details-remove-summary-3-and-click.html:
        * fast/html/details-remove-summary-4-and-click.html:
        * fast/html/details-remove-summary-5-and-click.html:
        * fast/html/details-remove-summary-6-and-click.html:
        * fast/html/details-replace-summary-child.html:
        * fast/html/details-replace-text.html:
        * fast/html/details-summary-document-child.html:
        * fast/html/draggable.html:
        * fast/html/empty-fragment-id-goto-top.html:
        * fast/html/font-face-empty-should-not-crash.html:
        * fast/html/marquee-scrollamount.html:
        * fast/html/nav-element.html:
        * fast/html/object-image-nested-fallback.html:
        * fast/html/pending-stylesheet-crash.html:
        * fast/html/process-end-tag-for-inbody-crash.html:
        * fast/html/script-allowed-types-languages.html:
        * fast/html/select-dropdown-consistent-background-color.html:
        * fast/html/set-text-direction.html:
        * fast/html/tab-order.html:
        * fast/html/tabindex-removal.html:
        * fast/html/text-field-input-types.html:
        * fast/html/xhtml-serialize.html:
        * fast/images/animated-background-image-crash.html:
        * fast/images/animated-gif-restored-from-bfcache.html:
        * fast/images/bad-png.html:
        * fast/images/busted-oval-does-not-render.html:
        * fast/images/destroyed-image-load-event.html:
        * fast/images/dont-crash-with-null-gif-frames.html:
        * fast/images/drag-pdf-as-image.html:
        * fast/images/embed-does-not-propagate-dimensions-to-object-ancestor.html:
        * fast/images/embed-image.html:
        * fast/images/exif-orientation-css.html:
        * fast/images/exif-orientation.html:
        * fast/images/extra-image-in-image-document.html:
        * fast/images/gif-loop-count.html:
        * fast/images/image-empty-data.html:
        * fast/images/image-invalid-data.html:
        * fast/images/image-load-event-in-fragment.html:
        * fast/images/image-map-multiple-xhtml.xhtml:
        * fast/images/image-map-multiple.html:
        * fast/images/image-map-zoom.html:
        * fast/images/imagemap-scroll.html:
        * fast/images/jpeg-with-color-profile.html:
        * fast/images/large-size-image-crash.html:
        * fast/images/link-body-content-imageDimensionChanged-crash.html:
        * fast/images/load-img-with-empty-src.html:
        * fast/images/paletted-png-with-color-profile.html:
        * fast/images/percent-height-image.html:
        * fast/images/png-extra-row-crash.html:
        * fast/images/png-suite/test.html:
        * fast/images/png-with-color-profile.html:
        * fast/images/read-past-end-of-buffer.html:
        * fast/images/rgb-jpeg-endian-pixels.html:
        * fast/images/rgb-jpeg-with-adobe-marker-only.html:
        * fast/images/rgb-png-with-cmyk-color-profile.html:
        * fast/images/script-counter-imageDimensionChanged-crash.html:
        * fast/images/script-tests/move-image-to-new-document.js:
        * fast/images/size-failure.html:
        * fast/images/style-access-during-imageChanged-crash.html:
        * fast/images/style-access-during-imageChanged-style-freeze.html:
        * fast/images/support-broken-image-delegate.html:
        * fast/images/text-content-crash-2.html:
        * fast/images/text-content-crash.html:
        * fast/images/webp-image-decoding.html:
        * fast/images/ycbcr-with-cmyk-color-profile.html:
        * fast/images/zoomed-img-size.html:
        * fast/inline-block/anonymous-block-crash.html:
        * fast/inline-block/inline-block-vertical-align-2.html:
        * fast/inline-block/relative-positioned-rtl-crash.html:
        * fast/inline/boundingBox-with-continuation.html:
        * fast/inline/clean-after-removing-temp-boxes.html:
        * fast/inline/continuation-positioned-reparenting.html:
        * fast/inline/crash-new-continuation-with-outline.html:
        * fast/inline/dirtyLinesForInline.html:
        * fast/inline/inline-body-crash.html:
        * fast/inline/inline-body-with-scrollbar-crash.html:
        * fast/inline/inline-box-adjust-position-crash.html:
        * fast/inline/inline-box-adjust-position-crash2.html:
        * fast/inline/inline-child-height-width-calc-crash.html:
        * fast/inline/inline-destroy-dirty-lines-crash.html:
        * fast/inline/inline-marquee-crash.html:
        * fast/inline/relative-positioned-overflow.html:
        * fast/inline/skipped-whitespace-boundingBox.html:
        * fast/inline/skipped-whitespace-client-rect.html:
        * fast/inline/update-always-create-line-boxes-full-layout-crash.html:
        * fast/innerHTML/004-expected.txt:
        * fast/innerHTML/004.xhtml:
        * fast/innerHTML/005-expected.txt:
        * fast/innerHTML/005.html:
        * fast/innerHTML/additional-inline-style.html:
        * fast/innerHTML/innerHTML-case.html:
        * fast/innerHTML/innerHTML-changing-document-properties.xhtml:
        * fast/innerHTML/innerHTML-custom-tag.html:
        * fast/innerHTML/innerHTML-iframe.html:
        * fast/innerHTML/innerHTML-nbsp.xhtml:
        * fast/innerHTML/innerHTML-script-tag-crash.xhtml:
        * fast/innerHTML/javascript-url.html:
        * fast/inspector-support/cssURLQuotes.html:
        * fast/inspector-support/style.html:
        * fast/inspector-support/uncaught-dom1-exception.html:
        * fast/inspector-support/uncaught-dom3-exception.html:
        * fast/inspector-support/uncaught-dom8-exception.html:
        * fast/invalid/invalidSVGFont.html:
        * fast/invalid/nestedh3s-rapidweaver.html:
        * fast/invalid/test-case-tr-th-td-should-not-close-dl-list.html:
        * platform/gtk/fast/images/exif-orientation-css-expected.txt:
        * platform/gtk/fast/images/exif-orientation-expected.txt:
        * platform/mac/fast/images/exif-orientation-css-expected.txt:
        * platform/mac/fast/images/exif-orientation-expected.txt:
        * platform/qt/fast/history/back-to-unreachable-url-then-forward.html:
        * platform/qt/fast/history/resources/check-scroll-position.html:

2012-06-21  Ryosuke Niwa  <rniwa@webkit.org>

        Use testRunner instead of layoutTestController in fast/fast-mobile-scrolling, flexbox, forms, frames, gradients tests
        https://bugs.webkit.org/show_bug.cgi?id=89741

        Reviewed by Kent Tamura.

        * fast/flexbox/box-ordinal-group.html:
        * fast/flexbox/box-size-integer-overflow.html:
        * fast/flexbox/crash-button-input-autofocus.html:
        * fast/flexbox/crash-button-keygen.html:
        * fast/flexbox/crash-button-relayout.html:
        * fast/flexbox/crash-flexbox-no-layout-child.html:
        * fast/flexbox/horizontal-box-float-crash.html:
        * fast/flexbox/inline-children-crash.html:
        * fast/flexbox/layoutHorizontalBox-crash.html:
        * fast/flexbox/line-clamp-crash.html:
        * fast/flexbox/overhanging-floats-not-removed-crash.html:
        * fast/flexbox/resources/box-orient-button.js:
        * fast/forms/:
        * fast/frames/:
        * fast/gradients/crash-on-1px-border.html:
        * fast/gradients/crash-on-degenerate-gradient.html:
        * fast/gradients/crash-on-remove.html:
        * fast/gradients/crash-on-tr.html:
        * fast/gradients/css3-color-stop-units.html:
        * fast/gradients/css3-color-stops.html:
        * fast/gradients/css3-linear-angle-gradients.html:
        * fast/gradients/css3-linear-right-angle-gradients.html:
        * fast/gradients/css3-radial-gradient-crash.html:
        * fast/gradients/css3-radial-gradients.html:
        * fast/gradients/css3-radial-gradients2.html:
        * fast/gradients/css3-radial-gradients3.html:
        * fast/gradients/css3-repeating-end-fill.html:
        * fast/gradients/css3-repeating-linear-gradients.html:
        * fast/gradients/css3-repeating-linear-gradients2.html:
        * fast/gradients/css3-repeating-radial-gradients.html:
        * fast/gradients/gradient-after-transparent-border.html:
        * fast/gradients/gradient-on-pseudoelement-crash.html:
        * platform/chromium/fast/forms/search-popup-crasher.html:
        * platform/gtk/fast/forms/menulist-typeahead-find.html:
        * platform/gtk/fast/frames/scrolling-iframe-out-of-viewport.html:
        * platform/mac/fast/forms/attributed-strings.html:
        * platform/mac/fast/forms/listbox-scrollbar-hit-test.html:
        * platform/mac/fast/forms/script-tests/focus-option-control-on-page.js:
        (startTest):
        (runKeyPresses):
        (notifyDone):

2012-06-21  Joone Hur  <joone.hur@intel.com>

        [EFL] Unreviewed gardening, unskip now passing tests.

        * platform/efl/Skipped:
        * platform/efl/fast/viewport/viewport-126-expected.txt: Added.
        * platform/efl/fast/viewport/viewport-127-expected.txt: Added.
        * platform/efl/fast/viewport/viewport-65-expected.txt: Added.
        * platform/efl/fast/viewport/viewport-82-expected.txt: Added.
        * platform/efl/fast/viewport/viewport-84-expected.txt: Added.
        * platform/efl/fast/viewport/viewport-87-expected.txt: Added.

2012-06-21  Hans Wennborg  <hans@chromium.org>

        s/layoutTestController/testRunner/ in speech tests
        https://bugs.webkit.org/show_bug.cgi?id=89654

        Reviewed by Ryosuke Niwa.

        * fast/speech/bubble-position.html:
        * fast/speech/change-focus.html:
        * fast/speech/input-onspeechchange-event.html:
        * fast/speech/input-ontextinput-event.html:
        * fast/speech/input-readonly-and-disabled.html:
        * fast/speech/input-text-language-tag.html:
        * fast/speech/input-text-speechbutton.html:
        * fast/speech/input-text-speechstart.html:
        * fast/speech/scripted/speechrecognition-basics.html:
        * fast/speech/scripted/speechrecognition-errors.html:
        * fast/speech/speech-button-ignore-generated-events.html:
        * fast/speech/speech-input-result-list-not-enough-arguments.html:
        * fast/speech/speech-input-scripting.html:

2012-06-21  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r120982.
        http://trac.webkit.org/changeset/120982
        https://bugs.webkit.org/show_bug.cgi?id=89740

        [chromium] ASSERTION FAILED:
        m_allocatedTextureIds.contains(textureId) (Requested by ukai
        on #webkit).

        * platform/chromium/TestExpectations:

2012-06-21  Ryosuke Niwa  <rniwa@webkit.org>

        LabelsNostList isn't updated properly after its owner node is adopted into a new document
        https://bugs.webkit.org/show_bug.cgi?id=89730

        Reviewed by Darin Adler.

        * fast/forms/label/labels-owner-node-adopted-expected.txt: Added.
        * fast/forms/label/labels-owner-node-adopted.html: Added.

2012-06-21  Abhishek Arya  <inferno@chromium.org>

        Crash in RenderBlock::layoutPositionedObjects.
        https://bugs.webkit.org/show_bug.cgi?id=89599

        Reviewed by Julien Chaffraix.

        * fast/table/table-split-positioned-object-crash-expected.txt: Added.
        * fast/table/table-split-positioned-object-crash.html: Added.

2012-06-21  Tony Gentilcore  <tonyg@chromium.org>

        [Chromium][Win] Missing trailing newlines in one text test expectation, debug only
        https://bugs.webkit.org/show_bug.cgi?id=89534

        Reviewed by Tony Gentilcore.

        * fast/canvas/resize-while-save-active-expected.txt:
        * fast/canvas/resize-while-save-active.html: Make test deterministic by running script after load and fix line endings.

2012-06-21  Shinya Kawanaka  <shinyak@chromium.org>

        [Shadow][Editing] Assertion in VisibleSelection::adjuseSelectionToAvoidCrossingBoundaries() is triggered.
        https://bugs.webkit.org/show_bug.cgi?id=89081

        Reviewed by Ryosuke Niwa.

        * editing/shadow/adjusting-editing-boundary-with-table-in-shadow-expected.txt: Added.
        * editing/shadow/adjusting-editing-boundary-with-table-in-shadow.html: Added.

2012-06-21  Gregg Tavares  <gman@google.com>

        Make GL error messages consistent in LayoutTests
        https://bugs.webkit.org/show_bug.cgi?id=89689

        Reviewed by Kenneth Russell.

        * fast/canvas/webgl/resources/webgl-test.js:
        (shouldGenerateGLError):
        (glErrorShouldBe):
        * fast/canvas/webgl/webgl-depth-texture-expected.txt:

2012-06-21  Kenneth Russell  <kbr@google.com>

        [chromium] Layout Test fast/speech/scripted/speechgrammar-basics.html is flaky
        https://bugs.webkit.org/show_bug.cgi?id=89717

        Unreviewed. Added suppression for flaky crash.

        * platform/chromium/TestExpectations:

2012-06-21  Julien Chaffraix  <jchaffraix@webkit.org>

        Add support for the grid and inline-grid display types.
        https://bugs.webkit.org/show_bug.cgi?id=60732

        Reviewed by Tony Chang.

        Based on an earlier patch by David Hyatt <hyatt@apple.com>.

        * fast/css-grid-layout/containing-block-grids-expected.html: Added.
        * fast/css-grid-layout/containing-block-grids.html: Added.
        * fast/css-grid-layout/floating-empty-grids-expected.html: Added.
        * fast/css-grid-layout/floating-empty-grids.html: Added.

2012-06-21  Kenneth Russell  <kbr@google.com>

        [chromium] Layout test failures after fixing GraphicsLayerChromium scale factors
        https://bugs.webkit.org/show_bug.cgi?id=89702

        Unreviewed TestExpectations update to suppress failures.

        * platform/chromium/TestExpectations:

2012-06-21  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r120945.
        http://trac.webkit.org/changeset/120945
        https://bugs.webkit.org/show_bug.cgi?id=89703

        editing/shadow/breaking-editing-boundaries.html started to
        crash (Requested by hayato on #webkit).

        * fast/dom/shadow/shadow-dom-event-dispatching-expected.txt:

2012-06-21  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: Fix layout tests to clear previous database structures
        https://bugs.webkit.org/show_bug.cgi?id=89609

        Reviewed by Tony Chang.

        A handful of tests weren't deleting previously created stores (or the whole
        database), which made them fail if trivially re-run in Chromium or under
        NRWT with --iterations=2.

        * storage/indexeddb/cursor-key-order-expected.txt:
        * storage/indexeddb/cursor-primary-key-order-expected.txt:
        * storage/indexeddb/open-during-transaction-expected.txt:
        * storage/indexeddb/resources/cursor-key-order.js:
        (prepareDatabase.deleteRequest.onsuccess.openreq.onsuccess.verreq.onsuccess):
        (prepareDatabase.deleteRequest.onsuccess.openreq.onsuccess):
        (prepareDatabase.deleteRequest.onsuccess):
        (prepareDatabase):
        * storage/indexeddb/resources/cursor-primary-key-order.js:
        (prepareDatabase.deleteRequest.onsuccess.openRequest.onsuccess.versionChangeRequest.onsuccess):
        (prepareDatabase.deleteRequest.onsuccess.openRequest.onsuccess):
        (prepareDatabase.deleteRequest.onsuccess):
        (prepareDatabase):
        * storage/indexeddb/resources/factory-deletedatabase-interactions.js:
        * storage/indexeddb/resources/open-close-version.js:
        (test6):
        (test6.halfDone):
        * storage/indexeddb/resources/open-during-transaction.js:
        (prepareDatabase.deleteRequest.onsuccess.openreq1.onsuccess.setverreq.onsuccess.setverreq.result.oncomplete):
        (prepareDatabase.deleteRequest.onsuccess.openreq1.onsuccess.setverreq.onsuccess):
        (prepareDatabase.deleteRequest.onsuccess.openreq1.onsuccess):
        (prepareDatabase.deleteRequest.onsuccess):
        (prepareDatabase):
        * storage/indexeddb/transaction-abort-with-js-recursion-cross-frame-expected.txt:
        * storage/indexeddb/transaction-abort-with-js-recursion-cross-frame.html:

2012-06-21  Kenneth Russell  <kbr@google.com>

        [Chromium] Rebaseline video tests after r120939
        https://bugs.webkit.org/show_bug.cgi?id=89696

        Unreviewed test expectations update to adjust bug number and
        silence failures on Windows platform. Rebaselines are still needed.

        * platform/chromium/TestExpectations:

2012-06-21  Alec Flett  <alecflett@chromium.org>

        IndexedDB: Implement spec behavior for multiEntry indexes with invalid/duplicate subkeys
        https://bugs.webkit.org/show_bug.cgi?id=86123

        Reviewed by Darin Fisher.

        * storage/indexeddb/index-multientry-expected.txt:
        * storage/indexeddb/resources/index-multientry.js:
        (addData):
        (verifyIndexes.request.onsuccess):
        (verifyIndexes):
        (verifyUniqueConstraint.request.onsuccess.request.onsuccess.request.onerror):
        (verifyUniqueConstraint.request.onsuccess.request.onsuccess):
        (verifyUniqueConstraint.request.onsuccess):
        (verifyUniqueConstraint):

2012-06-21  Tim Horton  <timothy_horton@apple.com>

        SVGImageCache isn't invalidated for <img> on dynamic page scale changes
        https://bugs.webkit.org/show_bug.cgi?id=89621
        <rdar://problem/11714677>

        Reviewed by Simon Fraser.

        Add a test that ensures that dynamic changes to pageScaleFactor are propagated through
        to the SVGImageCache.

        * platform/mac/svg/as-image/image-respects-pageScaleFactor-change-expected.png: Added.
        * platform/mac/svg/as-image/image-respects-pageScaleFactor-change-expected.txt: Added.
        * svg/as-image/image-respects-pageScaleFactor-change.html: Added.

2012-06-21  Beth Dakin  <bdakin@apple.com>

        Skipping this failing test. Filed 
        https://bugs.webkit.org/show_bug.cgi?id=89680 to track fixing the 
        real issue.

        * platform/mac/Skipped:

2012-06-21  Philip Rogers  <pdr@google.com>

        Add pending resource even if others are pending
        https://bugs.webkit.org/show_bug.cgi?id=89633

        Reviewed by Dirk Schulze.

        * svg/custom/use-multiple-pending-resources-expected.svg: Added.
        * svg/custom/use-multiple-pending-resources.svg: Added.

2012-06-21  Tony Chang  <tony@chromium.org>

        Unreviewed gardening. Removing pixel results for CSS computed style tests which are text only tests.

        * platform/qt/fast/css/getComputedStyle/computed-style-expected.png: Removed.
        * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.png: Removed.

2012-06-21  Tony Chang  <tony@chromium.org>

        Unreviewed gardening. The computed style tests should now pass on EFL after r120870.

        * platform/efl/TestExpectations:

2012-06-21  Hayato Ito  <hayato@chromium.org>

        Modify event re-targeting algorithm so that we can tell which distributed node is clicked.
        https://bugs.webkit.org/show_bug.cgi?id=89073

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/shadow-dom-event-dispatching-expected.txt:

2012-06-21  Andrei Onea  <onea@adobe.com>

        [CSSRegions]Change WEBKIT_REGION_RULE value to 16
        https://bugs.webkit.org/show_bug.cgi?id=89421

        Reviewed by Tony Chang.

        Added check for exact value of WEBKIT_REGION_RULE which should be 16,
        according to CSS Regions spec.

        * fast/regions/webkit-region-rule-expected.txt:
        * fast/regions/webkit-region-rule.html:

2012-06-21  Jon Lee  <jonlee@apple.com>

        r120835: fast/box-decoration-break/box-decoration-break-rendering.html failing on mac bots
        https://bugs.webkit.org/show_bug.cgi?id=89620

        * platform/mac/Skipped:

2012-06-21  Silvia Pfeiffer  <silviapf@chromium.org>

        Paint played and buffered ranges differently in Chrome video controls.
        https://bugs.webkit.org/show_bug.cgi?id=89284

        Reviewed by Eric Carlson.

        Rebaseline tests for linux build; mark others in TestExpectations.

        * platform/chromium/TestExpectations:
        * platform/chromium-linux/fast/layers/video-layer-expected.png:
        * platform/chromium-linux/fullscreen/full-screen-stacking-context-expected.png:
        * platform/chromium-linux/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
        * platform/chromium-linux/media/audio-controls-rendering-expected.png:
        * platform/chromium-linux/media/controls-after-reload-expected.png:
        * platform/chromium-linux/media/controls-strict-expected.png:
        * platform/chromium-linux/media/controls-styling-expected.png:
        * platform/chromium-linux/media/controls-without-preload-expected.png:
        * platform/chromium-linux/media/video-controls-rendering-expected.png:
        * platform/chromium-linux/media/video-display-toggle-expected.png:
        * platform/chromium-linux/media/video-playing-and-pause-expected.png:
        * platform/chromium-linux/media/video-zoom-controls-expected.png:
        * platform/chromium-linux/media/audio-repaint-expected.png:
        * platform/chromium-linux/media/controls-layout-direction-expected.png:
        * platform/chromium-linux/media/media-controls-clone-expected.png:
        * platform/chromium-linux/media/media-document-audio-repaint-expected.png:
        * platform/chromium-linux/media/video-no-audio-expected.png:
        * platform/chromium-win/fast/layers/video-layer-expected.txt:
        * platform/chromium-win/media/audio-controls-rendering-expected.txt:
        * platform/chromium-win/media/audio-repaint-expected.txt:
        * platform/chromium-win/media/controls-after-reload-expected.txt:
        * platform/chromium-win/media/controls-strict-expected.txt:
        * platform/chromium-win/media/controls-styling-expected.txt:
        * platform/chromium-win/media/controls-without-preload-expected.txt:
        * platform/chromium-win/media/media-controls-clone-expected.txt:
        * platform/chromium-win/media/media-document-audio-repaint-expected.txt:
        * platform/chromium-win/media/video-controls-rendering-expected.txt:
        * platform/chromium-win/media/video-display-toggle-expected.txt:
        * platform/chromium-win/media/video-no-audio-expected.txt:
        * platform/chromium-win/media/video-playing-and-pause-expected.txt:
        * platform/chromium-win/media/video-zoom-controls-expected.txt:

2012-06-21  Julien Chaffraix  <jchaffraix@webkit.org>

        Non-fixed length margins don't work with align=center
        https://bugs.webkit.org/show_bug.cgi?id=89626

        Reviewed by Levi Weintraub.

        * fast/block/negative-start-margin-align-center-percent-expected.html: Added.
        * fast/block/negative-start-margin-align-center-percent.html: Added.
        * fast/block/positive-margin-block-child-align-center-calc-expected.html: Added.
        * fast/block/positive-margin-block-child-align-center-calc.html: Added.

2012-06-21  Simon Pena  <spena@igalia.com>

        [GTK] Update TestExpectations
        https://bugs.webkit.org/show_bug.cgi?id=89664

        Unreviewed gardening. Mark editing/deleting/delete-3800834-fix.html
        as flaky.

        * platform/gtk/TestExpectations:

2012-06-21  Shinya Kawanaka  <shinyak@chromium.org>

        [Crash][Editing] Pressing enter on LI element triggers assertion in Shadow DOM.
        https://bugs.webkit.org/show_bug.cgi?id=89171

        Reviewed by Ryosuke Niwa.

        * editing/shadow/pressing-enter-on-list-expected.txt: Added.
        * editing/shadow/pressing-enter-on-list.html: Added.

2012-06-21  Amy Ousterhout  <aousterh@chromium.org>

        DeviceOrientation and DeviceMotion Test Cleanup
        https://bugs.webkit.org/show_bug.cgi?id=89662

        Reviewed by Ryosuke Niwa.

        Replaces 'LayoutTestController' with 'TestRunner' in debug messages.
        This makes it consistent with testRunner, which replaced layoutTestController.

        * fast/dom/DeviceMotion/script-tests/no-page-cache.js:
        * fast/dom/DeviceOrientation/script-tests/add-listener-from-callback.js:
        * fast/dom/DeviceOrientation/script-tests/basic-operation.js:
        * fast/dom/DeviceOrientation/script-tests/event-after-navigation.js:
        * fast/dom/DeviceOrientation/script-tests/multiple-frames.js:
        * fast/dom/DeviceOrientation/script-tests/no-page-cache.js:
        * fast/dom/DeviceOrientation/script-tests/no-synchronous-events.js:
        * fast/dom/DeviceOrientation/script-tests/null-values.js:
        (setMockOrientation):
        * fast/dom/DeviceOrientation/script-tests/updates.js:
        (setMockOrientation):

2012-06-21  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, unskip now passing tests.

        * platform/qt/Skipped:
        * platform/qt/editing/inserting/4960120-1-expected.png: Added.
        * platform/qt/editing/inserting/4960120-1-expected.txt:
        * platform/qt/editing/inserting/before-after-input-element-expected.png: Added.
        * platform/qt/editing/inserting/before-after-input-element-expected.txt:
        * platform/qt/editing/inserting/insert-text-with-newlines-expected.png: Added.
        * platform/qt/editing/inserting/insert-text-with-newlines-expected.txt:
        * platform/qt/http/tests/misc/favicon-as-image-expected.png: Added.
        * platform/qt/http/tests/misc/favicon-as-image-expected.txt: Added.

2012-06-21  Simon Pena  <spena@igalia.com>

        [GTK] Add new baseline and update TestExpectations
        https://bugs.webkit.org/show_bug.cgi?id=89651

        Unreviewed gardening.

        * platform/gtk/TestExpectations: marked
        svg/W3C-SVG-1.1/animate-elem-{32,33,40,41,46}-t.svg as flaky, and
        fast/canvas/canvas-createImageData.html as crashing on DEBUG
        * platform/gtk/fast/hidpi/device-scale-factor-paint-expected.png: Added.
        * platform/gtk/fast/hidpi/device-scale-factor-paint-expected.txt: Added.

2012-06-21  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, skip a new failing test.

        * platform/qt-5.0-wk2/Skipped:

2012-06-20  Hans Wennborg  <hans@chromium.org>

        Speech JavaScript API: SpeechRecognition should hook up with ActiveDOMObject more
        https://bugs.webkit.org/show_bug.cgi?id=89217

        Reviewed by Adam Barth.

        Add a layout test to check that speech recognition gets aborted when
        navigating away from the page.

        * fast/speech/scripted/navigate-away-expected.txt: Added.
        * fast/speech/scripted/navigate-away-iframe-expected.txt: Added.
        * fast/speech/scripted/navigate-away-iframe.html: Added.
        * fast/speech/scripted/navigate-away.html: Added.

2012-06-21  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [EFL] Gardening after r120847
        https://bugs.webkit.org/show_bug.cgi?id=89640

        Unreviewed gardening. Newly added compositing/backface-visibility/backface-visibility-webgl.html 
        test does not pass on EFL port due to missing WebGL support.

        * platform/efl/TestExpectations:

2012-06-21  Mario Sanchez Prada  <msanchez@igalia.com>

        [GTK] accessibility/textbox-role-reports-line-number.html fails
        https://bugs.webkit.org/show_bug.cgi?id=75785

        Reviewed by Chris Fleizach.

        Move a Mac specific accessibility test to the platform directory.

        * platform/gtk/TestExpectations: Removed test from gtk test expectations.
        * platform/mac/accessibility/textbox-role-reports-line-number-expected.txt: Renamed from LayoutTests/accessibility/textbox-role-reports-line-number-expected.txt.
        * platform/mac/accessibility/textbox-role-reports-line-number.html: Renamed from LayoutTests/accessibility/textbox-role-reports-line-number.html.
        * platform/win/accessibility/textbox-role-reports-line-number-expected.txt: Removed.

2012-06-21  Taiju Tsuiki  <tzik@chromium.org>

        Web Inspector: Move requestId allocation from FileSystem frontend to backend
        https://bugs.webkit.org/show_bug.cgi?id=89555

        Reviewed by Vsevolod Vlasov.

        * http/tests/inspector/filesystem/filesystem-test.js:
        (initialize_FileSystemTest.InspectorTest.dumpReadDirectoryResult):
        (initialize_FileSystemTest):
        * http/tests/inspector/filesystem/get-filesystem-root.html:
        * http/tests/inspector/filesystem/read-directory-expected.txt:
        * http/tests/inspector/filesystem/read-directory.html:

2012-06-20  Hayato Ito  <hayato@chromium.org>

        [Shadow][Editing] Deleting character in distributed element caused a crash
        https://bugs.webkit.org/show_bug.cgi?id=88484

        Reviewed by Ryosuke Niwa.

        * editing/shadow/delete-characters-in-distributed-node-crash-expected.txt: Added.
        * editing/shadow/delete-characters-in-distributed-node-crash.html: Added.

2012-06-20  Kent Tamura  <tkent@chromium.org>

        Unmodified form control value are overwritten by another form
        control value with the same name after navigating and going back
        https://bugs.webkit.org/show_bug.cgi?id=89409

        Reviewed by Hajime Morita.

        * fast/forms/resources/state-restore-broken-state-2.html:
        Take care of the signature string at the beginning of the array.
        * fast/forms/state-restore-broken-state-expected.txt:
        Updated for the serialized format change.
        * fast/forms/state-restore-to-non-edited-controls-expected.txt:
        * fast/forms/state-restore-to-non-edited-controls.html:
        Add a test for a case of duplicated names.

2012-06-20  Adam Barth  <abarth@webkit.org>

        Unskip fast/hidpi/device-scale-factor-paint.html
        https://bugs.webkit.org/show_bug.cgi?id=89618

        Reviewed by Beth Dakin.

        Now that this test doesn't cause WebKit2 to crash, we can unskip it.

        * fast/hidpi/device-scale-factor-paint-expected.html: Removed.
            - Previously, this test was a reftest, but the reference also tried
              to set the device scale factor, which seems problematic. This
              patch converts the test to a normal image test. There aren't any
              scrollbars or text, so many platforms should be able to use the
              same expected PNG file.
        * fast/hidpi/device-scale-factor-paint.html:
            - Wrap the call to notifyDone in a thunk because it doesn't work otherwise.
        * platform/mac/Skipped:
        * platform/mac/fast/hidpi/device-scale-factor-paint-expected.png: Added.
        * platform/mac/fast/hidpi/device-scale-factor-paint-expected.txt: Added.
        * platform/wk2/Skipped:

2012-06-20  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: Remove redundant IDBObjectStore.delete() overloads
        https://bugs.webkit.org/show_bug.cgi?id=89587

        Reviewed by Darin Fisher.

        * storage/indexeddb/deleted-objects-expected.txt:
        * storage/indexeddb/resources/deleted-objects.js: Test IDBKeyRange overloads.
        (openDatabase.request.onsuccess.request.onsuccess):
        (openDatabase.request.onsuccess):
        (openDatabase):

2012-06-20  Shinya Kawanaka  <shinyak@chromium.org>

        [Shadow][Editing] Selection will break editing boundaries in Shadow DOM.
        https://bugs.webkit.org/show_bug.cgi?id=89075

        Reviewed by Antti Koivisto.

        Test cases to confirm that (1) selection does not break editing boundary,
        and (2) content-editable is not propagated from shadow host to shadow DOM.

        Actually a patch for Bug 88514 contains a test for (2), but it is not enough.


        * editing/shadow/breaking-editing-boundary-with-table.html: Added.
        * editing/shadow/contenteditable-propagation-at-shadow-boundary.html: Added.

2012-06-20  Adam Barth  <abarth@webkit.org>

        internals.settings.setDeviceScaleFactor doesn't work for WebKit2 and must be removed
        https://bugs.webkit.org/show_bug.cgi?id=89274

        Reviewed by James Robinson.

        * fast/hidpi/device-scale-factor-paint.html:

2012-06-20  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, skip new failing tests.

        * platform/qt/Skipped:

2012-06-20  Tony Chang  <tony@chromium.org>

        Computed style tests are a maintenance burden on the project
        https://bugs.webkit.org/show_bug.cgi?id=87991

        Reviewed by Eric Seidel.

        Convert computed-style.html, computed-style-without-renderer.html and getComputedStyle-basic.xhtml
        to use a whitelist of properties rather than a blacklist. The whitelist includes all properties
        that are supported based on the checked in results so all ports can share the same values. Adding
        new properties won't cause these tests to be rebaselined.

        * fast/css/getComputedStyle/computed-style-expected.txt:
        * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        * fast/css/getComputedStyle/computed-style-without-renderer.html: Remove indenting and use a fixed
        width for the middle div so we don't get fractional pixel values for ports with fractional pixel
        values enabled.
        * fast/css/getComputedStyle/computed-style.html:
        * fast/css/getComputedStyle/resources/property-names.js: Whitelist of common CSS properties.
        * platform/chromium-linux-x86/svg/css/getComputedStyle-basic-expected.txt: Removed.
        * platform/chromium-linux/svg/css/getComputedStyle-basic-expected.txt: Removed.
        * platform/chromium-mac-leopard/fast/css/getComputedStyle/computed-style-expected.txt: Removed.
        * platform/chromium-mac-leopard/svg/css/getComputedStyle-basic-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/svg/css/getComputedStyle-basic-expected.txt: Removed.
        * platform/chromium-mac/fast/css/getComputedStyle/computed-style-expected.txt: Removed.
        * platform/chromium-mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Removed.
        * platform/chromium-mac/svg/css/getComputedStyle-basic-expected.txt: Removed.
        * platform/chromium-win-vista/svg/css/getComputedStyle-basic-expected.txt: Removed.
        * platform/chromium-win-xp/svg/css/getComputedStyle-basic-expected.txt: Removed.
        * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt: Removed.
        * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Removed.
        * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt: Removed.
        * platform/gtk/fast/css/getComputedStyle/computed-style-expected.txt: Removed.
        * platform/gtk/svg/css/getComputedStyle-basic-expected.txt: Removed.
        * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt: Removed.
        * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Removed.
        * platform/mac/svg/css/getComputedStyle-basic-expected.txt: Removed.
        * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Removed.
        * platform/qt/svg/css/getComputedStyle-basic-expected.png: Removed.
        * platform/qt/svg/css/getComputedStyle-basic-expected.txt: Removed.
        * platform/win/fast/css/getComputedStyle/computed-style-expected.txt: Removed.
        * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Removed.
        * svg/css/getComputedStyle-basic-expected.txt:
        * svg/css/getComputedStyle-basic.xhtml:

2012-06-20  Abhishek Arya  <inferno@chromium.org>

        Crash on accessing a removed renderer from percent height descendant map.
        https://bugs.webkit.org/show_bug.cgi?id=88017

        Reviewed by Eric Seidel.

        * fast/block/percent-height-descendant-not-removed-crash2-expected.txt: Added.
        * fast/block/percent-height-descendant-not-removed-crash2.html: Added.

2012-06-20  Julien Chaffraix  <jchaffraix@webkit.org>

        REGRESSION(r113885): Margin not properly applied to elements with align=center
        https://bugs.webkit.org/show_bug.cgi?id=89515

        Reviewed by Levi Weintraub.

        * fast/block/negative-margin-start-positive-margin-end-expected.html: Added.
        * fast/block/negative-margin-start-positive-margin-end.html: Added.
        * fast/block/negative-start-margin-align-center-expected.html: Added.
        * fast/block/negative-start-margin-align-center.html: Added.
        * fast/block/positive-margin-block-child-align-center-expected.html: Added.
        * fast/block/positive-margin-block-child-align-center.html: Added.
        * fast/block/positive-margin-start-align-center-expected.html: Added.
        * fast/block/positive-margin-start-align-center.html: Added.
        * fast/block/positive-margin-start-negative-margin-end-align-center-expected.html: Added.
        * fast/block/positive-margin-start-negative-margin-end-align-center.html: Added.
        Those checks the combination of margin start / end both positive and negative.

        * fast/block/positive-margin-block-child-align-center-rtl-expected.html: Added.
        * fast/block/positive-margin-block-child-align-center-rtl.html: Added.
        One ltr test as I didn't find any.

        * fast/table/table-cell-negative-start-margin-align-center-expected.html: Added.
        * fast/table/table-cell-negative-start-margin-align-center.html: Added.
        This test is very similar to the one above but involves a table.

2012-06-20  Robert Hogan  <robert@webkit.org>

        r120844: Skip two tests on Qt
        
        The tests fast/block/float/previous-sibling-abspos-001.html and 
        fast/block/float/previous-sibling-float-001.html have pixel differences
        on Qt. Skip them for now - bug 89597 opened.
        
        Unreviewed, gardening.

        * platform/qt/Skipped:

2012-06-20  Elliott Sprehn  <esprehn@gmail.com>

        Add support for fit-content etc
        https://bugs.webkit.org/show_bug.cgi?id=38919

        Reviewed by Tony Chang.

        Tests for CSS3 intrinsic dimension keywords as defined in the
        writing modes spec. This tests the implementation for width and
        ensures that height properties don't allow the new keywords yet
        since they're not implemented by this patch.

        * fast/css-intrinsic-dimensions/height-dynamic-property-value-expected.txt: Added.
        * fast/css-intrinsic-dimensions/height-dynamic-property-value.html: Added.
        * fast/css-intrinsic-dimensions/height-property-value-expected.txt: Added.
        * fast/css-intrinsic-dimensions/height-property-value.html: Added.
        * fast/css-intrinsic-dimensions/max-width-constrained-expected.html: Added.
        * fast/css-intrinsic-dimensions/max-width-constrained.html: Added.
        * fast/css-intrinsic-dimensions/max-width-unconstrained-expected.html: Added.
        * fast/css-intrinsic-dimensions/max-width-unconstrained.html: Added.
        * fast/css-intrinsic-dimensions/min-width-expected.html: Added.
        * fast/css-intrinsic-dimensions/min-width.html: Added.
        * fast/css-intrinsic-dimensions/width-avoid-floats-expected.html: Added.
        * fast/css-intrinsic-dimensions/width-avoid-floats.html: Added.
        * fast/css-intrinsic-dimensions/width-dynamic-property-value-expected.txt: Added.
        * fast/css-intrinsic-dimensions/width-dynamic-property-value.html: Added.
        * fast/css-intrinsic-dimensions/width-expected.html: Added.
        * fast/css-intrinsic-dimensions/width-keyword-classes.css: Added.
        (.min-content):
        (.max-content):
        (.fill-available):
        (.fit-content):
        (.max-width-min-content):
        (.max-width-max-content):
        (.max-width-fill-available):
        (.max-width-fit-content):
        (.min-width-min-content):
        (.min-width-max-content):
        (.min-width-fill-available):
        (.min-width-fit-content):
        * fast/css-intrinsic-dimensions/width-property-value-expected.txt: Added.
        * fast/css-intrinsic-dimensions/width-property-value.html: Added.
        * fast/css-intrinsic-dimensions/width.html: Added.

2012-06-20  Christopher Cameron  <ccameron@chromium.org>

        [chromium] webkit-backface-visibility doesn't work with video
        https://bugs.webkit.org/show_bug.cgi?id=88908

        When determining a contents layer's backface culling, use the parent
        layer's transform and backface-visibility properties. Track which
        layers need this special treatment with useParentBackfaceVisibility
        and setUseParentBackfaceVisibility functions in WebCore::LayerChromium,
        WebKit::WebLayer, and WebCore::CCLayerImpl.

        Reviewed by Adrienne Walker.

        * compositing/backface-visibility/backface-visibility-image-expected.png: Added.
        * compositing/backface-visibility/backface-visibility-image-expected.txt: Added.
        * compositing/backface-visibility/backface-visibility-image.html: Added.
        * compositing/backface-visibility/backface-visibility-webgl-expected.png: Added.
        * compositing/backface-visibility/backface-visibility-webgl-expected.txt: Added.
        * compositing/backface-visibility/backface-visibility-webgl.html: Added.

2012-06-20  Nate Chapin  <japhet@chromium.org>

        Test for https://bugs.webkit.org/show_bug.cgi?id=89378.
        Reviewed by Eric Seidel.

        * http/tests/xmlhttprequest/reentrant-cancel-expected.txt: Added.
        * http/tests/xmlhttprequest/reentrant-cancel.html: Added.

2012-06-20  Robert Hogan  <robert@webkit.org>

        Negative margin block doesn't properly clear a float enclosed by a previous sibling
        https://bugs.webkit.org/show_bug.cgi?id=10900

        Reviewed by Eric Seidel.

        * fast/block/float/previous-sibling-abspos-001-expected.html: Added.
        * fast/block/float/previous-sibling-abspos-001.html: Added.
        * fast/block/float/previous-sibling-abspos-002-expected.html: Added.
        * fast/block/float/previous-sibling-abspos-002.html: Added.
        * fast/block/float/previous-sibling-float-001-expected.html: Added.
        * fast/block/float/previous-sibling-float-001.html: Added.
        * fast/block/float/previous-sibling-float-002-expected.html: Added.
        * fast/block/float/previous-sibling-float-002.html: Added.
        * fast/css/clear-float-sibling-expected.html: Added.
        * fast/css/clear-float-sibling.html: Added.

2012-06-20  Alexis Menard  <alexis.menard@openbossa.org>

        [CSS3 Backgrounds and Borders] Implement box-decoration-break rendering.
        https://bugs.webkit.org/show_bug.cgi?id=88228

        Reviewed by Eric Seidel.

        Add new tests to cover the feature.

        * fast/box-decoration-break/box-decoration-break-rendering-expected.html: Added.
        * fast/box-decoration-break/box-decoration-break-rendering.html: Added.

2012-06-20  Hans Wennborg  <hans@chromium.org>

        Speech JavaScript API: add SpeechRecognition.maxAlternatives attribute
        https://bugs.webkit.org/show_bug.cgi?id=89459

        Reviewed by Eric Seidel.

        Update the basic test to check for presence of the maxAlternatives attribute.

        * fast/speech/scripted/basics-expected.txt:
        * fast/speech/scripted/basics.html:

2012-06-20  Takashi Sakamoto  <tasak@google.com>

        applyAuthorStyles makes rules declared in all enclosing shadow dom subtrees applicable.
        https://bugs.webkit.org/show_bug.cgi?id=89061

        Reviewed by Dimitri Glazkov.

        * fast/css/style-scoped/style-scoped-apply-author-styles-expected.txt: Added.
        * fast/css/style-scoped/style-scoped-apply-author-styles.html: Added.

2012-06-20  Sergio Villar Senin  <svillar@igalia.com>

        Unreviewed GTK gardening. Removed some tests from TestExpectations
        as they were passing in the tree bots.

        * platform/gtk/TestExpectations:

2012-06-20  Hajime Morrita  <morrita@chromium.org>

        Unreviewed rebaselining.

        * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/quadraticCurveTo-expected.png:
        * platform/chromium-mac-leopard/platform/chromium/virtual/gpu/fast/canvas/quadraticCurveTo-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/canvas/quadraticCurveTo-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/quadraticCurveTo-expected.png:
        * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/quadraticCurveTo-expected.png:
        * platform/chromium/TestExpectations:

2012-06-19  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt][Mac] Speculative skipping to try to paint the bot green.

        * platform/qt-mac/Skipped:

2012-06-19  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt][Mac] Skip one more crashing test.

        * platform/qt-mac/Skipped:

2012-06-19  Cris Neckar  <cdn@chromium.org>

        Add test which inserts a CounterNode subtree which contains reset nodes into another tree. 
        https://bugs.webkit.org/show_bug.cgi?id=88142

        Reviewed by Adam Barth.

        * fast/css/counters/counter-reset-subtree-insert-crash-expected.txt: Added.
        * fast/css/counters/counter-reset-subtree-insert-crash.html: Added.

2012-06-19  Csaba Osztrogonác  <ossy@webkit.org>

        Unreviewed expected update after r120735.

        * fast/css/getComputedStyle/computed-style-expected.txt:
        * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:

2012-06-19  Kinuko Yasuda  <kinuko@chromium.org>

        Use testRunner instead of layoutTestController in fast/{files,filesystem}
        https://bugs.webkit.org/show_bug.cgi?id=89462

        Reviewed by Ryosuke Niwa.

        * fast/files/apply-blob-url-to-img.html:
        * fast/files/apply-blob-url-to-xhr.html:
        * fast/files/blob-builder-crash.html:
        * fast/files/blob-slice-overflow.html:
        * fast/files/blob-slice-test.html:
        * fast/files/create-blob-url-crash.html:
        * fast/files/domurl-script-execution-context-crash.html:
        * fast/files/file-reader-abort.html:
        * fast/files/file-reader-directory-crash.html:
        * fast/files/file-reader-event-listener.html:
        * fast/files/file-reader-file-url.html:
        * fast/files/file-reader-sandbox-iframe.html:
        * fast/files/null-origin-string.html:
        * fast/files/read-blob-async.html:
        * fast/files/read-file-async.html:
        * fast/files/resources/file-reader-real.html:
        * fast/files/resources/setup-for-read-common.js:
        * fast/files/revoke-blob-url.html:
        * fast/files/script-tests/xhr-response-blob.js:
        * fast/files/workers/inline-worker-via-blob-url.html:
        * fast/files/workers/worker-apply-blob-url-to-xhr.html:
        * fast/files/workers/worker-read-blob-async.html:
        * fast/files/workers/worker-read-blob-sync.html:
        * fast/files/workers/worker-read-file-async.html:
        * fast/files/workers/worker-read-file-sync.html:
        * fast/filesystem/cross-filesystem-op.html:
        * fast/filesystem/file-after-reload-crash.html:
        * fast/filesystem/file-metadata-after-write.html:
        * fast/filesystem/filesystem-no-callback-null-ptr-crash.html:
        * fast/filesystem/filesystem-uri-origin.html:

2012-06-19  Takashi Sakamoto  <tasak@google.com>

        [Shadow DOM] ShadowRoot.host should be gone
        https://bugs.webkit.org/show_bug.cgi?id=88387

        Reviewed by Dimitri Glazkov.

        * fast/css/style-scoped/style-scoped-in-shadow-expected.txt:
        * fast/css/style-scoped/style-scoped-in-shadow.html:
        * fast/dom/shadow/resources/shadow-dom.js:
        (isShadowRoot):
        * fast/dom/shadow/shadow-root-js-api-expected.txt:
        * fast/dom/shadow/shadow-root-js-api.html:
        Just removed references to shadow root's host attribute.

2012-06-19  Kent Tamura  <tkent@chromium.org>

        Fix a form restore test broken by HTML5 parser
        https://bugs.webkit.org/show_bug.cgi?id=89539

        Reviewed by Kentaro Hara.

        Before HTML5 parser, we parsed innerHTML input text and we attached
        renderers to parsed nodes at the same time. The parsed nodes had
        restored form values because we restore form values only for attached
        elements.

        After HTML5 parser, we don't attach renderers during innerHTML
        parsing. state-restore-to-nonedited-controls.html used innerHTML to
        built a form and the test haven't worked since introducing HTML5 parser.

        This patch changes the test so that it uses document.write() instead of
        innerHTML.

        * fast/forms/state-restore-to-non-edited-controls-expected.txt:
        Note that the FAIL line is expected. It's due to Bug 88685.
        * fast/forms/state-restore-to-non-edited-controls.html:
        Use document.write() instead of innerHTML.

2012-06-19  Ryosuke Niwa  <rniwa@webkit.org>

        Test fix after r120521.

        * webarchive/resources/dump-webarchive.js:
        * webarchive/test-duplicate-resources-expected.webarchive:
        * webarchive/test-script-src-expected.webarchive:

2012-06-19  Ryosuke Niwa  <rniwa@webkit.org>

        Use testRunner instead of layoutTestController in fast/doctypes, dom, dynamic, encoding, events, eventsource, and exclusions tests
        https://bugs.webkit.org/show_bug.cgi?id=89438

        Reviewed by Tony Chang.

        * fast/doctypes/005-case-preserving.html:
        * fast/doctypes/doctype-after-comment.html:
        * fast/doctypes/doctype-at-end.html:
        * fast/doctypes/doctype-in-element.html:
        * fast/doctypes/doctype-parsing.html:
        * fast/doctypes/html-doctype.html:
        * fast/doctypes/xhtml-with-xhtmlmp-doctype.xhtml:
        * fast/doctypes/xml-doctype.xhtml:
        * fast/dom/:
        * fast/dynamic/5872671.html:
        * fast/dynamic/ancestor-to-absolute.html:
        * fast/dynamic/checkbox-selection-crash.html:
        * fast/dynamic/containing-block-change.html:
        * fast/dynamic/crash-generated-counter.html:
        * fast/dynamic/crash-generated-image.html:
        * fast/dynamic/crash-generated-quote.html:
        * fast/dynamic/crash-generated-text.html:
        * fast/dynamic/crash-paint-no-documentElement-renderer.html-disabled:
        * fast/dynamic/float-remove-above-line-2.html:
        * fast/dynamic/float-remove-above-line.html:
        * fast/dynamic/hover-before-position-after-style-change.html:
        * fast/dynamic/hover-before-position-after-style-change2.html:
        * fast/dynamic/hover-style-recalc-crash.html:
        * fast/dynamic/hovered-detach.html:
        * fast/dynamic/inline-to-block-crash.html:
        * fast/dynamic/insertAdjacentElement.html:
        * fast/dynamic/insertAdjacentHTML-allowed-parents.html:
        * fast/dynamic/insertAdjacentHTML.html:
        * fast/dynamic/insertAdjacentText.html:
        * fast/dynamic/jQuery-animation-crash.html:
        * fast/dynamic/layer-hit-test-crash.html:
        * fast/dynamic/layer-no-longer-paginated.html:
        * fast/dynamic/outerHTML-no-element.html:
        * fast/dynamic/paused-event-dispatch.html:
        * fast/dynamic/position-absolute-to-fixed-crash.html:
        * fast/dynamic/position-change-layout.html:
        * fast/dynamic/recursive-layout.html:
        * fast/dynamic/style-access-late-stylesheet-load.html:
        * fast/dynamic/subtree-common-root.html:
        * fast/dynamic/subtree-table-cell-height.html:
        * fast/dynamic/subtree-unrooted.html:
        * fast/encoding/:
        * fast/events/:
        * platform/chromium/fast/events/drag-downloadURL.html:
        * platform/chromium/fast/events/intercept-postmessage.html:
        * platform/chromium/fast/events/rtl-scrollbar.html:
        * platform/gtk/fast/events/event-sender-metakey.html:
        * platform/mac/fast/dom/HTMLImageElement/dashboard-src-quirk.html:
        * platform/mac/fast/dom/character-index-for-point.html:
        * platform/mac/fast/dom/objc-wrapper-identity.html:
        * platform/mac/fast/dom/wrapper-classes-objc.html:
        * platform/mac/fast/dom/wrapper-round-tripping.html:
        * platform/mac/fast/events/objc-event-api.html:
        * platform/mac/fast/events/objc-keyboard-event-creation.html:
        * platform/qt/fast/events/event-sender-keydown-frame.html:
        * platform/win/fast/events/alt-numpad.html:
        * platform/win/fast/events/alt-space-scroll.html:
        * platform/win/fast/events/double-dead-char.html:
        * platform/win/fast/events/keyLocation-numpad.html:
        * platform/win/fast/events/panScroll-correct-direction.html:
        * platform/win/fast/events/panScroll-event-fired.html:
        * platform/win/fast/events/panScroll-image-no-scroll.html:
        * platform/win/fast/events/panScroll-imageMap-href-no-scroll.html:
        * platform/win/fast/events/panScroll-imageMap-noHref-scroll.html:
        * platform/win/fast/events/panScroll-nested-divs.html:
        * platform/win/fast/events/panScroll-no-iframe-jump.html:
        * platform/win/fast/events/panScroll-preventDefault.html:
        * platform/win/fast/events/script-tests/context-click-events.js:

2012-06-19  Jon Honeycutt  <jhoneycutt@apple.com>

        Remove the failing expected results added in
        http://trac.webkit.org/changeset/119190 now that these tests pass.

        Rubber-stamped by Jessie Berlin.

        * platform/win/fast/frames/frame-set-scaling-hit-expected.txt: Removed.
        * platform/win/fast/frames/frame-with-noresize-can-be-resized-after-removal-of-noresize-expected.txt: Removed.
        * platform/win/fast/frames/frame-with-noresize-can-be-resized-after-setting-noResize-to-false-expected.txt: Removed.
        * platform/win/fast/frames/frames-with-frameborder-zero-can-be-resized-expected.txt: Removed.

2012-06-19  Erik Arvidsson  <arv@chromium.org>

        [V8] Fix issue where a callback got a null calling context
        https://bugs.webkit.org/show_bug.cgi?id=89532

        Reviewed by Kentaro Hara.

        * fast/dom/Window/post-message-crash-expected.txt: Added.
        * fast/dom/Window/post-message-crash.html: Added.

2012-06-19  Kenneth Russell  <kbr@google.com>

        [Chromium] Unreviewed test expectations update.

        * platform/chromium-win-xp/platform/chromium/virtual/gpu/fast/canvas/resize-while-save-active-expected.txt: Removed.
        * platform/chromium/TestExpectations:
            Referenced bugs 89529 and 89534.

2012-06-19  Greg Billock  <gbillock@google.com>

        Add filesystem regression test to check that the filesystem object is
        not serializable as created by javascript.
        https://bugs.webkit.org/show_bug.cgi?id=88267

        Reviewed by David Levin.

        * fast/filesystem/filesystem-unserializable-expected.html: Added.
        * fast/filesystem/filesystem-unserializable.html: Added.
        * fast/filesystem/script-tests/filesystem-unserializable.js: Added.

2012-06-19  Beth Dakin  <bdakin@apple.com>

        Skipping failing tests to keep the bots green. Filed 
        https://bugs.webkit.org/show_bug.cgi?id=89528 to track fixing the 
        real problem.

        * platform/mac/Skipped:

2012-06-19  Kenneth Russell  <kbr@google.com>

        [Chromium][Mac] Layout Test ietestcenter/css3/bordersbackgrounds/border-radius-clip-002.htm is failing
        https://bugs.webkit.org/show_bug.cgi?id=89411

        Unreviewed test expectations update generated by garden-o-matic.

        * ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.txt.
        * platform/chromium-mac-leopard/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png: Added.
        * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.txt: Removed.
        * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png: Added.
        * platform/chromium/TestExpectations:
            Removed IMAGE MISSING expectation for this test.
        * platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.txt: Removed.

2012-06-19  Filip Pizlo  <fpizlo@apple.com>

        DFG CFA forgets to notify subsequent phases of found constants if it proves LogicalNot to be a constant
        https://bugs.webkit.org/show_bug.cgi?id=89511
        <rdar://problem/11700089>

        Reviewed by Geoffrey Garen.

        * fast/js/dfg-constant-fold-logical-not-branch-expected.txt: Added.
        * fast/js/dfg-constant-fold-logical-not-branch.html: Added.
        * fast/js/script-tests/dfg-constant-fold-logical-not-branch.js: Added.
        (foo1):
        (foo2):
        (Stuff):
        (Stuff.prototype.thingy):
        (Stuff.prototype.otherThingy):

2012-06-19  Jon Honeycutt  <jhoneycutt@apple.com>

        Remove the failing results added in
        http://trac.webkit.org/changeset/119144 and
        http://trac.webkit.org/changeset/119149 now that these tests pass
        without them.

        Rubber-stamped by Jessie Berlin.

        * platform/win/fast/events/popup-allowed-from-gesture-initiated-event-expected.txt: Removed.
        * platform/win/fast/events/popup-allowed-from-gesture-initiated-form-submit-expected.txt: Removed.
        * platform/win/fast/events/popup-blocked-from-fake-user-gesture-expected.txt: Removed.
        * platform/win/fast/events/popup-blocked-from-untrusted-mouse-click-expected.txt: Removed.
        * platform/win/fast/events/popup-blocking-timers-expected.txt: Removed.
        * platform/win/fast/events/remove-target-in-mouseup-deep-expected.txt: Removed.
        * platform/win/fast/events/remove-target-in-mouseup-expected.txt: Removed.
        * platform/win/fast/events/remove-target-in-mouseup-insertback-expected.txt: Removed.
        * platform/win/fast/events/remove-target-in-mouseup-twice-expected.txt: Removed.
        * platform/win/fast/events/remove-target-with-shadow-in-drag-expected.txt: Removed.

2012-06-19  Ken Buchanan  <kenrb@chromium.org>

        Absolute positioned objects should not be added to anonymous block lists
        https://bugs.webkit.org/show_bug.cgi?id=87768

        Reviewed by Abhishek Arya.

        Test crashing condition in bug 87768.

        * fast/block/positioning/abspositioned-object-under-split-relpositioned-inline-crash-expected.txt: Added
        * fast/block/positioning/abspositioned-object-under-split-relpositioned-inline-crash.html: Added
        * fast/block/positioning/insert-positioned-in-anonymous-crash-expected.txt: Added
        * fast/block/positioning/insert-positioned-in-anonymous-crash.html: Added

2012-06-19  Jan Keromnes  <janx@linux.com>

        Web Inspector: extensionPanel.onSearch `action` strings should be enumerated
        https://bugs.webkit.org/show_bug.cgi?id=89509

        Reviewed by Pavel Feldman.

        * inspector/extensions/extensions-api-expected.txt:

2012-06-19  Kenneth Russell  <kbr@google.com>

        [Chromium] Unreviewed gardening.

        * platform/chromium-win-xp/platform/chromium/virtual/gpu/fast/canvas/resize-while-save-active-expected.txt:
            Added expectations without trailing newlines; unclear why this only happens in this configuration.
        * platform/chromium/TestExpectations:
            Added reference to https://bugs.webkit.org/show_bug.cgi?id=89510 .

2012-06-19  Dominik Röttsches  <dominik.rottsches@intel.com>

        [cairo] Fix LayoutTests/fast/canvas/patternfill-repeat.html
        https://bugs.webkit.org/show_bug.cgi?id=53085

        Reviewed by Martin Robinson.

        canvas/philip/tests/2d.pattern.paint.repeat* tests now passing.

        * platform/efl/Skipped:
        * platform/gtk/TestExpectations:

2012-06-19  Hayato Ito  <hayato@chromium.org>

        [Shadow DOM] An upper boundary breaks if a child node of an insertion point is clicked.
        https://bugs.webkit.org/show_bug.cgi?id=89407

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/shadow-dom-event-dispatching-expected.txt:
        * fast/dom/shadow/shadow-dom-event-dispatching.html:

2012-06-19  Martin Kosiba  <mkosiba@google.com>

        [Chromium] Add LayoutTests for find in page.
        https://bugs.webkit.org/show_bug.cgi?id=89453

        Reviewed by Adam Barth.

        * platform/chromium/editing/text-iterator/findString-restarts-at-last-position-expected.txt: Added.
        * platform/chromium/editing/text-iterator/findString-restarts-at-last-position.html: Added.
        * platform/chromium/editing/text-iterator/findString-start-search-after-selection-expected.txt: Added.
        * platform/chromium/editing/text-iterator/findString-start-search-after-selection.html: Added.

2012-06-19  Adrienne Walker  <enne@google.com>

        Fix scrollbar layers being misplaced with a clipped owner layer
        https://bugs.webkit.org/show_bug.cgi?id=89486

        Reviewed by Simon Fraser.

        * compositing/overflow/scrollbars-with-clipped-owner-expected.png: Added.
        * compositing/overflow/scrollbars-with-clipped-owner-expected.txt: Added.
        * compositing/overflow/scrollbars-with-clipped-owner.html: Added.

2012-06-19  Shinya Kawanaka  <shinyak@chromium.org>

        [Shadow][Editing] applying document.execCommand('bold') twice to elements having shadow insertion points causes a crash.
        https://bugs.webkit.org/show_bug.cgi?id=88502

        Reviewed by Ryosuke Niwa.

        * editing/shadow/bold-twice-in-shadow-expected.txt: Added.
        * editing/shadow/bold-twice-in-shadow.html: Added.

2012-06-19  Jon Honeycutt  <jhoneycutt@apple.com>

        Remove some failing layout tests results added in
        http://trac.webkit.org/changeset/119285 and
        http://trac.webkit.org/changeset/119295. Most of these tests pass
        without the failing results. Only one of them passes with the failing
        result; compositing/layer-creation/spanOverlapsCanvas.html. I left that
        failing result in place.

        Rubber-stamped by Alexey Proskuryakov.

        * platform/win/compositing/geometry/flipped-writing-mode-expected.txt: Removed.
        * platform/win/compositing/geometry/foreground-layer-expected.txt: Removed.
        * platform/win/compositing/geometry/foreground-offset-change-expected.txt: Removed.
        * platform/win/compositing/geometry/horizontal-scroll-composited-expected.txt: Removed.
        * platform/win/compositing/geometry/layer-due-to-layer-children-deep-expected.txt: Removed.
        * platform/win/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt: Removed.
        * platform/win/compositing/geometry/layer-due-to-layer-children-expected.txt: Removed.
        * platform/win/compositing/geometry/layer-due-to-layer-children-switch-expected.txt: Removed.
        * platform/win/compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt: Removed.
        * platform/win/compositing/geometry/limit-layer-bounds-opacity-transition-expected.txt: Removed.
        * platform/win/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.txt: Removed.
        * platform/win/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt: Removed.
        * platform/win/compositing/geometry/limit-layer-bounds-positioned-expected.txt: Removed.
        * platform/win/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt: Removed.
        * platform/win/compositing/geometry/limit-layer-bounds-transformed-expected.txt: Removed.
        * platform/win/compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt: Removed.
        * platform/win/compositing/geometry/outline-change-expected.txt: Removed.
        * platform/win/compositing/geometry/partial-layout-update-expected.txt: Removed.
        * platform/win/compositing/geometry/preserve-3d-switching-expected.txt: Removed.
        * platform/win/compositing/geometry/root-layer-update-expected.txt: Removed.
        * platform/win/compositing/geometry/tall-page-composited-expected.txt: Removed.
        * platform/win/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.txt: Removed.
        * platform/win/compositing/geometry/vertical-scroll-composited-expected.txt: Removed.
        * platform/win/compositing/geometry/video-opacity-overlay-expected.txt: Removed.
        * platform/win/compositing/iframes/become-composited-nested-iframes-expected.txt: Removed.
        * platform/win/compositing/iframes/become-overlapped-iframe-expected.txt: Removed.
        * platform/win/compositing/iframes/composited-iframe-alignment-expected.txt: Removed.
        * platform/win/compositing/iframes/composited-iframe-scroll-expected.txt: Removed.
        * platform/win/compositing/iframes/composited-parent-iframe-expected.txt: Removed.
        * platform/win/compositing/iframes/connect-compositing-iframe-delayed-expected.txt: Removed.
        * platform/win/compositing/iframes/connect-compositing-iframe-expected.txt: Removed.
        * platform/win/compositing/iframes/connect-compositing-iframe2-expected.txt: Removed.
        * platform/win/compositing/iframes/connect-compositing-iframe3-expected.txt: Removed.
        * platform/win/compositing/iframes/enter-compositing-iframe-expected.txt: Removed.
        * platform/win/compositing/iframes/iframe-content-flipping-expected.txt: Removed.
        * platform/win/compositing/iframes/iframe-copy-on-scroll-expected.txt: Removed.
        * platform/win/compositing/iframes/iframe-in-composited-layer-expected.txt: Removed.
        * platform/win/compositing/iframes/iframe-resize-expected.txt: Removed.
        * platform/win/compositing/iframes/iframe-size-from-zero-expected.txt: Removed.
        * platform/win/compositing/iframes/invisible-iframe-expected.txt: Removed.
        * platform/win/compositing/iframes/invisible-nested-iframe-expected.txt: Removed.
        * platform/win/compositing/iframes/invisible-nested-iframe-hide-expected.txt: Removed.
        * platform/win/compositing/iframes/invisible-nested-iframe-show-expected.txt:
        * platform/win/compositing/iframes/layout-on-compositing-change-expected.txt: Removed.
        * platform/win/compositing/iframes/nested-iframe-scrolling-expected.txt: Removed.
        * platform/win/compositing/iframes/overlapped-iframe-expected.txt: Removed.
        * platform/win/compositing/iframes/overlapped-iframe-iframe-expected.txt:
        * platform/win/compositing/iframes/page-cache-layer-tree-expected.txt: Removed.
        * platform/win/compositing/iframes/resizer-expected.txt: Removed.
        * platform/win/compositing/iframes/scrolling-iframe-expected.txt: Removed.
        * platform/win/compositing/images: Removed.
        * platform/win/compositing/images/clip-on-directly-composited-image-expected.txt: Removed.
        * platform/win/compositing/images/direct-image-background-color-expected.txt: Removed.
        * platform/win/compositing/images/direct-pdf-image-expected.txt: Removed.
        * platform/win/compositing/images/direct-svg-image-expected.txt: Removed.
        * platform/win/compositing/layer-creation/fixed-position-out-of-view-expected.txt: Removed.
        * platform/win/compositing/layer-creation/overflow-scroll-overlap-expected.txt: Removed.
        * platform/win/compositing/layer-creation/overlap-animation-expected.txt: Removed.
        * platform/win/compositing/layer-creation/overlap-child-layer-expected.txt: Removed.
        * platform/win/compositing/layer-creation/overlap-clipping-expected.txt: Removed.
        * platform/win/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt: Removed.
        * platform/win/compositing/layer-creation/overlap-transformed-layer-expected.txt: Removed.
        * platform/win/compositing/layer-creation/overlap-transforms-expected.txt: Removed.
        * platform/win/compositing/layer-creation/rotate3d-overlap-expected.txt: Removed.
        * platform/win/compositing/layer-creation/scroll-partial-update-expected.txt: Removed.
        * platform/win/compositing/layer-creation/stacking-context-overlap-expected.txt: Removed.
        * platform/win/compositing/layer-creation/stacking-context-overlap-nested-expected.txt: Removed.
        * platform/win/compositing/layer-creation/translatez-overlap-expected.txt: Removed.
        * platform/win/compositing/masks: Removed.
        * platform/win/compositing/masks/direct-image-mask-expected.txt: Removed.
        * platform/win/compositing/masks/masked-ancestor-expected.txt: Removed.
        * platform/win/compositing/masks/multiple-masks-expected.txt: Removed.
        * platform/win/compositing/masks/simple-composited-mask-expected.txt: Removed.
        * platform/win/compositing/overflow/ancestor-overflow-expected.txt: Removed.
        * platform/win/compositing/overflow/clip-descendents-expected.txt: Removed.
        * platform/win/compositing/overflow/content-gains-scrollbars-expected.txt: Removed.
        * platform/win/compositing/overflow/content-loses-scrollbars-expected.txt: Removed.
        * platform/win/compositing/overflow/overflow-compositing-descendant-expected.txt: Removed.
        * platform/win/compositing/overflow/overflow-positioning-expected.txt: Removed.
        * platform/win/compositing/overflow/overflow-scrollbar-layers-expected.txt: Removed.
        * platform/win/compositing/overflow/resize-painting-expected.txt: Removed.
        * platform/win/compositing/rtl: Removed.
        * platform/win/compositing/rtl/rtl-absolute-expected.txt: Removed.
        * platform/win/compositing/rtl/rtl-absolute-overflow-expected.txt: Removed.
        * platform/win/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt: Removed.
        * platform/win/compositing/rtl/rtl-iframe-absolute-expected.txt: Removed.
        * platform/win/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt: Removed.
        * platform/win/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt: Removed.
        * platform/win/compositing/rtl/rtl-iframe-fixed-expected.txt: Removed.
        * platform/win/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt: Removed.
        * platform/win/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt: Removed.
        * platform/win/compositing/rtl/rtl-iframe-relative-expected.txt: Removed.
        * platform/win/compositing/rtl/rtl-relative-expected.txt: Removed.
        * platform/win/compositing/tiling/crash-reparent-tiled-layer-expected.txt: Removed.
        * platform/win/compositing/visibility: Removed.
        * platform/win/compositing/visibility/layer-visible-content-expected.txt: Removed.
        * platform/win/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Removed.

2012-06-19  Simon Fraser  <simon.fraser@apple.com>

        Rebaseline some media controller tests.

        * platform/mac/media/audio-controls-rendering-expected.txt:
        * platform/mac/media/controls-after-reload-expected.txt:
        * platform/mac/media/controls-strict-expected.txt:
        * platform/mac/media/video-controls-rendering-expected.txt:
        * platform/mac/media/video-display-toggle-expected.txt:
        * platform/mac/media/video-no-audio-expected.txt:
        * platform/mac/media/video-playing-and-pause-expected.txt:

2012-06-19  Abhishek Arya  <inferno@chromium.org>

        Crash in RenderInline::willBeDestroyed.
        https://bugs.webkit.org/show_bug.cgi?id=89386

        Reviewed by Julien Chaffraix.

        * fullscreen/empty-anonymous-block-continuation-crash-expected.txt: Added.
        * fullscreen/empty-anonymous-block-continuation-crash.html: Added.

2012-06-19  Dirk Pranke  <dpranke@chromium.org>

        new-run-webkit-tests reports unexpected pass of pixel tests when pixel testing is disabled
        https://bugs.webkit.org/show_bug.cgi?id=85446

        Reviewed by Simon Fraser.

        This change makes results.html aware of whether pixel tests were
        enabled when the tests were run; if they weren't, we ignore
        expected IMAGE tests that pass instead of reporting them as
        'unexpected pass'.

        * fast/harness/resources/results-test.js:
        (mockResults):
        * fast/harness/results.html:

2012-06-19  Andreas Kling  <kling@webkit.org>

        Remove the -webkit-match-nearest-mail-blockquote-color property.
        <http://webkit.org/b/89480>

        Reviewed by Antti Koivisto.

        * fast/css/getComputedStyle/resources/property-names.js:
        * fast/dom/CSSStyleDeclaration/access-longest-css-property-expected.txt:
        * fast/dom/CSSStyleDeclaration/access-longest-css-property.html:
        * platform/chromium-mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
        * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        * platform/gtk/fast/css/getComputedStyle/computed-style-expected.txt:
        * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt:
        * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        * platform/win/fast/css/getComputedStyle/computed-style-expected.txt:
        * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:

2012-06-19  Abhishek Arya  <inferno@chromium.org>

        Crash in WebCore::RenderSVGModelObject::checkIntersection
        https://bugs.webkit.org/show_bug.cgi?id=89059

        Reviewed by Rob Buis.

        * svg/custom/intersection-list-crash-expected.txt: Added.
        * svg/custom/intersection-list-crash.svg: Added.

2012-06-19  Dan Bernstein  <mitz@apple.com>

        Paginated display API doesn’t allow setting the page progression direction
        https://bugs.webkit.org/show_bug.cgi?id=89394

        Reviewed by Darin Adler.

        * fast/multicol/pagination-h-horizontal-bt.html:
        * fast/multicol/pagination-h-horizontal-tb.html:
        * fast/multicol/pagination-h-vertical-lr.html:
        * fast/multicol/pagination-h-vertical-rl.html:
        * fast/multicol/pagination-v-horizontal-bt.html:
        * fast/multicol/pagination-v-horizontal-tb.html:
        * fast/multicol/pagination-v-vertical-lr.html:
        * fast/multicol/pagination-v-vertical-rl.html:

2012-06-19  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt][Mac] Skip new failing and crashing tests to try to paint the bot green.

        * platform/qt-mac/Skipped:

2012-06-19  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, remove unnecessary expected files.

        * platform/qt/animations/combo-transform-translate+scale-expected.txt: Removed.
        * platform/qt/compositing/geometry/object-clip-rects-assertion-expected.txt: Removed.
        * platform/qt/css3/calc/getComputedStyle-margin-percentage-expected.txt: Removed.
        * platform/qt/css3/filters/remove-filter-rendering-expected.txt: Removed.
        * platform/qt/editing/inserting/return-key-in-hidden-field-expected.txt: Removed.
        * platform/qt/editing/pasteboard/paste-4039777-fix-expected.txt: Removed.
        * platform/qt/editing/pasteboard/paste-noscript-expected.txt: Removed.
        * platform/qt/editing/pasteboard/select-element-1-expected.txt: Removed.
        * platform/qt/editing/selection/select-line-break-with-opposite-directionality-expected.txt: Removed.
        * platform/qt/fast/css/border-solid-single-edge-antialias-expected.txt: Removed.
        * platform/qt/fast/dom/Window/window-resize-contents-expected.txt: Removed.
        * platform/qt/fast/events/mouse-relative-position-expected.txt: Removed.
        * platform/qt/fast/preloader/document-write-noscript-expected.txt: Removed.
        * platform/qt/fast/repaint/table-hover-on-link-expected.txt: Removed.
        * platform/qt/http/tests/misc/SVGFont-delayed-load-expected.txt: Removed.
        * platform/qt/http/tests/security/xssAuditor/script-tag-with-fancy-unicode-expected.txt: Removed.
        * platform/qt/svg/custom/acid3-test-77-expected.txt: Removed.
        * platform/qt/svg/custom/circular-marker-reference-1-expected.txt: Removed.
        * platform/qt/svg/custom/glyph-setting-d-attribute-expected.txt: Removed.
        * platform/qt/svg/custom/insertItemBefore-from-non-list-origin-expected.txt: Removed.
        * platform/qt/svg/custom/use-transfer-width-height-properties-to-svg-expected.txt: Removed.
        * platform/qt/svg/custom/use-transfer-width-height-properties-to-symbol2-expected.txt: Removed.
        * platform/qt/svg/dom/baseVal-animVal-crash-expected.txt: Removed.
        * platform/qt/svg/dom/css-transforms-expected.txt: Removed.
        * platform/qt/svg/dom/font-face-elements-expected.txt: Removed.
        * platform/qt/svg/hixie/links/001-expected.txt: Removed.
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Removed.

2012-06-19  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, remove unnecessary expected files.

        * platform/qt-5.0/fast/dom/DeviceMotion/create-event-expected.txt: Removed.
        * platform/qt-5.0/fast/dom/DeviceOrientation/create-event-expected.txt: Removed.

2012-06-19  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, skip one more failing test.

        * platform/qt-5.0-wk2/Skipped:

2012-06-19  Amy Ousterhout  <aousterh@chromium.org>

        Fixing Typos in DeviceOrientation and DeviceMotion Tests
        https://bugs.webkit.org/show_bug.cgi?id=89339

        Reviewed by Steve Block.

        * fast/dom/DeviceMotion/create-event-expected.txt:
        * fast/dom/DeviceMotion/script-tests/create-event.js:
        * fast/dom/DeviceOrientation/no-synchronous-events-expected.txt:
        * fast/dom/DeviceOrientation/script-tests/no-synchronous-events.js:

2012-06-19  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, skip one more failing test.

        * platform/qt-5.0-wk2/Skipped:

2012-06-19  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed typo fix.

        * platform/qt/Skipped:

2012-06-19  Alexander Pavlov  <apavlov@chromium.org>

        New inspector/styles/inject-stylesheet.html fails
        https://bugs.webkit.org/show_bug.cgi?id=89364

        Reviewed by Zoltan Herczeg.

        LayoutTestController in Chromium injects testRunner into the Inspector window, while its other implementations don't.
        Additionally, testRunner.addUserStyleSheet() behavior differs across platforms: Chromium injects stylesheets
        with the "Author" level, while the others do with the "User" level, so the Chromium expectation stands apart.

        * inspector/styles/inject-stylesheet-expected.txt:
        * inspector/styles/inject-stylesheet.html:
        * platform/chromium/inspector/styles/inject-stylesheet-expected.txt: Copied from LayoutTests/inspector/styles/inject-stylesheet-expected.txt.
        * platform/qt/Skipped:

2012-06-19  Dominik Röttsches  <dominik.rottsches@intel.com>

        [GTK] Assert failure in svg/batik/text/textDecoration.svg,textEffect3.svg for 64bit Debug bot
        https://bugs.webkit.org/show_bug.cgi?id=89104

        Reviewed by Nikolas Zimmermann.

        Removing CRASH expectations after assertion failure is now fixed.

        * platform/chromium/TestExpectations:
        * platform/gtk/TestExpectations:

2012-06-19  Taiju Tsuiki  <tzik@chromium.org>

        Web Inspector: FileSystem tree should hide uninitialized FileSystem
        https://bugs.webkit.org/show_bug.cgi?id=88602

        Reviewed by Vsevolod Vlasov.

        * http/tests/inspector/filesystem/get-filesystem-root-expected.txt: Added.
        * http/tests/inspector/filesystem/get-filesystem-root.html: Added.

2012-06-19  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] EFL's LayoutTestController does not support setTextDirection
        https://bugs.webkit.org/show_bug.cgi?id=87481

        Reviewed by Hajime Morita.

        Unskip related test case now that EFL's LayoutTestController
        implements setTextDirection.

        * platform/efl/Skipped:

2012-06-19  MORITA Hajime  <morrita@google.com>

        Unreviewed expectation update.

        * platform/chromium/TestExpectations:

2012-06-19  Mike West  <mkwst@chromium.org>

        Add a scheme registry for bypassing Content Security Policy.
        https://bugs.webkit.org/show_bug.cgi?id=89373

        Reviewed by Adam Barth.

        * http/tests/security/contentSecurityPolicy/register-bypassing-scheme-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/register-bypassing-scheme.html: Added.

2012-06-18  Ryosuke Niwa  <rniwa@webkit.org>

        Use testRunner instead of layoutTestController in fast/canvas, clip, compact, constructors, cookies, and css* tests
        https://bugs.webkit.org/show_bug.cgi?id=89431

        Reviewed by Kent Tamura.

        * fast/canvas/:
        * fast/constructors/constructor-as-function-crash.html:
        * fast/css-generated-content/absolute-position-inside-inline.html:
        * fast/css-generated-content/after-with-first-letter-float-crash.html:
        * fast/css-generated-content/attr-missing.html:
        * fast/css-generated-content/before-content-with-list-marker-in-anon-block-crash.html:
        * fast/css-generated-content/block-after.html:
        * fast/css-generated-content/drag-state.html:
        * fast/css-generated-content/empty-content-with-float-crash.html:
        * fast/css-generated-content/first-letter-next-sibling-crash.html:
        * fast/css-generated-content/first-letter-table-cell-format-block-crash.html:
        * fast/css-generated-content/float-first-letter-siblings-convert-to-inline.html:
        * fast/css-generated-content/floating-before-content-with-list-marker-crash.html:
        * fast/css-generated-content/hit-test-generated-content.html:
        * fast/css-generated-content/hover-style-change.html:
        * fast/css-generated-content/inline-splitting-with-after-float-crash.html:
        * fast/css-generated-content/malformed-url.html:
        * fast/css-generated-content/positioned-background-hit-test-crash.html:
        * fast/css-generated-content/positioned-div-with-floating-after-content-crash.html:
        * fast/css-generated-content/positioned-generated-content-under-run-in-crash.html:
        * fast/css-generated-content/remove-div-from-flexible-box-with-floating-after-content-crash.html:
        * fast/css-generated-content/reset-content-to-initial.html:
        * fast/css-generated-content/resources/pass.html:
        * fast/css-generated-content/resources/positioned-div-with-floating-after-content-crash-frame2.html:
        * fast/css-generated-content/spellingToolTip-assert.html:
        * fast/css-generated-content/table-row-after-no-crash.html:
        * fast/css-generated-content/table-with-scrollbar-corner.html:
        * fast/css-generated-content/text-before-table-col-crash.html:
        * fast/css-grid-layout/display-grid-set-get.html:
        * fast/css-grid-layout/grid-columns-rows-get-set-multiple.html:
        * fast/css-grid-layout/grid-columns-rows-get-set.html:
        * fast/css-grid-layout/grid-item-column-row-get-set.html:
        * fast/css/:
        * platform/mac/fast/canvas/canvas-draw-xbm-image.html:
        * platform/qt/fast/canvas/toDataURL-jpeg-alpha.html:
        * platform/qt/fast/canvas/toDataURL-jpeg-primarycolors.html:
        * platform/qt/fast/canvas/toDataURL-jpeg-quality-basic.html:
        * platform/qt/fast/canvas/toDataURL-jpeg-quality-notnumber.html:
        * platform/qt/fast/canvas/toDataURL-jpeg-quality-outsiderange.html:

2012-06-18  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, skip failing tests.

        * platform/qt-4.8/Skipped:
        * platform/qt-5.0/Skipped:
        * platform/qt/Skipped:

2012-06-18  Ryosuke Niwa  <rniwa@webkit.org>

        Use testRunner instead of layoutTestController in fast/animation, autoresize, backgrounds, block, body-propagation, borders, and box-* tests
        https://bugs.webkit.org/show_bug.cgi?id=89422

        Reviewed by Kent Tamura.

        * fast/animation/request-animation-frame-detach-element.html:
        * fast/animation/request-animation-frame-detach-element2.html:
        * fast/animation/request-animation-frame-disabled.html:
        * fast/animation/request-animation-frame-during-modal.html:
        * fast/animation/request-animation-frame-iframe.html:
        * fast/animation/script-tests/request-animation-frame-cancel.js:
        * fast/animation/script-tests/request-animation-frame-cancel2.js:
        * fast/animation/script-tests/request-animation-frame-disabled.js:
        * fast/animation/script-tests/request-animation-frame-timestamps-advance.js:
        * fast/animation/script-tests/request-animation-frame-timestamps.js:
        * fast/animation/script-tests/request-animation-frame-within-callback.js:
        * fast/animation/script-tests/request-animation-frame.js:
        * fast/autoresize/autoresize-with-iframe.html:
        * fast/autoresize/basic.html:
        * fast/autoresize/turn-off-autoresize.html:
        * fast/backgrounds/animated-gif-as-background.html:
        * fast/backgrounds/animated-svg-as-mask.html:
        * fast/backgrounds/background-fast-path-simple-color.html:
        * fast/backgrounds/background-fill-zero-area-crash.html:
        * fast/backgrounds/background-repeat-computed-style.html:
        * fast/backgrounds/multiple-backgrounds-assert.html:
        * fast/backgrounds/root-background-propagation.html:
        * fast/backgrounds/root-background-propagation2.html:
        * fast/backgrounds/size/contain-and-cover-zoomed.html:
        * fast/backgrounds/solid-color-context-restore.html:
        * fast/block/:
        * fast/borders/border-image-reset-by-border-shorthand.html:
        * fast/borders/border-image-slice-omission.html:
        * fast/borders/border-mixed-alpha.html:
        * fast/borders/border-radius-complex-inner.html:
        * fast/borders/border-radius-parsing.html:
        * fast/borders/negative-border-width.html:
        * fast/borders/outline-alpha-block.html:
        * fast/borders/outline-alpha-inline.html:
        * fast/box-shadow/box-shadow-clipped-slices.html:
        * fast/box-shadow/box-shadow-currentcolor.html:
        * fast/box-shadow/no-blur-multiple-offsets.html:
        * fast/box-shadow/resources/box-shadow-overflow-scroll.js:
        * fast/box-shadow/spread-multiple-inset.html:
        * fast/box-shadow/spread-multiple-normal.html:

2012-06-18  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, updating baselines after rollouts in r120627.

        * platform/gtk/fast/hidpi/clip-text-in-hidpi-expected.txt:
        * platform/gtk/fast/hidpi/image-set-background-dynamic-expected.txt:
        * platform/gtk/fast/hidpi/image-set-border-image-dynamic-expected.txt:
        * platform/gtk/fast/hidpi/image-set-in-content-dynamic-expected.txt:

2012-06-18  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, update expected files.

        * platform/qt/Skipped: Skip a new failing test to paint the bot green.
        * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Updated after r120609.
        * platform/qt/fast/multicol/progression-reverse-expected.png: Added after r120609.
        * platform/qt/fast/multicol/progression-reverse-expected.txt: Added after r120609.
        * platform/qt/svg/css/getComputedStyle-basic-expected.txt: Updated after r120609.

2012-06-18  Mark Lam  <mark.lam@apple.com>

        Ensure that error.stack and window.onerror always have the appropriate
        line numbers of the exception being thrown.
        https://bugs.webkit.org/show_bug.cgi?id=89410

        Reviewed by Geoffrey Garen.

        * fast/js/exception-line-number-expected.txt: Added.
        * fast/js/exception-line-number.html: Added.
        * fast/js/script-tests/exception-line-number.js: Added.
        (foo):
        (window.onerror):

2012-06-18  Kinuko Yasuda  <kinuko@chromium.org>

        Unreviewed test fix (one more) for r120667: skip '.svn' directory from the test results.

        * fast/forms/file/input-file-entries.html:

2012-06-18  Mike Lawther  <mikelawther@chromium.org>

       Unreviewed gardening. Add missing expectation file.
               
        * fast/text/title-crash-expected.txt: Added.
        
2012-06-18  Kinuko Yasuda  <kinuko@chromium.org>

        Unreviewed test fix for r120667: skip '.svn' directory from the test results.

        * fast/forms/file/input-file-entries.html:

2012-06-18  Gregg Tavares  <gman@google.com>

        Expose WEBGL_depth_texture extension to WebGL
        https://bugs.webkit.org/show_bug.cgi?id=87029

        Reviewed by Kenneth Russell.

        * fast/canvas/webgl/resources/webgl-test-utils.js:
        (WebGLTestUtils):
        * fast/canvas/webgl/webgl-depth-texture-expected.txt: Added.
        * fast/canvas/webgl/webgl-depth-texture.html: Added.

2012-06-12  Kinuko Yasuda  <kinuko@chromium.org>

        Support File/DirectoryEntry access for <input type=file> if FileSystem API is enabled
        https://bugs.webkit.org/show_bug.cgi?id=88293

        Reviewed by Tony Chang.

        * fast/forms/file/input-file-entries-expected.txt: Added.
        * fast/forms/file/input-file-entries.html: Added.
        * fast/forms/resources/dir1/UTF8-2.txt: Added.
        * fast/forms/resources/dir1/UTF8.txt: Added.
        * fast/forms/resources/dir2/green.jpg: Added.
        * platform/efl/Skipped:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/Skipped:
        * platform/qt/Skipped:
        * platform/win/Skipped:
        * platform/wincairo/Skipped:
        * platform/wk2/Skipped:

2012-06-18  Shinya Kawanaka  <shinyak@chromium.org>

        [Crash][Editing] VisibleSelection::adjustSelectionToAvoidCrossingEditingBoundaries() crashes in some Shadow DOM case.
        https://bugs.webkit.org/show_bug.cgi?id=88500

        Reviewed by Ryosuke Niwa.

        * editing/shadow/breaking-editing-boundaries-expected.txt: Added.
        * editing/shadow/breaking-editing-boundaries.html: Added.

2012-06-18  Hajime Morrita  <morrita@chromium.org>

        Unreviewed test marking. Marked border-radius-clip-002.htm as a failure.

        * platform/chromium/TestExpectations:

2012-06-18  Mike Lawther  <mikelawther@chromium.org>

        Crash when setting title dynamically
        https://bugs.webkit.org/show_bug.cgi?id=88083

        Reviewed by Dan Bernstein.

        * fast/text/title-crash.html: Added.

2012-06-18  Adrienne Walker  <enne@google.com>

        RenderLayerBacking sometimes doesn't attach scrollbars to graphics layer tree
        https://bugs.webkit.org/show_bug.cgi?id=89402

        Reviewed by James Robinson.

        Add a test where an image load creates overflow.

        * compositing/overflow/image-load-overflow-scrollbars-expected.png: Added.
        * compositing/overflow/image-load-overflow-scrollbars-expected.txt: Added.
        * compositing/overflow/image-load-overflow-scrollbars.html: Added.

2012-06-18  Ami Fischman  <fischman@chromium.org>

        Make serve-video.php serve 206 responses
        https://bugs.webkit.org/show_bug.cgi?id=89252

        Reviewed by Adam Barth.

        * http/tests/media/resources/serve-video.php:

2012-06-18  Hajime Morrita  <morrita@chromium.org>

        Unreviewed test marking. Marked border-radius-clip-002.htm as a failure.

        * platform/chromium/TestExpectations:

2012-06-18  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] media/video-seek-past-end-playing.html is flaky
        https://bugs.webkit.org/show_bug.cgi?id=89301

        Reviewed by Philippe Normand.

        Unskip media/video-seek-past-end-playing.html now that the
        precision problem in MediaPlayerPrivateGStreamer is fixed.

        * platform/efl/TestExpectations:

2012-06-18  Andrew Scherkus  <scherkus@chromium.org>

        [Chromium] Unreviewed. Rebaseline media layout tests due to updated controls.

        https://bugs.webkit.org/show_bug.cgi?id=89050

        * platform/chromium-linux-x86/media/video-empty-source-expected.txt: Removed.
        * platform/chromium-linux/fast/layers/video-layer-expected.png:
        * platform/chromium-linux/fullscreen/full-screen-stacking-context-expected.png:
        * platform/chromium-linux/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
        * platform/chromium-linux/media/audio-controls-rendering-expected.png:
        * platform/chromium-linux/media/audio-repaint-expected.png:
        * platform/chromium-linux/media/controls-after-reload-expected.png:
        * platform/chromium-linux/media/controls-layout-direction-expected.png:
        * platform/chromium-linux/media/controls-strict-expected.png:
        * platform/chromium-linux/media/controls-styling-expected.png:
        * platform/chromium-linux/media/controls-without-preload-expected.png:
        * platform/chromium-linux/media/media-controls-clone-expected.png:
        * platform/chromium-linux/media/media-document-audio-repaint-expected.png:
        * platform/chromium-linux/media/video-controls-rendering-expected.png:
        * platform/chromium-linux/media/video-display-toggle-expected.png:
        * platform/chromium-linux/media/video-empty-source-expected.png:
        * platform/chromium-linux/media/video-empty-source-expected.txt: Removed.
        * platform/chromium-linux/media/video-no-audio-expected.png:
        * platform/chromium-linux/media/video-playing-and-pause-expected.png:
        * platform/chromium-linux/media/video-zoom-controls-expected.png:
        * platform/chromium-mac-leopard/fast/layers/video-layer-expected.png:
        * platform/chromium-mac-leopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
        * platform/chromium-mac-leopard/media/audio-controls-rendering-expected.png:
        * platform/chromium-mac-leopard/media/audio-repaint-expected.png:
        * platform/chromium-mac-leopard/media/controls-after-reload-expected.png:
        * platform/chromium-mac-leopard/media/controls-strict-expected.png:
        * platform/chromium-mac-leopard/media/controls-styling-expected.png:
        * platform/chromium-mac-leopard/media/controls-without-preload-expected.png:
        * platform/chromium-mac-leopard/media/media-document-audio-repaint-expected.png:
        * platform/chromium-mac-leopard/media/video-controls-rendering-expected.png:
        * platform/chromium-mac-leopard/media/video-display-toggle-expected.png:
        * platform/chromium-mac-leopard/media/video-empty-source-expected.png:
        * platform/chromium-mac-leopard/media/video-empty-source-expected.txt: Removed.
        * platform/chromium-mac-leopard/media/video-no-audio-expected.png:
        * platform/chromium-mac-leopard/media/video-playing-and-pause-expected.png:
        * platform/chromium-mac-snowleopard/fast/layers/video-layer-expected.png:
        * platform/chromium-mac-snowleopard/fullscreen/full-screen-stacking-context-expected.png:
        * platform/chromium-mac-snowleopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
        * platform/chromium-mac-snowleopard/media/audio-controls-rendering-expected.png:
        * platform/chromium-mac-snowleopard/media/audio-repaint-expected.png:
        * platform/chromium-mac-snowleopard/media/controls-after-reload-expected.png:
        * platform/chromium-mac-snowleopard/media/controls-layout-direction-expected.png:
        * platform/chromium-mac-snowleopard/media/controls-strict-expected.png:
        * platform/chromium-mac-snowleopard/media/controls-styling-expected.png:
        * platform/chromium-mac-snowleopard/media/controls-without-preload-expected.png:
        * platform/chromium-mac-snowleopard/media/media-controls-clone-expected.png:
        * platform/chromium-mac-snowleopard/media/media-document-audio-repaint-expected.png:
        * platform/chromium-mac-snowleopard/media/video-controls-rendering-expected.png:
        * platform/chromium-mac-snowleopard/media/video-display-toggle-expected.png:
        * platform/chromium-mac-snowleopard/media/video-empty-source-expected.png:
        * platform/chromium-mac-snowleopard/media/video-empty-source-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/media/video-no-audio-expected.png:
        * platform/chromium-mac-snowleopard/media/video-playing-and-pause-expected.png:
        * platform/chromium-mac/fast/layers/video-layer-expected.png:
        * platform/chromium-mac/fast/layers/video-layer-expected.txt:
        * platform/chromium-mac/fullscreen/full-screen-stacking-context-expected.png:
        * platform/chromium-mac/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
        * platform/chromium-mac/media/audio-controls-rendering-expected.png:
        * platform/chromium-mac/media/audio-controls-rendering-expected.txt:
        * platform/chromium-mac/media/audio-repaint-expected.png:
        * platform/chromium-mac/media/audio-repaint-expected.txt:
        * platform/chromium-mac/media/controls-after-reload-expected.png:
        * platform/chromium-mac/media/controls-after-reload-expected.txt:
        * platform/chromium-mac/media/controls-layout-direction-expected.png:
        * platform/chromium-mac/media/controls-strict-expected.png:
        * platform/chromium-mac/media/controls-strict-expected.txt:
        * platform/chromium-mac/media/controls-styling-expected.png:
        * platform/chromium-mac/media/controls-styling-expected.txt:
        * platform/chromium-mac/media/controls-without-preload-expected.png:
        * platform/chromium-mac/media/controls-without-preload-expected.txt:
        * platform/chromium-mac/media/media-controls-clone-expected.png:
        * platform/chromium-mac/media/media-controls-clone-expected.txt:
        * platform/chromium-mac/media/media-document-audio-repaint-expected.png:
        * platform/chromium-mac/media/media-document-audio-repaint-expected.txt:
        * platform/chromium-mac/media/video-controls-rendering-expected.png:
        * platform/chromium-mac/media/video-controls-rendering-expected.txt:
        * platform/chromium-mac/media/video-display-toggle-expected.png:
        * platform/chromium-mac/media/video-display-toggle-expected.txt:
        * platform/chromium-mac/media/video-empty-source-expected.png:
        * platform/chromium-mac/media/video-empty-source-expected.txt:
        * platform/chromium-mac/media/video-no-audio-expected.png:
        * platform/chromium-mac/media/video-no-audio-expected.txt:
        * platform/chromium-mac/media/video-playing-and-pause-expected.png:
        * platform/chromium-mac/media/video-playing-and-pause-expected.txt:
        * platform/chromium-mac/media/video-zoom-controls-expected.png:
        * platform/chromium-mac/media/video-zoom-controls-expected.txt:
        * platform/chromium-win-vista/media/video-empty-source-expected.txt: Removed.
        * platform/chromium-win-xp/media/video-empty-source-expected.txt: Removed.
        * platform/chromium-win/fast/layers/video-layer-expected.png:
        * platform/chromium-win/fast/layers/video-layer-expected.txt:
        * platform/chromium-win/fullscreen/full-screen-stacking-context-expected.png:
        * platform/chromium-win/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
        * platform/chromium-win/media/audio-controls-rendering-expected.png:
        * platform/chromium-win/media/audio-controls-rendering-expected.txt:
        * platform/chromium-win/media/audio-repaint-expected.png:
        * platform/chromium-win/media/audio-repaint-expected.txt:
        * platform/chromium-win/media/controls-after-reload-expected.png:
        * platform/chromium-win/media/controls-after-reload-expected.txt:
        * platform/chromium-win/media/controls-layout-direction-expected.png:
        * platform/chromium-win/media/controls-strict-expected.png:
        * platform/chromium-win/media/controls-strict-expected.txt:
        * platform/chromium-win/media/controls-styling-expected.png:
        * platform/chromium-win/media/controls-styling-expected.txt:
        * platform/chromium-win/media/controls-without-preload-expected.png:
        * platform/chromium-win/media/controls-without-preload-expected.txt:
        * platform/chromium-win/media/media-controls-clone-expected.png:
        * platform/chromium-win/media/media-controls-clone-expected.txt:
        * platform/chromium-win/media/media-document-audio-repaint-expected.png:
        * platform/chromium-win/media/media-document-audio-repaint-expected.txt:
        * platform/chromium-win/media/video-controls-rendering-expected.png:
        * platform/chromium-win/media/video-controls-rendering-expected.txt:
        * platform/chromium-win/media/video-display-toggle-expected.png:
        * platform/chromium-win/media/video-display-toggle-expected.txt:
        * platform/chromium-win/media/video-empty-source-expected.png:
        * platform/chromium-win/media/video-empty-source-expected.txt:
        * platform/chromium-win/media/video-no-audio-expected.png:
        * platform/chromium-win/media/video-no-audio-expected.txt:
        * platform/chromium-win/media/video-playing-and-pause-expected.png:
        * platform/chromium-win/media/video-playing-and-pause-expected.txt:
        * platform/chromium-win/media/video-zoom-controls-expected.png:
        * platform/chromium-win/media/video-zoom-controls-expected.txt:
        * platform/chromium/TestExpectations:
        * platform/win-xp/fast/layers/video-layer-expected.txt: Renamed from LayoutTests/platform/win/fast/layers/video-layer-expected.txt.
        * platform/win-xp/media/audio-controls-rendering-expected.txt: Renamed from LayoutTests/platform/win/media/audio-controls-rendering-expected.txt.
        * platform/win-xp/media/audio-repaint-expected.txt: Renamed from LayoutTests/platform/win/media/audio-repaint-expected.txt.
        * platform/win-xp/media/controls-after-reload-expected.txt: Renamed from LayoutTests/platform/win/media/controls-after-reload-expected.txt.
        * platform/win-xp/media/controls-strict-expected.txt: Renamed from LayoutTests/platform/win/media/controls-strict-expected.txt.
        * platform/win-xp/media/controls-styling-expected.txt: Renamed from LayoutTests/platform/win/media/controls-styling-expected.txt.
        * platform/win-xp/media/controls-without-preload-expected.txt: Renamed from LayoutTests/platform/win/media/controls-without-preload-expected.txt.
        * platform/win-xp/media/media-controls-clone-expected.txt: Renamed from LayoutTests/platform/win/media/media-controls-clone-expected.txt.
        * platform/win-xp/media/media-document-audio-repaint-expected.txt: Renamed from LayoutTests/platform/win/media/media-document-audio-repaint-expected.txt.
        * platform/win-xp/media/video-controls-rendering-expected.txt: Renamed from LayoutTests/platform/win/media/video-controls-rendering-expected.txt.
        * platform/win-xp/media/video-display-toggle-expected.txt: Renamed from LayoutTests/platform/win/media/video-display-toggle-expected.txt.
        * platform/win-xp/media/video-empty-source-expected.txt: Renamed from LayoutTests/platform/win/media/video-empty-source-expected.txt.
        * platform/win-xp/media/video-no-audio-expected.txt: Renamed from LayoutTests/platform/win/media/video-no-audio-expected.txt.
        * platform/win-xp/media/video-playing-and-pause-expected.txt: Renamed from LayoutTests/platform/win/media/video-playing-and-pause-expected.txt.
        * platform/win-xp/media/video-zoom-controls-expected.png: Renamed from LayoutTests/platform/win/media/video-zoom-controls-expected.png.
        * platform/win-xp/media/video-zoom-controls-expected.txt: Renamed from LayoutTests/platform/win/media/video-zoom-controls-expected.txt.

2012-06-18  Andrew Wilson  <atwilson@chromium.org>

        Unreviewed chromium expectations update to mark tests as timing out due to r120627.

        * platform/chromium/TestExpectations:

2012-06-18  Andrew Wilson  <atwilson@chromium.org>

        Unreviewed chromium expectations.

        * platform/chromium-mac/compositing/fixed-position-scroll-offset-history-restore-expected.png: Added.
        * platform/chromium-win/compositing/fixed-position-scroll-offset-history-restore-expected.png: Renamed from LayoutTests/platform/chromium-linux/compositing/fixed-position-scroll-offset-history-restore-expected.png.

2012-06-18  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r120593.
        http://trac.webkit.org/changeset/120593
        https://bugs.webkit.org/show_bug.cgi?id=89404

        Caused failures in fast/forms/file/input-file-entries.html
        (Requested by atwilson on #webkit).

        * fast/forms/file/input-file-entries-expected.txt: Removed.
        * fast/forms/file/input-file-entries.html: Removed.
        * fast/forms/resources/dir1/UTF8-2.txt: Removed.
        * fast/forms/resources/dir1/UTF8.txt: Removed.
        * fast/forms/resources/dir2/green.jpg: Removed.
        * platform/efl/Skipped:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/Skipped:
        * platform/qt/Skipped:
        * platform/win/Skipped:
        * platform/wincairo/Skipped:
        * platform/wk2/Skipped:

2012-06-18  Enrica Casucci  <enrica@apple.com>

        Skipping dictation tests on WK2.

        Unreviewed.

        * platform/mac-wk2/Skipped:

2012-06-18  David Barr  <davidbarr@chromium.org>

        Add from-image to css3-images image-resolution
        https://bugs.webkit.org/show_bug.cgi?id=85451

        Reviewed by Tony Chang.

        * fast/css/image-resolution/image-resolution-expected.txt:
        * fast/css/image-resolution/image-resolution.html:

2012-06-18  Igor Oliveira  <igor.o@sisa.samsung.com>

        Unreviewed, rolling out r120119.
        http://trac.webkit.org/changeset/120119

        Multiple regressions on ClusterFuzz

        * animations/first-letter-animation-expected.txt: Removed.
        * animations/first-letter-animation.html: Removed.
        * animations/first-letter-play-state-expected.txt: Removed.
        * animations/first-letter-play-state.html: Removed.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * transitions/first-letter-color-transition-expected.txt: Removed.
        * transitions/first-letter-color-transition.html: Removed.
        * transitions/first-letter-transition-expected.txt: Removed.
        * transitions/first-letter-transition.html: Removed.

2012-06-18  Ryosuke Niwa  <rniwa@webkit.org>

        REGRESSION(r118414): some pages on concursolutions.com doesn't show up
        https://bugs.webkit.org/show_bug.cgi?id=89399

        Reviewed by Adam Barth.

        Add a regression test.

        * fast/html/adjacent-html-context-element-expected.txt: Added.
        * fast/html/adjacent-html-context-element.html: Added.

2012-06-18  Andrew Wilson  <atwilson@chromium.org>

        Unreviewed expectations update for chromium after r120602.

        * platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png: Added.

2012-06-18  Adam Barth  <abarth@webkit.org>

        Update baselines after http://trac.webkit.org/changeset/120609.

        * platform/chromium-linux-x86/svg/css/getComputedStyle-basic-expected.txt:
        * platform/chromium-linux/fast/multicol/progression-reverse-expected.png: Added.
        * platform/chromium-linux/svg/css/getComputedStyle-basic-expected.txt:
        * platform/chromium-mac-leopard/fast/css/getComputedStyle: Removed.
        * platform/chromium-mac-leopard/fast/css/getComputedStyle/computed-style-expected.txt: Removed.
        * platform/chromium-mac-leopard/svg/css/getComputedStyle-basic-expected.txt:
        * platform/chromium-mac-snowleopard/fast/multicol/progression-reverse-expected.png: Added.
        * platform/chromium-mac-snowleopard/svg/css/getComputedStyle-basic-expected.txt:
        * platform/chromium-mac/fast/css/getComputedStyle/computed-style-expected.txt: Removed.
        * platform/chromium-mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        * platform/chromium-mac/fast/multicol/progression-reverse-expected.png: Added.
        * platform/chromium-mac/svg/css/getComputedStyle-basic-expected.txt:
        * platform/chromium-win-vista/svg/css/getComputedStyle-basic-expected.txt:
        * platform/chromium-win-xp/svg/css/getComputedStyle-basic-expected.txt:
        * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
        * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        * platform/chromium-win/fast/multicol/progression-reverse-expected.png: Added.
        * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:

2012-06-18  Enrica Casucci  <enrica@apple.com>

        Updating test results to include flakey cookies tests.

        Unreviewed.

        * platform/mac/TestExpectations:

2012-06-18  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r120541, r120547, and r120548.
        http://trac.webkit.org/changeset/120541
        http://trac.webkit.org/changeset/120547
        http://trac.webkit.org/changeset/120548
        https://bugs.webkit.org/show_bug.cgi?id=89383

        This approach doesn't work for WebKit2 (Requested by abarth on
        #webkit).

        * compositing/tiled-layers-hidpi.html:
        * fast/canvas/2d.backingStorePixelRatio.html:
        * fast/canvas/2d.imageDataHD.html:
        * fast/hidpi/broken-image-icon-hidpi.html:
        * fast/hidpi/broken-image-with-size-hidpi.html:
        * fast/hidpi/clip-text-in-hidpi.html:
        * fast/hidpi/focus-rings.html:
        * fast/hidpi/image-set-as-background.html:
        * fast/hidpi/image-set-background-dynamic.html:
        * fast/hidpi/image-set-background-repeat-without-size.html:
        * fast/hidpi/image-set-background-repeat.html:
        * fast/hidpi/image-set-border-image-comparison.html:
        * fast/hidpi/image-set-border-image-dynamic.html:
        * fast/hidpi/image-set-border-image-simple.html:
        * fast/hidpi/image-set-in-content-dynamic.html:
        * fast/hidpi/image-set-out-of-order.html:
        * fast/hidpi/image-set-simple.html:
        * fast/hidpi/image-set-without-specified-width.html:
        * fast/hidpi/resize-corner-hidpi.html:
        * fast/hidpi/video-controls-in-hidpi.html:
        * platform/mac-wk2/plugins/contents-scale-factor.html:
        * svg/as-image/image-respects-deviceScaleFactor.html:

2012-06-18  Adam Barth  <abarth@webkit.org>

        Fix the expected result for this test.  This got landed with the wrong expected.txt file.

        * http/tests/security/contentSecurityPolicy/source-list-parsing-malformed-meta-expected.txt:

2012-06-18  Dan Bernstein  <mitz@apple.com>

        Ideographic comma and full-stops are mishandled in linebreak
        https://bugs.webkit.org/show_bug.cgi?id=87041

        Reviewed by Alexey Proskuryakov.

        * fast/text/line-breaks-after-ideographic-comma-or-full-stop-2-expected.txt: Added.
        * fast/text/line-breaks-after-ideographic-comma-or-full-stop-2.html: Added.

2012-06-18  Mike West  <mkwst@chromium.org>

        Crash in CSPSource::parseSource
        https://bugs.webkit.org/show_bug.cgi?id=89353

        Reviewed by Adam Barth.

        * http/tests/security/contentSecurityPolicy/source-list-parsing-malformed-meta.html: Added.

2012-06-18  Robert Hogan  <robert@webkit.org>

        CSS 2.1 failure: table-height-algorithm-012 fails
        https://bugs.webkit.org/show_bug.cgi?id=85652

        Reviewed by Julien Chaffraix.

        * css2.1/20110323/table-height-algorithm-012-expected.html: Added.
        * css2.1/20110323/table-height-algorithm-012.htm: Added.
        * fast/css/vertical-align-baseline-rowspan-001-expected.html: Added.
        * fast/css/vertical-align-baseline-rowspan-001.htm: Added.
        * fast/css/vertical-align-baseline-rowspan-002-expected.html: Added.
        * fast/css/vertical-align-baseline-rowspan-002.htm: Added.
        * fast/css/vertical-align-baseline-rowspan-003-expected.html: Added.
        * fast/css/vertical-align-baseline-rowspan-003.htm: Added.
            These are a few variations on table-height-algorithm-012.htm
        * fast/css/vertical-align-baseline-rowspan-004-expected.html: Added.
        * fast/css/vertical-align-baseline-rowspan-004.htm: Added.
        * fast/css/vertical-align-baseline-rowspan-005-expected.html: Added.
        * fast/css/vertical-align-baseline-rowspan-005.htm: Added.
        * fast/css/vertical-align-baseline-rowspan-006-expected.html: Added.
        * fast/css/vertical-align-baseline-rowspan-006.htm: Added.
            These three test the calculation of the baseline RenderTableSection::calcRowLogicalHeight,
            where we now always use the first row in the span. Without this the 'Filler Text' in the middle
            cell aligns beyond the top of the table.
        * fast/css/vertical-align-baseline-rowspan-007-expected.html: Added.
        * fast/css/vertical-align-baseline-rowspan-007.htm: Added.
        * fast/css/vertical-align-baseline-rowspan-008-expected.html: Added.
        * fast/css/vertical-align-baseline-rowspan-008.htm: Added.
        * fast/css/vertical-align-baseline-rowspan-009-expected.html: Added.
        * fast/css/vertical-align-baseline-rowspan-009.htm: Added.
            These make sure the alignment used in the first row of the span is correct when things like
            the height of the cell and the height of the span are specified.

2012-06-18  Hayato Ito  <hayato@chromium.org>

        Event dispatcher should use InsertionPoint::hasDistribution instead of InsertinPoint::isActive in re-targeting.
        https://bugs.webkit.org/show_bug.cgi?id=89180

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/shadow-dom-event-dispatching-expected.txt:
        * fast/dom/shadow/shadow-dom-event-dispatching.html:

2012-06-18  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, updating baselines after r120596 and r120609.

        * platform/gtk/fast/css/getComputedStyle/computed-style-expected.txt:
        * platform/gtk/fast/hidpi/video-controls-in-hidpi-expected.txt:
        * platform/gtk/fast/layers/video-layer-expected.txt:
        * platform/gtk/media/audio-controls-rendering-expected.txt:
        * platform/gtk/media/audio-repaint-expected.txt:
        * platform/gtk/media/controls-strict-expected.txt:
        * platform/gtk/media/controls-styling-expected.txt:
        * platform/gtk/media/controls-without-preload-expected.txt:
        * platform/gtk/media/media-controls-clone-expected.txt:
        * platform/gtk/media/media-document-audio-repaint-expected.txt:
        * platform/gtk/media/video-controls-rendering-expected.txt:
        * platform/gtk/media/video-empty-source-expected.txt:
        * platform/gtk/media/video-no-audio-expected.txt:
        * platform/gtk/media/video-volume-slider-expected.txt:
        * platform/gtk/media/video-zoom-controls-expected.txt:
        * platform/gtk/svg/css/getComputedStyle-basic-expected.txt:

2012-06-18  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, skip one more failing test to paint.

        * platform/qt/Skipped:

2012-06-18  Dan Bernstein  <mitz@apple.com>

        Column progression direction cannot be set independently of writing direction
        https://bugs.webkit.org/show_bug.cgi?id=89315

        Reviewed by Darin Adler.

        * fast/css/getComputedStyle/computed-style-expected.txt:
        * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        * fast/multicol/progression-reverse-expected.png: Added.
        * fast/multicol/progression-reverse-expected.txt: Added.
        * fast/multicol/progression-reverse.html: Added.
        * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt:
        * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        * platform/mac/svg/css/getComputedStyle-basic-expected.txt:
        * svg/css/getComputedStyle-basic-expected.txt:

2012-06-18  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r120598.
        http://trac.webkit.org/changeset/120598
        https://bugs.webkit.org/show_bug.cgi?id=89359

        Patch causes crashes on EFL and GTK release builds (Requested
        by zdobersek on #webkit).

        * platform/efl/Skipped:
        * platform/gtk/TestExpectations:

2012-06-18  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Rebaseline media tests after r120596
        https://bugs.webkit.org/show_bug.cgi?id=89352

        Unreviewed EFL gardening. Rebaseline a few media tests
        due to r120596.

        * platform/efl/fast/layers/video-layer-expected.txt:
        * platform/efl/media/audio-controls-rendering-expected.txt:
        * platform/efl/media/audio-repaint-expected.png:
        * platform/efl/media/audio-repaint-expected.txt:
        * platform/efl/media/controls-after-reload-expected.txt:
        * platform/efl/media/controls-strict-expected.txt:
        * platform/efl/media/controls-styling-expected.txt:
        * platform/efl/media/controls-without-preload-expected.txt:
        * platform/efl/media/media-controls-clone-expected.png:
        * platform/efl/media/media-controls-clone-expected.txt:
        * platform/efl/media/media-document-audio-repaint-expected.txt:
        * platform/efl/media/video-controls-rendering-expected.png:
        * platform/efl/media/video-controls-rendering-expected.txt:
        * platform/efl/media/video-display-toggle-expected.txt:
        * platform/efl/media/video-empty-source-expected.txt:
        * platform/efl/media/video-zoom-controls-expected.png:
        * platform/efl/media/video-zoom-controls-expected.txt:

2012-06-18  Takashi Sakamoto  <tasak@google.com>

        webkit fails IETC border-radius-clip-002
        https://bugs.webkit.org/show_bug.cgi?id=83205

        Reviewed by Simon Fraser.

        * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png:
        * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png:
        * platform/chromium-mac-leopard/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png: Removed.
        * platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png: Removed.
        * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png: Removed.

2012-06-18  Iain Merrick  <husky@google.com>

        Allow updateFixedElementsAfterScrolling() to run during layout.
        https://bugs.webkit.org/show_bug.cgi?id=84965

        This is needed because HistoryController restores the previous scroll
        position during layout (because we don't want an ugly flash of wrongly-
        scrolled content).

        Reviewed by Simon Fraser.

        * compositing/fixed-position-scroll-offset-history-restore-expected.txt: Added.
        * compositing/fixed-position-scroll-offset-history-restore.html: Added.
        * compositing/resources/fixed-position-scroll-offset-history-restore-2.html: Added.
        * platform/chromium-linux/compositing/fixed-position-scroll-offset-history-restore-expected.png: Added.

2012-06-18  Alexander Pavlov  <apavlov@chromium.org>

        CSSOM wrappers are not built for rules in the per-document and page group user stylesheets
        https://bugs.webkit.org/show_bug.cgi?id=89221

        Reviewed by Antti Koivisto.

        * inspector/styles/inject-stylesheet-expected.txt: Added.
        * inspector/styles/inject-stylesheet.html: Added.
        * inspector/styles/resources/inject-stylesheet-iframe-data.html: Added.

2012-06-18  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, skip one more failing test. (Less test == less problem. :) )

        * platform/qt/Skipped:

2012-06-18  Dominik Röttsches  <dominik.rottsches@intel.com>

        [cairo] Fix LayoutTests/fast/canvas/patternfill-repeat.html
        https://bugs.webkit.org/show_bug.cgi?id=53085

        Reviewed by Martin Robinson.

        canvas/philip/tests/2d.pattern.paint.repeat* tests now passing.

        * platform/efl/Skipped:
        * platform/gtk/TestExpectations:

2012-06-18  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, remove duplicates from the GTK WK2
        Skipped list that are already present in the generic WK2 Skipped
        list or in GTK's TestExpectations.

        * platform/gtk-wk2/Skipped:

2012-06-12  Kinuko Yasuda  <kinuko@chromium.org>

        Support File/DirectoryEntry access for <input type=file> if FileSystem API is enabled
        https://bugs.webkit.org/show_bug.cgi?id=88293

        Reviewed by Tony Chang.

        * fast/forms/file/input-file-entries-expected.txt: Added.
        * fast/forms/file/input-file-entries.html: Added.
        * fast/forms/resources/dir1/UTF8-2.txt: Added.
        * fast/forms/resources/dir1/UTF8.txt: Added.
        * fast/forms/resources/dir2/green.jpg: Added.
        * platform/efl/Skipped:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/Skipped:
        * platform/qt/Skipped:
        * platform/win/Skipped:
        * platform/wincairo/Skipped:
        * platform/wk2/Skipped:

2012-06-18  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r120485 and r120582.
        http://trac.webkit.org/changeset/120485
        http://trac.webkit.org/changeset/120582
        https://bugs.webkit.org/show_bug.cgi?id=89345

        chromeos tree breakage (Requested by morrita on #webkit).

        * platform/chromium/TestExpectations:

2012-06-18  János Badics  <jbadics@inf.u-szeged.hu>

        [Qt] Gardening after r120311. It made inspector/extensions/extensions-panel.html flakey.
        https://bugs.webkit.org/show_bug.cgi?id=89333

        Reviewed by Csaba Osztrogonác.

        * platform/qt/Skipped:

2012-06-18  Kinuko Yasuda  <kinuko@chromium.org>

        fast/files/xhr-response-blob should use other file/blob type than javascript
        https://bugs.webkit.org/show_bug.cgi?id=89338

        Reviewed by Kentaro Hara.

        Changing the test to use the most basic text/plain type.
        Also removing platform-specific expectations.

        * fast/files/script-tests/xhr-response-blob.js: Updated.
        * fast/files/xhr-response-blob-expected.txt: Updated.
        * platform/chromium-linux/fast/files/xhr-response-blob-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/fast/files/xhr-response-blob-expected.txt: Removed.
        * platform/chromium-mac/fast/files/xhr-response-blob-expected.txt: Removed.
        * platform/chromium/fast/files/xhr-response-blob-expected.txt: Removed.
        * platform/qt/fast/files/xhr-response-blob-expected.txt: Removed.

2012-06-18  Csaba Osztrogonác  <ossy@webkit.org>

        Unreviewed gardening after r120574.

        * fast/files/xhr-response-blob-expected.txt:
        * platform/qt/fast/files/xhr-response-blob-expected.txt: Added.

2012-06-18  Taiju Tsuiki  <tzik@chromium.org>

        Fix syntax of FileReader::readAsDataURL result
        https://bugs.webkit.org/show_bug.cgi?id=89330

        When readAsDataURL generates data URL without media type, it used to omit semicolon before
        "base64" keyword.  But this semicolor is required in this case, according to RFC2397.

        Reviewed by Kent Tamura.

        * fast/files/read-blob-async-expected.txt:
        * fast/files/workers/worker-read-blob-async-expected.txt:
        * fast/files/workers/worker-read-blob-sync-expected.txt:
        * platform/chromium/fast/files/read-blob-async-expected.txt:
        * platform/chromium/fast/files/workers/worker-read-blob-async-expected.txt:
        * platform/chromium/fast/files/workers/worker-read-blob-sync-expected.txt:

2012-06-18  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] fast/files/xhr-response-blob.html is crashing
        https://bugs.webkit.org/show_bug.cgi?id=89334

        Reviewed by Kentaro Hara.

        Unskip fast/files/xhr-response-blob.html now that it
        no longer crashes.

        * platform/efl/TestExpectations:
        * platform/efl/fast/files/xhr-response-blob-expected.txt: Added.

2012-06-12  Hans Wennborg  <hans@chromium.org>

        [Chromium] fast/events/constructors/speech-recognition-event-constructor.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=88856

        Reviewed by Adam Barth.

        This fixes and re-enables the layout test that I forgot to update in r120053.

        * fast/events/constructors/speech-recognition-event-constructor-expected.txt:
        * fast/events/constructors/speech-recognition-event-constructor.html:
        * platform/chromium/TestExpectations:

2012-06-18  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] skip fast/files/xhr-response-blob.html
        https://bugs.webkit.org/show_bug.cgi?id=89335

        Unreviewed EFL gardening. Skip fast/files/xhr-response-blob.html
        because it is crashing.

        * platform/efl/TestExpectations:

2012-06-18  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Rebaseline needed after r117339
        https://bugs.webkit.org/show_bug.cgi?id=89328

        Unreviewed EFL gardening. Rebaseline a few tests after r117339.

        * platform/efl/TestExpectations:
        * platform/efl/editing/pasteboard/innerText-inline-table-expected.png: Added.
        * platform/efl/editing/pasteboard/innerText-inline-table-expected.txt: Added.
        * platform/efl/editing/selection/iframe-expected.png: Added.
        * platform/efl/editing/selection/iframe-expected.txt: Added.
        * platform/efl/editing/selection/inline-table-expected.png: Added.
        * platform/efl/editing/selection/inline-table-expected.txt: Added.
        * platform/efl/editing/selection/table-caret-3-expected.png: Added.
        * platform/efl/editing/selection/table-caret-3-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug2479-2-expected.png:
        * platform/efl/tables/mozilla/bugs/bug2479-2-expected.txt:

2012-06-18  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Rebaseline needed after r120477
        https://bugs.webkit.org/show_bug.cgi?id=89325

        Unreviewed EFL gardening. Rebaseline a few tests after r120477.

        * platform/efl/TestExpectations:
        * platform/efl/editing/deleting/delete-3800834-fix-expected.png: Added.
        * platform/efl/editing/deleting/delete-3800834-fix-expected.txt: Added.
        * platform/efl/fast/dynamic/011-expected.png:
        * platform/efl/fast/dynamic/011-expected.txt:
        * platform/efl/fast/forms/formmove3-expected.png:
        * platform/efl/fast/forms/formmove3-expected.txt:
        * platform/efl/fast/forms/preserveFormDuringResidualStyle-expected.png:
        * platform/efl/fast/forms/preserveFormDuringResidualStyle-expected.txt:
        * platform/efl/fast/invalid/001-expected.png:
        * platform/efl/fast/invalid/001-expected.txt:
        * platform/efl/fast/invalid/003-expected.png:
        * platform/efl/fast/invalid/003-expected.txt:
        * platform/efl/fast/invalid/004-expected.png:
        * platform/efl/fast/invalid/004-expected.txt:
        * platform/efl/fast/invalid/007-expected.png:
        * platform/efl/fast/invalid/007-expected.txt:
        * platform/efl/fast/invalid/019-expected.png:
        * platform/efl/fast/invalid/019-expected.txt:
        * platform/efl/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added.
        * platform/efl/tables/mozilla/bugs/bug647-expected.png:
        * platform/efl/tables/mozilla/bugs/bug647-expected.txt:
        * platform/efl/tables/mozilla/other/wa_table_tr_align-expected.png:
        * platform/efl/tables/mozilla/other/wa_table_tr_align-expected.txt:

2012-06-15  Kinuko Yasuda  <kinuko@chromium.org>

        XHR_RESPONSE_BLOB is not enabled on some platforms
        https://bugs.webkit.org/show_bug.cgi?id=88859

        Reviewed by Adam Barth.

        Removing xhr.Blob related test from Skipped files.

        * platform/efl/Skipped:
        * platform/gtk/TestExpectations:
        * platform/mac/Skipped:
        * platform/qt/Skipped:
        * platform/win/Skipped:
        * platform/wincairo/Skipped:

2012-06-17  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Add EFL baseline for fast/parser/nested-fragment-parser-crash.html
        https://bugs.webkit.org/show_bug.cgi?id=89329

        Unreviewed EFL gardening. Use the same expectation for
        fast/parser/nested-fragment-parser-crash.html as mac.
        The test is passing since it does not crash.

        * platform/efl/TestExpectations:
        * platform/efl/fast/parser/nested-fragment-parser-crash-expected.txt: Added.

2012-06-17  Hajime Morrita  <morrita@chromium.org>

        Unreviewed, marking some tests as failures..

        * platform/chromium/TestExpectations:

2012-06-17  Julien Chaffraix  <jchaffraix@webkit.org>

        colspan in table-layout:fixed does not add up widths properly
        https://bugs.webkit.org/show_bug.cgi?id=20213

        Reviewed by Abhishek Arya.

        The bug has been fixed (likely by bug 14858) so landing the test case as fixed table layout with cell spanning several
        <col>'s with fixed widths is not properly covered.

        * fast/table/fixed-table-layout/fixed-layout-column-colspan-wrong-size-expected.txt: Added.
        * fast/table/fixed-table-layout/fixed-layout-column-colspan-wrong-size.html: Added.

2012-06-17  Philip Rogers  <pdr@google.com>

        Prevent crash in SVGDocumentExtensions::removeAllElementReferencesForTarget.
        https://bugs.webkit.org/show_bug.cgi?id=88144

        Reviewed by Abhishek Arya.

        * svg/text/textpath-reference-crash-expected.txt: Added.
        * svg/text/textpath-reference-crash.html: Added.

2012-06-17  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, updating baselines after r120541.

        * platform/gtk/fast/hidpi/clip-text-in-hidpi-expected.txt:
        * platform/gtk/fast/hidpi/image-set-background-dynamic-expected.txt:
        * platform/gtk/fast/hidpi/image-set-border-image-dynamic-expected.txt:
        * platform/gtk/fast/hidpi/image-set-in-content-dynamic-expected.txt:

2012-06-17  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Skip media/video-seek-past-end-playing.html
        https://bugs.webkit.org/show_bug.cgi?id=89302

        Unreviewed EFL gardening. Skip flaky test.

        * platform/efl/TestExpectations:

2012-06-17  Adam Barth  <abarth@webkit.org>

        Update a few more tests to use internals.settings.setDeviceScaleFactor.

        * compositing/tiled-layers-hidpi.html:
        * fast/canvas/2d.backingStorePixelRatio.html:
        * fast/canvas/2d.imageDataHD.html:
        * platform/mac-wk2/plugins/contents-scale-factor.html:

2012-06-16  Adam Barth  <abarth@webkit.org>

        layoutTestController.setBackingScaleFactor is redundant with (and less awesome than) internals.settings.setDeviceScaleFactor
        https://bugs.webkit.org/show_bug.cgi?id=89274

        Reviewed by Levi Weintraub.

        We don't need both layoutTestController.setBackingScaleFactor and
        internals.settings.setDeviceScaleFactor because they do exactly the
        same thing.  This patch removes setBackingScaleFactor because it's
        async nature is annoying and implementing it requires a bunch of
        port-specific code.

        * fast/hidpi/broken-image-icon-hidpi.html:
        * fast/hidpi/broken-image-with-size-hidpi.html:
        * fast/hidpi/clip-text-in-hidpi.html:
        * fast/hidpi/focus-rings.html:
        * fast/hidpi/image-set-as-background.html:
        * fast/hidpi/image-set-background-dynamic.html:
        * fast/hidpi/image-set-background-repeat-without-size.html:
        * fast/hidpi/image-set-background-repeat.html:
        * fast/hidpi/image-set-border-image-comparison.html:
        * fast/hidpi/image-set-border-image-dynamic.html:
        * fast/hidpi/image-set-border-image-simple.html:
        * fast/hidpi/image-set-in-content-dynamic.html:
        * fast/hidpi/image-set-out-of-order.html:
        * fast/hidpi/image-set-simple.html:
        * fast/hidpi/image-set-without-specified-width.html:
        * fast/hidpi/resize-corner-hidpi.html:
        * fast/hidpi/video-controls-in-hidpi.html:
        * svg/as-image/image-respects-deviceScaleFactor.html:

2012-06-16  Mike West  <mkwst@chromium.org>

        Ignore paths in Content Security Policy sources rather than failing to parse them.
        https://bugs.webkit.org/show_bug.cgi?id=89281

        Reviewed by Adam Barth.

        * http/tests/security/contentSecurityPolicy/source-list-parsing-05-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/source-list-parsing-05.html: Added.
        * http/tests/security/contentSecurityPolicy/source-list-parsing-06-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/source-list-parsing-06.html: Added.

2012-06-16  Mike West  <mkwst@chromium.org>

        Fix test cases for `header`/`footer` AXRoleDescription
        https://bugs.webkit.org/show_bug.cgi?id=88911

        The relative URLs to js-test-pre.js and js-test-post.js were incorrect.

        Reviewed by Simon Fraser.

        * platform/mac/accessibility/footer.html:
        * platform/mac/accessibility/header.html:

2012-06-16  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Rebaseline fast/lists/001*.html tests after r120495
        https://bugs.webkit.org/show_bug.cgi?id=89283

        Unreviewed EFL gardening after r120495.

        * platform/efl/fast/lists/001-expected.png:
        * platform/efl/fast/lists/001-expected.txt:
        * platform/efl/fast/lists/001-vertical-expected.png:
        * platform/efl/fast/lists/001-vertical-expected.txt:

2012-06-16  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Rebaseline MathML tests after r120492
        https://bugs.webkit.org/show_bug.cgi?id=89282

        Unreviewed EFL gardening. Several MathML tests needed
        rebaselining after r120492.

        * platform/efl/mathml/presentation/attributes-expected.txt:
        * platform/efl/mathml/presentation/fenced-expected.txt:
        * platform/efl/mathml/presentation/fenced-mi-expected.txt:
        * platform/efl/mathml/presentation/fractions-expected.txt:
        * platform/efl/mathml/presentation/fractions-vertical-alignment-expected.txt:
        * platform/efl/mathml/presentation/mo-stretch-expected.txt:
        * platform/efl/mathml/presentation/mroot-pref-width-expected.txt:
        * platform/efl/mathml/presentation/roots-expected.txt:
        * platform/efl/mathml/presentation/row-alignment-expected.png:
        * platform/efl/mathml/presentation/row-alignment-expected.txt:
        * platform/efl/mathml/presentation/sub-expected.txt:
        * platform/efl/mathml/presentation/subsup-expected.txt:
        * platform/efl/mathml/presentation/sup-expected.txt:
        * platform/efl/mathml/presentation/tables-expected.txt:
        * platform/efl/mathml/presentation/tokenElements-expected.txt:
        * platform/efl/mathml/presentation/under-expected.png:
        * platform/efl/mathml/presentation/under-expected.txt:
        * platform/efl/mathml/presentation/underover-expected.png:
        * platform/efl/mathml/presentation/underover-expected.txt:
        * platform/efl/mathml/xHeight-expected.png:
        * platform/efl/mathml/xHeight-expected.txt:

2012-06-16  Adam Barth  <abarth@webkit.org>

        Remove a bunch of 32-bit specific results.  These results are the same
        on 64 bit.

        * platform/chromium-linux-x86/compositing/color-matching: Removed.
        * platform/chromium-linux-x86/compositing/color-matching/image-color-matching-expected.png: Removed.
        * platform/chromium-linux-x86/css3/filters/crash-hw-sw-switch-expected.png: Removed.
        * platform/chromium-linux-x86/css3/filters/custom: Removed.
        * platform/chromium-linux-x86/css3/filters/custom/custom-filter-shader-cache-expected.png: Removed.
        * platform/chromium-linux-x86/css3/filters/custom/effect-custom-combined-missing-expected.png: Removed.
        * platform/chromium-linux-x86/css3/filters/custom/effect-custom-expected.png: Removed.
        * platform/chromium-linux-x86/css3/filters/custom/missing-custom-filter-shader-expected.png: Removed.
        * platform/chromium-linux-x86/css3/filters/effect-blur-hw-expected.png: Removed.
        * platform/chromium-linux-x86/css3/filters/effect-brightness-expected.png: Removed.
        * platform/chromium-linux-x86/css3/filters/effect-brightness-hw-expected.png: Removed.
        * platform/chromium-linux-x86/css3/filters/effect-contrast-hw-expected.png: Removed.
        * platform/chromium-linux-x86/css3/filters/effect-drop-shadow-hw-expected.png: Removed.
        * platform/chromium-linux-x86/fast/images: Removed.
        * platform/chromium-linux-x86/fast/images/jpeg-with-color-profile-expected.png: Removed.
        * platform/chromium-linux-x86/fast/images/png-with-color-profile-expected.png: Removed.
        * platform/chromium-linux/compositing/color-matching/image-color-matching-expected.png:
        * platform/chromium-linux/css3/filters/crash-hw-sw-switch-expected.png:
        * platform/chromium-linux/css3/filters/custom/custom-filter-shader-cache-expected.png:
        * platform/chromium-linux/css3/filters/custom/effect-custom-combined-missing-expected.png:
        * platform/chromium-linux/css3/filters/custom/effect-custom-expected.png:
        * platform/chromium-linux/css3/filters/custom/missing-custom-filter-shader-expected.png:
        * platform/chromium-linux/css3/filters/effect-blur-hw-expected.png:
        * platform/chromium-linux/css3/filters/effect-brightness-expected.png:
        * platform/chromium-linux/css3/filters/effect-brightness-hw-expected.png:
        * platform/chromium-linux/css3/filters/effect-contrast-hw-expected.png:
        * platform/chromium-linux/css3/filters/effect-drop-shadow-hw-expected.png:
        * platform/chromium-linux/fast/images/jpeg-with-color-profile-expected.png: Added.
        * platform/chromium-linux/fast/images/png-with-color-profile-expected.png: Added.

2012-06-16  Adam Barth  <abarth@webkit.org>

        Update baselines after http://trac.webkit.org/changeset/120485

        * platform/chromium-linux-x86/http/tests/local: Removed.
        * platform/chromium-linux-x86/http/tests/local/file-url-sent-as-referer-expected.png: Removed.
        * platform/chromium-linux-x86/scrollbars: Removed.
        * platform/chromium-linux-x86/scrollbars/listbox-scrollbar-combinations-expected.png: Removed.
        * platform/chromium-linux-x86/scrollbars/overflow-scrollbar-combinations-expected.png: Removed.
        * platform/chromium-linux-x86/svg/as-border-image: Removed.
        * platform/chromium-linux-x86/svg/as-border-image/svg-as-border-image-expected.png: Removed.
        * platform/chromium-linux-x86/svg/custom/createImageElement-expected.png: Removed.
        * platform/chromium-linux-x86/svg/custom/createImageElement2-expected.png: Removed.
        * platform/chromium-linux-x86/svg/custom/focus-ring-expected.png: Removed.
        * platform/chromium-linux-x86/svg/custom/group-opacity-expected.png: Removed.
        * platform/chromium-linux-x86/svg/custom/image-parent-translation-expected.png: Removed.
        * platform/chromium-linux-x86/svg/custom/image-small-width-height-expected.png: Removed.
        * platform/chromium-linux-x86/svg/custom/js-update-image-and-display-expected.png: Removed.
        * platform/chromium-linux-x86/svg/custom/js-update-image-and-display2-expected.png: Removed.
        * platform/chromium-linux-x86/svg/custom/js-update-image-and-display3-expected.png: Removed.
        * platform/chromium-linux-x86/svg/custom/js-update-image-expected.png: Removed.
        * platform/chromium-linux-x86/svg/custom/text-image-opacity-expected.png: Removed.
        * platform/chromium-linux-x86/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png: Removed.
        * platform/chromium-linux-x86/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png: Removed.
        * platform/chromium-linux-x86/svg/filters/feImage-subregions-expected.png: Removed.
        * platform/chromium-linux-x86/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png: Removed.
        * platform/chromium-linux-x86/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png: Removed.
        * platform/chromium-linux-x86/svg/filters/filter-source-position-expected.png: Removed.
        * platform/chromium-linux-x86/svg/repaint: Removed.
        * platform/chromium-linux-x86/svg/repaint/image-href-change-expected.png: Removed.
        * platform/chromium-linux-x86/svg/transforms/animated-path-inside-transformed-html-expected.png: Removed.
        * platform/chromium-linux-x86/svg/zoom/page/zoom-background-images-expected.png: Removed.
        * platform/chromium-linux-x86/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Removed.
        * platform/chromium-linux-x86/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: Removed.
        * platform/chromium-linux-x86/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Removed.
        * platform/chromium-linux/http/tests/local/file-url-sent-as-referer-expected.png:
        * platform/chromium-linux/scrollbars/listbox-scrollbar-combinations-expected.png:
        * platform/chromium-linux/scrollbars/overflow-scrollbar-combinations-expected.png:
        * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.png:
        * platform/chromium-linux/svg/custom/createImageElement2-expected.png:
        * platform/chromium-linux/svg/custom/focus-ring-expected.png:
        * platform/chromium-linux/svg/custom/image-parent-translation-expected.png:
        * platform/chromium-linux/svg/custom/image-small-width-height-expected.png:
        * platform/chromium-linux/svg/custom/text-image-opacity-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png:
        * platform/chromium-linux/svg/transforms/animated-path-inside-transformed-html-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-background-images-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
        * platform/chromium-win-vista/http/tests/local: Removed.
        * platform/chromium-win-vista/svg/dynamic-updates: Added.
        * platform/chromium-win-vista/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png: Added.
        * platform/chromium-win-vista/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png: Added.
        * platform/chromium-win-vista/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png: Added.
        * platform/chromium-win-vista/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png: Added.
        * platform/chromium-win-vista/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png: Added.
        * platform/chromium-win-xp/svg/dynamic-updates: Removed.
        * platform/chromium-win/http/tests/local/file-url-sent-as-referer-expected.png:
        * platform/chromium-win/scrollbars/listbox-scrollbar-combinations-expected.png:
        * platform/chromium-win/scrollbars/overflow-scrollbar-combinations-expected.png:
        * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.png:
        * platform/chromium-win/svg/custom/createImageElement-expected.png:
        * platform/chromium-win/svg/custom/createImageElement2-expected.png:
        * platform/chromium-win/svg/custom/focus-ring-expected.png:
        * platform/chromium-win/svg/custom/group-opacity-expected.png:
        * platform/chromium-win/svg/custom/image-parent-translation-expected.png:
        * platform/chromium-win/svg/custom/image-small-width-height-expected.png:
        * platform/chromium-win/svg/custom/js-update-image-and-display-expected.png:
        * platform/chromium-win/svg/custom/js-update-image-and-display2-expected.png:
        * platform/chromium-win/svg/custom/js-update-image-and-display3-expected.png:
        * platform/chromium-win/svg/custom/js-update-image-expected.png:
        * platform/chromium-win/svg/custom/text-image-opacity-expected.png:
        * platform/chromium-win/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png:
        * platform/chromium-win/svg/filters/feImage-subregions-expected.png:
        * platform/chromium-win/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png:
        * platform/chromium-win/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png:
        * platform/chromium-win/svg/filters/filter-source-position-expected.png:
        * platform/chromium-win/svg/repaint/image-href-change-expected.png:
        * platform/chromium-win/svg/transforms/animated-path-inside-transformed-html-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.png:
        * 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-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:

2012-06-16  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, updating baselines
        after r120492 and r120495.

        * platform/gtk/fast/lists/001-expected.txt:
        * platform/gtk/fast/lists/001-vertical-expected.txt:
        * platform/gtk/mathml/xHeight-expected.txt:

2012-06-16  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed weekend gardening, skip a new failing test.

        * platform/qt-5.0-wk2/Skipped:

2012-06-16  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed weekend gardening.

        * platform/qt-5.0-wk2/fast/forms/box-shadow-override-expected.png: Updated after after r120411.
        * platform/qt-5.0-wk2/fast/forms/box-shadow-override-expected.txt: Updated after after r120411.
        * platform/qt-5.0/fast/forms/box-shadow-override-expected.png: Updated after after r120411.
        * platform/qt-5.0/fast/forms/box-shadow-override-expected.txt: Updated after after r120411.
        * platform/qt/editing/pasteboard/paste-4039777-fix-expected.txt: Updated after r120495.
        * platform/qt/fast/lists/001-expected.png: Updated after r120495.
        * platform/qt/fast/lists/001-expected.txt: Updated after r120495.
        * platform/qt/fast/lists/001-vertical-expected.png: Updated after r120495.
        * platform/qt/fast/lists/001-vertical-expected.txt: Updated after r120495.

2012-06-15  Ryosuke Niwa  <rniwa@webkit.org>

        Use testRunner instead of layoutTestController in fast/workers/storage tests
        https://bugs.webkit.org/show_bug.cgi?id=89271

        Reviewed by Adam Barth.

        * fast/workers/storage/change-version-sync.html:
        * fast/workers/storage/interrupt-database-sync.html-disabled:
        * fast/workers/storage/interrupt-database.html:
        * fast/workers/storage/resources/database-worker.js:
        (onmessage):
        * fast/workers/storage/resources/multiple-transactions-sync.js:
        (checkCompletion):
        * fast/workers/storage/resources/test-inputs-common.js:
        (finishTest):
        * fast/workers/storage/use-same-database-in-page-and-workers.html:

2012-06-15  Ryosuke Niwa  <rniwa@webkit.org>

        Use testRunner instead of layoutTestController in transforms, transitions, traversal, userscripts, webarchive, webaudio, and webintents tests
        https://bugs.webkit.org/show_bug.cgi?id=89269

        Reviewed by Adam Barth.

        * transitions/:
        * traversal/:
        * userscripts/:
        * webarchive/:
        * webaudio/:
        * webintents/web-intents-delivery.html:
        * webintents/web-intents-failure.html:
        * webintents/web-intents-reload.html:
        * webintents/web-intents-reply.html:

2012-06-15  Ryosuke Niwa  <rniwa@webkit.org>

        Use testRunner instead of layoutTestController in the rest of sputnik tests
        https://bugs.webkit.org/show_bug.cgi?id=89262

        Reviewed by Antti Koivisto.

        * sputnik/Implementation_Diagnostics/:
        * sputnik/Regression/:
        * sputnik/Unicode/:

2012-06-15  Ryosuke Niwa  <rniwa@webkit.org>

        Test fix attempt after r120516.

        * fast/workers/storage/resources/database-worker-controller.js:
        (databaseWorker.onmessage):
        (runTest):

2012-06-16  Ryosuke Niwa  <rniwa@webkit.org>

        Use testRunner instead of layoutTestController in storage, tables, touchadjustments, and transforms tests
        https://bugs.webkit.org/show_bug.cgi?id=89263

        Reviewed by Antti Koivisto.

        * storage/domstorage/events/resources/eventTestHarness.js:
        (testStorages.allDone):
        * storage/domstorage/localstorage/delete-removal.html:
        * storage/domstorage/localstorage/enumerate-storage.html:
        * storage/domstorage/localstorage/enumerate-with-length-and-key.html:
        * storage/domstorage/localstorage/index-get-and-set.html:
        * storage/domstorage/localstorage/private-browsing-affects-storage.html:
        * storage/domstorage/localstorage/resources/window-open-second.html:
        * storage/domstorage/localstorage/simple-usage.html:
        * storage/domstorage/localstorage/storagetracker/storage-tracker-1-prepare.html:
        * storage/domstorage/localstorage/storagetracker/storage-tracker-2-create.html:
        * storage/domstorage/localstorage/storagetracker/storage-tracker-3-delete-all-expected.txt:
        * storage/domstorage/localstorage/storagetracker/storage-tracker-3-delete-all.html:
        * storage/domstorage/localstorage/storagetracker/storage-tracker-4-create.html:
        * storage/domstorage/localstorage/storagetracker/storage-tracker-5-delete-one-expected.txt:
        * storage/domstorage/localstorage/storagetracker/storage-tracker-5-delete-one.html:
        * storage/domstorage/localstorage/storagetracker/storage-tracker-6-create.html:
        * storage/domstorage/localstorage/storagetracker/storage-tracker-7-usage-expected.txt:
        * storage/domstorage/localstorage/storagetracker/storage-tracker-7-usage.html:
        * storage/domstorage/localstorage/string-conversion.html:
        * storage/domstorage/localstorage/window-open.html:
        * storage/domstorage/script-tests/storage-functions-not-overwritten.js:
        * storage/domstorage/sessionstorage/delete-removal.html:
        * storage/domstorage/sessionstorage/enumerate-storage.html:
        * storage/domstorage/sessionstorage/enumerate-with-length-and-key.html:
        * storage/domstorage/sessionstorage/index-get-and-set.html:
        * storage/domstorage/sessionstorage/private-browsing-affects-storage.html:
        * storage/domstorage/sessionstorage/resources/window-open-second.html:
        * storage/domstorage/sessionstorage/simple-usage.html:
        * storage/domstorage/sessionstorage/string-conversion.html:
        * storage/domstorage/sessionstorage/window-open.html:
        * storage/domstorage/window-attributes-exist.html:
        * storage/indexeddb/mozilla/index-prev-no-duplicate.html:
        * storage/indexeddb/tutorial.html:
        * storage/websql/change-version-handle-reuse.js:
        (finishTest):
        * storage/websql/change-version-no-crash-on-preflight-failure.html:
        * storage/websql/change-version.html:
        * storage/websql/close-during-stress-test.html:
        * storage/websql/database-lock-after-reload.html:
        * storage/websql/empty-statement.html:
        * storage/websql/execute-sql-args.js:
        (runTransactionTests):
        * storage/websql/executesql-accepts-only-one-statement.html:
        * storage/websql/hash-change-with-xhr.js:
        (stopTest):
        * storage/websql/multiple-databases-garbage-collection.js:
        (checkCompletion):
        * storage/websql/multiple-transactions-on-different-handles.js:
        (checkCompletion):
        * storage/websql/multiple-transactions.js:
        (checkCompletion):
        * storage/websql/null-callbacks.html:
        * storage/websql/open-database-creation-callback-isolated-world.html:
        * storage/websql/open-database-creation-callback.html:
        * storage/websql/open-database-empty-version.html:
        * storage/websql/open-database-over-quota.html:
        * storage/websql/open-database-set-empty-version.html:
        * storage/websql/open-database-while-transaction-in-progress.js:
        (runTest):
        * storage/websql/private-browsing-noread-nowrite.html:
        * storage/websql/quota-tracking.html:
        * storage/websql/read-and-write-transactions-dont-run-together.js:
        (terminateTest):
        * storage/websql/read-transactions-running-concurrently.html:
        * storage/websql/resources/database-common.js:
        (setupAndRunTest):
        * storage/websql/resources/database-lock-after-reload-2.html:
        * storage/websql/sql-data-types.js:
        (notifyDone):
        (runTest):
        * storage/websql/sql-error-codes.js:
        (finishTest):
        (runTest):
        * storage/websql/statement-error-callback-isolated-world.html:
        * storage/websql/statement-error-callback.html:
        * storage/websql/statement-success-callback-isolated-world.html:
        * storage/websql/success-callback.html:
        * storage/websql/test-authorizer.js:
        (terminateTest):
        * storage/websql/transaction-callback-exception-crash.html:
        * storage/websql/transaction-callback-isolated-world.html:
        * storage/websql/transaction-error-callback-isolated-world.html:
        * storage/websql/transaction-error-callback.html:
        * storage/websql/transaction-success-callback-isolated-world.html:
        * tables/hittesting/filltable-emptycells.html:
        * tables/hittesting/filltable-levels.html:
        * tables/hittesting/filltable-outline.html:
        * tables/hittesting/filltable-rtl.html:
        * tables/hittesting/filltable-stress.html:
        * tables/layering/paint-test-layering-1.html:
        * tables/layering/paint-test-layering-2.html:
        * tables/table-section-overflow-clip-crash.html:
        * touchadjustment/block-testing.html:
        * touchadjustment/event-triggered-widgets.html:
        * touchadjustment/html-label.html:
        * touchadjustment/iframe.html:
        * touchadjustment/nested-touch.html:
        * touchadjustment/scroll-delegation/iframe-with-mainframe-scroll-offset.html:
        * touchadjustment/scroll-offset.html:
        * touchadjustment/touch-inlines.html:
        * touchadjustment/zoom-basic.html:
        * touchadjustment/zoom-fatfinger.html:
        * transforms/2d/compound-2d-transforms.html:
        * transforms/2d/cssmatrix-2d-zoom.html:
        * transforms/2d/set-transform-and-top.html:
        * transforms/2d/transform-2d.html:
        * transforms/2d/transform-accuracy.html:
        * transforms/3d/general/3dtransform-values.html:
        * transforms/3d/general/cssmatrix-3d-zoom.html:
        * transforms/3d/general/matrix-with-zoom-3d.html:
        * transforms/3d/general/transform-origin-z-change.html:
        * transforms/3d/hit-testing/hit-preserves-3d.html:
        * transforms/3d/point-mapping/3d-point-mapping-2.html:
        * transforms/3d/point-mapping/3d-point-mapping-3.html:
        * transforms/3d/point-mapping/3d-point-mapping-deep.html:
        * transforms/3d/point-mapping/3d-point-mapping-origins.html:
        * transforms/3d/point-mapping/3d-point-mapping-preserve-3d.html:
        * transforms/no_transform_hit_testing.html:

2012-06-15  Ryosuke Niwa  <rniwa@webkit.org>

        Remove empty directories.

        * platform/editing: Removed.
        * platform/editing/inserting: Removed.
        * websocket: Removed.
        * websocket/tests: Removed.
        * websocket/tests/workers: Removed.

2012-06-15  Andrew Wilson  <atwilson@chromium.org>

        Unreviewed baselines for chromium due to color management changes.
        https://bugs.webkit.org/show_bug.cgi?id=87761

        * platform/chromium-linux-x86/compositing/color-matching/image-color-matching-expected.png: Added.
        * platform/chromium-linux-x86/css3/filters/crash-hw-sw-switch-expected.png: Added.
        * platform/chromium-linux-x86/css3/filters/custom/custom-filter-shader-cache-expected.png: Added.
        * platform/chromium-linux-x86/css3/filters/custom/effect-custom-combined-missing-expected.png: Added.
        * platform/chromium-linux-x86/css3/filters/custom/effect-custom-expected.png: Added.
        * platform/chromium-linux-x86/css3/filters/custom/missing-custom-filter-shader-expected.png: Added.
        * platform/chromium-linux-x86/css3/filters/effect-blur-hw-expected.png: Added.
        * platform/chromium-linux-x86/css3/filters/effect-brightness-expected.png: Added.
        * platform/chromium-linux-x86/css3/filters/effect-brightness-hw-expected.png: Added.
        * platform/chromium-linux-x86/css3/filters/effect-contrast-hw-expected.png: Added.
        * platform/chromium-linux-x86/css3/filters/effect-drop-shadow-hw-expected.png: Added.
        * platform/chromium-linux-x86/fast/images/jpeg-with-color-profile-expected.png: Added.
        * platform/chromium-linux-x86/fast/images/png-with-color-profile-expected.png: Added.
        * platform/chromium-linux-x86/http/tests/local/file-url-sent-as-referer-expected.png: Added.
        * platform/chromium-linux-x86/scrollbars/listbox-scrollbar-combinations-expected.png: Added.
        * platform/chromium-linux-x86/scrollbars/overflow-scrollbar-combinations-expected.png: Added.
        * platform/chromium-linux-x86/svg/as-border-image/svg-as-border-image-expected.png: Added.
        * platform/chromium-linux-x86/svg/custom/createImageElement-expected.png: Added.
        * platform/chromium-linux-x86/svg/custom/createImageElement2-expected.png: Added.
        * platform/chromium-linux-x86/svg/custom/focus-ring-expected.png: Added.
        * platform/chromium-linux-x86/svg/custom/group-opacity-expected.png: Added.
        * platform/chromium-linux-x86/svg/custom/image-parent-translation-expected.png: Added.
        * platform/chromium-linux-x86/svg/custom/image-small-width-height-expected.png: Added.
        * platform/chromium-linux-x86/svg/custom/js-update-image-and-display-expected.png: Added.
        * platform/chromium-linux-x86/svg/custom/js-update-image-and-display2-expected.png: Added.
        * platform/chromium-linux-x86/svg/custom/js-update-image-and-display3-expected.png: Added.
        * platform/chromium-linux-x86/svg/custom/js-update-image-expected.png: Added.
        * platform/chromium-linux-x86/svg/custom/text-image-opacity-expected.png: Added.
        * platform/chromium-linux-x86/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png: Added.
        * platform/chromium-linux-x86/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png: Added.
        * platform/chromium-linux-x86/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png: Added.
        * platform/chromium-linux-x86/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png: Added.
        * platform/chromium-linux-x86/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png: Added.
        * platform/chromium-linux-x86/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png: Added.
        * platform/chromium-linux-x86/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png: Added.
        * platform/chromium-linux-x86/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added.
        * platform/chromium-linux-x86/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png: Added.
        * platform/chromium-linux-x86/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png: Added.
        * platform/chromium-linux-x86/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png: Added.
        * platform/chromium-linux-x86/svg/filters/feImage-subregions-expected.png: Added.
        * platform/chromium-linux-x86/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png: Added.
        * platform/chromium-linux-x86/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png: Added.
        * platform/chromium-linux-x86/svg/filters/filter-source-position-expected.png: Added.
        * platform/chromium-linux-x86/svg/repaint/image-href-change-expected.png: Added.
        * platform/chromium-linux-x86/svg/transforms/animated-path-inside-transformed-html-expected.png: Added.
        * platform/chromium-linux-x86/svg/zoom/page/zoom-background-images-expected.png: Added.
        * platform/chromium-linux-x86/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Added.
        * platform/chromium-linux-x86/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: Added.
        * platform/chromium-linux-x86/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Added.
        * platform/chromium-mac-leopard/compositing/color-matching/image-color-matching-expected.png:
        * platform/chromium-mac-leopard/compositing/masks/direct-image-mask-expected.png: Added.
        * platform/chromium-mac-leopard/compositing/reflections/simple-composited-reflections-expected.png:
        * platform/chromium-mac-leopard/compositing/visibility/visibility-image-layers-expected.png:
        * platform/chromium-mac-leopard/css3/filters/crash-filter-change-expected.png:
        * platform/chromium-mac-leopard/css3/filters/crash-hw-sw-switch-expected.png:
        * platform/chromium-mac-leopard/css3/filters/custom/effect-color-check-expected.png:
        * platform/chromium-mac-leopard/css3/filters/custom/missing-custom-filter-shader-expected.png:
        * platform/chromium-mac-leopard/css3/filters/effect-blur-expected.png:
        * platform/chromium-mac-leopard/css3/filters/effect-blur-hw-expected.png:
        * platform/chromium-mac-leopard/css3/filters/effect-brightness-expected.png:
        * platform/chromium-mac-leopard/css3/filters/effect-brightness-hw-expected.png:
        * platform/chromium-mac-leopard/css3/filters/effect-combined-expected.png:
        * platform/chromium-mac-leopard/css3/filters/effect-contrast-expected.png:
        * platform/chromium-mac-leopard/css3/filters/effect-contrast-hw-expected.png:
        * platform/chromium-mac-leopard/css3/filters/effect-drop-shadow-expected.png:
        * platform/chromium-mac-leopard/css3/filters/effect-drop-shadow-hw-expected.png:
        * platform/chromium-mac-leopard/css3/filters/effect-grayscale-expected.png:
        * platform/chromium-mac-leopard/css3/filters/effect-hue-rotate-expected.png:
        * platform/chromium-mac-leopard/css3/filters/effect-invert-expected.png:
        * platform/chromium-mac-leopard/css3/filters/effect-invert-hw-expected.png:
        * platform/chromium-mac-leopard/css3/filters/effect-opacity-expected.png:
        * platform/chromium-mac-leopard/css3/filters/effect-opacity-hw-expected.png:
        * platform/chromium-mac-leopard/css3/filters/effect-saturate-expected.png:
        * platform/chromium-mac-leopard/css3/filters/effect-sepia-expected.png:
        * platform/chromium-mac-leopard/css3/filters/regions-expanding-expected.png:
        * platform/chromium-mac-leopard/fast/css/background-shorthand-invalid-url-expected.png:
        * platform/chromium-mac-leopard/fast/css/color-correction-expected.png:
        * platform/chromium-mac-leopard/fast/css/color-correction-on-backgrounds-expected.png:
        * platform/chromium-mac-leopard/fast/images/color-jpeg-with-color-profile-expected.png:
        * platform/chromium-mac-leopard/fast/images/jpeg-with-color-profile-expected.png: Added.
        * platform/chromium-mac-leopard/fast/images/png-with-color-profile-expected.png: Added.
        * platform/chromium-mac-leopard/fast/media/mq-min-pixel-ratio-expected.png:
        * platform/chromium-mac-leopard/fast/reflections/reflection-direction-expected.png:
        * platform/chromium-mac-leopard/fast/reflections/reflection-masks-expected.png:
        * platform/chromium-mac-leopard/fast/reflections/reflection-masks-opacity-expected.png:
        * platform/chromium-mac-leopard/fast/reflections/reflection-masks-outset-expected.png:
        * platform/chromium-mac-leopard/fast/reflections/reflection-with-zoom-expected.png:
        * platform/chromium-mac-leopard/platform/chromium/virtual/threaded/compositing/visibility/visibility-image-layers-expected.png: Added.
        * platform/chromium-mac-leopard/scrollbars/listbox-scrollbar-combinations-expected.png:
        * platform/chromium-mac-leopard/scrollbars/overflow-scrollbar-combinations-expected.png:
        * platform/chromium-mac-leopard/svg/custom/createImageElement-expected.png:
        * platform/chromium-mac-leopard/svg/custom/createImageElement2-expected.png:
        * platform/chromium-mac-leopard/svg/custom/focus-ring-expected.png:
        * platform/chromium-mac-leopard/svg/custom/group-opacity-expected.png:
        * platform/chromium-mac-leopard/svg/custom/image-parent-translation-expected.png:
        * platform/chromium-mac-leopard/svg/custom/image-small-width-height-expected.png:
        * platform/chromium-mac-leopard/svg/custom/image-with-transform-clip-filter-expected.png:
        * platform/chromium-mac-leopard/svg/custom/js-update-image-and-display-expected.png:
        * platform/chromium-mac-leopard/svg/custom/js-update-image-and-display2-expected.png:
        * platform/chromium-mac-leopard/svg/custom/js-update-image-and-display3-expected.png:
        * platform/chromium-mac-leopard/svg/custom/js-update-image-expected.png:
        * platform/chromium-mac-leopard/svg/custom/pointer-events-image-css-transform-expected.png:
        * platform/chromium-mac-leopard/svg/custom/pointer-events-image-expected.png:
        * platform/chromium-mac-leopard/svg/custom/text-image-opacity-expected.png:
        * platform/chromium-mac-leopard/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png:
        * platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png:
        * platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png:
        * platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png:
        * platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png:
        * platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png:
        * platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png:
        * platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png:
        * platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png:
        * platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png:
        * platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png:
        * platform/chromium-mac-leopard/svg/filters/feImage-subregions-expected.png:
        * platform/chromium-mac-leopard/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png:
        * platform/chromium-mac-leopard/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png:
        * platform/chromium-mac-leopard/svg/filters/filter-source-position-expected.png:
        * platform/chromium-mac-leopard/svg/repaint/image-href-change-expected.png:
        * platform/chromium-mac-leopard/svg/transforms/animated-path-inside-transformed-html-expected.png:
        * platform/chromium-mac-leopard/svg/wicd/test-rightsizing-b-expected.png:
        * platform/chromium-mac-leopard/svg/zoom/page/zoom-background-images-expected.png:
        * platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
        * platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
        * platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
        * platform/chromium-mac-leopard/tables/mozilla/bugs/bug82946-2-expected.png:
        * platform/chromium-mac-snowleopard/compositing/color-matching/image-color-matching-expected.png:
        * platform/chromium-mac-snowleopard/compositing/masks/direct-image-mask-expected.png:
        * platform/chromium-mac-snowleopard/compositing/reflections/simple-composited-reflections-expected.png:
        * platform/chromium-mac-snowleopard/css3/filters/crash-hw-sw-switch-expected.png:
        * platform/chromium-mac-snowleopard/fast/css/color-correction-expected.png:
        * platform/chromium-mac-snowleopard/fast/css/color-correction-on-backgrounds-expected.png:
        * platform/chromium-mac-snowleopard/fast/images/jpeg-with-color-profile-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/images/png-with-color-profile-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/media/mq-min-pixel-ratio-expected.png:
        * platform/chromium-mac-snowleopard/fast/reflections/reflection-direction-expected.png:
        * platform/chromium-mac-snowleopard/fast/reflections/reflection-masks-opacity-expected.png:
        * platform/chromium-mac-snowleopard/fast/reflections/reflection-with-zoom-expected.png:
        * platform/chromium-mac-snowleopard/scrollbars/listbox-scrollbar-combinations-expected.png:
        * platform/chromium-mac-snowleopard/scrollbars/overflow-scrollbar-combinations-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/createImageElement2-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/focus-ring-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/image-parent-translation-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/image-small-width-height-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/image-with-transform-clip-filter-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/pointer-events-image-css-transform-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/pointer-events-image-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/text-image-opacity-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/transforms/animated-path-inside-transformed-html-expected.png:
        * platform/chromium-mac-snowleopard/svg/wicd/test-rightsizing-b-expected.png:
        * 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/bug82946-2-expected.png:
        * platform/chromium-mac/compositing/color-matching/image-color-matching-expected.png:
        * platform/chromium-mac/compositing/masks/direct-image-mask-expected.png:
        * platform/chromium-mac/compositing/reflections/simple-composited-reflections-expected.png:
        * platform/chromium-mac/compositing/visibility/visibility-image-layers-expected.png:
        * platform/chromium-mac/css3/filters/crash-filter-change-expected.png:
        * platform/chromium-mac/css3/filters/crash-hw-sw-switch-expected.png:
        * platform/chromium-mac/css3/filters/custom/effect-color-check-expected.png:
        * platform/chromium-mac/css3/filters/custom/missing-custom-filter-shader-expected.png:
        * platform/chromium-mac/css3/filters/effect-blur-expected.png:
        * platform/chromium-mac/css3/filters/effect-blur-hw-expected.png:
        * platform/chromium-mac/css3/filters/effect-brightness-expected.png:
        * platform/chromium-mac/css3/filters/effect-brightness-hw-expected.png:
        * platform/chromium-mac/css3/filters/effect-combined-expected.png:
        * platform/chromium-mac/css3/filters/effect-contrast-expected.png:
        * platform/chromium-mac/css3/filters/effect-contrast-hw-expected.png:
        * platform/chromium-mac/css3/filters/effect-drop-shadow-expected.png:
        * platform/chromium-mac/css3/filters/effect-drop-shadow-hw-expected.png:
        * platform/chromium-mac/css3/filters/effect-grayscale-expected.png:
        * platform/chromium-mac/css3/filters/effect-hue-rotate-expected.png:
        * platform/chromium-mac/css3/filters/effect-invert-expected.png:
        * platform/chromium-mac/css3/filters/effect-invert-hw-expected.png:
        * platform/chromium-mac/css3/filters/effect-opacity-expected.png:
        * platform/chromium-mac/css3/filters/effect-opacity-hw-expected.png:
        * platform/chromium-mac/css3/filters/effect-saturate-expected.png:
        * platform/chromium-mac/css3/filters/effect-sepia-expected.png:
        * platform/chromium-mac/css3/filters/regions-expanding-expected.png:
        * platform/chromium-mac/fast/css/background-shorthand-invalid-url-expected.png:
        * platform/chromium-mac/fast/css/color-correction-expected.png:
        * platform/chromium-mac/fast/css/color-correction-on-backgrounds-expected.png:
        * platform/chromium-mac/fast/images/color-jpeg-with-color-profile-expected.png:
        * platform/chromium-mac/fast/images/jpeg-with-color-profile-expected.png: Added.
        * platform/chromium-mac/fast/images/png-with-color-profile-expected.png: Added.
        * platform/chromium-mac/fast/media/mq-min-pixel-ratio-expected.png:
        * platform/chromium-mac/fast/reflections/reflection-direction-expected.png:
        * platform/chromium-mac/fast/reflections/reflection-masks-expected.png:
        * platform/chromium-mac/fast/reflections/reflection-masks-opacity-expected.png:
        * platform/chromium-mac/fast/reflections/reflection-masks-outset-expected.png:
        * platform/chromium-mac/fast/reflections/reflection-with-zoom-expected.png:
        * platform/chromium-mac/platform/chromium/virtual/threaded/compositing/visibility/visibility-image-layers-expected.png:
        * platform/chromium-mac/scrollbars/listbox-scrollbar-combinations-expected.png:
        * platform/chromium-mac/scrollbars/overflow-scrollbar-combinations-expected.png:
        * platform/chromium-mac/svg/custom/createImageElement-expected.png:
        * platform/chromium-mac/svg/custom/createImageElement2-expected.png:
        * platform/chromium-mac/svg/custom/focus-ring-expected.png:
        * platform/chromium-mac/svg/custom/group-opacity-expected.png:
        * platform/chromium-mac/svg/custom/image-parent-translation-expected.png:
        * platform/chromium-mac/svg/custom/image-small-width-height-expected.png:
        * platform/chromium-mac/svg/custom/image-with-transform-clip-filter-expected.png:
        * platform/chromium-mac/svg/custom/js-update-image-and-display-expected.png:
        * platform/chromium-mac/svg/custom/js-update-image-and-display2-expected.png:
        * platform/chromium-mac/svg/custom/js-update-image-and-display3-expected.png:
        * platform/chromium-mac/svg/custom/js-update-image-expected.png:
        * platform/chromium-mac/svg/custom/pointer-events-image-css-transform-expected.png:
        * platform/chromium-mac/svg/custom/pointer-events-image-expected.png:
        * platform/chromium-mac/svg/custom/text-image-opacity-expected.png:
        * platform/chromium-mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png:
        * platform/chromium-mac/svg/filters/feImage-subregions-expected.png:
        * platform/chromium-mac/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png:
        * platform/chromium-mac/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png:
        * platform/chromium-mac/svg/filters/filter-source-position-expected.png:
        * platform/chromium-mac/svg/repaint/image-href-change-expected.png:
        * platform/chromium-mac/svg/transforms/animated-path-inside-transformed-html-expected.png:
        * platform/chromium-mac/svg/wicd/test-rightsizing-b-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-background-images-expected.png:
        * 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-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug82946-2-expected.png:
        * platform/chromium-win/compositing/color-matching/image-color-matching-expected.png:
        * platform/chromium-win/css3/filters/crash-filter-change-expected.png:
        * platform/chromium-win/css3/filters/crash-hw-sw-switch-expected.png:
        * platform/chromium-win/css3/filters/effect-blur-expected.png:
        * platform/chromium-win/css3/filters/effect-blur-hw-expected.png:
        * platform/chromium-win/css3/filters/effect-brightness-expected.png:
        * platform/chromium-win/css3/filters/effect-brightness-hw-expected.png:
        * platform/chromium-win/css3/filters/effect-combined-expected.png:
        * platform/chromium-win/css3/filters/effect-contrast-expected.png:
        * platform/chromium-win/css3/filters/effect-contrast-hw-expected.png:
        * platform/chromium-win/css3/filters/effect-drop-shadow-expected.png:
        * platform/chromium-win/css3/filters/effect-drop-shadow-hw-expected.png:
        * platform/chromium-win/css3/filters/effect-grayscale-expected.png:
        * platform/chromium-win/css3/filters/effect-hue-rotate-expected.png:
        * platform/chromium-win/css3/filters/effect-invert-expected.png:
        * platform/chromium-win/css3/filters/effect-invert-hw-expected.png:
        * platform/chromium-win/css3/filters/effect-opacity-expected.png:
        * platform/chromium-win/css3/filters/effect-opacity-hw-expected.png:
        * platform/chromium-win/css3/filters/effect-saturate-expected.png:
        * platform/chromium-win/css3/filters/effect-sepia-expected.png:
        * platform/chromium-win/css3/filters/regions-expanding-expected.png:
        * platform/chromium-win/fast/images/jpeg-with-color-profile-expected.png: Added.
        * platform/chromium-win/fast/images/png-with-color-profile-expected.png: Added.
        * platform/chromium/TestExpectations:

2012-06-15  David Grogan  <dgrogan@chromium.org>

        IndexedDB: Remove obsolete description parameter from factory.open calls
        https://bugs.webkit.org/show_bug.cgi?id=89047

        Reviewed by Tony Chang.

        This parameter has been obsolete for 18 months and is getting replaced
        with a version parameter.

        * storage/indexeddb/mozilla/add-twice-failure-expected.txt:
        * storage/indexeddb/mozilla/autoincrement-indexes-expected.txt:
        * storage/indexeddb/mozilla/bad-keypath-expected.txt:
        * storage/indexeddb/mozilla/clear-expected.txt:
        * storage/indexeddb/mozilla/create-index-unique-expected.txt:
        * storage/indexeddb/mozilla/create-index-with-integer-keys-expected.txt:
        * storage/indexeddb/mozilla/create-objectstore-basics-expected.txt:
        * storage/indexeddb/mozilla/create-objectstore-null-name-expected.txt:
        * storage/indexeddb/mozilla/cursor-mutation-objectstore-only-expected.txt:
        * storage/indexeddb/mozilla/cursor-update-updates-indexes-expected.txt:
        * storage/indexeddb/mozilla/cursors-expected.txt:
        * storage/indexeddb/mozilla/delete-result-expected.txt:
        * storage/indexeddb/mozilla/event-source-expected.txt:
        * storage/indexeddb/mozilla/global-data-expected.txt:
        * storage/indexeddb/mozilla/index-prev-no-duplicate-expected.txt:
        * storage/indexeddb/mozilla/index-prev-no-duplicate.html:
        * storage/indexeddb/mozilla/indexes-expected.txt:
        * storage/indexeddb/mozilla/key-requirements-delete-null-key-expected.txt:
        * storage/indexeddb/mozilla/key-requirements-expected.txt:
        * storage/indexeddb/mozilla/key-requirements-inline-and-passed-expected.txt:
        * storage/indexeddb/mozilla/key-requirements-put-no-key-expected.txt:
        * storage/indexeddb/mozilla/key-requirements-put-null-key-expected.txt:
        * storage/indexeddb/mozilla/object-cursors-expected.txt:
        * storage/indexeddb/mozilla/object-identity-expected.txt:
        * storage/indexeddb/mozilla/object-store-inline-autoincrement-key-added-on-put-expected.txt:
        * storage/indexeddb/mozilla/object-store-remove-values-expected.txt:
        * storage/indexeddb/mozilla/objectstorenames-expected.txt:
        * storage/indexeddb/mozilla/odd-result-order-expected.txt:
        * storage/indexeddb/mozilla/put-get-values-expected.txt:
        * storage/indexeddb/mozilla/readonly-transactions-expected.txt:
        * storage/indexeddb/mozilla/readwrite-transactions-expected.txt:
        * storage/indexeddb/mozilla/readyState-expected.txt:
        * storage/indexeddb/mozilla/remove-index-expected.txt:
        * storage/indexeddb/mozilla/remove-objectstore-expected.txt:
        * storage/indexeddb/mozilla/resources/add-twice-failure.js:
        (test):
        * storage/indexeddb/mozilla/resources/autoincrement-indexes.js:
        (test):
        * storage/indexeddb/mozilla/resources/bad-keypath.js:
        (test):
        * storage/indexeddb/mozilla/resources/clear.js:
        (test):
        * storage/indexeddb/mozilla/resources/create-index-unique.js:
        (test):
        * storage/indexeddb/mozilla/resources/create-index-with-integer-keys.js:
        (test):
        * storage/indexeddb/mozilla/resources/create-objectstore-basics.js:
        (test):
        * storage/indexeddb/mozilla/resources/create-objectstore-null-name.js:
        (test):
        * storage/indexeddb/mozilla/resources/cursor-mutation-objectstore-only.js:
        (test):
        * storage/indexeddb/mozilla/resources/cursor-update-updates-indexes.js:
        (test):
        * storage/indexeddb/mozilla/resources/cursors.js:
        (test):
        * storage/indexeddb/mozilla/resources/delete-result.js:
        (test):
        * storage/indexeddb/mozilla/resources/event-source.js:
        (test):
        * storage/indexeddb/mozilla/resources/global-data.js:
        (test):
        (cleanDatabase):
        * storage/indexeddb/mozilla/resources/indexes.js:
        (test):
        * storage/indexeddb/mozilla/resources/key-requirements-delete-null-key.js:
        (test):
        * storage/indexeddb/mozilla/resources/key-requirements-inline-and-passed.js:
        (test):
        * storage/indexeddb/mozilla/resources/key-requirements-put-no-key.js:
        (test):
        * storage/indexeddb/mozilla/resources/key-requirements-put-null-key.js:
        (test):
        * storage/indexeddb/mozilla/resources/key-requirements.js:
        (test):
        * storage/indexeddb/mozilla/resources/object-cursors.js:
        (test):
        * storage/indexeddb/mozilla/resources/object-identity.js:
        (test):
        * storage/indexeddb/mozilla/resources/object-store-inline-autoincrement-key-added-on-put.js:
        (test):
        * storage/indexeddb/mozilla/resources/object-store-remove-values.js:
        (test):
        * storage/indexeddb/mozilla/resources/objectstorenames.js:
        (test):
        * storage/indexeddb/mozilla/resources/odd-result-order.js:
        (test):
        * storage/indexeddb/mozilla/resources/put-get-values.js:
        (test):
        * storage/indexeddb/mozilla/resources/readonly-transactions.js:
        (test):
        * storage/indexeddb/mozilla/resources/readwrite-transactions.js:
        (test):
        * storage/indexeddb/mozilla/resources/readyState.js:
        (test):
        * storage/indexeddb/mozilla/resources/remove-index.js:
        (test):
        * storage/indexeddb/mozilla/resources/remove-objectstore.js:
        (test):
        * storage/indexeddb/mozilla/resources/versionchange-abort.js:
        (test):
        * storage/indexeddb/mozilla/resources/versionchange.js:
        (test):
        (openSuccess):
        (postSetVersion):
        * storage/indexeddb/mozilla/versionchange-abort-expected.txt:
        * storage/indexeddb/mozilla/versionchange-expected.txt:

2012-06-15  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: Raise exceptions when methods are called on deleted objects
        https://bugs.webkit.org/show_bug.cgi?id=89243

        Reviewed by Tony Chang.

        * storage/indexeddb/deleted-objects-expected.txt: Added.
        * storage/indexeddb/deleted-objects.html: Added.
        * storage/indexeddb/resources/deleted-objects.js: Added.
        (test):
        (openDatabase.request.onsuccess.request.onsuccess):
        (openDatabase.request.onsuccess):
        (openDatabase):
        * storage/indexeddb/resources/transaction-basics.js: Fix test that relied on
        non-compliant behavior.
        (addRemoveIDBObjects):
        (addRemoveAddIDBObjects):
        * storage/indexeddb/transaction-basics-expected.txt:

2012-06-15  Abhishek Arya  <inferno@chromium.org>

        Unreviewed. Forgot a rebaseline for r120477.

        * platform/chromium-win/fast/forms/formmove3-expected.txt:

2012-06-15  Filip Pizlo  <fpizlo@apple.com>

        DFG should be able to set watchpoints on structure transitions in the
        method check prototype chain
        https://bugs.webkit.org/show_bug.cgi?id=89058

        Rubber stamped by Gavin Barraclough.

        * fast/js/dfg-call-method-hit-watchpoint-expected.txt: Added.
        * fast/js/dfg-call-method-hit-watchpoint.html: Added.
        * fast/js/script-tests/dfg-call-method-hit-watchpoint.js: Added.
        (Thingy):
        (Thingy.prototype.foo):
        (callFoo):
        (.Thingy.prototype.foo):

2012-06-14  Ryosuke Niwa  <rniwa@webkit.org>

        The default value of text-align should be start instead of -webkit-auto
        https://bugs.webkit.org/show_bug.cgi?id=79914

        Reviewed by Tony Chang.

        Rebaselined tests. For query-text-alignment.html, we now match start and end
        with justifyLeft and justifyRight, which appears to be consistent with Firefox for time being.

        * editing/execCommand/query-text-alignment-expected.txt:
        * editing/execCommand/script-tests/query-text-alignment.js:
        (queryTextAlignment):
        (selectFirstPosition):
        (selectMiddleOfHelloWorld):
        (runRangeTests):
        * editing/pasteboard/paste-4039777-fix-expected.txt:
        * fast/css/getComputedStyle/computed-style-expected.txt:
        * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        * fast/css/list-item-text-align.html:
        * fast/css/text-align-initial-expected.html: Renamed from fast/css/text-align-webkit-auto-expected.html.
        * fast/css/text-align-initial.html: Ditto.
        * fast/events/ondrop-text-html-expected.txt:
        * platform/chromium-linux-x86/svg/css/getComputedStyle-basic-expected.txt:
        * platform/chromium-linux/svg/css/getComputedStyle-basic-expected.txt:
        * platform/chromium-mac-leopard/fast/css/getComputedStyle/computed-style-expected.txt:
        * platform/chromium-mac-leopard/svg/css/getComputedStyle-basic-expected.txt:
        * platform/chromium-mac-snowleopard/fast/lists/001-expected.png:
        * platform/chromium-mac-snowleopard/fast/lists/001-vertical-expected.png:
        * platform/chromium-mac-snowleopard/svg/css/getComputedStyle-basic-expected.txt:
        * platform/chromium-mac/fast/css/getComputedStyle/computed-style-expected.txt:
        * platform/chromium-mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        * platform/chromium-mac/svg/css/getComputedStyle-basic-expected.txt:
        * platform/chromium-win-vista/svg/css/getComputedStyle-basic-expected.txt:
        * platform/chromium-win-xp/svg/css/getComputedStyle-basic-expected.txt:
        * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
        * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
        * platform/gtk/fast/css/getComputedStyle/computed-style-expected.txt:
        * platform/gtk/svg/css/getComputedStyle-basic-expected.txt:
        * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt:
        * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        * platform/mac/fast/lists/001-expected.txt:
        * platform/mac/fast/lists/001-vertical-expected.txt:
        * platform/mac/svg/css/getComputedStyle-basic-expected.txt:
        * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        * platform/qt/svg/css/getComputedStyle-basic-expected.txt:
        * platform/win/fast/css/getComputedStyle/computed-style-expected.txt:
        * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        * svg/css/getComputedStyle-basic-expected.txt:

2012-06-15  Jian Li  <jianli@chromium.org>

        [File API] FileReader should work in sandbox iframe
        https://bugs.webkit.org/show_bug.cgi?id=89242

        Reviewed by Adam Barth.

        * fast/files/file-reader-file-url.html:
        * fast/files/file-reader-sandbox-iframe-expected.txt: Added.
        * fast/files/file-reader-sandbox-iframe.html: Added.
        * fast/files/resources/file-reader-real.html: Renamed from LayoutTests/fast/files/resources/file-reader-file-url-iframe.html.

2012-06-15  Jian Li  <jianli@chromium.org>

        http/tests/fileapi/create-blob-url-from-data-url.html fails
        https://bugs.webkit.org/show_bug.cgi?id=89149

        Reviewed by Adam Barth.

        Convert the test to check if blob URL can be created in a data iframe.

        * http/tests/fileapi/create-blob-url-from-data-url-expected.txt:
        * http/tests/fileapi/create-blob-url-from-data-url.html:
        * platform/chromium/TestExpectations:
        * platform/efl/Skipped:
        * platform/gtk/TestExpectations:
        * platform/mac/Skipped:
        * platform/qt/Skipped:

2012-06-15  David Barton  <dbarton@mathscribe.com>

        Inherit style changes in MathML anonymous renderers
        https://bugs.webkit.org/show_bug.cgi?id=88476

        Reviewed by Julien Chaffraix.

        * mathml/presentation/over.xhtml:
        * mathml/presentation/style-changed-expected.html: Added.
        * mathml/presentation/style-changed.html: Added.
        * platform/mac/mathml/presentation/attributes-expected.txt:
        * platform/mac/mathml/presentation/fenced-expected.txt:
        * platform/mac/mathml/presentation/fenced-mi-expected.txt:
        * platform/mac/mathml/presentation/fractions-expected.txt:
        * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.txt:
        * platform/mac/mathml/presentation/mo-expected.txt:
        * platform/mac/mathml/presentation/mo-stretch-expected.txt:
        * platform/mac/mathml/presentation/mroot-pref-width-expected.txt:
        * platform/mac/mathml/presentation/over-expected.png:
        * platform/mac/mathml/presentation/over-expected.txt:
        * platform/mac/mathml/presentation/roots-expected.txt:
        * platform/mac/mathml/presentation/row-alignment-expected.png:
        * platform/mac/mathml/presentation/row-alignment-expected.txt:
        * platform/mac/mathml/presentation/row-expected.txt:
        * platform/mac/mathml/presentation/style-expected.txt:
        * platform/mac/mathml/presentation/sub-expected.txt:
        * platform/mac/mathml/presentation/subsup-expected.txt:
        * platform/mac/mathml/presentation/sup-expected.txt:
        * platform/mac/mathml/presentation/tables-expected.txt:
        * platform/mac/mathml/presentation/tokenElements-expected.txt:
        * platform/mac/mathml/presentation/under-expected.png:
        * platform/mac/mathml/presentation/under-expected.txt:
        * platform/mac/mathml/presentation/underover-expected.png:
        * platform/mac/mathml/presentation/underover-expected.txt:
        * platform/mac/mathml/xHeight-expected.txt:

2012-06-15  Andrew Wilson  <atwilson@chromium.org>

        Unreviewed chromium expectations change.

        * platform/chromium/TestExpectations:

2012-06-15  Ryosuke Niwa  <rniwa@webkit.org>

        Use testRunner instead of layoutTestController in sputnik's conformance tests
        https://bugs.webkit.org/show_bug.cgi?id=89184

        Reviewed by Tony Chang.

        * sputnik/Conformance/:

2012-06-15  Abhishek Arya  <inferno@chromium.org>

        Unreviewed. Rebaselines for r120477.

        * platform/chromium-linux/fast/forms/formmove3-expected.txt:
        * platform/chromium-win/editing/deleting/delete-3800834-fix-expected.txt:
        * platform/chromium-win/fast/dynamic/011-expected.txt:
        * platform/chromium-win/fast/forms/preserveFormDuringResidualStyle-expected.txt:
        * platform/chromium-win/fast/invalid/001-expected.txt:
        * platform/chromium-win/fast/invalid/003-expected.txt:
        * platform/chromium-win/fast/invalid/004-expected.txt:
        * platform/chromium-win/fast/invalid/007-expected.txt:
        * platform/chromium-win/fast/invalid/019-expected.txt:
        * platform/chromium-win/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
        * platform/chromium-win/tables/mozilla/bugs/bug647-expected.txt:
        * platform/chromium-win/tables/mozilla/other/wa_table_tr_align-expected.txt:

2012-06-13  Vincent Scheib  <scheib@chromium.org>

        Add new Pointer Lock spec webkitRequestPointerLock and webkitExitPointerLock methods.
        https://bugs.webkit.org/show_bug.cgi?id=88891

        Reviewed by Dimitri Glazkov.

        Part of a series of refactoring changes to update pointer lock API to
        the fullscreen locking style. https://bugs.webkit.org/show_bug.cgi?id=84402

        Entering and exiting mouse lock is provided in the new webkitRequestPointerLock and
        webkitExitPointerLock methods.

        Existing tests updated to use the new methods. Also, several updated to
        support manual testing.

        * pointer-lock/lock-already-locked-expected.txt:
        * pointer-lock/lock-already-locked.html:
        * pointer-lock/mouse-event-delivery-expected.txt:
        * pointer-lock/mouse-event-delivery.html:
        * pointer-lock/pointer-lock-api-expected.txt:
        * pointer-lock/pointer-lock-api.html:
        * pointer-lock/pointerlockchange-pointerlockerror-events-expected.txt:
        * pointer-lock/pointerlockchange-pointerlockerror-events.html:

2012-06-15  Abhishek Arya  <inferno@chromium.org>

        Unreviewed. Rebaselines for r120477.

        * fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
        * platform/chromium-mac-leopard/fast/forms/formmove3-expected.txt: Added.
        * platform/chromium-mac-leopard/fast/forms/preserveFormDuringResidualStyle-expected.txt: Added.
        * platform/chromium-mac-leopard/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added.
        * platform/chromium-mac-leopard/tables/mozilla/other/wa_table_tr_align-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/forms/formmove3-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/forms/preserveFormDuringResidualStyle-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added.
        * platform/chromium-mac-snowleopard/tables/mozilla/other/wa_table_tr_align-expected.txt: Added.
        * platform/chromium-mac/fast/forms/formmove3-expected.txt:
        * platform/chromium-mac/fast/forms/preserveFormDuringResidualStyle-expected.txt:
        * platform/chromium-mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
        * platform/chromium-mac/tables/mozilla/other/wa_table_tr_align-expected.txt:
        * platform/efl/TestExpectations:
        * platform/gtk/editing/deleting/delete-3800834-fix-expected.txt:
        * platform/gtk/fast/dynamic/011-expected.txt:
        * platform/gtk/fast/forms/formmove3-expected.txt:
        * platform/gtk/fast/forms/preserveFormDuringResidualStyle-expected.txt:
        * platform/gtk/fast/invalid/001-expected.txt:
        * platform/gtk/fast/invalid/003-expected.txt:
        * platform/gtk/fast/invalid/004-expected.txt:
        * platform/gtk/fast/invalid/007-expected.txt:
        * platform/gtk/fast/invalid/019-expected.txt:
        * platform/gtk/tables/mozilla/bugs/bug647-expected.txt:
        * platform/gtk/tables/mozilla/other/wa_table_tr_align-expected.txt:
        * platform/qt/editing/deleting/delete-3800834-fix-expected.txt:
        * platform/qt/fast/dynamic/011-expected.txt:
        * platform/qt/fast/forms/formmove3-expected.txt:
        * platform/qt/fast/forms/preserveFormDuringResidualStyle-expected.txt:
        * platform/qt/fast/invalid/001-expected.txt:
        * platform/qt/fast/invalid/003-expected.txt:
        * platform/qt/fast/invalid/004-expected.txt:
        * platform/qt/fast/invalid/007-expected.txt:
        * platform/qt/fast/invalid/019-expected.txt:
        * platform/qt/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
        * platform/qt/tables/mozilla/bugs/bug647-expected.txt:
        * platform/qt/tables/mozilla/other/wa_table_tr_align-expected.txt:

2012-06-15  Simon Fraser  <simon.fraser@apple.com>

        Rebaseline some tests after r120411.

        * platform/mac/fast/forms/box-shadow-override-expected.txt:
        * platform/mac/fast/forms/input-appearance-height-expected.txt:
        * platform/mac/fast/forms/range/input-appearance-range-expected.txt:
        * platform/mac/fast/multicol/client-rects-expected.txt:
        * platform/mac/media/controls-after-reload-expected.txt:

2012-06-15  Florin Malita  <fmalita@chromium.org>

        Unreviewed chromium rebaseline for r120467.

        * platform/chromium-linux-x86/svg/filters/feLighting-crash-expected.png:
        * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
        * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
        * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
        * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
        * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
        * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
        * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
        * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
        * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
        * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
        * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
        * platform/chromium-mac-leopard/svg/filters/feLighting-crash-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/filters/feLighting-crash-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
        * platform/chromium-mac/svg/filters/feLighting-crash-expected.png:
        * platform/chromium-win-vista/svg/filters/feLighting-crash-expected.png:
        * platform/chromium-win-xp/svg/filters/feLighting-crash-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
        * platform/chromium-win/svg/filters/feLighting-crash-expected.png:
        * platform/chromium/TestExpectations:

2012-06-15  Abhishek Arya  <inferno@chromium.org>

        Cleanup empty anonymous block continuation.
        https://bugs.webkit.org/show_bug.cgi?id=74976

        Reviewed by Julien Chaffraix.

        * fast/inline/inline-empty-block-continuation-remove-expected.html: Added.
        * fast/inline/inline-empty-block-continuation-remove.html: Added.
        and a bunch of rebaselines in existing tests.

2012-06-15  Zan Dobersek  <zandobersek@gmail.com>

        Clean up the flaky tests section in Gtk's TestExpectations file. Remove
        flakiness expectations for tests that have been consistently passing and
        move expectations for tests that have been consistently failing under
        the failing tests section, changing the expectations to represent a constant
        expected failure for that test.

        Rubber-stamped by Philippe Normand.

        * platform/gtk/TestExpectations:

2012-06-15  Taiju Tsuiki  <tzik@chromium.org>

        Web Inspector: Move FileSystem frame management from frontend to backend
        https://bugs.webkit.org/show_bug.cgi?id=89190

        Reviewed by Vsevolod Vlasov.

        * http/tests/inspector/filesystem/read-directory.html:

2012-06-15  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: extension's Resource.getContent always returns original revision.
        https://bugs.webkit.org/show_bug.cgi?id=89219

        Reviewed by Vsevolod Vlasov.

        * inspector/extensions/extensions-resources-expected.txt:
        * inspector/extensions/extensions-resources.html:

2012-06-15  Florin Malita  <fmalita@chromium.org>

        Specular light filters produce dark results
        https://bugs.webkit.org/show_bug.cgi?id=89116

        Reviewed by Dirk Schulze.

        * platform/chromium-linux/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
        * platform/chromium-linux/svg/filters/feLighting-crash-expected.png:
        * platform/chromium/TestExpectations:
        * platform/mac/TestExpectations:
        * svg/filters/feSpecularLight-premultiplied-expected.svg: Added.
        * svg/filters/feSpecularLight-premultiplied.svg: Added.

2012-06-15  Stephen Chenney  <schenney@chromium.org>

        SVG Composite of Offset filters incorrectly clips
        https://bugs.webkit.org/show_bug.cgi?id=77660

        Reviewed by Dirk Schulze.

        * svg/filters/container-with-filters-expected.svg: Added.
        * svg/filters/container-with-filters.svg: Added.

2012-06-15  Ilya Tikhonovsky  <loislo@chromium.org>

        Web Inspector: CRASH: getProfile is crashing for unknown profiles.
        https://bugs.webkit.org/show_bug.cgi?id=89202

        Reviewed by Pavel Feldman.

        * inspector/profiler/heap-snapshot-get-profile-crash-expected.txt: Added.
        * inspector/profiler/heap-snapshot-get-profile-crash.html: Added.

2012-06-15  Kent Tamura  <tkent@chromium.org>

        [Chromium] Rebaseline for type=range tests.
        https://bugs.webkit.org/show_bug.cgi?id=89067

        * platform/chromium-linux/fast/forms/range/input-appearance-range-expected.txt: Added.

2012-06-15  Ryosuke Niwa  <rniwa@webkit.org>

        Use testRunner instead of layoutTestController in layout test resources
        https://bugs.webkit.org/show_bug.cgi?id=89182

        Reviewed by Kent Tamura.

        * resources/dump-as-markup.js:
        (Markup.waitUntilDone):
        (Markup.notifyDone):
        * resources/magnitude-perf.js:
        (Magnitude._run):
        (Magnitude._runIteration):
        (Magnitude):
        * resources/testharnessreport.js:

2012-06-15  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, adding TEXT expectation for
        editing/spelling/grammar-edit-word.html after r120423.

        * platform/gtk/TestExpectations:

2012-06-15  Kent Tamura  <tkent@chromium.org>

        [Chromium] Rebaseline for type=range tests.
        https://bugs.webkit.org/show_bug.cgi?id=89067

        * fast/forms/range/range-thumb-height-percentage-expected.txt: Renamed from LayoutTests/platform/efl/fast/forms/range/range-thumb-height-percentage-expected.txt.
        * platform/chromium-linux/fast/forms/range/range-thumb-height-percentage-expected.txt: Renamed from LayoutTests/platform/gtk/fast/forms/range/range-thumb-height-percentage-expected.txt.
        * platform/chromium-linux/fast/forms/range/slider-padding-expected.txt: Added.
        * platform/chromium-linux/fast/forms/range/slider-thumb-shared-style-expected.txt: Added.
        * platform/chromium-win/fast/forms/range/input-appearance-range-expected.png:
        * platform/chromium-win/fast/forms/range/input-appearance-range-expected.txt:
        * platform/chromium/TestExpectations:

2012-06-15  Szilard Ledan  <szledan@inf.u-szeged.hu>

        [Qt] Gardening. Skip a failing test. After r120423.
        https://bugs.webkit.org/show_bug.cgi?id=89199

        Reviewed by Csaba Osztrogonác.

        * platform/qt/Skipped:

2012-06-15  Sudarsana Nagineni  <sudarsana.nagineni@linux.intel.com>

        [EFL] Gardening after r120411
        https://bugs.webkit.org/show_bug.cgi?id=89194

        Unreviewed EFL gardening, updating baselines after r120411.

        * platform/efl/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
        * platform/efl/fast/forms/box-shadow-override-expected.png:
        * platform/efl/fast/forms/box-shadow-override-expected.txt:
        * platform/efl/fast/forms/input-appearance-height-expected.png:
        * platform/efl/fast/forms/input-appearance-height-expected.txt:
        * platform/efl/fast/forms/range/input-appearance-range-expected.png:
        * platform/efl/fast/forms/range/input-appearance-range-expected.txt:
        * platform/efl/fast/forms/range/range-thumb-height-percentage-expected.png:
        * platform/efl/fast/forms/range/range-thumb-height-percentage-expected.txt:
        * platform/efl/fast/forms/range/slider-padding-expected.png:
        * platform/efl/fast/forms/range/slider-padding-expected.txt:
        * platform/efl/fast/forms/range/slider-thumb-shared-style-expected.png:
        * platform/efl/fast/forms/range/slider-thumb-shared-style-expected.txt:
        * platform/efl/fast/forms/range/slider-thumb-stylability-expected.txt:
        * platform/efl/fast/multicol/client-rects-expected.png:
        * platform/efl/fast/multicol/client-rects-expected.txt:
        * platform/efl/fast/repaint/slider-thumb-drag-release-expected.txt:

2012-06-15  Hajime Morrita  <morrita@chromium.org>

        Unreviewed expectation rebaselining.

        * platform/chromium-linux-x86/fast/multicol/client-rects-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/multicol/client-rects-expected.png.
        * platform/chromium-linux-x86/fast/multicol/client-rects-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/multicol/client-rects-expected.txt.
        * platform/chromium-linux/fast/multicol/client-rects-expected.png:
        * platform/chromium-linux/fast/multicol/client-rects-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/multicol/client-rects-expected.txt.
        * platform/chromium-mac-snowleopard/fast/multicol/client-rects-expected.txt: Added.
        * platform/chromium-win-vista/fast/multicol/client-rects-expected.png: Added.
        * platform/chromium-win-vista/fast/multicol/client-rects-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/multicol/client-rects-expected.txt.
        * platform/chromium-win-xp/fast/multicol/client-rects-expected.png: Added.
        * platform/chromium-win-xp/fast/multicol/client-rects-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/multicol/client-rects-expected.txt.
        * platform/chromium-win/fast/multicol/client-rects-expected.png:
        * platform/chromium-win/fast/multicol/client-rects-expected.txt:

2012-06-15  Kent Tamura  <tkent@chromium.org>

        [Chromium] Rebaseline for type=range tests.
        https://bugs.webkit.org/show_bug.cgi?id=89067

        * platform/chromium-win/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Added.
        * platform/chromium-win/fast/forms/range/range-thumb-height-percentage-expected.txt:
        * platform/chromium-win/fast/forms/range/slider-padding-expected.txt:
        * platform/chromium-win/fast/forms/range/slider-thumb-shared-style-expected.txt:
        * platform/chromium-win/fast/repaint/slider-thumb-float-expected.txt: Added.
        * platform/chromium/TestExpectations:

2012-06-15  János Badics  <jbadics@inf.u-szeged.hu>

        [Qt] Gardening after r120411. Updated baselines of 7 tests because of a color property change.

        Reviewed by Csaba Osztrogonác.

        * platform/qt/fast/dom/HTMLInputElement/input-slider-update-expected.png:
        * platform/qt/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
        * platform/qt/fast/forms/box-shadow-override-expected.png:
        * platform/qt/fast/forms/box-shadow-override-expected.txt:
        * platform/qt/fast/forms/range/input-appearance-range-expected.txt:
        * platform/qt/fast/forms/range/range-thumb-height-percentage-expected.png: Added.
        * platform/qt/fast/forms/range/range-thumb-height-percentage-expected.txt:
        * platform/qt/fast/forms/range/slider-padding-expected.png:
        * platform/qt/fast/forms/range/slider-padding-expected.txt:
        * platform/qt/fast/multicol/client-rects-expected.png: Added.
        * platform/qt/fast/multicol/client-rects-expected.txt:
        * platform/qt/fast/repaint/slider-thumb-drag-release-expected.png:
        * platform/qt/fast/repaint/slider-thumb-drag-release-expected.txt:

2012-06-15  Kent Tamura  <tkent@chromium.org>

        [Chromium] Update TestExpectations
        https://bugs.webkit.org/show_bug.cgi?id=89067

        * platform/chromium/TestExpectations:
        Mark some tests for type=range FAIL until all bots have the new results.

2012-06-15  Kent Tamura  <tkent@chromium.org>

        [Chromium] Fix a syntax error of TestExpectations.

        * platform/chromium/TestExpectations:

2012-06-15  Jian Li  <jianli@chromium.org>

        FileReader is dysfunctional in documents with "null" origin string
        https://bugs.webkit.org/show_bug.cgi?id=78648

        Reviewed by Adam Barth.

        * fast/files/file-reader-file-url-expected.txt: Added.
        * fast/files/file-reader-file-url.html: Added.
        * fast/files/resources/file-reader-file-url-iframe.html: Added.

2012-06-15  Kent Tamura  <tkent@chromium.org>

        [Chromium] Update TestExpectations
        https://bugs.webkit.org/show_bug.cgi?id=89067

        * platform/chromium-mac/fast/multicol/client-rects-expected.txt:

2012-06-15  Taiju Tsuiki  <tzik@chromium.org>

        Web Inspector: LayoutTest http/tests/inspector/filesystem/* should clean up FileSystem after test.
        https://bugs.webkit.org/show_bug.cgi?id=89066

        Reviewed by Vsevolod Vlasov.

        * http/tests/inspector/filesystem/filesystem-test.js:
        (initialize_FileSystemTest.InspectorTest.clearFileSystem):
        (dispatchCallback):
        (createDirectory.gotFileSystem):
        (createDirectory):
        (createFile.gotFileSystem):
        (clearFileSystem.gotRoot):
        (clearFileSystem.gotRoot.removeAll):
        (clearFileSystem.onError):
        * http/tests/inspector/filesystem/read-directory.html:

2012-06-15  Kent Tamura  <tkent@chromium.org>

        [Chromium] Update TestExpectations
        https://bugs.webkit.org/show_bug.cgi?id=89192

        * platform/chromium/TestExpectations:
        Failulre of platform/chromium/accessibility/add-to-menu-list-crashes.html is expected.

2012-06-15  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] EFL's LayoutTestController does not support titleTextDirection
        https://bugs.webkit.org/show_bug.cgi?id=86475

        Reviewed by Hajime Morita.

        Unskip title-directionality tests now that EFL's LayoutTestController
        supports titleTextDirection.

        * platform/efl/TestExpectations:

2012-06-15  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium windows rebaseline.

        * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug89315-expected.png:

2012-06-15  Kent Tamura  <tkent@chromium.org>

        A followup for r120413.
        https://bugs.webkit.org/show_bug.cgi?id=89187

        We need to update fast/dom/htmlcollection-non-html.html for
        HTMLSelectElement::selectedOptions removal.

        * fast/dom/htmlcollection-non-html-expected.txt:
        * fast/dom/htmlcollection-non-html.html:
        * platform/gtk/TestExpectations:

2012-06-15  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, adding a CRASH PASS expectation for
        storage/websql/quota-tracking.html which crashes intermittently
        on release builds.

        * platform/gtk/TestExpectations:

2012-06-15  Hironori Bono  <hbono@chromium.org>

        Allow platforms to choose whether to remove markers on editing
        https://bugs.webkit.org/show_bug.cgi?id=88838

        Reviewed by Hajime Morita.

        This change adds a test that verifies WebKit removes a grammar marker from a
        grammatically-incorrect word when editing the word.

        * editing/spelling/grammar-edit-word-expected.txt: Added.
        * editing/spelling/grammar-edit-word.html: Added.

2012-06-15  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, adding test expectation for
        fast/dom/htmlcollection-non-html.html after r120413.

        * platform/gtk/TestExpectations:

2012-06-15  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium mac rebaseline.

        * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
        * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
        * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt:

2012-06-15  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, updating baselines after r120411.

        * platform/gtk/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
        * platform/gtk/fast/forms/box-shadow-override-expected.txt:
        * platform/gtk/fast/forms/input-appearance-height-expected.txt:
        * platform/gtk/fast/forms/range/input-appearance-range-expected.txt:
        * platform/gtk/fast/forms/range/range-thumb-height-percentage-expected.txt:
        * platform/gtk/fast/forms/range/slider-padding-expected.txt:
        * platform/gtk/fast/forms/range/slider-thumb-shared-style-expected.txt:
        * platform/gtk/fast/forms/range/slider-thumb-stylability-expected.txt:
        * platform/gtk/fast/multicol/client-rects-expected.txt:
        * platform/gtk/fast/repaint/slider-thumb-drag-release-expected.txt:

2012-06-15  Ryosuke Niwa  <rniwa@webkit.org>

        Use testRunner instead of layoutTestController in networkinformation, perf, plugins, pointer-lock, printing, scrollbars, and security tests
        https://bugs.webkit.org/show_bug.cgi?id=89181

        Reviewed by Kent Tamura.

        * perf/clone-with-focus.html:
        * perf/nested-combined-selectors.html:
        * perf/table-rows-length-caching.html:
        * platform/chromium/plugins/call-as-function.html:
        * platform/chromium/plugins/get-url-with-blank-target2.html:
        * platform/chromium/plugins/get-url-with-iframe-target-no-crash.html:
        * platform/chromium/printing/custom-page-size-style-expected.txt:
        * platform/chromium/printing/custom-page-size-style.html:
        * platform/gtk/plugins/invalidate-rect-with-null-npp-argument.html:
        * platform/gtk/scrollbars/overflow-scrollbar-horizontal-wheel-scroll.html:
        * platform/mac-wk2/plugins/contents-scale-factor.html:
        * platform/mac-wk2/plugins/mouse-events-scaled.html:
        * platform/mac/plugins/bindings-array-apply-crash.html:
        * platform/mac/plugins/bindings-objc-long-method-name.html:
        * platform/mac/plugins/bindings-objc-method-name-conversion.html:
        * platform/mac/plugins/bindings-test-objc.html:
        * platform/mac/plugins/call-as-function-test.html:
        * platform/mac/plugins/convert-point.html:
        * platform/mac/plugins/disable-plugins.html:
        * platform/mac/plugins/jsobjc-dom-wrappers.html:
        * platform/mac/plugins/jsobjc-simple.html:
        * platform/mac/plugins/pluginDocumentView-deallocated-dataSource.html-disabled:
        * platform/mac/plugins/root-object-premature-delete-crash.html:
        * platform/mac/plugins/supports-carbon-event-model.html:
        * platform/mac/plugins/testplugin-onnew-onpaint.html:
        * platform/mac/plugins/throw-on-dealloc.html:
        * platform/mac/plugins/undefined-property-crash.html:
        * platform/mac/plugins/update-widget-from-style-recalc.html:
        * platform/mac/plugins/webScriptObject-exception-deadlock.html:
        * platform/mac/scrollbars/key-window-not-first-responder.html:
        * platform/qt/plugins/application-plugin-plugins-disabled.html:
        * platform/win/plugins/call-javascript-that-destroys-plugin.html:
        * platform/win/plugins/get-value-netscape-window.html:
        * platform/win/plugins/iframe-inside-overflow.html:
        * platform/win/plugins/npn-invalidate-rect-invalidates-window.html:
        * platform/win/plugins/visibility-hidden.html:
        * platform/win/plugins/window-geometry-initialized-before-set-window.html:
        * platform/win/plugins/window-region-is-set-to-clip-rect.html:
        * platform/win/plugins/windowless-paint-rect-coordinates.html:
        * plugins/:
        * pointer-lock/lock-fail-responses-expected.txt:
        * pointer-lock/lock-fail-responses.html:
        * pointer-lock/pointer-lock-api.html:
        * pointer-lock/pointerlockchange-pointerlockerror-events-expected.txt:
        * pointer-lock/pointerlockchange-pointerlockerror-events.html:
        * pointer-lock/pointerlocklost-event-expected.txt:
        * pointer-lock/pointerlocklost-event.html:
        * printing/compositing-layer-printing.html:
        * printing/css2.1/README.txt:
        * printing/css2.1/page-break-after-000.html:
        * printing/css2.1/page-break-after-001.html:
        * printing/css2.1/page-break-after-002.html:
        * printing/css2.1/page-break-after-003.html:
        * printing/css2.1/page-break-after-004.html:
        * printing/css2.1/page-break-before-000.html:
        * printing/css2.1/page-break-before-001.html:
        * printing/css2.1/page-break-before-002.html:
        * printing/css2.1/page-break-inside-000.html:
        * printing/iframe-print.html:
        * printing/media-queries-print.html:
        * printing/numberOfPages-expected.txt:
        * printing/page-count-layout-overflow.html:
        * printing/page-count-relayout-shrink.html:
        * printing/page-count-with-one-word.html:
        * printing/page-format-data-display-none.html:
        * printing/page-format-data-expected.txt:
        * printing/page-format-data.html:
        * printing/page-rule-css-text.html:
        * printing/page-rule-in-media-query.html:
        * printing/page-rule-selection-expected.txt:
        * printing/page-rule-selection.html:
        * printing/pageNumerForElementById-expected.txt:
        * printing/print-close-crash.html:
        * printing/pseudo-class-outside-page.html:
        * printing/resources/paged-media-test-utils.js:
        (pageNumberForElementShouldBe):
        (numberOfPagesShouldBe):
        (runPrintingTest):
        * printing/return-from-printing-mode.html:
        * printing/script-tests/numberOfPages.js:
        * printing/script-tests/pageNumerForElementById.js:
        * printing/setPrinting.html:
        * printing/simultaneous-position-float-change.html:
        * printing/single-line-must-not-be-split-into-two-pages.html:
        * printing/width-overflow.html:
        * printing/zoomed-document.html:
        * scrollbars/hidden-iframe-scrollbar-crash.html:
        * scrollbars/hidden-iframe-scrollbar-crash2.html:
        * scrollbars/hidden-scrollbar-prevents-layout.html:
        * scrollbars/overflow-custom-scrollbar-crash.html:
        * scrollbars/resources/hidden-iframe-scrollbar-crash2.html:
        * scrollbars/scroll-rtl-or-bt-layer.html:
        * scrollbars/scrollable-iframe-remove-crash.html:
        * scrollbars/scrollbar-click-does-not-blur-content.html:
        * scrollbars/scrollbar-crash-on-refresh.html:
        * scrollbars/scrollbar-drag-thumb-with-large-content.html:
        * scrollbars/scrollbar-gradient-crash.html:
        * scrollbars/scrollbar-iframe-click-does-not-blur-content.html:
        * scrollbars/scrollbar-initial-position.html:
        * scrollbars/scrollbar-middleclick-nopaste.html:
        * scrollbars/scrollbar-miss-mousemove-disabled.html:
        * scrollbars/scrollbar-miss-mousemove.html:
        * scrollbars/scrollbar-owning-renderer-crash.html:
        * scrollbars/scrollbar-part-created-with-no-parent-crash.html:
        * scrollbars/scrollbar-percent-padding-crash.html:
        * scrollbars/scrollbar-scrollbarparts-repaint-crash.html:
        * scrollbars/scrollevent-iframe-no-scrolling-wheel.html:
        * scrollbars/scrollevent-iframe-no-scrolling.html:
        * security/autocomplete-cleared-on-back.html:
        * security/block-test-no-port.html:
        * security/block-test.html:
        * security/set-form-autocomplete-attribute.html:

2012-06-15  Ryosuke Niwa  <rniwa@webkit.org>

        Use testRunner instead of layoutTestController in ietestcenter, inspector, java, jquery, loader, mathml, media, and mhtml tests
        https://bugs.webkit.org/show_bug.cgi?id=89176

        Reviewed by Kent Tamura.

        * ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling.htm:
        * inspector/audits/resources/audits-style1.css:
        * inspector/console/console-long-eval-crash.html:
        * inspector/extensions/extensions-audits-content-script.html:
        * inspector/extensions/extensions-eval-content-script.html:
        * inspector/profiler/cpu-profiler-profiling-without-inspector.html:
        * inspector/timeline/timeline-animation-frame.html:
        * inspector/timeline/timeline-paint.html:
        * inspector/timeline/timeline-receive-response-event.html:
        * inspector/timeline/timeline-timer.html:
        * java/argument-to-object-type.html:
        * java/array-return.html:
        * java/array-sort.html:
        * java/embedding-java-with-object.html:
        * java/inaccessible-class.html:
        * java/inline-applet-crash.html:
        * java/java-and-plugins.html:
        * java/lc3/:
        * jquery/resources/helper.js:
        * loader/go-back-to-different-window-size.html:
        * loader/load-defer-resume-crash.html:
        * loader/navigation-while-deferring-loads.html:
        * loader/reload-subresource-when-type-changes.html:
        * mathml/EmptyMFracCrash.xhtml:
        * mathml/EmptyMunderOverCrash.xhtml:
        * mathml/empty-mroot-crash.xhtml:
        * mathml/empty-msubsup-crash.html:
        * mathml/fenced-whitespace-separators-crash.html:
        * mathml/msub-anonymous-child-render-crash.html:
        * mathml/msubsup-no-grandchild.xhtml:
        * mathml/msubsup-remove-children.xhtml:
        * mathml/munderover-remove-children.html:
        * mathml/operator-hijacks-fenced-node.xhtml:
        * mathml/wbr-in-mroot-crash.html:
        * media/W3C/w3cwrapper.js:
        (test):
        (async_test.t.done):
        (async_test):
        * media/adopt-node-crash.html:
        * media/audio-controls-do-not-fade-out.html:
        * media/audio-controls-rendering.html:
        * media/audio-delete-while-slider-thumb-clicked.html:
        * media/audio-delete-while-step-button-clicked.html:
        * media/audio-garbage-collect.html:
        * media/audio-no-installed-engines.html:
        * media/audio-only-video-intrinsic-size.html:
        * media/audio-repaint.html:
        * media/context-menu-actions.html:
        * media/controls-after-reload.html:
        * media/controls-drag-timebar.html:
        * media/controls-layout-direction.html:
        * media/controls-right-click-on-timebar.html:
        * media/controls-without-preload.html:
        * media/crash-closing-page-with-media-as-plugin-fallback.html:
        * media/fallback.html:
        * media/media-blocked-by-beforeload.html:
        * media/media-blocked-by-willsendrequest.html:
        * media/media-controls-clone-crash.html:
        * media/media-controls-invalid-url.html:
        * media/media-document-audio-repaint.html:
        * media/media-document-audio-size.html:
        * media/media-fullscreen.js:
        (canplaythrough):
        * media/media-volume-slider-rendered-normal.html:
        * media/no-auto-play-in-sandbox.html:
        * media/remove-from-document-before-load.html:
        * media/resources/foreignobject-media.svg:
        * media/restore-from-page-cache.html:
        * media/svg-as-image-with-media-blocked.html:
        * media/video-beforeload-remove-source.html:
        * media/video-canvas-alpha.html:
        * media/video-canvas.html-disabled:
        * media/video-click-dblckick-standalone.html:
        * media/video-controls-in-media-document.html:
        * media/video-controls-no-scripting.html:
        * media/video-controls-toggling.html:
        * media/video-controls-visible-audio-only.html:
        * media/video-controls-with-mutation-event-handler.html:
        * media/video-delay-load-event.html:
        * media/video-display-toggle.html:
        * media/video-document-types.html:
        * media/video-element-other-namespace-crash.html:
        * media/video-empty-source.html:
        * media/video-no-audio.html:
        * media/video-paint-test.js:
        (init.waitForMultipleEvents):
        (initAndPause.waitForMultipleEvents):
        (initAndPause):
        * media/video-plays-past-end-of-test.html:
        * media/video-poster-blocked-by-willsendrequest.html:
        * media/video-replaces-poster.html:
        * media/video-source-inserted.html:
        * media/video-test.js:
        (endTest):
        * media/video-volume-slider.html:
        * media/video-zoom.html:
        * mhtml/check_domain.mht:
        * mhtml/multi_frames.html_original:
        * mhtml/multi_frames_binary.mht:
        * mhtml/multi_frames_ie.mht:
        * mhtml/multi_frames_unmht.mht:
        * mhtml/page_with_css_and_js_ie.mht:
        * mhtml/page_with_css_and_js_unmht.mht:
        * mhtml/page_with_image.html_original:
        * mhtml/page_with_image_ie.mht:
        * mhtml/page_with_image_unmht.mht:
        * mhtml/simple_page.html_original:
        * mhtml/simple_page_ie.mht:
        * mhtml/simple_page_unmht.mht:
        * networkinformation/resources/event-after-navigation-new.html:
        * networkinformation/script-tests/event-after-navigation.js:
        * platform/chromium/media/video-frame-size-change.html:

2012-06-15  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium win and mac rebaseline for r120403.

        * platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
        * platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
        * platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
        * 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/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:
        * 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:
        * 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-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:
        * platform/chromium/TestExpectations:

2012-06-14  Kent Tamura  <tkent@chromium.org>

        Unreviewed, rolling out r110340.
        http://trac.webkit.org/changeset/110340
        https://bugs.webkit.org/show_bug.cgi?id=88749

        * fast/dom/HTMLSelectElement/select-selectedOptions-expected.txt: Removed.
        * fast/dom/HTMLSelectElement/select-selectedOptions.html: Removed.

2012-06-15  MORITA Hajime  <morrita@google.com>

        Unreviewed typo fix for r120405.

        * platform/chromium/TestExpectations:

2012-06-14  Keishi Hattori  <keishi@webkit.org>

        Add color property to input type=range
        https://bugs.webkit.org/show_bug.cgi?id=89067

        Reviewed by Kent Tamura.

        * fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
        * fast/repaint/slider-thumb-float-expected.txt:
        * platform/chromium-linux/fast/dom/HTMLInputElement/input-slider-update-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/dom/HTMLInputElement/input-slider-update-expected.txt.
        * platform/chromium-linux/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Copied from LayoutTests/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt.
        * platform/chromium-linux/fast/forms/box-shadow-override-expected.txt:
        * platform/chromium-linux/fast/forms/input-appearance-height-expected.txt:
        * platform/chromium-linux/fast/forms/range/slider-thumb-stylability-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/range/slider-thumb-stylability-expected.txt.
        * platform/chromium-linux/fast/repaint/slider-thumb-drag-release-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/repaint/slider-thumb-drag-release-expected.txt.
        * platform/chromium-linux/fast/repaint/slider-thumb-float-expected.txt: Copied from LayoutTests/fast/repaint/slider-thumb-float-expected.txt.
        * platform/chromium-mac/fast/forms/box-shadow-override-expected.txt:
        * platform/chromium-mac/fast/forms/input-appearance-height-expected.txt:
        * platform/chromium-mac/fast/forms/range/input-appearance-range-expected.txt:
        * platform/chromium-win/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
        * platform/chromium-win/fast/forms/box-shadow-override-expected.txt:
        * platform/chromium-win/fast/forms/input-appearance-height-expected.txt:
        * platform/chromium-win/fast/forms/range/input-appearance-range-expected.txt:
        * platform/chromium-win/fast/forms/range/range-thumb-height-percentage-expected.txt:
        * platform/chromium-win/fast/forms/range/slider-padding-expected.txt:
        * platform/chromium-win/fast/forms/range/slider-thumb-shared-style-expected.txt:
        * platform/chromium-win/fast/forms/range/slider-thumb-stylability-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/range/slider-thumb-stylability-expected.txt.
        * platform/chromium-win/fast/repaint/slider-thumb-drag-release-expected.txt:
        * platform/mac/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
        * platform/mac/fast/forms/range/range-thumb-height-percentage-expected.txt:
        * platform/mac/fast/forms/range/slider-padding-expected.txt:
        * platform/mac/fast/forms/range/slider-thumb-shared-style-expected.txt:
        * platform/mac/fast/forms/range/slider-thumb-stylability-expected.txt:
        * platform/mac/fast/repaint/slider-thumb-drag-release-expected.txt:

2012-06-14  Emil A Eklund  <eae@chromium.org>

        Unreviewed rebaseline for mac chromium following r120403.

        * platform/chromium-mac/tables/mozilla/bugs/bug55527-expected.txt: Removed.

2012-06-14  Ryosuke Niwa  <rniwa@webkit.org>

        Use testRunner instead of layoutTestController in battery status and canvas tests
        https://bugs.webkit.org/show_bug.cgi?id=88761

        Reviewed by Tony Chang.

        * batterystatus/resources/event-after-navigation-new.html:
        * batterystatus/script-tests/event-after-navigation.js:
        * canvas/philip/tests.js:
        (_addTest.endTest):
        (_addTest.window.onload):
        (_addTest):
        * canvas/philip/tests/2d.text-custom-font-load-crash.html:

2012-06-14  Emil A Eklund  <eae@chromium.org>

        Cast paddings to int in RenderTableCell
        https://bugs.webkit.org/show_bug.cgi?id=88918

        Reviewed by Levi Weintraub.

        Add test ensuring that table cells does not wrap when using fractional
        paddings.

        * fast/sub-pixel/table-cells-with-padding-do-not-wrap-expected.txt: Added.
        * fast/sub-pixel/table-cells-with-padding-do-not-wrap.html: Added.
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
        * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
        * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug89315-expected.txt:
        * platform/chromium/TestExpectations:

2012-06-14  MORITA Hajime  <morrita@google.com>

        Unreviewed typo fix.

        * platform/chromium/TestExpectations:

2012-06-14  MORITA Hajime  <morrita@google.com>

        Unreviewed expectation update.
        - Marked cross-domain-message-event-dispatch.html and track-cue-rendering-snap-to-lines-not-set.html

        * platform/chromium/TestExpectations:

2012-06-14  Kent Tamura  <tkent@chromium.org>

        Validate form state strings in FormController::setStateForNewFormElements()
        https://bugs.webkit.org/show_bug.cgi?id=88768

        Reviewed by Hajime Morita.

        * fast/forms/resources/state-restore-broken-state-1.html: Added.
        * fast/forms/resources/state-restore-broken-state-2.html: Added.
        * fast/forms/state-restore-broken-state-expected.txt: Added.
        * fast/forms/state-restore-broken-state.html: Added.

2012-06-14  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r120393.
        http://trac.webkit.org/changeset/120393
        https://bugs.webkit.org/show_bug.cgi?id=89163

        breaks cr-mac build (Requested by morrita on #webkit).

        * platform/chromium/TestExpectations:

2012-06-14  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r120384.
        http://trac.webkit.org/changeset/120384
        https://bugs.webkit.org/show_bug.cgi?id=89157

        breaks create-blob-url-from-data-url.html (Requested by
        morrita on #webkit).

        * fast/files/file-reader-file-url-expected.txt: Removed.
        * fast/files/file-reader-file-url.html: Removed.
        * fast/files/resources/file-reader-file-url-iframe.html: Removed.

2012-06-14  Dale Curtis  <dalecurtis@chromium.org>

        Disable click/dbl-click on MediaDocument for Chromium. Fix layout test for all platforms.
        https://bugs.webkit.org/show_bug.cgi?id=89129

        Fixes layout test to actually test what it says it tests.  Previously it was
        testing the opposite behavior and passing because MediaDocument auto-plays.

        Additionally failing one half of the test would still allow you to pass the
        other half.  Both issues have been fixed.

        Updates the test expectations for Chromium to reflect a failure.

        Reviewed by Eric Carlson.

        * media/video-click-dblckick-standalone-expected.txt:
        * media/video-click-dblckick-standalone.html:
        * platform/chromium/media/video-click-dblckick-standalone-expected.txt: Copied from LayoutTests/media/video-click-dblckick-standalone-expected.txt.

2012-06-14  Jian Li  <jianli@chromium.org>

        Unreviewed. Skip the failed test due to r120384 for future investigation.

        * platform/chromium/TestExpectations:
        * platform/efl/Skipped:
        * platform/gtk/TestExpectations:
        * platform/mac/Skipped:
        * platform/qt/Skipped:

2012-06-14  Jian Li  <jianli@chromium.org>

        FileReader is dysfunctional in documents with "null" origin string
        https://bugs.webkit.org/show_bug.cgi?id=78648

        Reviewed by Adam Barth.

        * fast/files/file-reader-file-url-expected.txt: Added.
        * fast/files/file-reader-file-url.html: Added.
        * fast/files/resources/file-reader-file-url-iframe.html: Added.

2012-06-14  Mike West  <mkwst@chromium.org>

        Add test cases for header/footer elements' AXRoleDescription
        https://bugs.webkit.org/show_bug.cgi?id=88911

        Header and footer elements change their accessibility roles depending
        on the elements which contain them. Specifically, they are described
        as "banner" or "footer" in the general case, and fall back to
        generic "group" role descriptions when contained in either article or
        section elements. This patch simply tests that existing behavior on
        Mac.

        Reviewed by Chris Fleizach.

        * platform/mac/accessibility/footer-expected.txt: Added.
        * platform/mac/accessibility/footer.html: Added.
        * platform/mac/accessibility/header-expected.txt: Added.
        * platform/mac/accessibility/header.html: Added.

2012-06-14  Ryosuke Niwa  <rniwa@webkit.org>

        Fix Chromium test expectation after r120371.

        * platform/chromium/TestExpectations:

2012-06-14  Andrew Wilson  <atwilson@chromium.org>

        Unreviewed update of chromium TestExpectations to mark hybi/workers/close.html as failing.

        * platform/chromium/TestExpectations:

2012-06-14  Ryosuke Niwa  <rniwa@webkit.org>

        Get rid of FAIL test expectation
        https://bugs.webkit.org/show_bug.cgi?id=89137

        Reviewed by Dirk Pranke.

        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:

2012-06-14  Ryosuke Niwa  <rniwa@webkit.org>

        Radio node lists do not get updated when inserted back into a document
        https://bugs.webkit.org/show_bug.cgi?id=88825

        Reviewed by Darin Adler.

        Add a test case to an existing test.

        * fast/forms/radionodelist-whose-form-element-detached-from-domtree-expected.txt:
        * fast/forms/radionodelist-whose-form-element-detached-from-domtree.html:

2012-06-14  Jia Pu  <jpu@apple.com>

        Mark text with text alternative with blue underline.
        https://bugs.webkit.org/show_bug.cgi?id=83047

        Reviewed by Enrica Casucci.

        * platform/mac-lion/Skipped:
        * platform/mac-snowleopard/Skipped:
        * platform/mac/editing/input/edit-dictated-text-with-alternative-expected.txt: Added.
        * platform/mac/editing/input/edit-dictated-text-with-alternative.html: Added.
        * platform/mac/editing/input/insert-dictated-text-expected.txt: Added.
        * platform/mac/editing/input/insert-dictated-text.html: Added.

2012-06-14  Emil A Eklund  <eae@chromium.org>

        Change RenderTableSection::calcRowLogicalHeight to round rather than floor height
        https://bugs.webkit.org/show_bug.cgi?id=88813

        Reviewed by Julien Chaffraix.

        Add new test ensuring that rows are laid out the desired height when
        given a height that maps to a device pixel value.

        * fast/sub-pixel/table-rows-have-stable-height-expected.txt: Added.
        * fast/sub-pixel/table-rows-have-stable-height.html: Added.

2012-06-14  Zan Dobersek  <zandobersek@gmail.com>

        [Gtk] Add support in DumpRenderTree for tracking repaints
        https://bugs.webkit.org/show_bug.cgi?id=87658

        Reviewed by Martin Robinson.

        Update pixel baselines for all the tests in fast/repaint now that the
        Gtk's DumpRenderTree properly tracks the repaint rects and displays
        an appropriate overlay in the pixel results for such tests.

        * platform/gtk/fast/repaint/4774354-expected.png:
        * platform/gtk/fast/repaint/4776765-expected.png:
        * platform/gtk/fast/repaint/absolute-position-change-containing-block-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/float-new-in-block-expected.png.
        * platform/gtk/fast/repaint/absolute-position-changed-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/layer-visibility-expected.png.
        * platform/gtk/fast/repaint/absolute-position-moved-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-outer-border-expected.png.
        * platform/gtk/fast/repaint/background-clip-text-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/selection-clear-expected.png.
        * platform/gtk/fast/repaint/background-generated-expected.png:
        * platform/gtk/fast/repaint/background-misaligned-expected.png:
        * platform/gtk/fast/repaint/background-scaling-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/clip-with-layout-delta-expected.png.
        * platform/gtk/fast/repaint/backgroundSizeRepaint-expected.png:
        * platform/gtk/fast/repaint/block-layout-inline-children-float-positioned-expected.png: Added.
        * platform/gtk/fast/repaint/block-layout-inline-children-replaced-expected.png: Added.
        * platform/gtk/fast/repaint/block-no-inflow-children-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/slider-thumb-drag-release-expected.png.
        * platform/gtk/fast/repaint/block-selection-gap-in-composited-layer-expected.png:
        * platform/gtk/fast/repaint/block-selection-gap-in-table-cell-expected.png:
        * platform/gtk/fast/repaint/block-selection-gap-stale-cache-2-expected.png:
        * platform/gtk/fast/repaint/block-selection-gap-stale-cache-expected.png:
        * platform/gtk/fast/repaint/body-background-image-expected.png:
        * platform/gtk/fast/repaint/border-fit-lines-expected.png:
        * platform/gtk/fast/repaint/border-radius-repaint-expected.png:
        * platform/gtk/fast/repaint/border-repaint-glitch-expected.png:
        * platform/gtk/fast/repaint/box-shadow-dynamic-expected.png:
        * platform/gtk/fast/repaint/box-shadow-h-expected.png:
        * platform/gtk/fast/repaint/box-shadow-v-expected.png:
        * platform/gtk/fast/repaint/bugzilla-3509-expected.png:
        * platform/gtk/fast/repaint/bugzilla-5699-expected.png:
        * platform/gtk/fast/repaint/bugzilla-6278-expected.png:
        * platform/gtk/fast/repaint/bugzilla-6388-expected.png:
        * platform/gtk/fast/repaint/bugzilla-6473-expected.png:
        * platform/gtk/fast/repaint/bugzilla-7235-expected.png:
        * platform/gtk/fast/repaint/button-spurious-layout-hint-expected.png:
        * platform/gtk/fast/repaint/canvas-putImageData-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/selection-clear-expected.png.
        * platform/gtk/fast/repaint/caret-outside-block-expected.png:
        * platform/gtk/fast/repaint/change-transform-expected.png:
        * platform/gtk/fast/repaint/clip-with-layout-delta-expected.png:
        * platform/gtk/fast/repaint/clipped-relative-expected.png:
        * platform/gtk/fast/repaint/containing-block-position-change-expected.png:
        * platform/gtk/fast/repaint/content-into-overflow-expected.png:
        * platform/gtk/fast/repaint/continuation-after-outline-expected.png:
        * platform/gtk/fast/repaint/control-clip-expected.png:
        * platform/gtk/fast/repaint/create-layer-repaint-expected.png:
        * platform/gtk/fast/repaint/delete-into-nested-block-expected.png:
        * platform/gtk/fast/repaint/dynamic-table-vertical-alignment-change-expected.png:
        * platform/gtk/fast/repaint/erase-overflow-expected.png:
        * platform/gtk/fast/repaint/fixed-after-scroll-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/float-in-new-block-with-layout-delta-expected.png.
        * platform/gtk/fast/repaint/fixed-and-absolute-position-scrolled-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-outer-border-expected.png.
        * platform/gtk/fast/repaint/fixed-child-move-after-scroll-expected.png: Added.
        * platform/gtk/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png: Added.
        * platform/gtk/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png: Added.
        * platform/gtk/fast/repaint/fixed-expected.png:
        * platform/gtk/fast/repaint/fixed-in-page-scale-expected.png: Added.
        * platform/gtk/fast/repaint/fixed-move-after-keyboard-scroll-expected.png: Added.
        * platform/gtk/fast/repaint/fixed-move-after-scroll-expected.png: Added.
        * platform/gtk/fast/repaint/fixed-position-transparency-with-overflow-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/button-spurious-layout-hint-expected.png.
        * platform/gtk/fast/repaint/fixed-right-bottom-in-page-scale-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/slider-thumb-drag-release-expected.png.
        * platform/gtk/fast/repaint/fixed-right-in-page-scale-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/float-in-new-block-with-layout-delta-expected.png.
        * platform/gtk/fast/repaint/fixed-scale-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-outer-border-expected.png.
        * platform/gtk/fast/repaint/fixed-scroll-simple-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-section-overflow-expected.png.
        * platform/gtk/fast/repaint/fixed-table-cell-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-outer-border-expected.png.
        * platform/gtk/fast/repaint/fixed-table-overflow-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-outer-border-expected.png.
        * platform/gtk/fast/repaint/fixed-table-overflow-zindex-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-outer-border-expected.png.
        * platform/gtk/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/float-in-new-block-with-layout-delta-expected.png.
        * platform/gtk/fast/repaint/fixed-tranformed-expected.png: Added.
        * platform/gtk/fast/repaint/flexible-box-overflow-expected.png:
        * platform/gtk/fast/repaint/flexible-box-overflow-horizontal-expected.png:
        * platform/gtk/fast/repaint/float-in-new-block-with-layout-delta-expected.png:
        * platform/gtk/fast/repaint/float-move-during-layout-expected.png:
        * platform/gtk/fast/repaint/float-new-in-block-expected.png:
        * platform/gtk/fast/repaint/float-overflow-expected.png: Added.
        * platform/gtk/fast/repaint/float-overflow-right-expected.png: Added.
        * platform/gtk/fast/repaint/focus-layers-expected.png:
        * platform/gtk/fast/repaint/gradients-em-stops-repaint-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-outer-border-expected.png.
        * platform/gtk/fast/repaint/iframe-scroll-repaint-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/intermediate-layout-position-clip-expected.png.
        * platform/gtk/fast/repaint/inline-block-overflow-expected.png:
        * platform/gtk/fast/repaint/inline-block-resize-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-outer-border-expected.png.
        * platform/gtk/fast/repaint/inline-color-change-expected.png:
        * platform/gtk/fast/repaint/inline-horizontal-bt-overflow-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/layer-hide-when-needs-layout-expected.png.
        * platform/gtk/fast/repaint/inline-outline-repaint-expected.png:
        * platform/gtk/fast/repaint/inline-overflow-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/layer-hide-when-needs-layout-expected.png.
        * platform/gtk/fast/repaint/inline-relative-positioned-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/selection-clear-expected.png.
        * platform/gtk/fast/repaint/inline-vertical-lr-overflow-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/block-selection-gap-in-composited-layer-expected.png.
        * platform/gtk/fast/repaint/inline-vertical-rl-overflow-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/button-spurious-layout-hint-expected.png.
        * platform/gtk/fast/repaint/intermediate-layout-position-clip-expected.png:
        * platform/gtk/fast/repaint/intermediate-layout-position-expected.png:
        * platform/gtk/fast/repaint/invisible-objects-expected.png:
        * platform/gtk/fast/repaint/japanese-rl-selection-clear-expected.png: Added.
        * platform/gtk/fast/repaint/japanese-rl-selection-repaint-expected.png: Added.
        * platform/gtk/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Added.
        * platform/gtk/fast/repaint/layer-child-outline-expected.png:
        * platform/gtk/fast/repaint/layer-full-repaint-expected.png:
        * platform/gtk/fast/repaint/layer-hide-when-needs-layout-expected.png:
        * platform/gtk/fast/repaint/layer-outline-expected.png:
        * platform/gtk/fast/repaint/layer-outline-horizontal-expected.png:
        * platform/gtk/fast/repaint/layer-visibility-expected.png:
        * platform/gtk/fast/repaint/layout-state-only-positioned-expected.png:
        * platform/gtk/fast/repaint/layout-state-relative-expected.png:
        * platform/gtk/fast/repaint/layout-state-scrolloffset-expected.png: Added.
        * platform/gtk/fast/repaint/layout-state-scrolloffset2-expected.png: Added.
        * platform/gtk/fast/repaint/layout-state-scrolloffset3-expected.png: Added.
        * platform/gtk/fast/repaint/line-flow-with-floats-1-expected.png:
        * platform/gtk/fast/repaint/line-flow-with-floats-10-expected.png:
        * platform/gtk/fast/repaint/line-flow-with-floats-2-expected.png:
        * platform/gtk/fast/repaint/line-flow-with-floats-3-expected.png:
        * platform/gtk/fast/repaint/line-flow-with-floats-4-expected.png:
        * platform/gtk/fast/repaint/line-flow-with-floats-5-expected.png:
        * platform/gtk/fast/repaint/line-flow-with-floats-6-expected.png:
        * platform/gtk/fast/repaint/line-flow-with-floats-7-expected.png:
        * platform/gtk/fast/repaint/line-flow-with-floats-8-expected.png:
        * platform/gtk/fast/repaint/line-flow-with-floats-9-expected.png:
        * platform/gtk/fast/repaint/line-flow-with-floats-in-regions-expected.png: Added.
        * platform/gtk/fast/repaint/line-in-scrolled-clipped-block-expected.png:
        * platform/gtk/fast/repaint/line-overflow-expected.png:
        * platform/gtk/fast/repaint/lines-with-layout-delta-expected.png:
        * platform/gtk/fast/repaint/list-marker-2-expected.png:
        * platform/gtk/fast/repaint/list-marker-expected.png:
        * platform/gtk/fast/repaint/make-children-non-inline-expected.png:
        * platform/gtk/fast/repaint/moving-shadow-on-container-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/block-selection-gap-in-composited-layer-expected.png.
        * platform/gtk/fast/repaint/moving-shadow-on-path-expected.png: Added.
        * platform/gtk/fast/repaint/multicol-repaint-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/slider-thumb-drag-release-expected.png.
        * platform/gtk/fast/repaint/nested-iframe-scroll-inner-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/intermediate-layout-position-expected.png.
        * platform/gtk/fast/repaint/nested-iframe-scroll-outer-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/block-selection-gap-in-table-cell-expected.png.
        * platform/gtk/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.png:
        * platform/gtk/fast/repaint/opacity-change-on-overflow-float-expected.png:
        * platform/gtk/fast/repaint/outline-child-repaint-expected.png:
        * platform/gtk/fast/repaint/outline-inset-expected.png:
        * platform/gtk/fast/repaint/outline-repaint-glitch-expected.png:
        * platform/gtk/fast/repaint/outline-shrinking-expected.png:
        * platform/gtk/fast/repaint/overflow-auto-in-overflow-auto-scrolled-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-outer-border-expected.png.
        * platform/gtk/fast/repaint/overflow-clip-subtree-layout-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/block-selection-gap-in-composited-layer-expected.png.
        * platform/gtk/fast/repaint/overflow-delete-line-expected.png:
        * platform/gtk/fast/repaint/overflow-flipped-writing-mode-block-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/float-in-new-block-with-layout-delta-expected.png.
        * platform/gtk/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/layer-full-repaint-expected.png.
        * platform/gtk/fast/repaint/overflow-flipped-writing-mode-table-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/float-in-new-block-with-layout-delta-expected.png.
        * platform/gtk/fast/repaint/overflow-hidden-in-overflow-hidden-scrolled-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/float-in-new-block-with-layout-delta-expected.png.
        * platform/gtk/fast/repaint/overflow-hide-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/layer-hide-when-needs-layout-expected.png.
        * platform/gtk/fast/repaint/overflow-into-content-expected.png:
        * platform/gtk/fast/repaint/overflow-outline-repaint-expected.png:
        * platform/gtk/fast/repaint/overflow-scroll-body-appear-expected.png:
        * platform/gtk/fast/repaint/overflow-scroll-delete-expected.png:
        * platform/gtk/fast/repaint/overflow-scroll-in-overflow-scroll-scrolled-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-outer-border-expected.png.
        * platform/gtk/fast/repaint/overflow-show-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-row-expected.png.
        * platform/gtk/fast/repaint/reflection-redraw-expected.png:
        * platform/gtk/fast/repaint/reflection-repaint-test-expected.png:
        * platform/gtk/fast/repaint/region-painting-invalidation-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/float-new-in-block-expected.png.
        * platform/gtk/fast/repaint/region-painting-via-layout-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/selection-clear-expected.png.
        * platform/gtk/fast/repaint/rel-positioned-inline-with-overflow-expected.png:
        * platform/gtk/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
        * platform/gtk/fast/repaint/repaint-across-writing-mode-boundary-expected.png: Added.
        * platform/gtk/fast/repaint/repaint-during-scroll-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/float-new-in-block-expected.png.
        * platform/gtk/fast/repaint/repaint-resized-overflow-expected.png:
        * platform/gtk/fast/repaint/repaint-svg-after-style-change-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-col-background-expected.png.
        * platform/gtk/fast/repaint/scale-page-shrink-expected.png:
        * platform/gtk/fast/repaint/scroll-absolute-layer-with-reflection-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/float-new-in-block-expected.png.
        * platform/gtk/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-outer-border-expected.png.
        * platform/gtk/fast/repaint/scroll-fixed-layer-with-reflection-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/erase-overflow-expected.png.
        * platform/gtk/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/layer-visibility-expected.png.
        * platform/gtk/fast/repaint/scroll-fixed-reflected-layer-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/erase-overflow-expected.png.
        * platform/gtk/fast/repaint/scroll-in-clipped-layer-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-outer-border-expected.png.
        * platform/gtk/fast/repaint/scroll-in-fixed-layer-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-outer-border-expected.png.
        * platform/gtk/fast/repaint/scroll-in-transformed-layer-expected.png: Added.
        * platform/gtk/fast/repaint/scroll-inside-table-cell-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/continuation-after-outline-expected.png.
        * platform/gtk/fast/repaint/scroll-relative-table-inside-table-cell-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/block-selection-gap-in-composited-layer-expected.png.
        * platform/gtk/fast/repaint/scroll-with-transformed-parent-layer-expected.png: Added.
        * platform/gtk/fast/repaint/search-field-cancel-expected.png:
        * platform/gtk/fast/repaint/select-option-background-color-expected.png: Added.
        * platform/gtk/fast/repaint/selected-replaced-expected.png:
        * platform/gtk/fast/repaint/selection-after-delete-expected.png:
        * platform/gtk/fast/repaint/selection-after-remove-expected.png:
        * platform/gtk/fast/repaint/selection-clear-expected.png:
        * platform/gtk/fast/repaint/selection-gap-overflow-scroll-2-expected.png: Added.
        * platform/gtk/fast/repaint/selection-gap-overflow-scroll-expected.png:
        * platform/gtk/fast/repaint/selection-rl-expected.png: Added.
        * platform/gtk/fast/repaint/shadow-multiple-horizontal-expected.png:
        * platform/gtk/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
        * platform/gtk/fast/repaint/shadow-multiple-strict-vertical-expected.png:
        * platform/gtk/fast/repaint/shadow-multiple-vertical-expected.png:
        * platform/gtk/fast/repaint/slider-thumb-drag-release-expected.png:
        * platform/gtk/fast/repaint/slider-thumb-float-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/clip-with-layout-delta-expected.png.
        * platform/gtk/fast/repaint/stacked-diacritics-expected.png: Added.
        * platform/gtk/fast/repaint/static-to-positioned-expected.png:
        * platform/gtk/fast/repaint/subtree-layoutstate-transform-expected.png:
        * platform/gtk/fast/repaint/subtree-root-clip-2-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-col-background-expected.png.
        * platform/gtk/fast/repaint/subtree-root-clip-3-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/float-in-new-block-with-layout-delta-expected.png.
        * platform/gtk/fast/repaint/subtree-root-clip-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-col-background-expected.png.
        * platform/gtk/fast/repaint/subtree-root-skipped-expected.png:
        * platform/gtk/fast/repaint/svg-layout-root-style-attr-update-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/button-spurious-layout-hint-expected.png.
        * platform/gtk/fast/repaint/table-cell-collapsed-border-expected.png:
        * platform/gtk/fast/repaint/table-cell-move-expected.png:
        * platform/gtk/fast/repaint/table-cell-overflow-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/clip-with-layout-delta-expected.png.
        * platform/gtk/fast/repaint/table-col-background-expected.png:
        * platform/gtk/fast/repaint/table-collapsed-border-expected.png:
        * platform/gtk/fast/repaint/table-extra-bottom-grow-expected.png:
        * platform/gtk/fast/repaint/table-hover-on-link-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/intermediate-layout-position-clip-expected.png.
        * platform/gtk/fast/repaint/table-outer-border-expected.png:
        * platform/gtk/fast/repaint/table-overflow-auto-in-overflow-auto-scrolled-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/selection-clear-expected.png.
        * platform/gtk/fast/repaint/table-overflow-hidden-in-overflow-hidden-scrolled-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/float-in-new-block-with-layout-delta-expected.png.
        * platform/gtk/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/selection-clear-expected.png.
        * platform/gtk/fast/repaint/table-row-expected.png:
        * platform/gtk/fast/repaint/table-section-overflow-expected.png:
        * platform/gtk/fast/repaint/table-section-repaint-expected.png:
        * platform/gtk/fast/repaint/table-two-pass-layout-overpaint-expected.png:
        * platform/gtk/fast/repaint/table-writing-modes-h-expected.png: Added.
        * platform/gtk/fast/repaint/table-writing-modes-v-expected.png: Added.
        * platform/gtk/fast/repaint/text-append-dirty-lines-expected.png:
        * platform/gtk/fast/repaint/text-emphasis-h-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/continuation-after-outline-expected.png.
        * platform/gtk/fast/repaint/text-emphasis-v-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/float-in-new-block-with-layout-delta-expected.png.
        * platform/gtk/fast/repaint/text-in-relative-positioned-inline-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/button-spurious-layout-hint-expected.png.
        * platform/gtk/fast/repaint/text-selection-rect-in-overflow-2-expected.png:
        * platform/gtk/fast/repaint/text-selection-rect-in-overflow-expected.png:
        * platform/gtk/fast/repaint/text-shadow-expected.png:
        * platform/gtk/fast/repaint/text-shadow-horizontal-expected.png:
        * platform/gtk/fast/repaint/textarea-set-disabled-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/float-in-new-block-with-layout-delta-expected.png.
        * platform/gtk/fast/repaint/trailing-floats-root-line-box-overflow-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-row-expected.png.
        * platform/gtk/fast/repaint/transform-absolute-child-expected.png:
        * platform/gtk/fast/repaint/transform-absolute-in-positioned-container-expected.png:
        * platform/gtk/fast/repaint/transform-disable-layoutstate-expected.png:
        * platform/gtk/fast/repaint/transform-layout-repaint-expected.png:
        * platform/gtk/fast/repaint/transform-relative-position-expected.png:
        * platform/gtk/fast/repaint/transform-repaint-descendants-expected.png:
        * platform/gtk/fast/repaint/transform-replaced-shadows-expected.png:
        * platform/gtk/fast/repaint/transform-rotate-and-remove-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-col-background-expected.png.
        * platform/gtk/fast/repaint/transform-translate-expected.png:
        * platform/gtk/fast/repaint/view-background-from-body-1-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/block-selection-gap-stale-cache-expected.png.
        * platform/gtk/fast/repaint/view-background-from-body-2-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/invisible-objects-expected.png.

2012-06-14  Simon Fraser  <simon.fraser@apple.com>

        Rebaseline some Mac results after r120246.

        * platform/mac/media/audio-controls-rendering-expected.txt:
        * platform/mac/media/controls-after-reload-expected.txt:
        * platform/mac/media/controls-strict-expected.txt:
        * platform/mac/media/video-colorspace-yuv420-expected.txt:
        * platform/mac/media/video-colorspace-yuv422-expected.txt:
        * platform/mac/media/video-controls-rendering-expected.txt:
        * platform/mac/media/video-display-toggle-expected.txt:
        * platform/mac/media/video-no-audio-expected.txt:
        * platform/mac/media/video-playing-and-pause-expected.txt:

2012-06-14  Justin Novosad  <junov@chromium.org>

        [Chromium] webkitImageSmoothingEnabled canvas property does not work on redraw
        https://bugs.webkit.org/show_bug.cgi?id=89018

        Reviewed by Stephen White.

        New layout test that verifies that disabling image smoothing on a 2d
        canvas continues to work after multiple paint cycles.

        * fast/canvas/canvas-imageSmoothingEnabled-repaint-expected.txt: Added.
        * fast/canvas/canvas-imageSmoothingEnabled-repaint.html: Added.
        * fast/canvas/script-tests/canvas-imageSmoothingEnabled-repaint.js: Added.
        (draw):
        (testResult):
        (TestControllerPaint):
        (BrowserPaint):
        (onLoadHandler):

2012-06-14  Stephen Chenney  <schenney@chromium.org>

        [svg] SVGResources applied to Text with Incorrect Transformations in non-CG Implementations
        https://bugs.webkit.org/show_bug.cgi?id=64966

        Unreviewed suppression of crashing tests:
        svg/batik/text/textDecoration.svg
        svg/batik/text/textEffect3.svg

        * platform/chromium/TestExpectations:

2012-06-14  Jon Honeycutt  <jhoneycutt@apple.com>

        Unskip some now-passing tests.
        https://bugs.webkit.org/show_bug.cgi?id=89078

        * platform/win/Skipped:

2012-06-14  Alexey Proskuryakov  <ap@apple.com>

        [CFNetwork] XMLHttpRequest incorrectly returns cached responses even when there is a Vary header field
        https://bugs.webkit.org/show_bug.cgi?id=88925

        Reviewed by David Kilzer.

        * http/tests/cache/resources/xhr-vary-header-response.php: Added.
        * http/tests/cache/resources/xhr-vary-header-subframe.html: Added.
        * http/tests/cache/xhr-vary-header-expected.txt: Added.
        * http/tests/cache/xhr-vary-header.html: Added.

2012-06-14  Simon Pena  <spena@igalia.com>

        [GTK] Update TestExpectations with tests crashing in 64bits Debug build
        https://bugs.webkit.org/show_bug.cgi?id=89105

        Unreviewed gardening.

        Mark svg/batik/text/textDecoration.svg and
        svg/batik/text/textEffect3.svg as crashing in DEBUG.

        * platform/gtk/TestExpectations:

2012-06-14  Simon Pena  <spena@igalia.com>

        [GTK] Update TestExpectations with non-passing tests
        https://bugs.webkit.org/show_bug.cgi?id=89100

        Unreviewed gardening.

        Mark plugins/plugin-initiate-popup-window.html as flaky and
        svg/transforms/transformed-text-fill-pattern.html as failing.

        * platform/gtk/TestExpectations:

2012-06-14  Tony Chang  <tony@chromium.org>

        [Qt] New css3/flexbox/flexitem.html fails
        https://bugs.webkit.org/show_bug.cgi?id=88963

        Reviewed by Hajime Morita.

        * css3/flexbox/flexitem.html: The height of the alt text was taller
        than the height of the missing image placeholder graphic on Qt. To
        get the same results, force the font size to something small.
        The test still fails on Qt so leaving it in the Skipped file for now.

2012-06-14  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: Selector list start position is not extracted for style rules inside @media rules
        https://bugs.webkit.org/show_bug.cgi?id=89094

        Reviewed by Pavel Feldman.

        * inspector/audits/audits-panel-functional.html:

2012-06-14  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [EFL] Tests rebaselining after r120167, r120246
        https://bugs.webkit.org/show_bug.cgi?id=89069

        Unreviewed EFL gardening after r120246 and r120167, updating baselines.

        * platform/efl/fast/layers/video-layer-expected.txt:
        * platform/efl/http/tests/misc/location-replace-crossdomain-expected.txt:
        * platform/efl/media/audio-controls-rendering-expected.txt:
        * platform/efl/media/audio-repaint-expected.txt:
        * platform/efl/media/controls-after-reload-expected.txt:
        * platform/efl/media/controls-strict-expected.txt:
        * platform/efl/media/controls-styling-expected.txt:
        * platform/efl/media/controls-without-preload-expected.txt:
        * platform/efl/media/media-controls-clone-expected.txt:
        * platform/efl/media/media-document-audio-repaint-expected.txt:
        * platform/efl/media/video-controls-rendering-expected.txt:
        * platform/efl/media/video-display-toggle-expected.txt:
        * platform/efl/media/video-empty-source-expected.txt:
        * platform/efl/media/video-zoom-controls-expected.txt:

2012-06-14  Alexander Pavlov  <apavlov@chromium.org>

        Unreviewed, test rebaseline after r120317.

        * inspector/styles/override-screen-size-expected.txt:

2012-06-14  Simon Pena  <spena@igalia.com>

        [GTK] Mark fast/forms/text-input-event.html as flaky in TestExpectations
        https://bugs.webkit.org/show_bug.cgi?id=89085

        Unreviewed gardening. Mark test as flaky.

        * platform/gtk/TestExpectations:

2012-06-14  Stephen Chenney  <schenney@chromium.org>

        [svg] SVGResources applied to Text with Incorrect Transformations in non-CG Implementations
        https://bugs.webkit.org/show_bug.cgi?id=64966

        Unreviewed Chromium test expectations update.

        Bug fixed by Dominik Röttsches.

        * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
        * platform/chromium-linux/svg/custom/js-late-gradient-and-object-creation-expected.png:
        * platform/chromium-linux/svg/custom/js-late-gradient-creation-expected.png:
        * platform/chromium-linux/svg/custom/js-late-pattern-creation-expected.png:
        * platform/chromium-linux/svg/custom/text-rotated-gradient-expected.png:
        * platform/chromium-mac-leopard/svg/custom/js-late-gradient-and-object-creation-expected.png:
        * platform/chromium-mac-leopard/svg/custom/js-late-gradient-creation-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-creation-expected.png: Removed.
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
        * platform/chromium-mac/svg/custom/js-late-gradient-and-object-creation-expected.png:
        * platform/chromium-mac/svg/custom/js-late-gradient-creation-expected.png:
        * platform/chromium-mac/svg/custom/js-late-pattern-creation-expected.png:
        * platform/chromium-mac/svg/custom/text-rotated-gradient-expected.png:
        * platform/chromium-win-vista/svg/custom/js-late-gradient-and-object-creation-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
        * platform/chromium-win/svg/custom/js-late-gradient-and-object-creation-expected.png:
        * platform/chromium-win/svg/custom/js-late-gradient-creation-expected.png:
        * platform/chromium-win/svg/custom/js-late-pattern-creation-expected.png:
        * platform/chromium-win/svg/custom/text-rotated-gradient-expected.png:
        * platform/chromium/TestExpectations:

2012-06-14  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: [Device Metrics] "Fit window" results in duplicate rescaling in WebDevToolsAgentImpl::autoZoomPageToFitWidth()
        https://bugs.webkit.org/show_bug.cgi?id=89092

        Reviewed by Pavel Feldman.

        * platform/chromium/inspector/styles/device-metrics-fit-window-expected.txt:
        * platform/chromium/inspector/styles/device-metrics-fit-window.html:

2012-06-14  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>

        [Qt] Unreviewed gardening after r120314.

        * platform/qt/Skipped: skip svg/transforms/transformed-text-fill-gradient.html

2012-06-14  Dominik Röttsches  <dominik.rottsches@intel.com>

        [svg] SVGResources applied to Text with Incorrect Transformations in non-CG Implementations
        https://bugs.webkit.org/show_bug.cgi?id=64966

        Reviewed by Nikolas Zimmermann.

        For Pattern: RefTest that compare a scaled rectangle with a scaled block of Ahem characters.
        The pattern or gradient should scale in the same way for the text and the rectangle.
        This approach needs a clipping path hack to work around micro gaps between Ahem characters
        due to rounding.
        For Gradient: Scaling text at two different scale factors and adjusting font size to yield the same effective text size.
        Gradient fill should be identical in both cases.

        * platform/chromium/TestExpectations: Added 3 tests that need rebaselining for text gradient fills.
        * svg/transforms/transformed-text-fill-gradient-expected.html: Added.
        * svg/transforms/transformed-text-fill-gradient.html: Added.
        * svg/transforms/transformed-text-fill-pattern-expected.html: Added.
        * svg/transforms/transformed-text-fill-pattern.html: Added.

2012-06-14  Jan Keromnes  <janx@linux.com>

        Web Inspector: Implement ExtensionPanel.show() method
        https://bugs.webkit.org/show_bug.cgi?id=88473

        Add output for ExtensionPanel callbacks, and use ExtensionPanel.show()
        to show the panel. Fix expected.

        Reviewed by Pavel Feldman.

        * inspector/extensions/extensions-panel-expected.txt:
        * inspector/extensions/extensions-panel.html:

2012-06-14  David Barr  <davidbarr@chromium.org>

        Add dpcm to css3-images image-resolution
        https://bugs.webkit.org/show_bug.cgi?id=85442

        Reviewed by Tony Chang.

        * fast/css/image-resolution/image-resolution-expected.txt:
        * fast/css/image-resolution/image-resolution.html:

2012-06-14  Matt Falkenhagen  <falken@chromium.org>

        LocaleToScriptMappingDefault.cpp should also do what scriptCodeForFontSelection does in LocaleToScriptMappingICU.cpp
        https://bugs.webkit.org/show_bug.cgi?id=88845

        Reviewed by Kent Tamura.

        * fast/text/international/jpan-script-equivalence-expected.html: Added.
        * fast/text/international/jpan-script-equivalence.html: Added.

2012-06-14  Edaena Salinas Jasso  <edaena@apple.com>

        el.getAttribute('type') returns 'null' when setting el.type to null
        https://bugs.webkit.org/show_bug.cgi?id=89030

        Reviewed by Alexey Proskuryakov.

        * fast/dom/HTMLButtonElement/change-type-expected.txt: Updated the expected output
        so that it matches the null return type of getAttribute('type').
        * fast/dom/HTMLButtonElement/change-type.html: Change test of getAttribute('type')
        to be null instead of 'null'. Addressed and unrelated review comment from bug 14439
        about how 'undefined' is specified in the shouldBe function.

2012-06-14  Alec Flett  <alecflett@chromium.org>

        IndexedDB: Creating a transaction from within a transaction callback should fail
        https://bugs.webkit.org/show_bug.cgi?id=80547

        Reviewed by Tony Chang.

        * storage/indexeddb/cursor-update-expected.txt:
        * storage/indexeddb/database-basics-expected.txt:
        * storage/indexeddb/mozilla/cursor-update-updates-indexes-expected.txt:
        * storage/indexeddb/mozilla/resources/cursor-update-updates-indexes.js:
        (setupObjectStoreAndCreateIndexAndAdd.transaction.oncomplete):
        (setupObjectStoreAndCreateIndexAndAdd):
        * storage/indexeddb/mozilla/resources/object-store-remove-values.js:
        (createObjectStore):
        (finalCheck):
        * storage/indexeddb/mozilla/resources/remove-objectstore.js:
        (createAndPopulateObjectStore):
        (postSetVersion2.request.onsuccess):
        (postSetVersion2):
        (deleteSecondObjectStore):
        * storage/indexeddb/resources/cursor-update.js:
        (openBasicCursor):
        (keyCursor):
        (testReadOnly):
        (attemptUpdate):
        * storage/indexeddb/resources/database-basics.js:
        (openSuccess.request.onsuccess):
        (openSuccess):
        (setVersionSuccess.request.onsuccess):
        (setVersionSuccess):
        (createObjectStore):
        * storage/indexeddb/resources/version-change-exclusive.js:
        (test):
        * storage/indexeddb/version-change-exclusive-expected.txt:

2012-06-14  Sudarsana Nagineni  <sudarsana.nagineni@linux.intel.com>

        [EFL] [DRT] Implement setDomainRelaxationForbiddenForURLScheme in EFL DRT
        https://bugs.webkit.org/show_bug.cgi?id=84577

        Reviewed by Ryosuke Niwa.

        Unskip http/tests/security/setDomainRelaxationForbiddenForURLScheme.html

        * platform/efl/Skipped:

2012-06-14  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Updating baseline after r120257.

        * fast/table/max-width-integer-overflow-expected.txt:

2012-06-14  Li Yin  <li.yin@intel.com>

        [WebSocket] WebSocket object in Worker Context should fire error event when it fails connection.
        https://bugs.webkit.org/show_bug.cgi?id=88744

        Reviewed by Kent Tamura.

        * http/tests/websocket/tests/hybi/workers/close-expected.txt:
        * http/tests/websocket/tests/hybi/workers/resources/close.js:
        (testPassed):
        (runCodeTest.else.ws.onerror):
        (runCodeTest):
        (runReasonTest.else.ws.onerror):
        (runReasonTest):

2012-06-13  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening after r120246 and r120257, updating baselines.

        * platform/gtk/fast/hidpi/video-controls-in-hidpi-expected.txt:
        * platform/gtk/fast/layers/video-layer-expected.txt:
        * platform/gtk/fast/table/max-width-integer-overflow-expected.txt: Added.
        * platform/gtk/media/audio-controls-rendering-expected.txt:
        * platform/gtk/media/audio-repaint-expected.txt:
        * platform/gtk/media/controls-strict-expected.txt:
        * platform/gtk/media/controls-styling-expected.txt:
        * platform/gtk/media/controls-without-preload-expected.txt:
        * platform/gtk/media/media-controls-clone-expected.txt:
        * platform/gtk/media/media-document-audio-repaint-expected.txt:
        * platform/gtk/media/video-controls-rendering-expected.txt:
        * platform/gtk/media/video-empty-source-expected.txt:
        * platform/gtk/media/video-no-audio-expected.txt:
        * platform/gtk/media/video-volume-slider-expected.txt:
        * platform/gtk/media/video-zoom-controls-expected.txt:

2012-06-13  Dominic Cooney  <dominicc@chromium.org>

        [Chromium] Unreviewed: Update expectations
        https://bugs.webkit.org/show_bug.cgi?id=88949

        http/tests/media/media-source/video-media-source-add-and-remove-ids.html
        is passing on canary bots but producing text diffs on the WebKit
        waterfall. As noted in the bug, I believe the text diffs are
        timing-related.

        * platform/chromium/TestExpectations:

2012-06-13  Kinuko Yasuda  <kinuko@chromium.org>

        [Chromium] Unreviewed: Add rebaseline and update expectations.
        https://bugs.webkit.org/show_bug.cgi?id=87356

        Patch by Eric Uhrhane <ericu@chromium.org>

        * platform/chromium/fast/files/read-blob-async-expected.txt: Added.
        * platform/chromium/fast/files/workers/worker-read-blob-async-expected.txt: Added.
        * platform/chromium/fast/files/workers/worker-read-blob-sync-expected.txt: Added.

2012-06-13  Dominic Cooney  <dominicc@chromium.org>

        [Chromium] Unreviewed: Rebaseline for Mac

        Rebaselining after r119893. There was a rebasline in r120221 but
        it failed on Chromium WebKit waterfall and canaries after that, so
        trying again.

        * platform/chromium-mac/fast/borders/border-antialiasing-expected.png:

2012-06-13  Dominic Cooney  <dominicc@chromium.org>

        [Chromium] Unreviewed: Update expectations
        https://bugs.webkit.org/show_bug.cgi?id=88949

        http/tests/media/media-source/video-media-source-add-and-remove-ids.html
        is flakily hitting an ASSERT on Chromium canaries.

        * platform/chromium/TestExpectations:

2012-06-13  Min Qin  <qinmin@google.com>

        Address some feedbacks in layout test
        https://bugs.webkit.org/show_bug.cgi?id=88909

        Reviewed by Eric Carlson.

        Fixed some comments in https://bugs.webkit.org/show_bug.cgi?id=88897.
        Reduced the timeout to 100 ms and fixed the function definition.
        
        * media/no-autoplay-with-user-gesture-requirement.html:

2012-06-13  Jeffrey Pfau  <jpfau@apple.com>

        Padding and borders can cause integer overflow in block layouts
        https://bugs.webkit.org/show_bug.cgi?id=88820
        <rdar://problem/11328762>

        Reviewed by Tony Chang.

        * fast/block/block-size-integer-overflow-expected.txt: Added.
        * fast/block/block-size-integer-overflow.html: Added.
        * fast/flexbox/box-size-integer-overflow-expected.txt: Added.
        * fast/flexbox/box-size-integer-overflow.html: Added.
        * fast/table/table-size-integer-overflow-expected.txt: Added.
        * fast/table/table-size-integer-overflow.html: Added.

2012-06-13  Dirk Pranke  <dpranke@chromium.org>

        Unreviewed, expectations changes.

        * platform/chromium-win/http/tests/misc/location-replace-crossdomain-expected.txt:
        * platform/chromium/fast/events/constructors/speech-recognition-error-constructor-expected.txt: Added.

2012-06-12  Vincent Scheib  <scheib@chromium.org>

        Remove duplicate webkitpointerlockchange events when unlocking.
        https://bugs.webkit.org/show_bug.cgi?id=88917

        Reviewed by Dimitri Glazkov.

        Part of a series of refactoring changes to update pointer lock API to
        the fullscreen locking style. https://bugs.webkit.org/show_bug.cgi?id=84402

        Tests simplified by removing the duplicate change events.

        * pointer-lock/lock-already-locked-expected.txt:
        * pointer-lock/pointerlockchange-pointerlockerror-events-expected.txt:
        * pointer-lock/pointerlockchange-pointerlockerror-events.html:

2012-06-12  Filip Pizlo  <fpizlo@apple.com>

        DFG should be able to set watchpoints on global variables
        https://bugs.webkit.org/show_bug.cgi?id=88692

        Rubber stamped by Geoffrey Garen.
        
        Added a test for watchpoints. Also updated the jsc-test-list to include the latest
        tests.

        * fast/js/dfg-call-function-hit-watchpoint-expected.txt: Added.
        * fast/js/dfg-call-function-hit-watchpoint.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/dfg-call-function-hit-watchpoint.js: Added.
        (foo):
        (bar):
        (.foo):

2012-06-13  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening after r120228, fix an incorrect test expectation.

        * platform/gtk/TestExpectations:

2012-06-13  Alec Flett  <alecflett@chromium.org>

        [V8] IndexedDB: Cursor value modifications should be preserved until cursor iterates
        https://bugs.webkit.org/show_bug.cgi?id=83526

        Reviewed by Kentaro Hara.

        * storage/indexeddb/cursor-value-expected.txt: Added.
        * storage/indexeddb/cursor-value.html: Added.
        * storage/indexeddb/resources/cursor-value.js: Added.
        (openDatabase.request.onsuccess.request.onsuccess):
        (openDatabase.request.onsuccess):
        (openDatabase):
        (testCursor.request.onsuccess):
        (testCursor):
        (ensureModificationsNotPersisted.request.onsuccess):
        (ensureModificationsNotPersisted):

2012-06-13  Shrey Banga  <banga@chromium.org>

        REGRESSION(r120108): It made http/tests/loading/gmail-assert-on-load.html fail
        https://bugs.webkit.org/show_bug.cgi?id=88923

        Reviewed by Csaba Osztrogonác.

        * http/tests/loading/gmail-assert-on-load-expected.txt: Removed.
        * http/tests/misc/gmail-assert-on-load-expected.txt: Added.
        * http/tests/misc/gmail-assert-on-load.html: Renamed from LayoutTests/http/tests/loading/gmail-assert-on-load.html.
        All tests in http/tests/loading dump frame load events, which are not
        consistent or relevant for this test. So it had to be moved out of
        http/tests/loading.
        * platform/qt/Skipped: This test can be unskipped now

2012-06-13  Vineet Chaudhary  <rgf748@motorola.com>

        REGRESSION (r120204-r120206): 37 fast/profiler tests failing on GTK Linux 64-bit Release
        https://bugs.webkit.org/show_bug.cgi?id=89006

        Reviewed by Enrica Casucci.

        * fast/profiler/nested-start-and-stop-profiler-expected.txt:
        * fast/profiler/resources/profiler-test-JS-resources.js:
        (printProfileNodeWithoutTime): change childern to children()

2012-06-13  Zan Dobersek  <zandobersek@gmail.com>

        [Gtk] Enable link prefetch support in the developer builds
        https://bugs.webkit.org/show_bug.cgi?id=89011

        Reviewed by Martin Robinson.

        Remove expectations for link prefetch tests that now pass and
        recategorise a few failures that now fail due to missing
        dumpResourceResponseMIMETypes implementation in DumpRenderTree.

        * platform/gtk/TestExpectations:

2012-06-13  Julien Chaffraix  <jchaffraix@webkit.org>

        Unreviewed flakiness removal.

        * platform/chromium/TestExpectations:
        The test was improved as bug 52064 (which was fixed some time ago). The test isn't showing
        up as flaky anymore so removing it.

2012-06-13  David Grogan  <dgrogan@chromium.org>

        IndexedDB: Add tests, an assert, and some comments around open/close/setVersion call sequencing
        https://bugs.webkit.org/show_bug.cgi?id=88829

        Reviewed by Tony Chang.

        * storage/indexeddb/factory-deletedatabase-interactions-expected.txt:
        * storage/indexeddb/resources/factory-deletedatabase-interactions.js:
        (Connection.this.open.req.onsuccess.that.handle.onversionchange):
        (Connection.this.open.req.onsuccess):
        (Connection.this.open):
        (test3):
        (test4.runSteps.):
        (test4):
        (test4.):
        * storage/indexeddb/resources/three-setversion-calls.js: Added.
        (test):
        (openDBConnection):
        (successHandler.return.trans.oncomplete):
        (openSuccess1.deleteRequest.onsuccess):
        (openSuccess1):
        * storage/indexeddb/three-setversion-calls-expected.txt: Added.
        * storage/indexeddb/three-setversion-calls.html: Added.

2012-06-13  Levi Weintraub  <leviw@chromium.org>

        Unreviewed Chromium test expectation update after r119893.

        * fast/multicol/nested-columns-expected.txt: Added.
        * fast/multicol/vertical-lr/nested-columns-expected.txt: Added.
        * platform/chromium-linux-x86/fast/borders: Removed.
        * platform/chromium-linux-x86/fast/multicol/vertical-rl: Added.
        * platform/chromium-linux-x86/fast/multicol/vertical-rl/nested-columns-expected.png: Added.
        * platform/chromium-linux/fast/borders/border-antialiasing-expected.png:
        * platform/chromium-linux/fast/multicol/nested-columns-expected.png:
        * platform/chromium-linux/fast/multicol/vertical-lr/nested-columns-expected.png:
        * platform/chromium-linux/fast/multicol/vertical-rl/nested-columns-expected.png:
        * platform/chromium-linux/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Added.
        * platform/chromium-linux/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.txt: Added.
        * platform/chromium-mac-leopard/fast/borders/border-antialiasing-expected.png:
        * platform/chromium-mac-leopard/fast/multicol/nested-columns-expected.png:
        * platform/chromium-mac-leopard/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.txt: Removed.
        * platform/chromium-mac/fast/borders/border-antialiasing-expected.png:
        * platform/chromium-mac/fast/multicol/nested-columns-expected.png:
        * platform/chromium-mac/fast/multicol/vertical-lr/nested-columns-expected.png:
        * platform/chromium-mac/fast/multicol/vertical-rl/nested-columns-expected.png:
        * platform/chromium-mac/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Added.
        * platform/chromium-mac/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.txt: Added.
        * platform/chromium-win-vista/fast/borders: Removed.
        * platform/chromium-win-vista/fast/multicol: Added.
        * platform/chromium-win-vista/fast/multicol/vertical-rl: Added.
        * platform/chromium-win-vista/fast/multicol/vertical-rl/nested-columns-expected.png: Added.
        * platform/chromium-win-xp/fast/borders: Removed.
        * platform/chromium-win/fast/borders/border-antialiasing-expected.png:
        * platform/chromium-win/fast/multicol/nested-columns-expected.png:
        * platform/chromium-win/fast/multicol/vertical-lr/nested-columns-expected.png:
        * platform/chromium-win/fast/multicol/vertical-rl/nested-columns-expected.png:
        * platform/chromium-win/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Added.
        * platform/chromium-win/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.txt: Added.
        * platform/chromium/TestExpectations:
        * platform/efl/fast/multicol/nested-columns-expected.txt: Removed.
        * platform/efl/fast/multicol/vertical-lr/nested-columns-expected.txt: Removed.
        * platform/gtk/fast/multicol/nested-columns-expected.txt: Removed.
        * platform/gtk/fast/multicol/vertical-lr/nested-columns-expected.txt: Removed.

2012-06-13  Zan Dobersek  <zandobersek@gmail.com>

        Skip the isolated world tests for Gtk - the infrastructure is missing
        and they take too long to fail by timing out, lengthening the bot cycles.

        Rubber-stamped by Philippe Normand.

        * platform/gtk/TestExpectations:

2012-06-13  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening after r120100, r120167, r120173 and r120181.

        * fast/events/constructors/speech-recognition-error-constructor-expected.txt:
        * platform/gtk/editing/pasteboard/4641033-expected.txt:
        * platform/gtk/editing/selection/mixed-editability-1-expected.txt:
        * platform/gtk/editing/selection/paragraph-granularity-expected.txt:
        * platform/gtk/editing/selection/triple-click-in-pre-expected.txt:
        * platform/gtk/editing/selection/word-granularity-expected.txt:
        * platform/gtk/fast/multicol/span/clone-flexbox-expected.txt:
        * platform/gtk/http/tests/misc/location-replace-crossdomain-expected.txt:

2012-06-13  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: Support user attributes in DOMNode
        https://bugs.webkit.org/show_bug.cgi?id=88706

        Reviewed by Pavel Feldman.

        * http/tests/inspector/elements-test.js:
        (initialize_ElementTest.InspectorTest.dumpElementsTree.dumpMap):
        (initialize_ElementTest.InspectorTest.dumpElementsTree.userPropertyDataDump):
        (initialize_ElementTest.InspectorTest.dumpElementsTree.print):
        (initialize_ElementTest.InspectorTest.dumpElementsTree):
        * inspector/elements/resources/user-properties.js: Added.
        (test.step0):
        (test.step1):
        (test.step2):
        (test):
        * inspector/elements/user-properties-expected.txt: Added.
        * inspector/elements/user-properties.html: Added.

2012-06-13  Vineet Chaudhary  <vineet.chaudhary@motorola.com>

        REGRESSION:Bindings sequence<T> in Console.idl, Internals.idl and ScriptProfileNode.idl should be T[]
        https://bugs.webkit.org/show_bug.cgi?id=84863

        Reviewed by Kentaro Hara.

        With reference to http://www.w3.org/TR/WebIDL/#idl-sequence
        "Sequences must not be used as the type of an attribute, constant or exception field."
        So we should use T[] instead of sequence<T>.

        * fast/harness/user-preferred-language.html: Using getter and setter
        for userPreferredLanguages.
        * inspector/profiler/cpu-profiler-profiling-without-inspector.html:
        Use ScriptProfileNode.children as function.
        * media/track/track-language-preference-expected.txt:
        * media/track/track-language-preference.html: Using setter for
        userPreferredLanguages.

2012-06-13  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        Rebaseline updated tests to green Qt bots.

        * platform/qt/editing/pasteboard/4641033-expected.txt:
        * platform/qt/editing/selection/mixed-editability-1-expected.txt:
        * platform/qt/editing/selection/paragraph-granularity-expected.txt:
        * platform/qt/editing/selection/triple-click-in-pre-expected.txt:
        * platform/qt/editing/selection/word-granularity-expected.txt:
        * platform/qt/http/tests/misc/location-replace-crossdomain-expected.txt:

2012-06-13  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL][DRT] Gardening for a greener bot
        https://bugs.webkit.org/show_bug.cgi?id=88971

        Unreviewed, EFL gardening.

        * platform/efl/TestExpectations:
        * platform/efl/fast/multicol/span/clone-flexbox-expected.txt: rebaselined after r120100.
        * platform/efl/http/tests/loading/gmail-assert-on-load-expected.txt: Added, we print more verbosely.

2012-06-13  Christophe Dumez  <christophe.dumez@intel.com>

        [GTK][EFL] Skip http/tests/misc/redirect-to-about-blank.html
        https://bugs.webkit.org/show_bug.cgi?id=88962

        Unreviewed gardening. Skip http/tests/misc/redirect-to-about-blank.html
        for both EFL and GTK ports. The test is failing after r120145.

        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:

2012-06-13  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, clean up the crashing tests, either removing
        their expectations completely or expanding them to avoid false 'newly-passing'
        reports. Also split some expectations as some tests are failing differently in
        debug and release builds.

        * platform/gtk/TestExpectations:

2012-06-13  David Barr  <davidbarr@chromium.org>

        Add dpi to css3-images image-resolution
        https://bugs.webkit.org/show_bug.cgi?id=85439

        Reviewed by Tony Chang.

        * fast/css/image-resolution/image-resolution-expected.txt:
        * fast/css/image-resolution/image-resolution.html:

2012-06-13  Qi Zhang  <qi.2.zhang@nokia.com>

        [Qt] Add configure test for zlib and set WTF_USE_ZLIB if found
        https://bugs.webkit.org/show_bug.cgi?id=88763

        Move failed websocket extension test case to qt-4.8 after enable it in qt5

        Reviewed by Simon Hausmann.

        * platform/qt-4.8/Skipped:
        * platform/qt/Skipped:

2012-06-13  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] http/tests/xmlhttprequest/origin-exact-matching.html can be unskipped
        https://bugs.webkit.org/show_bug.cgi?id=88960

        Unreviewed EFL gardening.
        http/tests/xmlhttprequest/origin-exact-matching.html can be
        unskipped after r120107.

        * platform/efl/TestExpectations:

2012-06-13  Li Yin  <li.yin@intel.com>

        FileAPI: type should be converted to be lower case in Blob constructor.
        https://bugs.webkit.org/show_bug.cgi?id=88696

        Reviewed by Kentaro Hara.

        Spec: http://dev.w3.org/2006/webapi/FileAPI/#dfn-BlobPropertyBag
        Add sub-test to track changing upper case into lower case of type in Blob constructor.

        * fast/files/blob-constructor-expected.txt:
        * fast/files/script-tests/blob-constructor.js:

2012-06-13  Ryosuke Niwa  <rniwa@webkit.org>

        Fonts, fullscreen, gamepad, and html5lib tests should use testRunner instead of layoutTestController
        https://bugs.webkit.org/show_bug.cgi?id=88959

        Reviewed by Darin Adler.

        * fonts/valid-standard-font.html:
        * fullscreen/anonymous-block-merge-crash.html:
        * fullscreen/full-screen-element-stack.html:
        * fullscreen/full-screen-frameset.html:
        * fullscreen/full-screen-iframe-zIndex.html:
        * fullscreen/full-screen-keyboard-disabled.html:
        * fullscreen/full-screen-keyboard-enabled.html:
        * fullscreen/full-screen-remove-ancestor-during-transition.html:
        * fullscreen/full-screen-remove-sibling.html:
        * fullscreen/full-screen-render-inline.html:
        * fullscreen/full-screen-request-rejected.html:
        * fullscreen/full-screen-request-removed.html:
        * fullscreen/full-screen-restrictions.html:
        * fullscreen/full-screen-stacking-context.html:
        * fullscreen/full-screen-test.js:
        (runWithKeyDown):
        (endTest):
        * fullscreen/full-screen-zIndex-after.html:
        * fullscreen/full-screen-zIndex.html:
        * fullscreen/non-ancestor-iframe.html:
        * fullscreen/parent-flow-inline-with-block-child.html:
        * fullscreen/video-controls-override.html:
        * html5lib/resources/runner.js:
        (run):
        * html5lib/webkit-resumer.html:
        * platform/gtk/fonts/custom-font-missing-glyphs.html:
        * platform/gtk/fonts/font-face-with-complex-text.html:
        * platform/gtk/fonts/font-family-fallback.html:
        * platform/gtk/fonts/synthetic-oblique-positioning.html:

2012-06-13  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skip new failing tests.

        * platform/qt/Skipped:

2012-06-13  Sergio Villar Senin  <svillar@igalia.com>

        Unreviewed gardening. Removed some tests passing in all the GTK
        bots from the test expectations file.

        * platform/gtk/TestExpectations:

2012-06-12  Hans Wennborg  <hans@chromium.org>

        Speech JavaScript API: Add test for constructing SpeechRecognitionError events
        https://bugs.webkit.org/show_bug.cgi?id=88868

        Reviewed by Adam Barth.

        Add a layout test for constructing SpeechRecognitionError events.

        * fast/events/constructors/speech-recognition-error-constructor-expected.txt: Added.
        * fast/events/constructors/speech-recognition-error-constructor.html: Added.

2012-06-13  Ryosuke Niwa  <rniwa@webkit.org>

        Chromium rebaseline after r120173.

        * platform/chromium-linux/editing/pasteboard/4641033-expected.txt:
        * platform/chromium-linux/editing/selection/paragraph-granularity-expected.png:
        * platform/chromium-linux/editing/selection/triple-click-in-pre-expected.png:
        * platform/chromium-linux/editing/selection/word-granularity-expected.png:
        * platform/chromium-mac-leopard/editing/selection/paragraph-granularity-expected.png:
        * platform/chromium-mac-leopard/editing/selection/triple-click-in-pre-expected.png:
        * platform/chromium-mac-leopard/editing/selection/word-granularity-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/paragraph-granularity-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/triple-click-in-pre-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/word-granularity-expected.png:
        * platform/chromium-mac/editing/selection/paragraph-granularity-expected.png:
        * platform/chromium-mac/editing/selection/triple-click-in-pre-expected.png:
        * platform/chromium-mac/editing/selection/word-granularity-expected.png:
        * platform/chromium-win/editing/inserting/editable-html-element-expected.txt:
        * platform/chromium-win/editing/pasteboard/4641033-expected.png:
        * platform/chromium-win/editing/pasteboard/4641033-expected.txt:
        * platform/chromium-win/editing/selection/mixed-editability-1-expected.txt:
        * platform/chromium-win/editing/selection/paragraph-granularity-expected.png:
        * platform/chromium-win/editing/selection/paragraph-granularity-expected.txt:
        * platform/chromium-win/editing/selection/triple-click-in-pre-expected.png:
        * platform/chromium-win/editing/selection/triple-click-in-pre-expected.txt:
        * platform/chromium-win/editing/selection/word-granularity-expected.png:
        * platform/chromium-win/editing/selection/word-granularity-expected.txt:

2012-06-13  Ryosuke Niwa  <rniwa@webkit.org>

        Fix a wrong rebaseline in r120178.

        * editing/pasteboard/file-input-files-access-expected.txt:

2012-06-13  Ryosuke Niwa  <rniwa@webkit.org>

        Mac rebaseline after r120167 and r120173.

        Also revert an inadvertent change to file.invalidext.

        * editing/pasteboard/file-input-files-access-expected.txt:
        * editing/pasteboard/paste-sanitize-crash-2-expected.txt:
        * editing/pasteboard/resources/file.invalidext:
        * editing/selection/blockquote-crash-expected.txt:
        * editing/style/4230923-expected.txt:
        * platform/mac/editing/pasteboard/4641033-expected.txt:
        * platform/mac/editing/selection/mixed-editability-1-expected.txt:
        * platform/mac/editing/selection/paragraph-granularity-expected.txt:
        * platform/mac/editing/selection/triple-click-in-pre-expected.txt:
        * platform/mac/editing/selection/word-granularity-expected.txt:
        * platform/mac/http/tests/misc/location-replace-crossdomain-expected.txt:

2012-06-13  Taiju Tsuiki  <tzik@chromium.org>

        Implement InspectorFileSystemAgent::readDirectory for FileSystem support.
        https://bugs.webkit.org/show_bug.cgi?id=87724

        Reviewed by Vsevolod Vlasov.

        * http/tests/inspector/filesystem/filesystem-test.js: Added.
        * http/tests/inspector/filesystem/read-directory-expected.txt: Added.
        * http/tests/inspector/filesystem/read-directory.html: Added.
        * platform/mac/Skipped:
        * platform/qt/Skipped:
        * platform/win/Skipped:
        * platform/wincairo/Skipped:

2012-06-13  Ryosuke Niwa  <rniwa@webkit.org>

        Revert the removal of 2 editing tests in r120173.

        * editing/pasteboard/copy-paste-float.html: Copied from LayoutTests/editing/pasteboard/copy-paste-float.html.
        * platform/mac/editing/selection/word-thai.html: Copied from LayoutTests/platform/mac/editing/selection/word-thai.html.

2012-06-13  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r120172.
        http://trac.webkit.org/changeset/120172
        https://bugs.webkit.org/show_bug.cgi?id=88976

        The patch causes compilation failures on Gtk, Qt and Apple Win
        bots (Requested by zdobersek on #webkit).

        * fast/js/dfg-call-function-hit-watchpoint-expected.txt: Removed.
        * fast/js/dfg-call-function-hit-watchpoint.html: Removed.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/dfg-call-function-hit-watchpoint.js: Removed.

2012-06-13  Ryosuke Niwa  <rniwa@webkit.org>

        Commit the rest of changes for r120167.

        * http/tests/history/resources/back-during-onload-hung-page.php:
        * 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/object-image-load-outlives-gc-without-crashing.html:
        * http/tests/security/:

2012-06-13  Ryosuke Niwa  <rniwa@webkit.org>

        Editing tests should use testRunner instead of layoutTestController
        https://bugs.webkit.org/show_bug.cgi?id=88955

        Reviewed by Darin Adler.

        * editing/:
        * platform/blackberry/editing/text-iterator/findString-markers.html:
        * platform/chromium-linux/editing/selection/linux_selection_color.html:
        * platform/chromium-win/editing/selection/paragraph-granularity-expected.txt:
        * platform/chromium-win/editing/selection/triple-click-in-pre-expected.txt:
        * platform/chromium-win/editing/selection/word-granularity-expected.txt:
        * platform/chromium/editing/spelling/delete-misspelled-word.html:
        * platform/chromium/editing/spelling/move-cursor-to-misspelled-word.html:
        * platform/gtk/editing/pasteboard/middle-button-paste.html:
        * platform/gtk/editing/pasteboard/script-tests/middle-click-onpaste.js:
        * platform/gtk/editing/selection/caret-mode-document-begin-end.html:
        * platform/gtk/editing/selection/paragraph-granularity-expected.txt:
        * platform/gtk/editing/selection/triple-click-in-pre-expected.txt:
        * platform/gtk/editing/selection/word-granularity-expected.txt:
        * platform/mac/editing/:
        * platform/qt/editing/selection/paragraph-granularity-expected.txt:
        * platform/qt/editing/selection/triple-click-in-pre-expected.txt:
        * platform/qt/editing/selection/word-granularity-expected.txt:
        * platform/win/editing/deleting/delete-start-block-expected.txt:
        * platform/win/editing/pasteboard/pasting-crlf-isnt-translated-to-crcrlf-win.html:
        * platform/win/editing/selection/shift-page-up-down.html:

2012-06-12  Filip Pizlo  <fpizlo@apple.com>

        DFG should be able to set watchpoints on global variables
        https://bugs.webkit.org/show_bug.cgi?id=88692

        Rubber stamped by Geoffrey Garen.
        
        Added a test for watchpoints. Also updated the jsc-test-list to include the latest
        tests.

        * fast/js/dfg-call-function-hit-watchpoint-expected.txt: Added.
        * fast/js/dfg-call-function-hit-watchpoint.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/dfg-call-function-hit-watchpoint.js: Added.
        (foo):
        (bar):
        (.foo):

2012-06-13  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>

        [Qt] Unreviewed gardening.

        Skip svg/as-image/svg-nested.html which is timeout only on Qt-4.8.

        * platform/qt-4.8/Skipped: skip svg/as-image/svg-nested.html
        * platform/qt/TestExpectations: removed the slow marker from this test

2012-06-13  Hajime Morrita  <morrita@chromium.org>

        REGRESSION(r118098): <content> element does not render distributed children when cloned from another document
        https://bugs.webkit.org/show_bug.cgi?id=88148

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/elements-in-frameless-document-expected.txt: Added.
        * fast/dom/shadow/elements-in-frameless-document.html: Added.

2012-06-12  Ryosuke Niwa  <rniwa@webkit.org>

        HTTP tests should use testRunner instead of layoutTestController
        https://bugs.webkit.org/show_bug.cgi?id=88969

        Reviewed by Darin Adler.

        * http/tests/appcache/:
        * http/tests/cache/cancel-during-failure-crash.html:
        * http/tests/cache/cancel-during-revalidation-succeeded.html:
        * http/tests/cache/history-only-cached-subresource-loads-max-age-https.html:
        * http/tests/cache/history-only-cached-subresource-loads.html:
        * http/tests/cache/loaded-from-cache-after-reload-within-iframe.html:
        * http/tests/cache/loaded-from-cache-after-reload.html:
        * http/tests/cache/post-redirect-get.php:
        * http/tests/cache/post-with-cached-subresources.php:
        * http/tests/cache/resources/stopped-revalidation-result.html:
        * http/tests/cache/resources/subresource-test.js:
        (nextTest):
        * http/tests/cache/stopped-revalidation.html:
        * http/tests/cache/subresource-failover-to-network.html:
        * http/tests/cache/subresource-fragment-identifier.html:
        * http/tests/cache/subresource-multiple-instances.html:
        * http/tests/cache/xhr-body.html:
        * http/tests/cache/zero-length-xhr.html:
        * http/tests/canvas/philip/tests.js:
        (_addTest.endTest):
        (_addTest.window.onload):
        (_addTest):
        * http/tests/canvas/webgl/origin-clean-conformance.html:
        * http/tests/cookies/resources/cookies-test-pre.js:
        * http/tests/cookies/resources/resetCookies.js:
        (resetCookies):
        * http/tests/cookies/resources/setArraycookies-result.php:
        * http/tests/cookies/resources/setUtf8Cookies-result.php:
        * http/tests/cookies/resources/third-party-cookie-relaxing-iframe.html:
        * http/tests/cookies/third-party-cookie-relaxing.html:
        * http/tests/css/cross-fade-reload.html:
        * http/tests/css/css-imports-redirect-cycle.html:
        * http/tests/css/font-face-src-loading.html:
        * http/tests/css/resources/link-css-disabled-value-with-slow-loading-sheet-in-error.js:
        * http/tests/css/resources/link-css-disabled-value-with-slow-loading-sheet.js:
        * http/tests/css/resources/request-logging.js:
        (startTest):
        (endTest):
        * http/tests/download/basic-ascii.html:
        * http/tests/download/default-encoding.html:
        * http/tests/download/inherited-encoding-form-submission-result.html:
        * http/tests/download/inherited-encoding.html:
        * http/tests/download/literal-utf-8.html:
        * http/tests/eventsource/eventsource-bad-mime-type.html:
        * http/tests/eventsource/eventsource-content-type-charset.html:
        * http/tests/eventsource/eventsource-eof.html:
        * http/tests/eventsource/eventsource-parse-event-stream.html:
        * http/tests/eventsource/eventsource-reconnect-during-navigate-crash.html:
        * http/tests/eventsource/eventsource-reconnect.html:
        * http/tests/eventsource/eventsource-status-code-states.html:
        * http/tests/eventsource/existent-eventsource-status-error-iframe-crash.html:
        * http/tests/eventsource/non-existent-eventsource-status-error-iframe-crash.html:
        * http/tests/eventsource/resources/wait-then-notify-done.php:
        * http/tests/eventsource/workers/eventsource-simple.html:
        * http/tests/fileapi/create-blob-url-from-data-url.html:
        * http/tests/filesystem/no-cache-filesystem-url.html:
        * http/tests/globalhistory/history-delegate-basic-302-redirect.html:
        * http/tests/globalhistory/history-delegate-basic-refresh-redirect.html:
        * http/tests/globalhistory/history-delegate-basic-title.html:
        * http/tests/globalhistory/history-delegate-basic-visited-links.html:
        * http/tests/history/:
        * http/tests/incremental/frame-focus-before-load.html:
        * http/tests/incremental/partial-jpeg.html:
        * http/tests/incremental/pause-in-script-element.pl:
        * http/tests/incremental/slow-utf8-css.html:
        * http/tests/incremental/slow-utf8-html.pl:
        * http/tests/incremental/split-hex-entities.pl:
        * http/tests/inspector-enabled/console-clear-arguments-on-frame-navigation.html:
        * http/tests/inspector-enabled/console-clear-arguments-on-frame-remove.html:
        * http/tests/inspector-enabled/console-log-before-frame-navigation.html:
        * http/tests/inspector-enabled/contentSecurityPolicy-blocks-setInterval.html:
        * http/tests/inspector-enabled/contentSecurityPolicy-blocks-setTimeout.html:
        * http/tests/inspector-enabled/database-open.html:
        * http/tests/inspector-enabled/dedicated-workers-list.html:
        * http/tests/inspector-enabled/document-write.html:
        * http/tests/inspector-enabled/dom-storage-open.html:
        * http/tests/inspector-enabled/injected-script-discard.html:
        * http/tests/inspector-enabled/resources/console-clear-arguments-iframe.html:
        * http/tests/inspector/console-resource-errors.html:
        * http/tests/inspector/console-websocket-error.html:
        * http/tests/inspector/indexeddb/resources/without-indexed-db.html:
        * http/tests/inspector/inspector-test.js:
        * http/tests/inspector/network/ping.html:
        * http/tests/inspector/resource-tree/resources/script-initial.js:
        (foo):
        * http/tests/inspector/resource-tree/resources/script-navigated.js:
        (foo):
        * http/tests/inspector/web-socket-frame-error.html:
        * http/tests/inspector/web-socket-frame.html:
        * http/tests/loading/:
        * http/tests/local/absolute-url-strip-whitespace.html:
        * http/tests/local/blob/script-tests/send-hybrid-blob.js:
        (runTests):
        * http/tests/local/drag-over-remote-content.html:
        * http/tests/local/fail.css:
        (#pass):
        * http/tests/local/formdata/send-form-data-constructed-from-form.html:
        * http/tests/local/link-stylesheet-load-order-preload.html:
        * http/tests/local/link-stylesheet-load-order.html:
        * http/tests/local/link-stylesheet-preferred.html:
        * http/tests/local/style-access-before-stylesheet-loaded.html:
        * http/tests/local/stylesheet-and-script-load-order-http.html:
        * http/tests/local/stylesheet-and-script-load-order-media-print.html:
        * http/tests/local/stylesheet-and-script-load-order.html:
        * http/tests/media/reload-after-dialog.html:
        * http/tests/media/resources/test.txt:
        * http/tests/media/video-buffered-range-contains-currentTime.html:
        * http/tests/media/video-cancel-load.html:
        * http/tests/media/video-cookie.html:
        * http/tests/media/video-error-abort.html:
        * http/tests/messaging/cross-domain-message-event-dispatch.html:
        * http/tests/messaging/cross-domain-message-send.html:
        * http/tests/mime/quoted-charset.php:
        * http/tests/mime/resources/uppercase-mime-type.php:
        * http/tests/mime/standard-mode-does-not-load-stylesheet-with-text-plain-and-css-extension.html:
        * http/tests/mime/standard-mode-does-not-load-stylesheet-with-text-plain.html:
        * http/tests/mime/standard-mode-loads-stylesheet-with-charset-and-css-extension.html:
        * http/tests/mime/standard-mode-loads-stylesheet-with-charset.html:
        * http/tests/mime/standard-mode-loads-stylesheet-with-empty-content-type.html:
        * http/tests/mime/standard-mode-loads-stylesheet-with-text-css-and-invalid-type.html:
        * http/tests/mime/uppercase-mime-type.html:
        * http/tests/misc/:
        * http/tests/websocket/tests/:
        * http/tests/workers/resources/worker-redirect.js:
        (runNextTest):
        * http/tests/workers/resources/worker-util.js:
        (waitUntilThreadCountMatches.return):
        (waitUntilThreadCountMatches):
        (done):
        * http/tests/workers/shared-worker-importScripts.html:
        * http/tests/workers/shared-worker-invalid-url.html:
        * http/tests/workers/terminate-during-sync-operation.html:
        * http/tests/workers/text-encoding.html:
        * http/tests/workers/worker-document-domain-security.html:
        * http/tests/workers/worker-importScripts.html:
        * http/tests/workers/worker-importScriptsOnError.html:
        * http/tests/workers/worker-invalid-url.html:
        * http/tests/workers/worker-workerScriptNotThere.html:
        * http/tests/xmlhttprequest/:
        * http/tests/xmlviewer/dumpAsText/frames.html:
        * http/tests/xmlviewer/dumpAsText/xhtml-tag.xml:
        * http/tests/xmlviewer/extensions-api.html:
        * platform/chromium-win/http/tests/websocket/tests/hixie76/bad-sub-protocol-control-chars-expected.txt:
        * platform/chromium/http/tests/misc/execute-and-return-value.html:
        * platform/chromium/http/tests/misc/selectionAsMarkup.html:
        * platform/chromium/http/tests/permissionclient/image-permissions.html:
        * platform/chromium/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt:
        * platform/chromium/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt:
        * platform/chromium/http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt:
        * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe-expected.txt:
        * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open-expected.txt:
        * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level-expected.txt:
        * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-expected.txt:
        * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame-expected.txt:
        * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-to-data-url-expected.txt:
        * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-javascript-url-window-open-expected.txt:
        * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url-expected.txt:
        * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-expected.txt:
        * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-location-change-expected.txt:
        * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open-expected.txt:
        * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-2-level-expected.txt:
        * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-window-open-expected.txt:
        * platform/chromium/http/tests/security/mixedContent/insecure-iframe-in-main-frame-allowed.html:
        * platform/chromium/http/tests/security/mixedContent/insecure-iframe-in-main-frame-blocked.html:
        * platform/chromium/http/tests/security/mixedContent/insecure-image-in-main-frame-allowed.html:
        * platform/chromium/http/tests/security/mixedContent/insecure-image-in-main-frame-blocked.html:
        * platform/chromium/http/tests/security/mixedContent/insecure-script-in-main-frame-allowed.html:
        * platform/chromium/http/tests/security/mixedContent/insecure-script-in-main-frame-blocked.html:
        * platform/chromium/http/tests/security/window-named-proto-expected.txt:
        * platform/qt/http/tests/cookies/strict-third-party-cookie-blocking.html:
        * platform/qt/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt:
        * platform/qt/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt:
        * platform/qt/http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt:

2012-06-11  Kinuko Yasuda  <kinuko@chromium.org>

        Unprefix Blob.webkitSlice
        https://bugs.webkit.org/show_bug.cgi?id=78111

        Reviewed by Adam Barth.

        Converted existing tests that are calling Blob.webkitSlice() to call slice().

        * fast/files/blob-slice-overflow.html:
        * fast/files/blob-slice-test.html:
        * fast/files/resources/read-blob-test-cases.js:
        (testReadingSlicedFileBlob):
        (testReadingSlicedTextBlob):
        (testReadingSlicedArrayBufferBlob):
        (testReadingSlicedHybridBlob):
        (testReadingTripleSlicedHybridBlob):
        * fast/filesystem/resources/file-writer-utils.js:
        (verifyByteRangeIsZeroesHelper):
        * http/tests/local/blob/script-tests/send-hybrid-blob.js:
        (runHybridBlobTest):
        * http/tests/local/blob/script-tests/send-sliced-data-blob.js:
        (runSliceTest):
        * http/tests/local/fileapi/script-tests/send-sliced-dragged-file.js:
        (onStableFileDrop):
        (onUnstableFileDrop):
        * http/tests/local/formdata/resources/send-form-data-common.js:
        (testSendingFormData):
        * inspector/profiler/heap-snapshot-loader.html:

2012-06-12  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed morning gardening, skip new failing tests.

        * platform/qt/Skipped:

2012-06-12  Edaena Salinas Jasso  <edaena@apple.com>

        Can't set el.type on a <button> element
        https://bugs.webkit.org/show_bug.cgi?id=14439

        Reviewed by Darin Adler.

        * fast/dom/HTMLButtonElement/change-type-expected.txt: Added.
        * fast/dom/HTMLButtonElement/change-type.html: Added.

2012-06-12  Dominic Cooney  <dominicc@chromium.org>

        [Chromium] Unreviewed: Update expectations for http/tests/media/media-source/webm/video-media-source-seek.html

        This test has racy events (seeked and webkitsourceended) so is
        flaky on Linux Dbg. Updated bug 85952 that is tracking flakiness
        in these tests.

        * platform/chromium/TestExpectations:

2012-06-12  Kenichi Ishibashi  <bashi@chromium.org>

        [Chromium] Implement font shaping with font-feature-settings on Mac
        https://bugs.webkit.org/show_bug.cgi?id=69826

        Reviewed by Tony Chang.

        * platform/chromium/TestExpectations: Updated expectation of css3/font-feature-settings-rendering.html. The result need to be rebaselined.

2012-06-12  Dominic Cooney  <dominicc@chromium.org>

        [Chromium] Unreviewed: Update expectations

        fast/forms/datetimelocal/input-valueasdate-datetimelocal.html is
        passing, so I expanded fast/forms/datetimelocal to TEXT failures
        for all other tests. See bug 29359.

        Likewise for
        fast/forms/color/input-value-sanitization-color.html. See bug
        88951.

        fast/js/integer-division-neg2tothe32-by-neg1.html is passing on
        Chromium WebKit waterfall, so updating CRASH to PASS CRASH. See
        bug 81732.

        * platform/chromium/TestExpectations:

2012-06-12  Dominic Cooney  <dominicc@chromium.org>

        [Chromium] Unreviewed: Update expectations for video-media-source-add-and-remove-ids.html
        https://bugs.webkit.org/show_bug.cgi?id=88949

        * platform/chromium/TestExpectations:

2012-06-12  MORITA Hajime  <morrita@google.com>

        Shadow Pseudo ID should be able to nest to point nested shadow DOM.
        https://bugs.webkit.org/show_bug.cgi?id=62218

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/shadow-nested-pseudo-id-expected.txt: Added.
        * fast/dom/shadow/shadow-nested-pseudo-id.html: Added.

2012-06-12  Ojan Vafai  <ojan@chromium.org>

        Chromium rebaselines after r120135. The new results are clearly more correct.
        * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-expected.png:
        * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
        * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:

2012-06-12  Christophe Dumez  <christophe.dumez@intel.com>

        [soup] Prevent setting or editing httpOnly cookies from JavaScript
        https://bugs.webkit.org/show_bug.cgi?id=88760

        Reviewed by Gustavo Noronha Silva.

        Unskip http/tests/cookies/js-get-and-set-http-only-cookie.html for
        both GTK and EFL ports now that that we don't allow overwriting
        httpOnly cookies from JavaScript anymore.

        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:

2012-06-12  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Enable SHADOW_DOM flag
        https://bugs.webkit.org/show_bug.cgi?id=87732

        Reviewed by Kentaro Hara.

        Unskip most of the test cases associated to Shadow DOM now that the
        feature is enabled by default for EFL's DRT.

        * platform/efl/Skipped:
        * platform/efl/TestExpectations:
        * platform/efl/fast/dom/shadow/form-in-shadow-expected.txt: Added.
        * platform/efl/fast/dom/shadow/tab-order-iframe-and-shadow-expected.txt: Added.

2012-06-12  Ojan Vafai  <ojan@chromium.org>

        Add some expecations to green the chromium tree while the bugs are resolved.
        * platform/chromium/TestExpectations:

2012-06-12  Brady Eidson  <beidson@apple.com>

        https://bugs.webkit.org/show_bug.cgi?id=88928
        [WK2] New http/tests/loading/* tests fail

        There's some latent timing issue with WK2 tests that prevents us from getting the last load delegate callback
        before finishing the test.

        Fortunately for the sake of these tests the load delegate dumps are entirely irrelevant.
        Moving them from http/tests/loading to http/tests/misc and getting new, cleaner results fixes this.

        Rubberstamped by Darin Adler.

        * http/tests/misc/embed-image-load-outlives-gc-without-crashing-expected.txt: Renamed from LayoutTests/http/tests/loading/embed-image-load-outlives-gc-without-crashing-expected.txt.
        * http/tests/misc/embed-image-load-outlives-gc-without-crashing.html: Renamed from LayoutTests/http/tests/loading/embed-image-load-outlives-gc-without-crashing.html.
        * http/tests/misc/image-input-type-outlives-gc-without-crashing-expected.txt: Renamed from LayoutTests/http/tests/loading/image-input-type-outlives-gc-without-crashing-expected.txt.
        * http/tests/misc/image-input-type-outlives-gc-without-crashing.html: Renamed from LayoutTests/http/tests/loading/image-input-type-outlives-gc-without-crashing.html.
        * http/tests/misc/image-load-outlives-gc-without-crashing-expected.txt: Renamed from LayoutTests/http/tests/loading/image-load-outlives-gc-without-crashing-expected.txt.
        * http/tests/misc/image-load-outlives-gc-without-crashing.html: Renamed from LayoutTests/http/tests/loading/image-load-outlives-gc-without-crashing.html.
        * http/tests/misc/object-image-load-outlives-gc-without-crashing-expected.txt: Renamed from LayoutTests/http/tests/loading/object-image-load-outlives-gc-without-crashing-expected.txt.
        * http/tests/misc/object-image-load-outlives-gc-without-crashing.html: Renamed from LayoutTests/http/tests/loading/object-image-load-outlives-gc-without-crashing.html.
        * http/tests/misc/resources/slowimage.php: Renamed from LayoutTests/http/tests/loading/resources/slowimage.php.
        * http/tests/misc/svg-image-load-outlives-gc-without-crashing-expected.txt: Renamed from LayoutTests/http/tests/loading/svg-image-load-outlives-gc-without-crashing-expected.txt.
        * http/tests/misc/svg-image-load-outlives-gc-without-crashing.html: Renamed from LayoutTests/http/tests/loading/svg-image-load-outlives-gc-without-crashing.html.
        * http/tests/misc/video-poster-image-load-outlives-gc-without-crashing-expected.txt: Renamed from LayoutTests/http/tests/loading/video-poster-image-load-outlives-gc-without-crashing-expected.txt.
        * http/tests/misc/video-poster-image-load-outlives-gc-without-crashing.html: Renamed from LayoutTests/http/tests/loading/video-poster-image-load-outlives-gc-without-crashing.html.

2012-06-12  Filip Pizlo  <fpizlo@apple.com>

        DFG should not ASSERT if you have a double use of a variable that is not revealed to be a double
        until after CFG simplification
        https://bugs.webkit.org/show_bug.cgi?id=88927
        <rdar://problem/11513971>

        Reviewed by Geoffrey Garen.

        * fast/js/dfg-double-use-of-post-simplification-double-prediction-expected.txt: Added.
        * fast/js/dfg-double-use-of-post-simplification-double-prediction.html: Added.
        * fast/js/script-tests/dfg-double-use-of-post-simplification-double-prediction.js: Added.
        (foo):

2012-06-12  Tony Chang  <tony@chromium.org>

        Replaced items in a flexbox should be coerced to display:block
        https://bugs.webkit.org/show_bug.cgi?id=87068

        Reviewed by Ojan Vafai.

        * css3/flexbox/flexitem-expected.txt: Added.
        * css3/flexbox/flexitem.html: Added.
        * css3/flexbox/resources/flexbox.js:
        (checkExpectedValues):

2012-06-12  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: ObjectStore/Index shouldn't hold reference to backing store
        https://bugs.webkit.org/show_bug.cgi?id=83074

        Reviewed by Tony Chang.

        The storage/indexeddb/persistence.html test verifies http://webkit.org/b/88788 which
        was revealed by this patch set. The storage/indexeddb/database-close.html test verifies
        the precise database connection closing semantics defined in the IDB spec.

        * storage/indexeddb/database-close-expected.txt: Added.
        * storage/indexeddb/database-close.html: Added.
        * storage/indexeddb/persistence-expected.txt: Added.
        * storage/indexeddb/persistence.html: Added.
        * storage/indexeddb/resources/database-close.js: Added.
        (test):
        (openConnection.request.onsuccess.request.onsuccess):
        (openConnection.request.onsuccess):
        (openConnection):
        (openVersionChangeConnection.request2.onsuccess):
        (openVersionChangeConnection):
        (testClose.transactionCompleted):
        (testClose.request.onsuccess):
        (testClose):
        * storage/indexeddb/resources/persistence.js: Added.
        (test):
        (openAndChangeVersion.request.onsuccess.request.onsuccess.trans.oncomplete):
        (openAndChangeVersion.request.onsuccess.request.onsuccess):
        (openAndChangeVersion.request.onsuccess):

2012-06-12  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviwed nightly gardening.

        * platform/qt/Skipped:

2012-06-12  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviwed nightly gardening.

        * platform/qt/Skipped: Remove rolled out tests.
        * platform/qt/fast/multicol/span/clone-flexbox-expected.txt: Updated after r120100.

2012-06-12  Filip Pizlo  <fpizlo@apple.com>

        REGRESSION (r119779): Javascript TypeError: 'undefined' is not an object
        https://bugs.webkit.org/show_bug.cgi?id=88783
        <rdar://problem/11640299>

        Reviewed by Geoffrey Garen.

        * fast/js/dfg-proto-access-inline-osr-exit-expected.txt: Added.
        * fast/js/dfg-proto-access-inline-osr-exit.html: Added.
        * fast/js/script-tests/dfg-proto-access-inline-osr-exit.js: Added.
        (foo):
        (Thingy):

2012-06-12  Igor Oliveira  <igor.o@sisa.samsung.com>

        Apply animations and transitions for first-letter element
        https://bugs.webkit.org/show_bug.cgi?id=85253

        Reviewed by Simon Fraser.

        * animations/first-letter-animation-expected.txt: Added.
        * animations/first-letter-animation.html: Added.
        * animations/first-letter-play-state-expected.txt: Added.
        * animations/first-letter-play-state.html: Added.
        * transitions/first-letter-color-transition-expected.txt: Added.
        * transitions/first-letter-color-transition.html: Added.
        * transitions/first-letter-transition-expected.txt: Added.
        * transitions/first-letter-transition.html: Added.

2012-06-12  Kent Tamura  <tkent@chromium.org>

        Checking a radio button doesn't uncheck other buttons in the same group in some cases.
        https://bugs.webkit.org/show_bug.cgi?id=88835

        Reviewed by Ryosuke Niwa.

        * fast/forms/radio/radio-group-expected.txt:
        * fast/forms/radio/radio-group.html: Add test cases.

2012-06-12  Alec Flett  <alecflett@chromium.org>

        IndexedDB: Error codes, phase two
        https://bugs.webkit.org/show_bug.cgi?id=88690

        Reviewed by Tony Chang.

        * storage/indexeddb/cursor-advance-expected.txt:
        * storage/indexeddb/index-unique-expected.txt:
        * storage/indexeddb/mozilla/index-prev-no-duplicate-expected.txt:
        * storage/indexeddb/mozilla/index-prev-no-duplicate.html:
        * storage/indexeddb/objectstore-basics-expected.txt:
        * storage/indexeddb/objectstore-basics-workers-expected.txt:
        * storage/indexeddb/resources/cursor-advance.js:
        (openSuccess):
        (createObjectStore.trans.oncomplete):
        (createObjectStore):
        (populateObjectStore):
        * storage/indexeddb/resources/index-unique.js:
        (addMoreDataFailed):
        * storage/indexeddb/resources/objectstore-basics.js:
        (addAgainFailure):

2012-06-12  Ryosuke Niwa  <rniwa@webkit.org>

        Use testRunner in accessibility tests instead of layoutTestController
        https://bugs.webkit.org/show_bug.cgi?id=88755

        Reviewed by Tony Chang.

        Replaced all instances of layoutTestController in accessibility tests by testRunner.

        * accessibility/:
        * platform/chromium/accessibility/:
        * platform/gtk/accessibility/:
        * platform/mac/accessibility/:
        * platform/win/accessibility/:

2012-06-12  Shrey Banga  <banga@chromium.org>

        HTML parser should yield more to improve perceived page load time
        https://bugs.webkit.org/show_bug.cgi?id=86165

        Added test for parser yield times after seeing a script

        Reviewed by Tony Gentilcore.

        * fast/parser/parser-yield-timing-expected.txt: Added.
        * fast/parser/parser-yield-timing.html: Added.
        * http/tests/loading/gmail-assert-on-load-expected.txt: The test was added
        for an assert that failed on debug builds when an iframe removed itself 
        from its parent window after blocking for 1 second. In previous builds,
        the destroyIt() function was called without yielding to the event loop,
        which lead to didFailLoadWithError being called. The fix for bug 86165
        ensures that we yield after executing the script, which leads to 
        didHandleOnloadEventsForFrame being called instead. This is the cause
        of the change in output of the test. The test still successfully removes
        the iframe and since no asserts fail in the debug build, we should consider
        it as passing.


2012-06-12  Pablo Flouret  <pablof@motorola.com>

        LayoutTests/http/tests/xmlhttprequest/origin-exact-matching.html is giving trouble due to too many redirects
        https://bugs.webkit.org/show_bug.cgi?id=88896

        Reviewed by Darin Adler.

        The test was giving out "too many redirect" errors on GTK and EFL due to
        using redirect-cors.php without an actual url to redirect.

        Redirects are not actually tested in that test, a script that set the
        Access-Control-Allow-Origin header to an arbitrary origin was needed and
        redirect-cors.php was the only existing one that had the capability. The
        infinite redirect thing was an unintended consequence.
        Use resources/access-control-allow-lists.php to set the header instead.

        * http/tests/xmlhttprequest/origin-exact-matching-expected.txt:
        * http/tests/xmlhttprequest/resources/origin-exact-matching-iframe.html:

2012-06-12  Ojan Vafai  <ojan@chromium.org>

        Update more expectations to match the state of the bots.
        * platform/chromium/TestExpectations:

2012-06-12  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening after r120099, fix two incorrect text expectations.

        * platform/gtk/TestExpectations:

2012-06-06  Ojan Vafai  <ojan@chromium.org>

        Change default for flex-grow back to 0
        https://bugs.webkit.org/show_bug.cgi?id=88443

        Reviewed by Tony Chang.

        * css3/flexbox/flex-algorithm.html:
        * css3/flexbox/flex-order.html:
        * css3/flexbox/flex-property-parsing-expected.txt:
        * css3/flexbox/flex-property-parsing.html:

2012-06-12  Zan Dobersek  <zandobersek@gmail.com>

        [Gtk] TestExpectations should remove use of FAIL expectations
        https://bugs.webkit.org/show_bug.cgi?id=88894

        Reviewed by Martin Robinson.

        Remove FAIL expectation from Gtk's TestExpectations file, replacing it
        with TEXT or IMAGE in case of reftests. That should suffice for now as the
        buildbots don't run pixel tests at the moment.

        * platform/gtk/TestExpectations:

2012-06-12  Anna Cavender  <annacc@chromium.org>

        Separate RemoveID test cases.
        https://bugs.webkit.org/show_bug.cgi?id=88798

        Reviewed by Eric Carlson.

        * http/tests/media/media-source/video-media-source-add-and-remove-ids-expected.txt:
        * http/tests/media/media-source/video-media-source-add-and-remove-ids.html:

2012-06-12  Brady Eidson  <beidson@apple.com>

        <rdar://problem/11593686> and https://bugs.webkit.org/show_bug.cgi?id=88683
        Garbage collection of an <img> element can cause reentrant event dispatch.

        Reviewed by Darin Adler.

        New tests for all users of ImageLoader:
        * http/tests/loading/embed-image-load-outlives-gc-without-crashing-expected.txt: Added.
        * http/tests/loading/embed-image-load-outlives-gc-without-crashing.html: Added.
        * http/tests/loading/image-input-type-outlives-gc-without-crashing-expected.txt: Added.
        * http/tests/loading/image-input-type-outlives-gc-without-crashing.html: Added.
        * http/tests/loading/image-load-outlives-gc-without-crashing-expected.txt: Added.
        * http/tests/loading/image-load-outlives-gc-without-crashing.html: Added.
        * http/tests/loading/object-image-load-outlives-gc-without-crashing-expected.txt: Added.
        * http/tests/loading/object-image-load-outlives-gc-without-crashing.html: Added.
        * http/tests/loading/resources/slowimage.php: Added.
        * http/tests/loading/svg-image-load-outlives-gc-without-crashing-expected.txt: Added.
        * http/tests/loading/svg-image-load-outlives-gc-without-crashing.html: Added.
        * http/tests/loading/video-poster-image-load-outlives-gc-without-crashing-expected.txt: Added.
        * http/tests/loading/video-poster-image-load-outlives-gc-without-crashing.html: Added.

        Shared sub resource for all of those tests:
        * http/tests/loading/resources/slowimage.php: Added.

2012-06-12  Ojan Vafai  <ojan@chromium.org>

        Update some tests to better match actual results on the bots.

        * platform/chromium/TestExpectations:

2012-06-12  Mike West  <mkwst@chromium.org>

        Make document.documentURI readonly from JavaScript
        https://bugs.webkit.org/show_bug.cgi?id=65187

        Reviewed by Alexey Proskuryakov.

        * dom/xhtml/level3/core/documentsetdocumenturi01-expected.txt: Removed.
        * dom/xhtml/level3/core/documentsetdocumenturi01.xhtml-disabled: Renamed from LayoutTests/dom/xhtml/level3/core/documentsetdocumenturi01.xhtml.
        * dom/xhtml/level3/core/documentsetdocumenturi02-expected.txt: Removed.
        * dom/xhtml/level3/core/documentsetdocumenturi02.xhtml-disabled: Renamed from LayoutTests/dom/xhtml/level3/core/documentsetdocumenturi02.xhtml.
            Disabling these two tests, because they write out documentURI which is a `file:` URL dependent on a local path.
        * dom/xhtml/level3/core/documentsetdocumenturi03-expected.txt:
        * dom/xhtml/level3/core/nodegetbaseuri02-expected.txt:
            Updating these two tests to match the new, read-only behavior.
        * fast/dom/documenturi-affects-relative-paths-expected.txt: Removed.
        * fast/dom/documenturi-affects-relative-paths.html: Removed.
        * fast/dom/documenturi-assigned-junk-implies-baseuri-null-expected.txt: Removed.
        * fast/dom/documenturi-assigned-junk-implies-baseuri-null.html: Removed.
        * fast/dom/documenturi-assigned-junk-implies-relative-urls-do-not-resolve-expected.txt: Removed.
        * fast/dom/documenturi-assigned-junk-implies-relative-urls-do-not-resolve.html: Removed.
        * fast/dom/documenturi-can-hold-arbitrary-string-expected.txt: Removed.
        * fast/dom/documenturi-can-hold-arbitrary-string.html: Removed.
            Removing now-irrelevant tests.
        * fast/dom/documenturi-readonly-expected.txt: Added.
        * fast/dom/documenturi-readonly.html: Added.
            Adding a test to verify that document.documentURI is read-only.
        * http/tests/security/xss-DENIED-document-baseURI-javascript-expected.txt: Removed.
        * http/tests/security/xss-DENIED-document-baseURI-javascript-with-spaces-expected.txt: Removed.
        * http/tests/security/xss-DENIED-document-baseURI-javascript-with-spaces.html: Removed.
        * http/tests/security/xss-DENIED-document-baseURI-javascript.html: Removed.
        * platform/chromium/dom/xhtml/level3/core/nodegetbaseuri02-expected.txt: Added
            Platform-specific result for Chromium, which doesn't set the `line` property on exceptions.
        * storage/domstorage/events/documentURI-expected.txt: Removed.
        * storage/domstorage/events/documentURI.html: Removed.
        * storage/domstorage/events/script-tests/documentURI.js: Removed.
            Removing now-irrelevant tests.

2012-06-12  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] enable LEGACY_WEBKIT_BLOB_BUILDER flag
        https://bugs.webkit.org/show_bug.cgi?id=88715

        Reviewed by Noam Rosenthal.

        Unskip fast/files/blob-builder-crash.html now that
        LEGACY_WEBKIT_BLOB_BUILDER flag is enabled by default
        on EFL port.

        * platform/efl/Skipped:

2012-06-12  Christophe Dumez  <christophe.dumez@intel.com>

        [GStreamer] http/tests/media/video-buffered-range-contains-currentTime.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=87575

        Reviewed by Philippe Normand.

        Unskip http/tests/media/video-buffered-range-contains-currentTime.html for both
        GTK and EFL ports now that MediaPlayerPrivateGStreamer correctly reports EOS and
        now that the "ended" event is properly fired.

        * platform/efl/TestExpectations:
        * platform/efl/http/tests/media/video-buffered-range-contains-currentTime-expected.png: Added.
        * platform/gtk/TestExpectations:
        * platform/gtk/http/tests/media/video-buffered-range-contains-currentTime-expected.png: Added.

2012-06-12  Mario Sanchez Prada  <msanchez@igalia.com>

        [Gtk] Many tests revealed as passing after moving from Skipped to test_expectations.txt
        https://bugs.webkit.org/show_bug.cgi?id=85591

        Reviewed by Martin Robinson.

        Remove FAIL text expectations for sputnik tests that have been
        consistently passing on all the Gtk builders.

        * platform/gtk/TestExpectations:

2012-06-12  Silvia Pfeiffer  <silviapf@chromium.org>

        Change the volume slider to horizontal rendering for Chrome video controls.
        https://bugs.webkit.org/show_bug.cgi?id=87835

        Reviewed by Eric Carlson.

        The Chrome video controls are receiving a visual update. The volume slider is included into
        the controls with horizontal rendering, the volume slider container is removed. The visual
        update itself is in a separate patch.

        * platform/chromium/TestExpectations:
        Temporarily skip tests related to volume controls rendering for Chromium.

2012-06-12  Andrei Bucur  <abucur@adobe.com>

        [CSSRegions]NamedFlow::overset should return true when there's no region chain attached
        https://bugs.webkit.org/show_bug.cgi?id=88515

        The CSS Regions specifies that the "overset" attribute needs to return true if the content overflows, there's no region attached to the flow
        or if the NamedFlow is in the NULL state:
        http://www.w3.org/TR/css3-regions/#dom-named-flow-overset

        The overset test was updated to cover the attribute value in case of a flow in the NULL state.

        Reviewed by Andreas Kling.

        * fast/regions/webkit-named-flow-overset-expected.txt:
        * fast/regions/webkit-named-flow-overset.html:

2012-06-12  Mario Sanchez Prada  <msanchez@igalia.com>

        Unreviewed gardening. Skip test failing randomly in GTK bots after r120040.

        * platform/gtk/TestExpectations:

2012-06-12  Takashi Sakamoto  <tasak@google.com>

        [Shadow DOM] <style> inside Shadow subtree should be scoped inside the subtree.
        https://bugs.webkit.org/show_bug.cgi?id=87805

        Reviewed by Dimitri Glazkov.

        * fast/css/style-scoped/registering-shadowroot-expected.txt:
        * fast/css/style-scoped/registering-shadowroot.html:
        * fast/css/style-scoped/style-scoped-change-scoped-in-shadow-expected.txt: Added.
        * fast/css/style-scoped/style-scoped-change-scoped-in-shadow.html: Added.

2012-06-12  Mario Sanchez Prada  <msanchez@igalia.com>

        Unreviewed. Add reference to bug 88859 for test skipped in r120055.

        * platform/efl/Skipped:
        * platform/gtk/TestExpectations:
        * platform/mac/Skipped:
        * platform/qt/Skipped:
        * platform/win/Skipped:
        * platform/wincairo/Skipped:

2012-06-12  Dominic Cooney  <dominicc@chromium.org>

        [Chromium] Unreviewed: Add expectations for speech-recognition-event-constructor

        This looks like it was failing as it was added in r120053. Filed
        bug 88856.

        * platform/chromium/TestExpectations:

2012-06-12  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r120051.
        http://trac.webkit.org/changeset/120051
        https://bugs.webkit.org/show_bug.cgi?id=88852

        some tests are crashing (Requested by morrita on #webkit).

        * fast/dom/shadow/elements-in-frameless-document-expected.txt: Removed.
        * fast/dom/shadow/elements-in-frameless-document.html: Removed.

2012-06-12  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Diverging test results on 32/64 bit architectures
        https://bugs.webkit.org/show_bug.cgi?id=82601

        Unreviewed gardening, update expected files.

        * platform/qt/Skipped: Unskip svg/transforms/transform-origin-css-property.xhtml, because it passes now.
        * platform/qt/fast/repaint/moving-shadow-on-container-expected.png:
        * platform/qt/fast/repaint/moving-shadow-on-path-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-03-f-expected.png:
        * platform/qt/svg/custom/use-on-symbol-inside-pattern-expected.png:
        * platform/qt/svg/custom/use-on-symbol-inside-pattern-expected.txt:
        * platform/qt/svg/transforms/transform-origin-css-property-expected.png: Removed, because it is a reftest.
        * platform/qt/svg/transforms/transform-origin-css-property-expected.txt: Removed, because it is a reftest.

2012-06-12  Kinuko Yasuda  <kinuko@chromium.org>

        Unreviewed; skipping the new XHR blob test on the platforms where XHR_RESPONSE_BLOB is not enabled.
        http/tests/xmlhttprequest/response-blob-size.html

        * platform/efl/Skipped:
        * platform/gtk/TestExpectations:
        * platform/mac/Skipped:
        * platform/qt/Skipped:
        * platform/win/Skipped:
        * platform/wincairo/Skipped:

2012-06-11  Kaustubh Atrawalkar  <kaustubh@motorola.com>

        [DRT] LTC:: counterValueForElementById() could be moved to Internals.
        https://bugs.webkit.org/show_bug.cgi?id=84406

        Reviewed by Hajime Morita.

        Move the counterValueForElementById from LayoutTestCotroller to Internals and
        remove the old platform specific implementations as it exclusively tests WebCore functionality.

        * fast/css/counters/2displays-expected.txt:
        * fast/css/counters/2displays.html:
        * fast/css/counters/adding-nodes.html:
        * fast/css/counters/after-continuation-expected.txt:
        * fast/css/counters/after-continuation.html:
        * fast/css/counters/content-021-expected.txt:
        * fast/css/counters/content-021.html:
        * fast/css/counters/counter-before-content-not-incremented.html:
        * fast/css/counters/counter-increment-000-expected.txt:
        * fast/css/counters/counter-increment-000.html:
        * fast/css/counters/counter-increment-001-expected.txt:
        * fast/css/counters/counter-increment-001.html:
        * fast/css/counters/counter-increment-002.html:
        * fast/css/counters/counter-increment-inherit-expected.txt:
        * fast/css/counters/counter-increment-inherit.htm:
        * fast/css/counters/counter-increment-overflow.html:
        * fast/css/counters/counter-increment-tests-expected.txt:
        * fast/css/counters/counter-increment-tests.htm:
        * fast/css/counters/counter-reset-000.html:
        * fast/css/counters/counter-reset-001.html:
        * fast/css/counters/counter-reset-002.html:
        * fast/css/counters/counterValueForElementById-expected.txt:
        * fast/css/counters/counterValueForElementById.html:
        * fast/css/counters/deep-before-expected.txt:
        * fast/css/counters/deep-before.html:
        * fast/css/counters/invalidate-cached-counter-node.html:
        * fast/css/counters/nesting.html:

2012-06-11  Hans Wennborg  <hans@chromium.org>

        Speech JavaScript API: Make SpeechRecognitionError an Event
        https://bugs.webkit.org/show_bug.cgi?id=88784

        Reviewed by Adam Barth.

        Add a layout test that fires a SpeechRecognitionError.

        * fast/speech/scripted/speechrecognition-errors-expected.txt: Added.
        * fast/speech/scripted/speechrecognition-errors.html: Added.

2012-06-12  Mario Sanchez Prada  <msanchez@igalia.com>

        Unreviewed gardening. Skip test failing on GTK bots after r119947.

        * platform/gtk/TestExpectations: Skip test.

2012-06-12  Hajime Morrita  <morrita@chromium.org>

        REGRESSION(r118098): <content> element does not render distributed children when cloned from another document
        https://bugs.webkit.org/show_bug.cgi?id=88148

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/elements-in-frameless-document-expected.txt: Added.
        * fast/dom/shadow/elements-in-frameless-document.html: Added.

2012-06-12  Dominic Cooney  <dominicc@chromium.org>

        [Chromium] Unreviewed: Rebaseline gradient-after-transparent-border

        Font antialiasing differences are causing this to fail after
        rebaseline in r120043.

        * platform/chromium-linux/fast/gradients/gradient-after-transparent-border-expected.png:

2012-06-12  Kent Tamura  <tkent@chromium.org>

        Remove unnecessary functions: setName() and formControlName()
        https://bugs.webkit.org/show_bug.cgi?id=88392

        Reviewed by Kentaro Hara.

        * fast/forms/name-attribute-expected.txt: Added.
        * fast/forms/name-attribute.html: Added.

2012-06-12  Mario Sanchez Prada  <msanchez@igalia.com>

        Unreviewed gardening. Skip test crashing on GTK debug bots.

        * platform/gtk/TestExpectations: Skip test.

2012-06-12  Anna Cavender  <annacc@chromium.org>

        [Chromium] video-media-source-add-and-remove-ids.html needs to be skipped
        until a chromium patch lands that will cause different expectations.

        Unreviewed.

        * platform/chromium/TestExpectations:

2012-06-12  Dominic Cooney  <dominicc@chromium.org>

        [Chromium] Unreviewed: Rebaseline gradients tests

        Rebaseline two gradients tests after r120033 that I missed in
        rebaselines in r120043.

        * platform/chromium-linux-x86/fast/gradients/css3-radial-gradients2-expected.png: Removed.
        * platform/chromium-linux/fast/gradients/css3-radial-gradients2-expected.png:
        * platform/chromium-linux/fast/gradients/gradient-after-transparent-border-expected.png:

2012-06-12  Hojong Han  <hojong.han@samsung.com>

        Property names of the built-in object cannot be retrieved 
        after trying to delete one of its properties
        https://bugs.webkit.org/show_bug.cgi?id=86461

        Reviewed by Gavin Barraclough.

        * fast/js/delete-syntax-expected.txt:
        * fast/js/script-tests/delete-syntax.js:

2012-06-11  Dominic Cooney  <dominicc@chromium.org>

        [Chromium] Unreviewed: Rebaseline gradients tests

        r120033 added IMAGE failures for bunch of gradient tests that will
        need rebaselining as a result of that change. This is that
        rebaseline.

        (File list elided because it is too long.)

2012-06-11  Kinuko Yasuda  <kinuko@chromium.org>

        XHR returns size==0 Blob
        https://bugs.webkit.org/show_bug.cgi?id=88750

        Reviewed by Alexey Proskuryakov.

        * http/tests/xmlhttprequest/response-blob-size-expected.txt: Added.
        * http/tests/xmlhttprequest/response-blob-size.html: Added.

2012-06-11  Silvia Pfeiffer  <silviapf@chromium.org>

        Introduce an Enclosure Element for Chromium video controls.
        https://bugs.webkit.org/show_bug.cgi?id=87683

        Reviewed by Eric Carlson.

        Change fullscreen/video-controls-override.html, media/media-controls-invalid-url.html and
        media/track/track-cue-rendering-snap-to-lines-not-set.html to deal with the new enclosure
        div in Chromium controls and use the mediaControlsElement() helper function to find elements
        inside the controls.
        Fail video controls tests in test expectations.

        * fullscreen/video-controls-override-expected.txt: Updated.
        * fullscreen/video-controls-override.html: Use mediaControlsElement helper function.
        * media/media-controls-invalid-url.html: Use mediaControlsElement helper function.
        * media/track/track-cue-rendering-snap-to-lines-not-set.html: Height is provided by enclosure element.
        * platform/chromium/TestExpectations: Fail video controls tests.

2012-06-11  Dominic Cooney  <dominicc@chromium.org>

        [Chromium] Unreviewed: Expectations for track-cues-cuechange.html
        https://bugs.webkit.org/show_bug.cgi?id=88833

        media/track/track-cues-cuechange.html is timing out flakily like
        some other media tests noted in bug 88833.

        * platform/chromium/TestExpectations:

2012-06-11  Elliott Sprehn  <esprehn@gmail.com>

        WebKit doesn't allow replacing the document element with a DocumentFragment containing one element
        https://bugs.webkit.org/show_bug.cgi?id=88681

        Reviewed by Ojan Vafai.

        Re-enables a bunch of disabled tests that are long since fixed and rewrites
        the tests to use a more modern js-test-pre.js style.
        https://bugs.webkit.org/show_bug.cgi?id=12751

        * fast/dom/Document/replace-child-expected.txt:
        * fast/dom/Document/replace-child.html:

2012-06-11  Dominic Cooney  <dominicc@chromium.org>

        [Chromium] Unreviewed: Update test expectations with bugs for media test timeouts

        * platform/chromium/TestExpectations:

2012-06-11  Jin Yang  <jin.a.yang@intel.com>

        GeneratorGeneratedImage should cache images for the non-tiled case
        https://bugs.webkit.org/show_bug.cgi?id=87094

        Reviewed by Simon Fraser.

        Update expectations: added failures for baselines to come.

        * platform/chromium/TestExpectations:

2012-06-11  Vincent Scheib  <scheib@chromium.org>

        Add new Pointer Lock spec attribute webkitPointerLockElement.
        https://bugs.webkit.org/show_bug.cgi?id=88799

        Part of a series of refactoring changes to update pointer lock API to
        the fullscreen locking style. https://bugs.webkit.org/show_bug.cgi?id=84402

        New attribute webkitPointerLockElement added. Follow up patches
        will remove the previous isLocked attribute. Tests updated to use
        the new attribute.

        Reviewed by Dimitri Glazkov.

        * pointer-lock/lock-already-locked-expected.txt:
        * pointer-lock/lock-already-locked.html:
        * pointer-lock/pointer-lock-api-expected.txt:
        * pointer-lock/pointer-lock-api.html:
        * pointer-lock/pointerlocklost-event-expected.txt:
        * pointer-lock/pointerlocklost-event.html:

2012-06-11  Dominic Cooney  <dominicc@chromium.org>

        [Chromium] Unreviewed: http/tests/xmlhttprequest/origin-exact-matching.html is timing out on XP about half the time

        * platform/chromium/TestExpectations:

2012-06-11  Julien Chaffraix  <jchaffraix@webkit.org>

        Unreviewed expected result update after r120017.

        * platform/gtk/fast/block/basic/fieldset-stretch-to-legend-expected.txt:
        Rebaselined gtk.

        * platform/efl/Skipped:
        * platform/qt/Skipped:
        Skipped the test with some explanation on those platforms as I couldn't get
        the new baseline.

2012-06-11  Dan Bernstein  <mitz@apple.com>

        Updated expected results for this test after r120017.

        * platform/mac/fast/block/basic/fieldset-stretch-to-legend-expected.png:
        * platform/mac/fast/block/basic/fieldset-stretch-to-legend-expected.txt:

2012-06-11  Dan Bernstein  <mitz@apple.com>

        Added http/tests/security/mixedContent/blob-url-in-iframe.html back to the Mac skip list, as
        it is still failing intermittently. <http://webkit.org/b/88736> will track this.

        * platform/mac/Skipped:

2012-06-11  Max Feil  <mfeil@rim.com>

        [BlackBerry] Unexpected repeats of short media
        https://bugs.webkit.org/show_bug.cgi?id=88733

        Reviewed by Antonio Gomes.

        Test for problem where short media repeats unintentionally.

        * media/content/short.wav: Added.
        * platform/blackberry/media/short-media-repeats-correctly-expected.txt: Added.
        * platform/blackberry/media/short-media-repeats-correctly.html: Added.

2012-06-11  Julien Chaffraix  <jchaffraix@webkit.org>

        Account for margin after when laying out <legend> element
        https://bugs.webkit.org/show_bug.cgi?id=35981

        Reviewed by Abhishek Arya.

        * fast/forms/legend-after-margin-horizontal-writing-mode-expected.html: Added.
        * fast/forms/legend-after-margin-horizontal-writing-mode.html: Added.
        * fast/forms/legend-after-margin-vertical-writing-mode-expected.html: Added.
        * fast/forms/legend-after-margin-vertical-writing-mode.html: Added.
        * fast/forms/legend-after-margin-with-before-border-horizontal-mode-expected.html: Added.
        * fast/forms/legend-after-margin-with-before-border-horizontal-mode.html: Added.
        * fast/forms/legend-small-after-margin-before-border-horizontal-mode-expected.html: Added.
        * fast/forms/legend-small-after-margin-before-border-horizontal-mode.html: Added.

2012-06-05  Eric Uhrhane <ericu@chromium.org>

        Crash in fast/files/read tests during Garbage Collection
        https://bugs.webkit.org/show_bug.cgi?id=87165

        Reviewed by Michael Saboff

        Simplify file-writer-abort-continue.js a bit, and add a new test case
        for a write that gets aborted in the final progress event, which
        previously would have hung the FileWriter.

        * fast/filesystem/file-writer-abort-continue-expected.txt:
        * fast/filesystem/resources/file-writer-abort-continue.js:

2012-06-11  Dongwoo Im  <dw.im@samsung.com>

        WebAudio tests need to set WebKitWebAudioEnabled.
        https://bugs.webkit.org/show_bug.cgi?id=88624

        Reviewed by Chris Rogers.

        * webaudio/audiochannelmerger-basic.html: Set WebKitWebAudioEnabled by including 'audio-testing.js'.
        * webaudio/audionode-connect-order.html: ditto.
        * webaudio/biquadfilternode-basic.html: ditto.
        * webaudio/delaynode-maxdelay.html: ditto.
        * webaudio/delaynode-scheduling.html: ditto.
        * webaudio/delaynode.html: ditto.
        * webaudio/javascriptaudionode-downmix8-2channel-input.html: ditto.
        * webaudio/javascriptaudionode-upmix2-8channel-input.html: ditto.
        * webaudio/mediaelementaudiosourcenode-gc.html: ditto.
        * webaudio/mediaelementaudiosourcenode.html: ditto.
        * webaudio/realtimeanalyser-fft-sizing.html: ditto.
        * webaudio/stereo2mono-down-mixing.html: ditto.

2012-06-11  Ojan Vafai  <ojan@chromium.org>

        Last large slew of Chromium windows png rebaselines. See  http://crbug.com/131829 for more information.
        List of rebaselined files excluded because it's too long.

2012-06-11  Xianzhu Wang  <wangxianzhu@chromium.org>

        SVGImageCache leaks image data
        https://bugs.webkit.org/show_bug.cgi?id=87792

        Reviewed by Nikolas Zimmermann.

        New test case.

        * svg/as-image/svg-image-leak-cached-data-expected.txt: Added.
        * svg/as-image/svg-image-leak-cached-data.html: Added.

2012-06-11  Sudarsana Nagineni  <sudarsana.nagineni@linux.intel.com>

        [EFL] REGRESSION (r119788): tests rely on pathToLocalResource are failing after r119788
        https://bugs.webkit.org/show_bug.cgi?id=88661

        Reviewed by Dirk Pranke.

        Unskip test cases which rely on pathToLocalResource().

        * platform/efl/TestExpectations:

2012-06-11  Pravin D  <pravind.2k4@gmail.com>

        Relative pos. input fields in columns vanish when you start typing in them
        https://bugs.webkit.org/show_bug.cgi?id=76834

        Reviewed by Julien Chaffraix.

        * fast/multicol/multicol-with-child-renderLayer-for-input-expected.html: Added.
        * fast/multicol/multicol-with-child-renderLayer-for-input.html: Added.

2012-06-11  Ryosuke Niwa  <rniwa@webkit.org>

        Use testRunner instead of layoutTestController in compositing tests
        https://bugs.webkit.org/show_bug.cgi?id=88766

        Reviewed by Tony Chang.

        * compositing/:
        * compositing/animation/:
        * compositing/backface-visibility/:
        * compositing/backing/:
        * compositing/culling/:
        * compositing/geometry/:
        * compositing/iframes/:
        * compositing/iframes/resources/:
        * compositing/images/:
        * compositing/layer-creation/:
        * compositing/masks/:
        * compositing/overflow/:
        * compositing/plugins/:
        * compositing/reflections/:
        * compositing/repaint/:
        * compositing/resources/:
        * compositing/rtl/:
        * compositing/scaling/:
        * compositing/tiling/:
        * compositing/transitions/:
        * compositing/video/:
        * compositing/visibility/:
        * compositing/webgl/:
        * platform/chromium/compositing/:
        * platform/chromium/compositing/force-compositing-mode/:
        * platform/chromium/compositing/rubberbanding/:
        * platform/mac/compositing/canvas/:

2012-06-11  Ojan Vafai  <ojan@chromium.org>

        Large slew of Chromium windows png rebaselines. See http://crbug.com/131829 for more information.

        List of rebaselined files excluded because it's too long.

2012-06-11  Ryosuke Niwa  <rniwa@webkit.org>

        Use testRunner instead of layoutTestController in css 1, css 2.1, and css3 tests
        https://bugs.webkit.org/show_bug.cgi?id=88769

        Reviewed by Tony Chang.

        * css1/units/zero-duration-without-units.html:
        * css3/calc/:
        * css3/filters/:
        * css3/filters/custom/:
        * css3/filters/resources/:
        * css3/filters/script-tests/:
        * css3/flexbox/:
        * css3/font-feature-settings-rendering.html:
        * css3/images/cross-fade-invalidation.html:
        * css3/images/optimize-contrast-canvas.html:
        * css3/images/optimize-contrast-image.html:
        * css3/khtml-background-size-0x0-bmp.html:
        * css3/parsing-css3-nthchild.html:
        * css3/style-zoomed-image.html:
        * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-getStyle.html:
        * css3/zoom-coords.xhtml:
        * platform/win/css2.1/resources/run-webkit-tests-epilogue.html:
        * platform/win/css2.1/resources/run-webkit-tests-prologue.html:

2012-06-11  Ryosuke Niwa  <rniwa@webkit.org>

        Use testRunner instead of layoutTestController in animations tests
        https://bugs.webkit.org/show_bug.cgi?id=88757

        Reviewed by Tony Chang.

        * animations/3d/change-transform-in-end-event.html:
        * animations/3d/replace-filling-transform.html:
        * animations/3d/state-at-end-event-transform.html:
        * animations/3d/transform-origin-vs-functions.html:
        * animations/animation-add-events-in-handler.html:
        * animations/animation-border-overflow.html:
        * animations/animation-controller-drt-api.html:
        * animations/animation-direction-reverse-fill-mode-hardware.html:
        * animations/animation-direction-reverse-fill-mode.html:
        * animations/animation-drt-api-multiple-keyframes.html:
        * animations/animation-drt-api.html:
        * animations/animation-end-event-destroy-renderer.html:
        * animations/animation-end-event-short-iterations.html:
        * animations/animation-hit-test-transform.html:
        * animations/animation-hit-test.html:
        * animations/animation-iteration-event-destroy-renderer.html:
        * animations/animation-matrix-negative-scale-unmatrix.html:
        * animations/animation-on-inline-crash.html:
        * animations/animation-shorthand-overriding.html:
        * animations/animation-shorthand-removed.html:
        * animations/animation-shorthand.html:
        * animations/animation-start-event-destroy-renderer.html:
        * animations/animation-welcome-safari.html:
        * animations/body-removal-crash.html:
        * animations/change-keyframes-name.html:
        * animations/change-transform-style-during-animation.html:
        * animations/combo-transform-translate+scale.html:
        * animations/empty-keyframes.html:
        * animations/fill-mode-forwards.html:
        * animations/fill-mode-iteration-count-non-integer.html:
        * animations/fill-mode-missing-from-to-keyframes.html:
        * animations/fill-mode-multiple-keyframes.html:
        * animations/fill-mode-removed.html:
        * animations/fill-mode-reverse.html:
        * animations/fill-mode-transform.html:
        * animations/fill-mode.html:
        * animations/fill-unset-properties.html:
        * animations/font-size-using-ems.html-disabled:
        * animations/import-crash.html:
        * animations/keyframe-timing-functions-transform.html:
        * animations/keyframe-timing-functions2.html:
        * animations/keyframes-iteration-count-non-integer.html:
        * animations/longhand-timing-function.html:
        * animations/missing-from-to-transforms.html:
        * animations/missing-from-to.html:
        * animations/pause-crash.html:
        * animations/resources/animation-test-helpers.js:
        (checkExpectedValue):
        (endTest):
        * animations/state-at-end-event.html:
        * animations/suspend-resume-animation-events.html:
        * animations/suspend-transform-animation.html:
        * animations/transition-and-animation-3.html:
        * animations/unanimated-style.html:

2012-06-11  David Barr  <davidbarr@chromium.org>

        Add css3-images image-resolution (dppx only)
        https://bugs.webkit.org/show_bug.cgi?id=85332

        Reviewed by Tony Chang.

        The css3-images module is at candidate recommendation.
        http://www.w3.org/TR/2012/CR-css3-images-20120417/#image-resolution

        * fast/css/image-resolution/image-resolution-expected.txt: Added.
        * fast/css/image-resolution/image-resolution.html: Added.
        * platform/chromium/TestExpectations: Skip tests until image-resolution implementation lands.
        * platform/efl/TestExpectations: Skip tests until image-resolution implementation lands.
        * platform/gtk/TestExpectations: Skip tests until image-resolution implementation lands.
        * platform/mac/TestExpectations: Skip tests until image-resolution implementation lands.
        * platform/qt/TestExpectations: Skip tests until image-resolution implementation lands.

2012-06-11  Dominic Cooney  <dominicc@chromium.org>

        [Chromium] Unreviewed: Rebaseline more SVG tests on Windows.

        * platform/chromium-linux-x86/svg/batik/filters/filterRegions-expected.png: Removed.
        * platform/chromium-win-vista/svg/batik/paints/gradientLimit-expected.png: Added.
        * platform/chromium-win-xp/svg/batik/paints/patternPreserveAspectRatioA-expected.png: Added.
        * platform/chromium-win-xp/svg/batik/text/smallFonts-expected.png: Added.
        * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/interact-order-01-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/interact-order-02-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/linking-a-01-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/linking-a-02-b-expected.png:
        * platform/chromium-win/svg/as-image/img-preserveAspectRatio-support-2-expected.png:
        * platform/chromium-win/svg/as-image/same-image-two-instances-expected.png:
        * platform/chromium-win/svg/as-image/svg-as-relative-image-expected.png:
        * platform/chromium-win/svg/as-image/svg-image-change-content-size-expected.png:
        * platform/chromium-win/svg/batik/filters/feTile-expected.png:
        * platform/chromium-win/svg/batik/filters/filterRegions-expected.png:

2012-06-11  Dominic Cooney  <dominicc@chromium.org>

        [Chromium] Unreviewed: Rebaselines for svg/as-background-image tests on Windows.

        * platform/chromium-linux/svg/as-background-image/svg-as-background-2-expected.png: Removed.
        * platform/chromium-win/svg/as-background-image/svg-as-background-2-expected.png:
        * platform/chromium-win/svg/as-background-image/svg-as-background-4-expected.png:
        * platform/chromium-win/svg/as-background-image/svg-as-background-5-expected.png:
        * platform/chromium-win/svg/as-background-image/svg-as-background-with-relative-size-expected.png:
        * platform/chromium-win/svg/as-background-image/svg-background-partial-redraw-expected.png:
        * platform/chromium-win/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:

2012-06-11  Dan Bernstein  <mitz@apple.com>

        Reverted r119940 because it caused multiple media tests to fail on Lion.

        * http/tests/media/video-src-invalid-error-expected.txt: Removed.
        * http/tests/media/video-src-invalid-error.html: Removed.

2012-06-11  János Badics  <jbadics@inf.u-szeged.hu>

        [Qt] Gardening after r119962. Four inspector/debugger tests still fail after they have been re-enabled.
        https://bugs.webkit.org/show_bug.cgi?id=43332

        Reviewed by Csaba Osztrogonác.

        * platform/qt/Skipped:

2012-06-11  Dominic Cooney  <dominicc@chromium.org>

        [Chromium] Unreviewed: Rebaselines and updated expectations for media tests

        Pixel differences are due to antialiasing and different rounded
        corners on the media progress bar. The difference is not
        noticeable.

        * platform/chromium-win/media/audio-controls-rendering-expected.png:
        * platform/chromium-win/media/audio-repaint-expected.png:
        * platform/chromium-win/media/controls-after-reload-expected.png:
        * platform/chromium-win/media/controls-layout-direction-expected.png:
        * platform/chromium-win/media/controls-strict-expected.png:
        * platform/chromium-win/media/controls-styling-expected.png:
        * platform/chromium-win/media/controls-without-preload-expected.png:
        * platform/chromium-win/media/media-controls-clone-expected.png:
        * platform/chromium-win/media/media-document-audio-repaint-expected.png:
        * platform/chromium-win/media/video-controls-rendering-expected.png:
        * platform/chromium-win/media/video-display-toggle-expected.png:
        * platform/chromium-win/media/video-layer-crash-expected.png:
        * platform/chromium-win/media/video-no-audio-expected.png:
        * platform/chromium-win/media/video-playing-and-pause-expected.png:
        * platform/chromium-win/media/video-transformed-expected.png:
        * platform/chromium-win/media/video-volume-slider-expected.png:
        * platform/chromium-win/media/video-zoom-controls-expected.png:
        * platform/chromium/TestExpectations:

2012-06-11  Dominic Cooney  <dominicc@chromium.org>

        [Chromium] Unreviewed: Mark track-cue-rendering-inner-timestamps.html failing on Vista

        * platform/chromium/TestExpectations:

2012-06-11  Mike West  <mkwst@chromium.org>

        [Qt] Skipping http/tests/security/mixedContent/filesystem-url-in-iframe.html
        https://bugs.webkit.org/show_bug.cgi?id=88770

        ENABLE(FILE_SYSTEM) is disabled; this test should be skipped until
        that feature is enabled. Moving it up into the proper section of the
        Skipped file to make sure it's enabled if and when the feature makes
        it into the port.

        Reviewed by Csaba Osztrogonác.

        * platform/qt/Skipped:

2012-06-11  Allan Sandfeld Jensen  <allan.jensen@nokia.com>

        Rect-based hittesting doesn't work in tables.
        https://bugs.webkit.org/show_bug.cgi?id=86605

        Reviewed by Julien Chaffraix.

        Test nodesFromRect on tables.

        * fast/dom/nodesFromRect-table-expected.txt: Added.
        * fast/dom/nodesFromRect-table.html: Added.

2012-06-11  Szilard Ledan  <szledan@inf.u-szeged.hu>

        [Qt] Gardening, skip new failing tests.

        Reviewed by Csaba Osztrogonác.

        * platform/qt/Skipped:

2012-06-11  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] skip http/tests/cookies/js-get-and-set-http-only-cookie.html test case
        https://bugs.webkit.org/show_bug.cgi?id=88751

        Unreviewed EFL gardening. Skip newly introduced test case that is failing
        on most ports.

        * platform/efl/TestExpectations:

2012-06-11  Dominic Cooney  <dominicc@chromium.org>

        [Chromium] Unreviewed: Remove expectations for passing tests

        The flakiness dashboard indicates that
        platform/chromium/virtual/gpu/canvas/philip/tests/2d.gradient.radial.cone.cylinder.html
        and
        platform/chromium/virtual/gpu/fast/canvas/canvas-currentColor.html
        are passing on all platforms now.

        * platform/chromium/TestExpectations:

2012-06-11  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Unskip http/tests/security/mixedContent/blob-url-in-iframe.html
        https://bugs.webkit.org/show_bug.cgi?id=88752

        Unreviewed EFL gardening. Unskip http/tests/security/mixedContent/blob-url-in-iframe.html
        now that it no longer depends on the legacy blob builder (r119944).

        * platform/efl/TestExpectations:

2012-06-08  Kinuko Yasuda  <kinuko@chromium.org>

        Using BlobBuilder should show a deprecation warning message (if it is enabled)
        https://bugs.webkit.org/show_bug.cgi?id=88644

        Reviewed by Jian Li.

        * fast/files/blob-builder-crash-expected.txt:

2012-06-10  Dominic Cooney  <dominicc@chromium.org>

        [Chromium] Unreviewed: Add expectations for svg-as-background-6.html

        Like other SVG tests noted in bug 83303, this test fails on
        Windows because it uses a sans-serif font where a serif font is
        expected.

        * platform/chromium/TestExpectations:

2012-06-10  Dominic Cooney  <dominicc@chromium.org>

        [Chromium] Unreviewed: Rebaseline fixed-position-transform-composited-page-scale on Linux, Win

        These differ in antialiasing only, where there are already
        platform differences antialiasing.

        * platform/chromium-linux/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png:
        * platform/chromium-win/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png:

2012-06-10  Dominic Cooney  <dominicc@chromium.org>

        [Chromium] Unreviewed: Update
        css3/font-feature-settings-rendering.html again -- actually it may
        pass if a particular DLL is installed. So expect PASS or
        IMAGE+TEXT failure from this test.

        * platform/chromium/TestExpectations:

2012-06-10  Dominic Cooney  <dominicc@chromium.org>

        [Chromium] Unreviewed: Update
        css3/font-feature-settings-rendering.html expectations to fail on
        XP.

        * platform/chromium/TestExpectations:

2012-06-10  Hayato Ito  <hayato@chromium.org>

        An inheritance of '-webkit-user-modify' does not stop at shadow boundary.
        https://bugs.webkit.org/show_bug.cgi?id=88514

        Reviewed by Ryosuke Niwa.

        * fast/dom/shadow/user-modify-inheritance-expected.txt: Added.
        * fast/dom/shadow/user-modify-inheritance.html: Added.

2012-06-10  Yoshifumi Inoue  <yosin@chromium.org>

        [Forms] Introduce Decimal behind the InputNumber type
        https://bugs.webkit.org/show_bug.cgi?id=88383

        Reviewed by Kent Tamura.

        * fast/forms/range/range-value-rounding-expected.txt: Added.
        * fast/forms/range/range-value-rounding.html: Added.

2012-06-10  Jason Liu  <jason.liu@torchmobile.com.cn>

        [BlackBerry] Possible to clobber httponly cookie.
        https://bugs.webkit.org/show_bug.cgi?id=86067

        Reviewed by Rob Buis.

        * http/tests/cookies/js-get-and-set-http-only-cookie-expected.txt: Added.
        * http/tests/cookies/js-get-and-set-http-only-cookie.html: Added.
        * platform/chromium/http/tests/cookies/js-get-and-set-http-only-cookie-expected.txt: Added.

2012-06-10  Ryosuke Niwa  <rniwa@webkit.org>

        Expose layoutTestController as testRunner
        https://bugs.webkit.org/show_bug.cgi?id=88210

        Reviewed by Darin Adler.

        Add a test for testRunner object.

        * fast/harness/testrunner-object-expected.txt: Added.
        * fast/harness/testrunner-object.html: Added.

2012-06-10  Pablo Flouret  <pablof@motorola.com>

        Access control allow lists starting with a comma are parsed incorrectly (CORS)
        https://bugs.webkit.org/show_bug.cgi?id=88461

        Reviewed by Adam Barth.

        * http/tests/xmlhttprequest/access-control-allow-lists-starting-with-comma-expected.txt: Added.
        * http/tests/xmlhttprequest/access-control-allow-lists-starting-with-comma.html: Added.
        * http/tests/xmlhttprequest/resources/access-control-allow-lists.php: Added.

2012-06-10  Mike West  <mkwst@chromium.org>

        Removing mixed content tests' dependency on WebKitBlobBuilder:
        https://bugs.webkit.org/show_bug.cgi?id=88736

        http/tests/security/mixedContent/blob-url-in-iframe.html and
        http/tests/security/mixedContent/filesystem-url-in-iframe.html both
        relied on WebKitBlobBuilder, which is disabled on some builds. `new
        Blob()` is the new hotness that these tests should be using instead. This
        patch migrates both tests to the new API.
        
        It also reenables blob-url-in-iframe.html on mac (filesystem-url-in-iframe.html
        remains disabled, as the filesystem APIs are disabled entirely).

        Reviewed by Adam Barth.

        * http/tests/security/mixedContent/blob-url-in-iframe.html:
        * http/tests/security/mixedContent/filesystem-url-in-iframe.html:
        * platform/mac/Skipped:

2012-06-10  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL][GTK] media/track/track-cue-rendering-inner-timestamps.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=88725

        Reviewed by Eric Carlson.

        * media/track/track-cue-rendering-inner-timestamps.html: Round the timestamp values
        so that the test passes for EFL and GTK ports.
        * platform/efl/TestExpectations: Unskip test.
        * platform/gtk/TestExpectations: Unskip test.

2012-06-10  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Skip fast/dom/frame-loading-via-document-write.html
        https://bugs.webkit.org/show_bug.cgi?id=88737

        Unreviewed EFL gardening. Skipping test that is flaky after r119788.

        * platform/efl/TestExpectations:

2012-06-06  Jer Noble  <jer.noble@apple.com>

        REGRESSION: Setting invalid media "src" does not cause "error" event
        https://bugs.webkit.org/show_bug.cgi?id=88423

        Reviewed by Eric Carlson.

        * http/tests/media/video-src-invalid-error-expected.txt: Added.
        * http/tests/media/video-src-invalid-error.html: Added.

2012-06-10  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening. Updating a few animations tests baselines,
        adding test expectations for one FileSystem test.

        * platform/gtk/TestExpectations:
        * platform/gtk/animations/3d/change-transform-in-end-event-expected.txt:
        * platform/gtk/animations/3d/matrix-transform-type-animation-expected.txt: Added.
        * platform/gtk/animations/3d/state-at-end-event-transform-expected.txt:

2012-06-10  Dan Bernstein  <mitz@apple.com>

        Temporarily added http/tests/security/mixedContent/blob-url-in-iframe.html to the Mac skip
        list. <http://webkit.org/b/88736> tracks moving this test off of the legacy
        WebKitBlobBuilder API.

        * platform/mac/Skipped:

2012-06-10  Dan Bernstein  <mitz@apple.com>

        Added http/tests/security/mixedContent/filesystem-url-in-iframe.html to the Mac skip list,
        because FILE_SYSTEM is not enabled.

        Part of: http/tests/security/mixedContent/blob-url-in-iframe.html and http/tests/security/mixedContent/filesystem-url-in-iframe.html are failing
        <http://webkit.org/b/88736>

        * platform/mac/Skipped:

2012-06-10  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] 2 fast/multicol/span tests are flaky
        https://bugs.webkit.org/show_bug.cgi?id=88734

        Unreviewed EFL gardening. Move to TestExpectations 2 tests that
        are flaky on the bot.

        * platform/efl/TestExpectations:

2012-06-10  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL][GTK] Skip http/tests/xmlhttprequest/origin-exact-matching.html added in r119911
        https://bugs.webkit.org/show_bug.cgi?id=88728

        Unreviewed gardening. Skip new test added in r119911 which fails for both
        GTK and EFL ports.

        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:

2012-06-10  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Several test cases can be unskipped
        https://bugs.webkit.org/show_bug.cgi?id=88731

        Unreviewed EFL gardening. Unskip a few tests that are passing after
        r118618 was rolled out.

        * platform/efl/TestExpectations:

2012-06-10  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] skip userscripts/window-onerror-for-isolated-world-*.html tests
        https://bugs.webkit.org/show_bug.cgi?id=88730

        Unreviewed EFL gardening. Skip a few tests causing flakiness.

        * platform/efl/Skipped:
        * platform/efl/TestExpectations:

2012-06-10  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL][GTK] Skip media/track/track-cue-rendering-inner-timestamps.html added in r119907
        https://bugs.webkit.org/show_bug.cgi?id=88726

        Unreviewed gardening. Skip test added in r119907 for GTK and EFL ports.

        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:

2012-06-09  Ryosuke Niwa  <rniwa@webkit.org>

        Remove a Chromium test expectation for the test that has been rolled out in r119918.

        * platform/chromium/TestExpectations:

2012-06-09  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r118618 and r119353.
        http://trac.webkit.org/changeset/118618
        http://trac.webkit.org/changeset/119353
        https://bugs.webkit.org/show_bug.cgi?id=88720

        Caused at least 30 different crashes on ClusterFuzz (Requested
        by inferno-sec on #webkit).

        * http/tests/cache/cancel-in-progress-load-expected.txt: Removed.
        * http/tests/cache/cancel-in-progress-load.html: Removed.
        * http/tests/misc/write-while-waiting.html:
        * svg/as-image/svg-image-leak-cached-data-expected.txt: Removed.
        * svg/as-image/svg-image-leak-cached-data.html: Removed.

2012-06-09  Ryosuke Niwa  <rniwa@webkit.org>

        Fix Chromium test expectations after my previous commit (r119916).

        * platform/chromium/TestExpectations:

2012-06-09  Ryosuke Niwa  <rniwa@webkit.org>

        Spring CRASH cleanup of Chromium test expectations.
        Removed a whole bunch of bogus CRASH test expectations.

        * platform/chromium/TestExpectations:

2012-06-09  Ryosuke Niwa  <rniwa@webkit.org>

        Remove bogus CRASH expectations from skipped tests.
        There's no point in specifying test expectation when tests are skipped.

        * platform/chromium/TestExpectations:

2012-06-09  Florin Malita  <fmalita@chromium.org>

        Fixed-position foreignObject descendants should be relative to the foreignObject viewport
        https://bugs.webkit.org/show_bug.cgi?id=88547

        Reviewed by Abhishek Arya.

        * svg/foreignObject/fO-fixed-position-crash-expected.txt: Added.
        * svg/foreignObject/fO-fixed-position-crash.html: Added.
        * svg/foreignObject/fixed-position-expected.svg: Added.
        * svg/foreignObject/fixed-position.svg: Added.

2012-06-09  Adam Barth  <abarth@webkit.org>

        Can't use eval in iframes sanbdoxed via CSP header
        https://bugs.webkit.org/show_bug.cgi?id=88450

        Reviewed by Mihai Parparita.

        * http/tests/security/contentSecurityPolicy/iframe-inside-csp-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/iframe-inside-csp.html: Added.
        * http/tests/security/contentSecurityPolicy/resources/sandboxed-eval.php: Added.

2012-06-09  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] skip new tests added in r119883
        https://bugs.webkit.org/show_bug.cgi?id=88716

        Unreviewed EFL gardening. Skip new tests added in r119883.

        * platform/efl/Skipped:
        * platform/efl/TestExpectations:

2012-06-09  Pablo Flouret  <pablof@motorola.com>

        The value in Access-Control-Allow-Origin is not being matched correctly for CORS-enabled requests
        https://bugs.webkit.org/show_bug.cgi?id=88139

        Reviewed by Adam Barth.

        * http/tests/xmlhttprequest/origin-exact-matching-expected.txt: Added.
        * http/tests/xmlhttprequest/origin-exact-matching.html: Added.
        * http/tests/xmlhttprequest/resources/basic-auth/access-control-auth-basic.php: Get rid of a trailing slash in the origin.
        * http/tests/xmlhttprequest/resources/origin-exact-matching-iframe.html: Added.

2012-06-09  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Skip tests that rely on pathToLocalResource() due to regression in r119788
        https://bugs.webkit.org/show_bug.cgi?id=88714

        Unreviewed EFL gardening. Skip tests that rely on pathToLocalResource()
        due to regression in r119788.

        * platform/efl/TestExpectations:

2012-06-09  Victor Carbune  <victor@rosedu.org>

        Basic support for timestamps within a TextTrackCue
        https://bugs.webkit.org/show_bug.cgi?id=88187

        Implemented support for timestamps within a TextTrackCue.
        This enables rendering functionality for Karaoke and Paint-on captions.

        Reviewed by Eric Carlson.

        * media/track/captions-webvtt/captions-inner-timestamps.vtt: Added.
        * media/track/track-cue-rendering-inner-timestamps-expected.txt: Added.
        * media/track/track-cue-rendering-inner-timestamps.html: Added.

2012-06-08  Vsevolod Vlasov  <vsevik@chromium.org>

        IndexedDB: Inspector should handle null, string, and array keyPaths
        https://bugs.webkit.org/show_bug.cgi?id=84303

        Reviewed by Pavel Feldman.

        * http/tests/inspector/indexeddb/database-structure-expected.txt:
        * http/tests/inspector/indexeddb/database-structure.html:

2012-06-09  Sudarsana Nagineni  <sudarsana.nagineni@linux.intel.com>

        [EFL] Gardening failure case on EFL build bot
        https://bugs.webkit.org/show_bug.cgi?id=88656

        Unreviewed EFL gardening after r119795. jquery/core.html test
        is crashing on debug bot and failing with a text diff on
        release bot.

        * platform/efl/TestExpectations:

2012-05-25  Vsevolod Vlasov  <vsevik@chromium.org>

        Web Inspector: Limit DebuggerAgent.Location use to DebuggerModel only, introduce WebInspector.RawLocation to be used elsewhere.
        https://bugs.webkit.org/show_bug.cgi?id=87270

        Reviewed by Pavel Feldman.

        * inspector/debugger/breakpoint-manager.html:
        * inspector/debugger/pause-in-inline-script.html:

2012-06-08  Levi Weintraub  <leviw@chromium.org>

        RenderLayer::paintChildLayerIntoColumns doesn't properly pixel snap
        https://bugs.webkit.org/show_bug.cgi?id=88554

        Reviewed by Darin Adler.

        * fast/sub-pixel/column-clipping-expected.html: Added.
        * fast/sub-pixel/column-clipping.html: Added.
        * platform/chromium-mac-snowleopard/fast/multicol/nested-columns-expected.png:
        * platform/chromium-mac-snowleopard/fast/multicol/vertical-lr/nested-columns-expected.png:
        * platform/chromium-mac-snowleopard/fast/multicol/vertical-rl/nested-columns-expected.png:
        * platform/chromium-mac/fast/borders/border-antialiasing-expected.png:
        * platform/chromium/TestExpectations:

2012-06-08  Ryosuke Niwa  <rniwa@webkit.org>

        Remove FAIL test expectations from EFL, Mac, and Qt ports' test expectations.

        * platform/efl/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:

2012-06-08  Rakesh KN  <rakesh.kn@motorola.com>

        REGRESSION(r116487?): HTMLFormElement::elements['name'] is empty if the form is detached from the document tree
        https://bugs.webkit.org/show_bug.cgi?id=88632

        Reviewed by Ryosuke Niwa.

        * fast/forms/radionodelist-whose-form-element-detached-from-domtree-expected.txt: Added.
        * fast/forms/radionodelist-whose-form-element-detached-from-domtree.html: Added.

2012-06-08  Ryosuke Niwa  <rniwa@webkit.org>

        Remove all uses of FAIL test expectation from Chromium test expectations.

        * platform/chromium/TestExpectations:
        * platform/gtk/TestExpectations:

2012-06-08  Ojan Vafai  <ojan@chromium.org>

        Last set of chromium rebaselines missed in r119875.

        * platform/chromium-linux/svg/custom/js-repaint-rect-on-path-with-stroke-expected.png: Added.
        * platform/chromium-linux/svg/custom/js-update-container-expected.png: Added.
        * platform/chromium-linux/svg/custom/js-update-polygon-changes-expected.png: Added.
        * platform/chromium-linux/svg/custom/js-update-polygon-removal-expected.png: Added.
        * platform/chromium-linux/svg/custom/js-update-transform-addition-expected.png: Added.
        * platform/chromium-linux/svg/custom/js-update-transform-changes-expected.png: Added.
        * platform/chromium-linux/svg/custom/marker-referencePoint-expected.png: Added.
        * platform/chromium-linux/svg/custom/non-scaling-stroke-markers-expected.png: Added.

2012-06-08  Shezan Baig  <shezbaig.wk@gmail.com>

        Caret is not rendered in empty inline contenteditable elements
        https://bugs.webkit.org/show_bug.cgi?id=85793

        Reviewed by Ryosuke Niwa.

        Add test cases for caret in empty inline.

        * editing/selection/caret-in-empty-inline-1-expected.txt: Added.
        * editing/selection/caret-in-empty-inline-1.html: Added.
        * editing/selection/caret-in-empty-inline-2-expected.txt: Added.
        * editing/selection/caret-in-empty-inline-2.html: Added.

2012-06-08  Mike West  <mkwst@chromium.org>

        Excluding blob: and filesystem: schemes from the mixed content check.
        https://bugs.webkit.org/show_bug.cgi?id=84054

        Reviewed by Adam Barth.

        * http/tests/security/mixedContent/blob-url-in-iframe-expected.txt: Added.
        * http/tests/security/mixedContent/blob-url-in-iframe.html: Added.
        * http/tests/security/mixedContent/filesystem-url-in-iframe-expected.txt: Added.
        * http/tests/security/mixedContent/filesystem-url-in-iframe.html: Added.

2012-06-08  Eli Fidler  <efidler@rim.com>

        [BlackBerry] Default font settings are getting deleted
        https://bugs.webkit.org/show_bug.cgi?id=88670

        Reviewed by Rob Buis.

        This test crashes if -webkit-body (i.e.  WebCore::Settings::standardFontFamily())
        is not a valid font family.

        * fonts/valid-standard-font.html: Added.

2012-06-08  Ojan Vafai  <ojan@chromium.org>

        Final set of chromium rebaselines for skia change. See crbug.com/131829.

        * platform/chromium-linux/svg/clip-path/clipper-placement-issue-expected.png: Copied from LayoutTests/platform/chromium-win/svg/custom/js-update-container-expected.png.
        * platform/chromium-linux/svg/css/arrow-with-shadow-expected.png: Added.
        * platform/chromium-linux/svg/css/background-image-svg-expected.png: Added.
        * platform/chromium-linux/svg/custom/broken-internal-references-expected.png: Copied from LayoutTests/platform/chromium-win/svg/custom/marker-strokeWidth-changes-expected.png.
        * platform/chromium-linux/svg/custom/dynamic-empty-path-expected.png: Added.
        * platform/chromium-linux/svg/custom/gradient-stop-corner-cases-expected.png: Added.
        * platform/chromium-linux/svg/custom/svgpolyparser-extra-space-expected.png: Copied from LayoutTests/platform/chromium-win/svg/custom/js-update-container-expected.png.
        * platform/chromium-linux/svg/custom/use-forward-refs-expected.png: Added.
        * platform/chromium-linux/svg/custom/use-on-clip-path-with-transformation-expected.png: Copied from LayoutTests/platform/chromium-win/svg/custom/js-repaint-rect-on-path-with-stroke-expected.png.
        * platform/chromium-linux/svg/text/text-hkern-expected.png: Copied from LayoutTests/platform/chromium-win/svg/custom/js-update-container-expected.png.
        * platform/chromium-linux/svg/text/text-hkern-on-vertical-text-expected.png: Copied from LayoutTests/platform/chromium-win/svg/custom/js-update-container-expected.png.
        * platform/chromium-linux/svg/text/text-vkern-expected.png: Added.
        * platform/chromium-linux/svg/text/text-vkern-on-horizontal-text-expected.png: Copied from LayoutTests/platform/chromium-win/svg/custom/marker-strokeWidth-changes-expected.png.
        * platform/chromium-linux/svg/zoom/page/absolute-sized-document-no-scrollbars-expected.png: Added.
        * platform/chromium-linux/svg/zoom/page/relative-sized-document-scrollbars-expected.png: Copied from LayoutTests/platform/chromium-win/svg/custom/js-repaint-rect-on-path-with-stroke-expected.png.
        * platform/chromium-linux/svg/zoom/page/zoom-background-image-tiled-expected.png: Added.
        * platform/chromium-linux/svg/zoom/page/zoom-svg-as-relative-image-expected.png: Copied from LayoutTests/platform/chromium-win/svg/custom/js-update-container-expected.png.
        * platform/chromium-win-xp/platform/chromium/compositing/accelerated-drawing/svg-filters-expected.png: Removed.
        * platform/chromium-win/svg/custom/js-late-marker-creation-expected.png:
        * platform/chromium-win/svg/custom/js-repaint-rect-on-path-with-stroke-expected.png:
        * platform/chromium-win/svg/custom/js-update-bounce-expected.png:
        * platform/chromium-win/svg/custom/js-update-container-expected.png:
        * platform/chromium-win/svg/custom/js-update-path-changes-expected.png:
        * platform/chromium-win/svg/custom/js-update-path-removal-expected.png:
        * platform/chromium-win/svg/custom/js-update-polygon-changes-expected.png:
        * platform/chromium-win/svg/custom/js-update-polygon-removal-expected.png:
        * platform/chromium-win/svg/custom/js-update-transform-addition-expected.png:
        * platform/chromium-win/svg/custom/js-update-transform-changes-expected.png:
        * platform/chromium-win/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
        * platform/chromium-win/svg/custom/linking-a-03-b-transform-expected.png:
        * platform/chromium-win/svg/custom/linking-a-03-b-viewBox-expected.png:
        * platform/chromium-win/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
        * platform/chromium-win/svg/custom/linking-a-03-b-viewTarget-expected.png:
        * platform/chromium-win/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
        * platform/chromium-win/svg/custom/linking-uri-01-b-expected.png:
        * platform/chromium-win/svg/custom/marker-changes-expected.png:
        * platform/chromium-win/svg/custom/marker-child-changes-css-expected.png:
        * platform/chromium-win/svg/custom/marker-child-changes-expected.png:
        * platform/chromium-win/svg/custom/marker-opacity-expected.png:
        * platform/chromium-win/svg/custom/marker-referencePoint-expected.png:
        * platform/chromium-win/svg/custom/marker-strokeWidth-changes-expected.png:
        * platform/chromium-win/svg/custom/marker-viewBox-changes-expected.png:
        * platform/chromium-win/svg/custom/mask-colorspace-expected.png:
        * platform/chromium-win/svg/custom/mask-on-multiple-objects-expected.png:
        * platform/chromium-win/svg/custom/no-inherited-dashed-stroke-expected.png:
        * platform/chromium-win/svg/custom/non-circular-marker-reference-expected.png:
        * platform/chromium-win/svg/custom/non-scaling-stroke-markers-expected.png:
        * platform/chromium-win/svg/custom/object-sizing-explicit-height-expected.png:
        * platform/chromium-win/svg/custom/object-sizing-explicit-width-height-expected.png:
        * platform/chromium-win/svg/filters/invalidate-on-child-layout-expected.png:
        * platform/chromium-win/svg/foreignObject/text-tref-02-b-expected.png:
        * platform/chromium/TestExpectations:

2012-06-08  Ojan Vafai  <ojan@chromium.org>

        viewspec-parser tests still timeout in Chromium debug even when marked slow.
        * platform/chromium/TestExpectations:

2012-06-08  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r119514.
        http://trac.webkit.org/changeset/119514
        https://bugs.webkit.org/show_bug.cgi?id=88664

        Broke JSFiddle.net (Requested by arv on #webkit).

        * fast/dom/Window/window-property-shadowing-name-expected.txt:
        * fast/dom/Window/window-property-shadowing-name.html:
        * fast/dom/Window/window-property-shadowing-onclick-expected.txt: Removed.
        * fast/dom/Window/window-property-shadowing-onclick.html: Removed.
        * platform/chromium/fast/dom/Window/window-property-shadowing-name-expected.txt: Removed.
        * platform/chromium/fast/dom/Window/window-property-shadowing-onclick-expected.txt: Removed.

2012-06-08  Ojan Vafai  <ojan@chromium.org>

        Second wave of Chromium rebaselines after skia change. See crbug.com/131829.

        List of changed expectations deleted because it's too long.

2012-06-08  Dan Bernstein  <mitz@apple.com>

        Added Mac pixel results for canvas-imageSmoothingEnabled-patterns.html, and made the text
        results shared between platforms.

        * fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.txt: Added.
        * platform/chromium/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.txt: Removed.
        * platform/gtk/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.txt: Removed.
        * platform/mac/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Added.

2012-06-08  Tony Chang  <tony@chromium.org>

        [chromium] Unreviewed, rebaseline a chromium-win result that changed
        due to the various mock scrollbar changes.
        https://bugs.webkit.org/show_bug.cgi?id=88490

        * platform/chromium-win/fast/repaint/fixed-tranformed-expected.png:
        * platform/chromium/TestExpectations:

2012-06-08  Stephen Chenney  <schenney@chromium.org>

        WebCore::ImageBuffer.cpp has broken color table code
        https://bugs.webkit.org/show_bug.cgi?id=80321

        Unreviewed Chromium test expectations update after changes to SVG filter color conversion.

        Full list of changed files excluded to to very large number.

        * platform/chromium/TestExpectations:

2012-06-08  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: Add regression test to verify that legacy constants have been removed
        https://bugs.webkit.org/show_bug.cgi?id=88669

        Reviewed by Tony Chang.

        * storage/indexeddb/legacy-constants-expected.txt:
        * storage/indexeddb/mozilla/create-index-unique-expected.txt:
        * storage/indexeddb/mozilla/resources/create-index-unique.js:
        (createAndVerifyIndex):
        * storage/indexeddb/resources/constants.js:
        (test):
        * storage/indexeddb/resources/legacy-constants.js:
        (testObsoleteConstants):

2012-06-08  Ojan Vafai  <ojan@chromium.org>

        First wave of Chromium rebaselines after skia rollback. See crbug.com/131829.

        List of changed expected files excluded because it's too long.

2012-06-08  Erik Arvidsson  <arv@chromium.org>

        [V8] Keep TextTrackList alive as long as its owner is alive
        https://bugs.webkit.org/show_bug.cgi?id=88541

        Reviewed by Adam Barth.

        Add a hidden reference from the owner to the text track list.

        * platform/chromium/TestExpectations:

2012-06-08  Tony Chang  <tony@chromium.org>

        [chromium] Unreviewed, rebaseline platform/chromium-linux/fast/text/chromium-linux-fontconfig-renderstyle.html after skia gamma correction
        https://bugs.webkit.org/show_bug.cgi?id=88589

        * platform/chromium-linux/platform/chromium-linux/fast/text/chromium-linux-fontconfig-renderstyle-expected.png: Added.
        * platform/chromium/TestExpectations:

2012-06-08  Dan Bernstein  <mitz@apple.com>

        Added svg/filters/color-space-conversion.svg to the Mac skip list. It has been failing since
        its addition in r119841. <http://webkit.org/b/88672> is tracking the failure.

        * platform/mac/Skipped:

2012-06-08  Stephen Chenney  <schenney@chromium.org>

        WebCore::ImageBuffer.cpp has broken color table code
        https://bugs.webkit.org/show_bug.cgi?id=80321

        Unreviewed Chromium expectations update.

        Adding tests that are failing pending a rebaseline.

        * platform/chromium/TestExpectations:

2012-06-08  Tony Chang  <tony@chromium.org>

        [chromium] Unreviewed, remove css3/flexbox/child-overflow.html from TestExpectations.
        Since bug 77368 is now fixed, this test passes.

        * platform/chromium/TestExpectations:

2012-06-08  Stephen Chenney  <schenney@chromium.org>

        Unreviewed fix for Chromium TestExpectations.

        A file crept into the expectations that has not yet been submitted.

        * platform/chromium/TestExpectations:

2012-06-08  Renata Hodovan  <reni@webkit.org>

        Adding few already supported features to the FeatureSet in DOMImplementation
        https://bugs.webkit.org/show_bug.cgi?id=86482

        Reviewed by Nikolas Zimmermann.

        * platform/qt-5.0/svg/custom/svg-features-expected.txt:
        * platform/qt/svg/custom/svg-features-expected.txt:
        * svg/custom/svg-features-expected.txt:

2012-06-07  Vincent Scheib  <scheib@chromium.org>

        Layout Test pointer-lock/pointerlockchange-pointerlockerror-events.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=88604

        Reviewed by Kent Tamura.

        Removed CRASH expectation.
        Test is no longer crashing with this fix to DumpRenderTree.

        * platform/chromium/TestExpectations:

2012-06-08  Stephen Chenney  <schenney@chromium.org>

        WebCore::ImageBuffer.cpp has broken color table code
        https://bugs.webkit.org/show_bug.cgi?id=80321

        Reviewed by Dirk Schulze.

        Temporarily marking Chromium tests expected to fail as a result of this patch. And a new test.

        * platform/chromium/TestExpectations:
        * svg/filters/color-space-conversion.svg:
        * svg/filters/color-space-conversion-expected.svg:

2012-06-08  Qi Zhang  <qi.2.zhang@nokia.com>

        [Qt] fast/viewport/viewport-133.html fails
        https://bugs.webkit.org/show_bug.cgi?id=80689

        Since https://bugs.webkit.org/show_bug.cgi?id=88047 remove this
        test case, remove it from skip list.

        Reviewed by Laszlo Gombos.

        * platform/qt/Skipped:

2012-06-08  Bryan McQuade  <bmcquade@google.com>
        Web Inspector: Annotate timeline records with a frame identifier
        https://bugs.webkit.org/show_bug.cgi?id=86406

        Reviewed by Vsevolod Vlasov.

        * inspector/timeline/timeline-animation-frame-expected.txt:
        * inspector/timeline/timeline-dom-content-loaded-event-expected.txt:
        * inspector/timeline/timeline-event-dispatch-expected.txt:
        * inspector/timeline/timeline-injected-script-eval-expected.txt:
        * inspector/timeline/timeline-layout-expected.txt:
        * inspector/timeline/timeline-load-event-expected.txt:
        * inspector/timeline/timeline-network-resource-expected.txt:
        * inspector/timeline/timeline-paint-expected.txt:
        * inspector/timeline/timeline-parse-html-expected.txt:
        * inspector/timeline/timeline-recalculate-styles-expected.txt:
        * inspector/timeline/timeline-script-tag-1-expected.txt:
        * inspector/timeline/timeline-script-tag-2-expected.txt:
        * inspector/timeline/timeline-test.js:
        * inspector/timeline/timeline-timer-expected.txt:
        * platform/chromium/inspector/timeline/timeline-animation-frame-expected.txt:
        * platform/chromium/inspector/timeline/timeline-event-dispatch-expected.txt:
        * platform/chromium/inspector/timeline/timeline-layout-expected.txt:
        * platform/chromium/inspector/timeline/timeline-network-resource-expected.txt:
        * platform/chromium/inspector/timeline/timeline-paint-expected.txt:
        * platform/chromium/inspector/timeline/timeline-parse-html-expected.txt:
        * platform/chromium/inspector/timeline/timeline-timer-expected.txt:

2012-06-08  Ilya Tikhonovsky  <loislo@chromium.org>

        Unreviewed update for chromium test expectations.
        viewspec-parser-*.html were marked as SLOW.

        * platform/chromium/TestExpectations:
        BUGWK87772 SLOW : svg/dom/viewspec-parser-1.html = PASS
        BUGWK87772 SLOW : svg/dom/viewspec-parser-2.html = PASS
        BUGWK87772 SLOW : svg/dom/viewspec-parser-3.html = PASS
        BUGWK87772 SLOW : svg/dom/viewspec-parser-4.html = PASS
        BUGWK87772 SLOW : svg/dom/viewspec-parser-5.html = PASS

2012-06-08  Arko Saha  <arko@motorola.com>

        Microdata: An element with an empty itemprop='' should not get listed in the .properties list.
        https://bugs.webkit.org/show_bug.cgi?id=88235

        Reviewed by Ryosuke Niwa.

        * fast/dom/MicroData/element-with-empty-itemprop-expected.txt: Added.
        * fast/dom/MicroData/element-with-empty-itemprop.html: Added.

2012-06-08  Sudarsana Nagineni  <sudarsana.nagineni@linux.intel.com>

        [EFL] Unskip passing sputnik tests
        https://bugs.webkit.org/show_bug.cgi?id=88641

        Unreviewed, unskip sputnik tests which are passing now.

        * platform/efl/TestExpectations:

2012-06-08  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, removing crash expectations for two plugins
        tests that were fixed after LLInt was enabled for the Gtk port in r119593.

        * platform/gtk/TestExpectations:

2012-06-08  Hans Wennborg  <hans@chromium.org>

        Speech JavaScript API: mock WebSpeechRecognizer for DumpRenderTree
        https://bugs.webkit.org/show_bug.cgi?id=87976

        Reviewed by Kent Tamura.

        Add a layout test using the new mock, pushing a mock result through
        and checking that events fire correctly.

        * fast/speech/scripted/speechrecognition-basics-expected.txt: Added.
        * fast/speech/scripted/speechrecognition-basics.html: Added.

2012-06-08  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening after r119795, adding separate test expectations
        for jquery/core.html - the test is crashing on debug builds and failing
        with a text diff on release builds.

        * platform/gtk/TestExpectations:

2012-06-08  Noel Gordon  <noel.gordon@gmail.com>

        [chromium] Run optimize-baselines over canvas-toDataURL-webp.html results

        Unreviewed test expectations update.

        * platform/chromium-mac/fast/canvas/canvas-toDataURL-webp-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/canvas/canvas-toDataURL-webp-expected.png.
        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-toDataURL-webp-expected.png: Renamed from LayoutTests/platform/chromium-mac-snowleopard/fast/canvas/canvas-toDataURL-webp-expected.png.

2012-06-08  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skip tests using disabled SHADOW_DOM feature on Qt.

        * platform/qt/Skipped:

2012-06-08  Dan Bernstein  <mitz@apple.com>

        Fixed fast/files/read-blob-async.html failing after r119791.

        * fast/files/resources/read-blob-test-cases.js:
        (testReadingSingleArrayBufferBlob):
        (testReadingSlicedArrayBufferBlob):
        (testReadingMultipleArrayBufferBlob):
        (testReadingHybridBlob):
        (testReadingSlicedHybridBlob):
        (testReadingTripleSlicedHybridBlob):

2012-06-08  Noel Gordon  <noel.gordon@gmail.com>

        [chromium] New virtual GPU canvas-toDataURL-webp.html results after r119787

        Unreviewed test expectations update.

        * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-toDataURL-webp-expected.png: Added.

2012-06-07  Noel Gordon  <noel.gordon@gmail.com>

        [chromium] Update canvas-toDataURL-webp.html results after r119787

        Unreviewed test expectations update.

        * platform/chromium/TestExpectations:
        * platform/chromium-win/fast/canvas/canvas-toDataURL-webp-expected.png: Added.

2012-06-07  Takashi Sakamoto  <tasak@google.com>

        ShadowRoot needs resetStyleInheritance
        https://bugs.webkit.org/show_bug.cgi?id=84048

        Added layout tests for checking whether resetStyleInheritance works correctly or not.

        Reviewed by Hajime Morita.

        * fast/dom/shadow/shadow-root-resetStyleInheritance.html: Added.
        * fast/dom/shadow/shadow-root-resetStyleInheritance-expected.html: Added.

2012-06-07  Kinuko Yasuda  <kinuko@chromium.org>

        Fix unmatched parenthesis in fast/dom/HTMLAnchorElement/anchor-download-unset.html
        https://bugs.webkit.org/show_bug.cgi?id=88526

        Reviewed by Alexey Proskuryakov.

        This test is skipped on other platforms than chromium.

        * fast/dom/HTMLAnchorElement/anchor-download-unset.html:
        * platform/chromium/TestExpectations:

2012-06-07  Victor Carbune  <victor@rosedu.org>

        addTextTrack should set track mode to HIDDEN
        https://bugs.webkit.org/show_bug.cgi?id=88317

        Reviewed by Eric Carlson.

        * media/track/track-texttracks-expected.txt: Updated.
        * media/track/track-texttracks.html: Updated.

2012-06-07  Li Yin  <li.yin@intel.com>

        FileAPI: Blob should support ArrayBufferView instead of ArrayBuffer for Constructor Parameters
        https://bugs.webkit.org/show_bug.cgi?id=88294

        Reviewed by Jian Li.

        Support ArrayBufferView in Blob constructing function.

        * fast/files/blob-constructor-expected.txt:
        * fast/files/file-reader-fffd-expected.txt:
        * fast/files/file-reader-fffd.html:
        * fast/files/script-tests/blob-constructor.js:
        * http/tests/websocket/tests/hybi/bufferedAmount-after-close-in-busy.html:
        * http/tests/websocket/tests/hybi/bufferedAmount-after-close.html:
        * http/tests/websocket/tests/hybi/send-blob.html:
        * http/tests/websocket/tests/hybi/workers/resources/send-blob.js:
        (createBlobContainingAllDistinctBytes):

2012-06-07  MORITA Hajime  <morrita@google.com>

        A style in an older shadow subtree causes assert when composing with <shadow>
        https://bugs.webkit.org/show_bug.cgi?id=88299

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/insertion-point-shadow-crash-expected.txt: Added.
        * fast/dom/shadow/insertion-point-shadow-crash.html: Added.

2012-06-07  Joshua Lock  <joshua.lock@intel.com>

        [EFL][DRT] Normalize file:///tmp/LayoutTests in LayoutTestController::pathToLocalResource()
        https://bugs.webkit.org/show_bug.cgi?id=67255

        Reviewed by Dirk Pranke.

        * platform/efl/TestExpectations: unskip
        fast/dom/frame-loading-via-document-write.html now that
        LayoutTestController::pathToLocalResource() is implemented for EFL.

2012-06-07  Noel Gordon  <noel.gordon@gmail.com>

        [chromium] Use WEBPImportPictureRGBX|BGRX to import picture data
        https://bugs.webkit.org/show_bug.cgi?id=88218

        Reviewed by Kent Tamura.

        The test image (html5.png) has an alpha 255 background. The background should
        be rendered black when a <canvas>.toDataURL('image/webp') is used as an <img>
        element src attribute for example, since WEBP does not support alpha.

        * fast/canvas/canvas-toDataURL-webp-expected.txt:
        * fast/canvas/canvas-toDataURL-webp.html: Change the test to encode the added
        html5.png test image as an image/webp data url.
        * fast/canvas/resources/html5.png: Added.
        * platform/chromium-mac-snowleopard/fast/canvas/canvas-toDataURL-webp-expected.png: Added.
        * platform/chromium/TestExpectations: Requires WIN, LINUX rebaselines.

2012-06-07  Ojan Vafai  <ojan@chromium.org>

        Last set of chromium rebaselines after r119748.
        Also mark pointer-lock/pointerlockchange-pointerlockerror-events.html
        as crashing in Chromium debug after r119763.

        Excluding list of changed pngs because it's too long.
        * platform/chromium/TestExpectations:

2012-06-07  Ojan Vafai  <ojan@chromium.org>

        Mark fast/table/multiple-captions-display.xhtml as flaky on Chromium.
        * platform/chromium/TestExpectations:

2012-06-07  Ojan Vafai  <ojan@chromium.org>

        Chromium rebaselines after http://trac.webkit.org/changeset/119760.

        * platform/chromium-linux/fast/borders/border-radius-valid-border-clipping-expected.png: Added.
        * platform/chromium-mac/fast/borders/border-radius-valid-border-clipping-expected.png:
        * platform/chromium-win/fast/borders/border-radius-valid-border-clipping-expected.png: Added.

2012-06-07  Tony Chang  <tony@chromium.org>

        [chromium] Unreviewed, new baselines for chromium-win after fixing
        scrollbar rendering in r119748.

        List of files omitted since it's long.

2012-06-06  Vincent Scheib  <scheib@chromium.org>

        Add new Pointer Lock spec events webkitpointerlockchange and webkitpointerlockerror
        https://bugs.webkit.org/show_bug.cgi?id=88377

        Reviewed by Dimitri Glazkov.

        Part of a series of refactoring changes to update pointer lock API to
        the fullscreen locking style. https://bugs.webkit.org/show_bug.cgi?id=84402

        New change and error events added. Follow up patches will remove
        the previous callbacks and pointerlocklost event. Tests updated
        to include the new events, and a new test added specifically for
        the new events, pointerlockchange-pointerlockerror-events.html.

        * pointer-lock/lock-already-locked-expected.txt:
        * pointer-lock/lock-already-locked.html:
        * pointer-lock/pointer-lock-api-expected.txt:
        * pointer-lock/pointer-lock-api.html:
        * pointer-lock/pointerlockchange-pointerlockerror-events-expected.txt: Added.
        * pointer-lock/pointerlockchange-pointerlockerror-events.html: Added.
        * pointer-lock/pointerlocklost-event-expected.txt:
        * pointer-lock/pointerlocklost-event.html:

2012-06-07  Takashi Sakamoto  <tasak@google.com>

        Incorrect border rendering when border radius is above 2px.
        https://bugs.webkit.org/show_bug.cgi?id=88046

        Reviewed by Simon Fraser.

        * fast/borders/border-radius-valid-border-clipping-expected.txt: Added.
        * fast/borders/border-radius-valid-border-clipping.html: Added.
        * platform/chromium-mac/fast/borders/border-radius-valid-border-clipping-expected.png: Added.

2012-06-07  Edaena Salinas Jasso  <edaena@apple.com>

        Should fire error event for empty 404 script
        https://bugs.webkit.org/show_bug.cgi?id=50589

        Reviewed by Brady Eidson.

        Based on a test by Ojan Vafai.

        * http/tests/loading/fire-error-event-empty-404-script-expected.txt: Added.
        * http/tests/loading/fire-error-event-empty-404-script.html: Added.
        * http/tests/loading/fire-error-event-script-no-content-type-expected.txt: Added.
        * http/tests/loading/fire-error-event-script-no-content-type.html: Added.
        * http/tests/loading/resources/404-with-empty-body-no-content-type.cgi: Added.
        * http/tests/loading/resources/404-with-empty-body.cgi: Added.
        * http/tests/resources/network-simulator.php: Fixed to no longer return 404 error
        when logging a request.

2012-06-07  Ojan Vafai  <ojan@chromium.org>

        fast/js/dfg-double-vote-fuzz.html fails on Chromium release.

        * platform/chromium/TestExpectations:

2012-06-07  Alec Flett  <alecflett@chromium.org>

        IndexedDB: Error codes, phase one
        https://bugs.webkit.org/show_bug.cgi?id=88459

        Reviewed by Tony Chang.

        * storage/indexeddb/basics-expected.txt:
        * storage/indexeddb/basics-shared-workers-expected.txt:
        * storage/indexeddb/basics-workers-expected.txt:
        * storage/indexeddb/create-and-remove-object-store-expected.txt:
        * storage/indexeddb/cursor-advance-expected.txt:
        * storage/indexeddb/cursor-update-expected.txt:
        * storage/indexeddb/database-basics-expected.txt:
        * storage/indexeddb/deleteIndex-expected.txt:
        * storage/indexeddb/resources/basics.js:
        (test):
        * storage/indexeddb/resources/create-and-remove-object-store.js:
        (testCreateAndRemove):
        (tryOnceMore):
        * storage/indexeddb/resources/cursor-advance.js:
        (testBadAdvance.advanceBadly):
        (testBadAdvance):
        * storage/indexeddb/resources/cursor-update.js:
        (keyCursor):
        * storage/indexeddb/resources/database-basics.js:
        (testClose):
        * storage/indexeddb/resources/deleteIndex.js:
        (postTwiddling):
        * storage/indexeddb/resources/transaction-after-close.js:
        (firstTransactionComplete):
        * storage/indexeddb/resources/transaction-and-objectstore-calls.js:
        (afterComplete):
        * storage/indexeddb/resources/transaction-basics.js:
        (testInvalidMode):
        * storage/indexeddb/transaction-after-close-expected.txt:
        * storage/indexeddb/transaction-and-objectstore-calls-expected.txt:
        * storage/indexeddb/transaction-basics-expected.txt:

2012-06-07  Elliot Poger  <epoger@chromium.org>

        Unreviewed, rolling out r119737.
        http://trac.webkit.org/changeset/119737

        see https://bugs.webkit.org/show_bug.cgi?id=88561

        * css1/basic/class_as_selector-expected.txt: Removed.
        * css1/basic/containment-expected.txt: Removed.
        ...
        * platform/gtk/css3/selectors3/xml/css3-modsel-74-expected.txt: Copied from LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-74-expected.txt.
        * platform/gtk/css3/selectors3/xml/css3-modsel-74b-expected.txt: Copied from LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-74b-expected.txt.

2012-06-07  Ojan Vafai  <ojan@chromium.org>

        Hopefully final chromium rebaseline for r119617.

        * platform/chromium-mac/compositing/geometry/fixed-position-composited-page-scale-down-expected.png:

2012-06-07  Ami Fischman  <fischman@chromium.org>

        Plumb CORS attribute information from HTMLMediaElement to media players so it can be used
        https://bugs.webkit.org/show_bug.cgi?id=88349

        Reviewed by Adam Barth.

        * http/tests/security/resources/video-cross-origin-allow.php: Added.
        * http/tests/security/video-cross-origin-readback-expected.txt: Added.
        * http/tests/security/video-cross-origin-readback.html: Added.
        * platform/efl/Skipped:
        * platform/gtk/TestExpectations:
        * platform/mac/Skipped:
        * platform/qt/Skipped:
        * platform/win/Skipped:
        * platform/wk2/Skipped:

2012-06-07  Stephen White  <senorblanco@chromium.org>

        Unreviewed; chromium test_expectations update.

        Removing expected-to-fail results for now-passing tests.

        * platform/chromium-mac/canvas/philip/tests/2d.line.width.basic-expected.txt: Removed.
        * platform/chromium-mac/canvas/philip/tests/2d.line.width.transformed-expected.txt: Removed.
        * platform/chromium-mac/canvas/philip/tests/2d.transformation.setTransform.skewed-expected.txt: Removed.
        * platform/chromium-mac/canvas/philip/tests/2d.transformation.transform.skewed-expected.txt: Removed.

2012-06-07  Jer Noble  <jer.noble@apple.com>

        sometimes all slaved videos don't start playing
        https://bugs.webkit.org/show_bug.cgi?id=88553

        Reviewed by Darin Adler.

        * media/media-controller-time-clamp-expected.txt: Added.
        * media/media-controller-time-clamp.html: Added.

2012-06-07  Ojan Vafai  <ojan@chromium.org>

        Mark another test as slow on Chromium Windows.
        * platform/chromium/TestExpectations:

2012-06-07  Elliot Poger  <epoger@chromium.org>

        Part 1 of rebaselines for http://crbug.com/131189

        Unreviewed rebaselining.

        * css1/basic/class_as_selector-expected.txt: Added.
        * css1/basic/containment-expected.txt: Added.
        ...
        * platform/gtk/css3/selectors3/xml/css3-modsel-74-expected.txt: Removed.
        * platform/gtk/css3/selectors3/xml/css3-modsel-74b-expected.txt: Removed.

2012-06-07  Mike Reed  <reed@google.com>

        clean up suppressions around two-point-radial-gradient in skia (fix will come later)
        https://bugs.webkit.org/show_bug.cgi?id=88549

        Expectations change only.

        * platform/chromium/TestExpectations:

2012-06-07  Ojan Vafai  <ojan@chromium.org>

        Update some flaky/slow expectations to better match the bots.
        * platform/chromium/TestExpectations:

2012-06-07  Raymes Khoury  <raymes@chromium.org>

        Incorrect rect-based hit-test result for culled-inline elements
        https://bugs.webkit.org/show_bug.cgi?id=85849

        Reviewed by Levi Weintraub.

        Added tests for rect-based hit-testing for the case when the child of a
        culled inline element is in the hit-test result. One of these tests is
        expected to fail due to https://bugs.webkit.org/show_bug.cgi?id=88376.

        * fast/dom/nodesFromRect-culled-inline-expected.txt: Added.
        * fast/dom/nodesFromRect-culled-inline.html: Added.

2012-06-07  Daniel Erat  <derat@chromium.org>

        [chromium] Add test for subpixel positioning.
        https://bugs.webkit.org/show_bug.cgi?id=88263

        Reviewed by Tony Chang.

        * platform/chromium-linux/fast/text/chromium-linux-text-subpixel-positioning-expected.png: Added.
        * platform/chromium-linux/fast/text/chromium-linux-text-subpixel-positioning-expected.txt: Added.
        * platform/chromium-linux/fast/text/chromium-linux-text-subpixel-positioning.html: Added.

2012-06-07  Simon Pena  <spena@igalia.com>

        [GTK] Add baselines for new tests
        https://bugs.webkit.org/show_bug.cgi?id=88540

        Unreviewed gardening. Added baselines for new tests.

        * platform/gtk/TestExpectations:
        * platform/gtk/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Added.
        * platform/gtk/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.txt: Added.
        * platform/gtk/fast/reflections/reflection-with-zoom-expected.png: Added.
        * platform/gtk/fast/reflections/reflection-with-zoom-expected.txt: Added.
        * platform/gtk/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Added.
        * platform/gtk/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.txt: Added.
        * platform/gtk/svg/repaint/text-mask-update-expected.png: Added.
        * platform/gtk/svg/repaint/text-mask-update-expected.txt: Added.

2012-06-07  Brady Eidson  <beidson@apple.com>

        https://bugs.webkit.org/show_bug.cgi?id=88481

        Move new test added by r119644 that was only meant for platform/mac into the platform/mac directory:
        * platform/mac/fast/loader/resources/utf8-encoded.webarchive: Renamed from LayoutTests/fast/loader/resources/utf8-encoded.webarchive.
        * platform/mac/fast/loader/webarchive-encoding-respected-expected.txt: Renamed from LayoutTests/fast/loader/webarchive-encoding-respected-expected.txt.
        * platform/mac/fast/loader/webarchive-encoding-respected.html: Renamed from LayoutTests/fast/loader/webarchive-encoding-respected.html.

        Also remove it from the TestExpectations files for platforms where it was Skipped:
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/qt/TestExpectations:

2012-06-07  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r119707.
        http://trac.webkit.org/changeset/119707
        https://bugs.webkit.org/show_bug.cgi?id=88539

        Because the original patch with the failing test was rolled
        out by 119712 (Requested by Ossy on #webkit).

        * platform/qt/Skipped:

2012-06-07  Stephen White  <senorblanco@chromium.org>

        [Chromium] Rebaseline tests after r119591 that enabled imageSmoothingEnabled for patterns
        https://bugs.webkit.org/show_bug.cgi?id=88253

        Unreviewed; test expectations update.

        * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
        * platform/chromium-linux/svg/custom/pattern-skew-transformed-expected.png: Removed.
        * platform/chromium-linux/svg/custom/pattern-with-transformation-expected.png:
        * platform/chromium-mac-leopard/svg/custom/pattern-with-transformation-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/pattern-with-transformation-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
        * platform/chromium-mac/svg/custom/nested-pattern-boundingBoxModeContent-expected.png:
        * platform/chromium-mac/svg/custom/oversized-pattern-scale-expected.png:
        * platform/chromium-mac/svg/custom/pattern-in-defs-expected.png:
        * platform/chromium-mac/svg/custom/pattern-skew-transformed-expected.png:
        * platform/chromium-mac/svg/custom/pattern-with-transformation-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
        * platform/chromium-win/svg/custom/nested-pattern-boundingBoxModeContent-expected.png:
        * platform/chromium-win/svg/custom/oversized-pattern-scale-expected.png:
        * platform/chromium-win/svg/custom/pattern-in-defs-expected.png:
        * platform/chromium-win/svg/custom/pattern-skew-transformed-expected.png:
        * platform/chromium-win/svg/custom/pattern-with-transformation-expected.png:
        * platform/chromium/TestExpectations:

2012-06-07  Mario Sanchez Prada  <msanchez@igalia.com>

        Unreviewed. Unskip passing tests for GTK.

        * platform/gtk/TestExpectations:

2012-06-07  Alexei Filippov  <alexeif@chromium.org>

        Web Inspector: sorting of object fields is broken in heap profiler
        https://bugs.webkit.org/show_bug.cgi?id=88532

        A recent change to heap profiler has replaced getters with functions.
        Function calls were missing in couple places after that change.

        The following changes were made to the tests:
        - generateSnapshot now uses pseudo random numbers for object sizes.
          It allows to test sorting.
        - Added a test that checks sorting of object instances of a particular class.
        - Added a test that checks sorting of fields in an object instance.

        Reviewed by Vsevolod Vlasov.

        Tests: inspector/profiler/heap-snapshot-summary-sorting-fields.html
               inspector/profiler/heap-snapshot-summary-sorting-instances.html

        * inspector/profiler/heap-snapshot-summary-sorting-fields-expected.txt: Added.
        * inspector/profiler/heap-snapshot-summary-sorting-fields.html: Added.
        * inspector/profiler/heap-snapshot-summary-sorting-instances-expected.txt: Added.
        * inspector/profiler/heap-snapshot-summary-sorting-instances.html: Added.
        * inspector/profiler/heap-snapshot-test.js:
        (initialize_HeapSnapshotTest.):
        (initialize_HeapSnapshotTest):
        * platform/mac/Skipped:
        * platform/qt/Skipped:
        * platform/win/Skipped:
        * platform/wincairo/Skipped:

2012-06-07  Ilya Tikhonovsky  <loislo@chromium.org>

        Unreviewed. Clean chromium test expectations.

        * platform/chromium/TestExpectations:

2012-06-07  Alexei Filippov  <alexeif@chromium.org>

        Web Inspector: reuse edge_count field of heap snapshot to store retained size
        https://bugs.webkit.org/show_bug.cgi?id=88416

        The edge_count field is unused after node first edge indexes have been built.
        Store node retained size in there instead of allocating an extra array for it.

        Reviewed by Vsevolod Vlasov.

        * inspector/profiler/heap-snapshot.html:

2012-06-07  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r119694.
        http://trac.webkit.org/changeset/119694
        https://bugs.webkit.org/show_bug.cgi?id=88529

        it broke PrerenderBrowserTest.PrerenderHTML5VideoNetwork
        (Requested by loislo on #webkit).

        * http/tests/security/resources/video-cross-origin-allow.php: Removed.
        * http/tests/security/video-cross-origin-readback-expected.txt: Removed.
        * http/tests/security/video-cross-origin-readback.html: Removed.

2012-06-07  Shinya Kawanaka  <shinyak@chromium.org>

        Delete a contenteditable element having a Shadow DOM causes a crash.
        https://bugs.webkit.org/show_bug.cgi?id=86345

        Reviewed by Ryosuke Niwa.

        * editing/shadow/select-contenteditable-shadowhost-expected.txt: Added.
        * editing/shadow/select-contenteditable-shadowhost.html: Added.

2012-06-07  Kinuko Yasuda  <kinuko@chromium.org>

        Unreviewed rebaseline for r115582.

        * http/tests/security/filesystem-iframe-from-remote-expected.txt:
        * platform/chromium/TestExpectations:

2012-06-07  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Gardening. Skip failing new test.
        https://bugs.webkit.org/show_bug.cgi?id=88523

        Reviewed by Csaba Osztrogonác.

        * platform/qt/Skipped: Skip http/tests/security/video-cross-origin-readback.html.

2012-06-07  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed Skipped list cleanup. Remove disabled/passing tests, add bug reports.

        * platform/qt-arm/Skipped:
        * platform/qt/Skipped:

2012-06-07  Li Yin  <li.yin@intel.com>

        FileAPI: If type consists of non-ASCII characters in Blob constructor, it should throw a SyntaxError.
        https://bugs.webkit.org/show_bug.cgi?id=88411

        Reviewed by Kentaro Hara.

        From Spec: http://dev.w3.org/2006/webapi/FileAPI/#constructorBlob
        If type consists of any non-ASCII characters, throw a SyntaxError and
        return from this algorithm.

        * fast/files/blob-constructor-expected.txt:
        * fast/files/script-tests/blob-constructor.js:

2012-06-07  Arpita Bahuguna  <arpitabahuguna@gmail.com>

        InsertUnorderedList and InsertOrderedList (execCommand) do not remove bullets
        https://bugs.webkit.org/show_bug.cgi?id=84597

        Reviewed by Ryosuke Niwa.

        This test verifies removing of an (un)ordered list on a selection consisting of multiple
        list items (paragraphs) when the end point of the selection points to the end of the last
        list item; followed by another paragraph not part of the selection/list.
 
        * editing/execCommand/remove-list-from-multi-list-items-expected.txt: Added.
        * editing/execCommand/remove-list-from-multi-list-items.html: Added.

2012-06-07  Yoshifumi Inoue  <yosin@chromium.org>

        [Forms] Improve test coverage of input-number-size.html
        https://bugs.webkit.org/show_bug.cgi?id=88489

        Reviewed by Kent Tamura.

        This patch improves test coverage for NumberInputType::sizeShouldIncludeDecoration()
        for preparation of introducing decimal arithmetic.

        * fast/forms/number/input-number-size-expected.txt: Updated for a new test case.
        * fast/forms/number/input-number-size.html: Added a test case.

2012-06-07  Li Yin  <li.yin@intel.com>

        [FileAPI] FileReader should throw an InvalidStateError exception when readyState is LOADING
        https://bugs.webkit.org/show_bug.cgi?id=88212

        Reviewed by Jian Li.

        From spec: http://www.w3.org/TR/FileAPI/#readAsBinaryString
        FileReader should throw an InvalidStateError exception instead of NOT_ALLOWED_ERR.

        * fast/files/read-file-async-expected.txt:
        * fast/files/workers/worker-read-file-async-expected.txt:

2012-06-07  Hironori Bono  <hbono@chromium.org>

        Use light gray for grammar markers on Windows and Linux
        https://bugs.webkit.org/show_bug.cgi?id=88398

        Reviewed by Ryosuke Niwa.

        This change changes the color of grammar markers from dark gray to light gray
        and rebaselines a couple of pixel tests affected by this change.

        * platform/chromium-linux/editing/spelling/grammar-markers-expected.png:
        * platform/chromium-win/editing/spelling/grammar-markers-expected.png:

2012-06-06  Xianzhu Wang  <wangxianzhu@chromium.org>

        Element.getBoundingClientRect() and Element.getClientRects() return incorrect values in frames in a scaled page
        https://bugs.webkit.org/show_bug.cgi?id=88430

        Reviewed by James Robinson.

        * fast/dom/Element/resources/client-rect-frame.html: Added.
        * fast/dom/Element/scale-page-bounding-client-rect-in-frame-expected.txt: Added.
        * fast/dom/Element/scale-page-bounding-client-rect-in-frame.html: Added.
        * fast/dom/Element/scale-page-client-rects-in-frame-expected.txt: Added.
        * fast/dom/Element/scale-page-client-rects-in-frame.html: Added.

2012-06-06  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r119668.
        http://trac.webkit.org/changeset/119668
        https://bugs.webkit.org/show_bug.cgi?id=88493

        Hitting assertions in debug builds (Requested by rniwa on
        #webkit).

        * editing/selection/caret-in-empty-inline-1-expected.txt: Removed.
        * editing/selection/caret-in-empty-inline-1.html: Removed.
        * editing/selection/caret-in-empty-inline-2-expected.txt: Removed.
        * editing/selection/caret-in-empty-inline-2.html: Removed.

2012-06-06  Ryosuke Niwa  <rniwa@webkit.org>

        One more Chromium rebaseline for r119617.

        Also update the test expectation per r119659.
        fast/sub-pixel/file-upload-control-at-fractional-offset.html should have MISSING expectation.

        * platform/chromium-linux/compositing/geometry/fixed-position-expected.png:
        * platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-expected.png:
        * platform/chromium-mac/compositing/geometry/fixed-position-expected.png:
        * platform/chromium-win/compositing/geometry/fixed-position-expected.png:
        * platform/chromium/TestExpectations:

2012-06-06  Ryosuke Niwa  <rniwa@webkit.org>

        More Chromium rebaselines for r119591 and r119617.

        * platform/chromium-linux/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Removed.
        * platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-composited-page-scale-down-expected.png:
        * platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png: Added.
        * platform/chromium-win-xp/fast/text/backslash-to-yen-sign-euc-expected.png:
        * platform/chromium-win/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png:

2012-06-06  Ryosuke Niwa  <rniwa@webkit.org>

        Add an image failure expectation to fast/repaint/fixed-tranformed.html
        on Chromium Windows and Chromium Mac. The failure is tracked by the bug 88490.

        * platform/chromium/TestExpectations:

2012-06-06  Ryosuke Niwa  <rniwa@webkit.org>

        Add a timeout expectation to http/tests/media/video-cookie.html.
        The failure is tracked by the Chromium issue 131533.

        * platform/chromium/TestExpectations:

2012-06-06  Shezan Baig  <shezbaig.wk@gmail.com>

        Caret is not rendered in empty inline contenteditable elements
        https://bugs.webkit.org/show_bug.cgi?id=85793

        Reviewed by Ryosuke Niwa.

        Add test cases for caret in empty inline.

        * editing/selection/caret-in-empty-inline-1-expected.txt: Added.
        * editing/selection/caret-in-empty-inline-1.html: Added.
        * editing/selection/caret-in-empty-inline-2-expected.txt: Added.
        * editing/selection/caret-in-empty-inline-2.html: Added.

2012-06-06  Ryosuke Niwa  <rniwa@webkit.org>

        Add failing test expectation for the test added by r119644.
        The failure is tracked by the bug 88481.

        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/qt/TestExpectations:

2012-06-06  Noel Gordon  <noel.gordon@gmail.com>

        Add a test for PNG COLOR_TYPE_PALETTE image with a color profile
        https://bugs.webkit.org/show_bug.cgi?id=86722

        Reviewed by Adam Barth

        Add paletted PNG image with a color profile and write a test. Add platform exceptions
        since color correction is not implemented on all platforms. Note: that wincairo skips
        fast/images/*.

        * fast/images/paletted-png-with-color-profile-expected.txt: Added.
        * fast/images/paletted-png-with-color-profile.html: Added.
        * fast/images/resources/palatted-color-png-gamma-one-color-profile.png: Added.
        * platform/chromium/TestExpectations: No color correction for paletted PNG images.
        * platform/efl/TestExpectations: SKIP, no color correction.
        * platform/gtk/TestExpectations: SKIP, no color correction.
        * platform/mac-snowleopard/fast/images/paletted-png-with-color-profile-expected.png: Added.
        The image is a 64-color, paletted PNG image containing a gamma 1.0 sRGB color profile.
        See the bug for more detailed properties of the test image and its color profile.
        * platform/qt/TestExpectations: SKIP, no color correction.

2012-06-06  Alexis Menard  <alexis.menard@openbossa.org>

        Fix border-image-slice failures on http://css3test.com.
        https://bugs.webkit.org/show_bug.cgi?id=88328

        Reviewed by Tony Chang.

        Make sure we cover more border-image-slice parsing.

        * fast/css/getComputedStyle/getComputedStyle-border-image-slice-expected.txt: Added.
        * fast/css/getComputedStyle/getComputedStyle-border-image-slice.html: Added.

2012-06-06  Levi Weintraub  <leviw@chromium.org>

        Use enclosingIntRect instead of pixelSnappedIntRect in RenderFileUploadControl
        https://bugs.webkit.org/show_bug.cgi?id=88454

        Reviewed by Kent Tamura.

        Skipping new test on non-chromium platforms, and correcting a typo in several skipped files.
        Also updating the bug number in the gtk skipped file to 85532 from 60318 to better reflect
        the outstanding work of enabling each port to support sub-pixel layout, instead of sub-pixel
        layout itself.

        * fast/sub-pixel/file-upload-control-at-fractional-offset.html: Added.
        * platform/chromium-mac-snowleopard/fast/sub-pixel: Added.
        * platform/chromium-mac-snowleopard/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.txt: Added.
        * platform/chromium/TestExpectations:
        * platform/efl/Skipped:
        * platform/gtk-wk2/Skipped:
        * platform/gtk/TestExpectations:
        * platform/mac-lion/Skipped:
        * platform/mac-snowleopard/Skipped:
        * platform/mac-wk2/Skipped:
        * platform/mac/Skipped:
        * platform/qt-4.8/Skipped:
        * platform/qt/Skipped:
        * platform/win-wk2/Skipped:
        * platform/win-xp/Skipped:
        * platform/win/Skipped:
        * platform/wincairo/Skipped:
        * platform/wk2/Skipped:

2012-06-06  Ryosuke Niwa  <rniwa@webkit.org>

        Revert erroneous change in r119637.

        * platform/chromium/TestExpectations:

2012-06-06  Jessie Berlin  <jberlin@apple.com>

        [Win] ASSERT(m_manualStream) failed in PluginView::didFinishLoading running
        fast/loader/reload-zero-byte-plugin.html

        Skip another affected test on Windows to get the bots greener.

        * platform/win/Skipped:

2012-06-06  Ryosuke Niwa  <rniwa@webkit.org>

        Chromium rebaseline after r119617 part 5.

        * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug10140-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug101759-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug10216-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug22122-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla_expected_failures/core: Added.
        * platform/chromium-linux-x86/tables/mozilla_expected_failures/core/captions3-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla_expected_failures/core/columns-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla_expected_failures/marvin: Added.
        * platform/chromium-linux-x86/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png: Added.
        * platform/chromium-linux-x86/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png: Added.
        * platform/chromium-linux/tables/mozilla/bugs/bug1055-1-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug113235-3-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug11944-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug131020-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug137388-2-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug149275-1-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug16252-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug22019-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug2947-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug2997-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug32205-2-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug3977-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug43039-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug43854-1-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug46480-2-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug5797-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug650-expected.png:
        * platform/chromium-linux/tables/mozilla/bugs/bug96343-expected.png:
        * platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
        * platform/chromium-linux/tables/mozilla/core/borders-expected.png:
        * platform/chromium-linux/tables/mozilla/core/captions-expected.png:
        * platform/chromium-linux/tables/mozilla/core/col_widths_auto_fix-expected.png:
        * platform/chromium-linux/tables/mozilla/core/col_widths_fix_fixPer-expected.png:
        * platform/chromium-linux/tables/mozilla/core/row_span-expected.png:
        * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-column-expected.png:
        * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png:
        * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-row-expected.png:
        * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
        * platform/chromium-linux/tables/mozilla/marvin/x_table_bgcolor_name-expected.png:
        * platform/chromium-linux/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.png:
        * platform/chromium-linux/tables/mozilla/marvin/x_td_height-expected.png:
        * platform/chromium-linux/tables/mozilla/marvin/x_td_nowrap-expected.png:
        * platform/chromium-linux/tables/mozilla/marvin/x_th_height-expected.png:
        * platform/chromium-linux/tables/mozilla/marvin/x_th_nowrap-expected.png:
        * platform/chromium-linux/tables/mozilla/other/nestedTables-expected.png:
        * platform/chromium-linux/tables/mozilla/other/test6-expected.png:
        * platform/chromium-linux/tables/mozilla/other/wa_table_tr_align-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug10140-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug101759-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug10216-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug22122-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug32205-1-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/core/captions1-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/core/captions3-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/core/columns-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/core/standards1-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png:
        * platform/chromium-linux/tables/mozilla_expected_failures/other/test4-expected.png:
        * 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-preserve-3d-expected.png:
        * platform/chromium-win-vista/tables/mozilla_expected_failures/bugs/bug10140-expected.png: Added.
        * platform/chromium-win-vista/tables/mozilla_expected_failures/bugs/bug101759-expected.png: Added.
        * platform/chromium-win-vista/tables/mozilla_expected_failures/bugs/bug10216-expected.png: Added.
        * platform/chromium-win-vista/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png: Added.
        * platform/chromium-win-vista/tables/mozilla_expected_failures/bugs/bug106966-expected.png: Added.
        * platform/chromium-win-vista/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png: Added.
        * platform/chromium-win-vista/tables/mozilla_expected_failures/bugs/bug19526-expected.png: Added.
        * platform/chromium-win-vista/tables/mozilla_expected_failures/bugs/bug22122-expected.png: Added.
        * platform/chromium-win-vista/tables/mozilla_expected_failures/bugs/bug85016-expected.png: Added.
        * platform/chromium-win-vista/tables/mozilla_expected_failures/core: Added.
        * platform/chromium-win-vista/tables/mozilla_expected_failures/core/captions2-expected.png: Added.
        * platform/chromium-win-vista/tables/mozilla_expected_failures/core/captions3-expected.png: Added.
        * platform/chromium-win-vista/tables/mozilla_expected_failures/core/col_span2-expected.png: Added.
        * platform/chromium-win-vista/tables/mozilla_expected_failures/core/columns-expected.png: Added.
        * platform/chromium-win-vista/tables/mozilla_expected_failures/marvin: Added.
        * platform/chromium-win-vista/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png: Added.
        * platform/chromium-win-vista/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png: Added.
        * platform/chromium-win-vista/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png: Added.
        * platform/chromium-win-vista/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png: Added.
        * platform/chromium-win-vista/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png: Added.
        * platform/chromium-win-vista/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png: Added.
        * platform/chromium-win-vista/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png: Added.
        * platform/chromium-win-vista/tables/mozilla_expected_failures/other: Added.
        * platform/chromium-win-vista/tables/mozilla_expected_failures/other/empty_cells-expected.png: Added.
        * platform/chromium-win-xp/tables/mozilla/bugs/bug131020-expected.png: Removed.
        * platform/chromium-win/tables/mozilla/bugs/bug101674-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug10269-2-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug1055-1-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug113235-1-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug137388-2-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug149275-1-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug22019-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug2997-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug38916-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug3977-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug43854-1-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug46480-1-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug50695-1-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug56405-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug625-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug7112-1-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug7112-2-expected.png:
        * platform/chromium-win/tables/mozilla/core/borders-expected.png:
        * platform/chromium-win/tables/mozilla/core/captions-expected.png:
        * platform/chromium-win/tables/mozilla/core/col_span-expected.png:
        * platform/chromium-win/tables/mozilla/core/row_span-expected.png:
        * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
        * platform/chromium-win/tables/mozilla/marvin/x_table_bgcolor_name-expected.png:
        * platform/chromium-win/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.png:
        * platform/chromium-win/tables/mozilla/marvin/x_td_nowrap-expected.png:
        * platform/chromium-win/tables/mozilla/marvin/x_th_nowrap-expected.png:
        * platform/chromium-win/tables/mozilla/other/cell_widths-expected.png:
        * platform/chromium-win/tables/mozilla/other/nestedTables-expected.png:
        * platform/chromium-win/tables/mozilla/other/wa_table_thtd_rowspan-expected.png:
        * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug10140-expected.png:
        * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug101759-expected.png:
        * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug10216-expected.png:
        * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png:
        * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug106966-expected.png:
        * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png:
        * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug19526-expected.png:
        * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug22122-expected.png:
        * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
        * platform/chromium-win/tables/mozilla_expected_failures/core/captions2-expected.png:
        * platform/chromium-win/tables/mozilla_expected_failures/core/captions3-expected.png:
        * platform/chromium-win/tables/mozilla_expected_failures/core/col_span2-expected.png:
        * platform/chromium-win/tables/mozilla_expected_failures/core/columns-expected.png:
        * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png:
        * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
        * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
        * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png:
        * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png:
        * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png:
        * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png:
        * platform/chromium-win/tables/mozilla_expected_failures/other/empty_cells-expected.png:

2012-06-06  Filip Pizlo  <fpizlo@apple.com>

        DFG arguments access slow path should not crash if the arguments haven't been created
        https://bugs.webkit.org/show_bug.cgi?id=88471

        Reviewed by Gavin Barraclough.

        * fast/js/dfg-arguments-out-of-bounds-expected.txt: Added.
        * fast/js/dfg-arguments-out-of-bounds.html: Added.
        * fast/js/dfg-inline-arguments-out-of-bounds-expected.txt: Added.
        * fast/js/dfg-inline-arguments-out-of-bounds.html: Added.
        * fast/js/script-tests/dfg-arguments-out-of-bounds.js: Added.
        (foo.bar):
        (foo):
        * fast/js/script-tests/dfg-inline-arguments-out-of-bounds.js: Added.
        (foo):
        (bar):

2012-06-06  Ryosuke Niwa  <rniwa@webkit.org>

        Chromium rebaseline after r119617 part 4.

        * platform/chromium-linux-x86/fast/text/international: Added.
        * platform/chromium-linux-x86/fast/text/international/bidi-neutral-run-expected.png: Added.
        * platform/chromium-linux-x86/ietestcenter: Added.
        * platform/chromium-linux-x86/ietestcenter/css3: Added.
        * platform/chromium-linux-x86/ietestcenter/css3/bordersbackgrounds: Added.
        * platform/chromium-linux-x86/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png: Added.
        * platform/chromium-linux-x86/platform/chromium/compositing: Removed.
        * platform/chromium-linux/fast/text/international/bidi-LDB-2-formatting-characters-expected.png:
        * platform/chromium-linux/fast/text/international/bidi-european-terminators-expected.png:
        * platform/chromium-linux/fast/text/international/bidi-neutral-run-expected.png:
        * platform/chromium-linux/fast/text/softHyphen-expected.png:
        * platform/chromium-linux/fast/text/wbr-expected.png:
        * platform/chromium-linux/fast/text/whitespace/024-expected.png:
        * platform/chromium-linux/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.png:
        * platform/chromium-linux/fast/writing-mode/fieldsets-expected.png:
        * platform/chromium-linux/fonts/cursive-expected.png:
        * platform/chromium-linux/fonts/default-expected.png:
        * platform/chromium-linux/fonts/fantasy-expected.png:
        * platform/chromium-linux/fonts/serif-expected.png:
        * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:
        * platform/chromium-linux/media/video-zoom-expected.png:
        * platform/chromium-linux/platform/chromium/compositing/layout-width-change-expected.png:
        * platform/chromium-linux/platform/chromium/media/video-frame-size-change-expected.png:
        * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-bg-expected.png:
        * platform/chromium-linux/printing/return-from-printing-mode-expected.png:
        * platform/chromium-linux/scrollbars/basic-scrollbar-expected.png:
        * platform/chromium-linux/scrollbars/overflow-scrollbar-combinations-expected.png:
        * platform/chromium-linux/scrollbars/scrollbar-orientation-expected.png:
        * platform/chromium-linux/svg/custom/altglyph-expected.png:
        * platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
        * platform/chromium-linux/svg/custom/text-xy-updates-SVGList-expected.png:
        * platform/chromium-linux/svg/dom/SVGLengthList-basics-expected.png:
        * platform/chromium-linux/svg/dom/SVGLengthList-insertItemBefore-expected.png:
        * platform/chromium-linux/svg/dom/SVGLengthList-replaceItem-expected.png:
        * platform/chromium-linux/svg/dom/SVGLengthList-xml-dom-modifications-expected.png:
        * platform/chromium-linux/svg/dom/SVGPathSegList-appendItem-expected.png:
        * platform/chromium-linux/svg/dom/SVGPathSegList-clear-and-initialize-expected.png:
        * platform/chromium-linux/svg/dom/SVGPathSegList-insertItemBefore-expected.png:
        * platform/chromium-linux/svg/dom/SVGPathSegList-removeItem-expected.png:
        * platform/chromium-linux/svg/dom/SVGPathSegList-replaceItem-expected.png:
        * platform/chromium-linux/svg/dom/SVGPointList-basics-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png:
        * platform/chromium-linux/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.png:
        * platform/chromium-linux/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.png:
        * platform/chromium-linux/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.png:
        * platform/chromium-linux/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.png:
        * platform/chromium-linux/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png:
        * platform/chromium-linux/svg/text/multichar-glyph-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-svg-float-border-padding-expected.png:
        * platform/chromium-linux/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
        * platform/chromium-mac-leopard/media/video-zoom-expected.png:
        * platform/chromium-mac-leopard/scrollbars/basic-scrollbar-expected.png:
        * platform/chromium-mac-leopard/scrollbars/disabled-scrollbar-expected.png:
        * platform/chromium-mac-leopard/scrollbars/listbox-scrollbar-combinations-expected.png:
        * platform/chromium-mac-leopard/scrollbars/overflow-scrollbar-combinations-expected.png:
        * platform/chromium-mac-leopard/scrollbars/scrollbar-orientation-expected.png:
        * platform/chromium-mac-snowleopard/media/video-zoom-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/compositing/layout-width-change-expected.png:
        * platform/chromium-mac-snowleopard/scrollbars/basic-scrollbar-expected.png:
        * platform/chromium-mac-snowleopard/scrollbars/disabled-scrollbar-expected.png:
        * platform/chromium-mac-snowleopard/scrollbars/listbox-scrollbar-combinations-expected.png:
        * platform/chromium-mac-snowleopard/scrollbars/overflow-scrollbar-combinations-expected.png:
        * platform/chromium-mac-snowleopard/scrollbars/scrollbar-orientation-expected.png:
        * platform/chromium-mac/media/video-zoom-expected.png:
        * platform/chromium-mac/platform/chromium/compositing/img-layer-grow-expected.png:
        * platform/chromium-mac/platform/chromium/compositing/layout-width-change-expected.png:
        * platform/chromium-mac/scrollbars/basic-scrollbar-expected.png:
        * platform/chromium-mac/scrollbars/disabled-scrollbar-expected.png:
        * platform/chromium-mac/scrollbars/listbox-scrollbar-combinations-expected.png:
        * platform/chromium-mac/scrollbars/overflow-scrollbar-combinations-expected.png:
        * platform/chromium-mac/scrollbars/scrollbar-orientation-expected.png:
        * platform/chromium-win-vista/platform/chromium/compositing: Added.
        * platform/chromium-win-vista/platform/chromium/compositing/layout-width-change-expected.png: Added.
        * platform/chromium-win-xp/platform/chromium/compositing: Added.
        * platform/chromium-win-xp/platform/chromium/compositing/layout-width-change-expected.png: Added.
        * platform/chromium-win/fast/text/international/bidi-european-terminators-expected.png:
        * platform/chromium-win/fast/text/word-break-expected.png:
        * platform/chromium-win/fast/writing-mode/fieldsets-expected.png:
        * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:
        * platform/chromium-win/media/video-zoom-expected.png:
        * platform/chromium-win/platform/chromium/compositing/img-layer-grow-expected.png: Added.
        * platform/chromium-win/platform/chromium/compositing/layout-width-change-expected.png:
        * platform/chromium-win/platform/chromium/media/video-frame-size-change-expected.png:
        * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-bg-expected.png:
        * platform/chromium-win/scrollbars/basic-scrollbar-expected.png:
        * platform/chromium-win/scrollbars/overflow-scrollbar-combinations-expected.png:
        * platform/chromium-win/scrollbars/scrollbar-orientation-expected.png:
        * platform/chromium-win/scrollbars/scrollbars-on-positioned-content-expected.png:
        * platform/chromium-win/svg/custom/altglyph-expected.png:
        * platform/chromium-win/svg/custom/invisible-text-after-scrolling-expected.png:
        * platform/chromium-win/svg/custom/junk-data-expected.png:
        * platform/chromium-win/svg/custom/missing-xlink-expected.png:
        * platform/chromium-win/svg/custom/path-bad-data-expected.png:
        * platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
        * platform/chromium-win/svg/custom/text-xy-updates-SVGList-expected.png:
        * platform/chromium-win/svg/custom/use-font-face-crash-expected.png:
        * platform/chromium-win/svg/dom/SVGLengthList-initialize-expected.png:
        * platform/chromium-win/svg/dom/SVGLengthList-xml-dom-modifications-expected.png:
        * platform/chromium-win/svg/dom/SVGNumberList-basics-expected.png:
        * platform/chromium-win/svg/dom/SVGPathSegList-clear-and-initialize-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png:
        * platform/chromium-win/svg/hixie/error/012-expected.png:
        * platform/chromium-win/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.png:
        * platform/chromium-win/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.png:
        * platform/chromium-win/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.png:
        * platform/chromium-win/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.png:
        * platform/chromium-win/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png:
        * platform/chromium-win/svg/repaint/image-with-clip-path-expected.png:
        * platform/chromium-win/svg/text/multichar-glyph-expected.png:

2012-06-06  Brady Eidson  <beidson@apple.com>

        <rdar://problem/11575112> and https://bugs.webkit.org/show_bug.cgi?id=88428
        REGRESSION (r115654): Opening many non-English WebArchives shows obvious encoding issues

        Reviewed by Nate Chapin.

        * fast/loader/resources/utf8-encoded.webarchive: Added.
        * fast/loader/webarchive-encoding-respected-expected.txt: Added.
        * fast/loader/webarchive-encoding-respected.html: Added.

2012-06-06  Ryosuke Niwa  <rniwa@webkit.org>

        Chromium rebaseline after r119617 part 3.

        * platform/chromium-linux-x86/fast/images: Removed.
        * platform/chromium-linux-x86/fast/media: Removed.
        * platform/chromium-linux-x86/fast/multicol/span/anonymous-style-inheritance-expected.png: Added.
        * platform/chromium-linux-x86/fast/multicol/span/span-as-immediate-child-generated-content-expected.png: Added.
        * platform/chromium-linux-x86/fast/multicol/span/span-as-immediate-columns-child-expected.png: Added.
        * platform/chromium-linux-x86/fast/multicol/vertical-lr: Added.
        * platform/chromium-linux-x86/fast/multicol/vertical-lr/column-rules-expected.png: Added.
        * platform/chromium-linux-x86/fast/multicol/vertical-lr/float-paginate-complex-expected.png: Added.
        * platform/chromium-linux-x86/fast/multicol/vertical-lr/nested-columns-expected.png: Added.
        * platform/chromium-linux-x86/fast/multicol/vertical-rl: Added.
        * platform/chromium-linux-x86/fast/multicol/vertical-rl/column-rules-expected.png: Added.
        * platform/chromium-linux-x86/fast/multicol/vertical-rl/float-paginate-complex-expected.png: Added.
        * platform/chromium-linux-x86/fast/multicol/vertical-rl/nested-columns-expected.png: Added.
        * platform/chromium-linux/fast/forms/file/file-input-direction-expected.png:
        * platform/chromium-linux/fast/forms/form-hides-table-expected.png:
        * platform/chromium-linux/fast/forms/textAreaLineHeight-expected.png:
        * platform/chromium-linux/fast/frames/frame-scrolling-attribute-expected.png:
        * platform/chromium-linux/fast/frames/iframe-scrolling-attribute-expected.png:
        * platform/chromium-linux/fast/images/gif-large-checkerboard-expected.png:
        * platform/chromium-linux/fast/inline/inline-borders-with-bidi-override-expected.png:
        * platform/chromium-linux/fast/invalid/residual-style-expected.png:
        * platform/chromium-linux/fast/layers/scroll-rect-to-visible-expected.png:
        * platform/chromium-linux/fast/line-grid/line-grid-inside-columns-expected.png:
        * platform/chromium-linux/fast/lists/001-vertical-expected.png:
        * platform/chromium-linux/fast/lists/li-br-expected.png:
        * platform/chromium-linux/fast/lists/ol-start-parsing-expected.png:
        * platform/chromium-linux/fast/media/mq-relative-constraints-08-expected.png:
        * platform/chromium-linux/fast/multicol/column-break-with-balancing-expected.png:
        * platform/chromium-linux/fast/multicol/column-rules-stacking-expected.png:
        * platform/chromium-linux/fast/multicol/float-multicol-expected.png:
        * platform/chromium-linux/fast/multicol/float-paginate-complex-expected.png:
        * platform/chromium-linux/fast/multicol/float-paginate-expected.png:
        * platform/chromium-linux/fast/multicol/layers-split-across-columns-expected.png:
        * platform/chromium-linux/fast/multicol/overflow-unsplittable-expected.png:
        * platform/chromium-linux/fast/multicol/scrolling-overflow-expected.png:
        * platform/chromium-linux/fast/multicol/span/anonymous-style-inheritance-expected.png:
        * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
        * platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png:
        * platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-expected.png:
        * platform/chromium-linux/fast/multicol/span/span-as-nested-columns-child-expected.png:
        * platform/chromium-linux/fast/multicol/span/span-margin-collapsing-expected.png:
        * platform/chromium-linux/fast/multicol/table-vertical-align-expected.png:
        * platform/chromium-linux/fast/multicol/vertical-lr/column-rules-expected.png:
        * platform/chromium-linux/fast/multicol/vertical-lr/float-avoidance-expected.png:
        * platform/chromium-linux/fast/multicol/vertical-lr/float-multicol-expected.png:
        * platform/chromium-linux/fast/multicol/vertical-lr/float-paginate-complex-expected.png:
        * platform/chromium-linux/fast/multicol/vertical-lr/nested-columns-expected.png:
        * platform/chromium-linux/fast/multicol/vertical-rl/column-rules-expected.png:
        * platform/chromium-linux/fast/multicol/vertical-rl/float-avoidance-expected.png:
        * platform/chromium-linux/fast/multicol/vertical-rl/float-multicol-expected.png:
        * platform/chromium-linux/fast/multicol/vertical-rl/float-paginate-complex-expected.png:
        * platform/chromium-linux/fast/multicol/vertical-rl/nested-columns-expected.png:
        * platform/chromium-linux/fast/overflow/005-expected.png:
        * platform/chromium-linux/fast/overflow/008-expected.png:
        * platform/chromium-linux/fast/overflow/childFocusRingClip-expected.png:
        * platform/chromium-linux/fast/overflow/clip-rects-fixed-ancestor-expected.png:
        * platform/chromium-linux/fast/overflow/float-in-relpositioned-expected.png:
        * platform/chromium-linux/fast/overflow/image-selection-highlight-expected.png:
        * platform/chromium-linux/fast/overflow/overflow-auto-position-absolute-expected.png:
        * platform/chromium-linux/fast/overflow/overflow-stacking-expected.png:
        * platform/chromium-linux/fast/overflow/overflow-text-hit-testing-expected.png:
        * platform/chromium-linux/fast/overflow/overflow-x-y-expected.png:
        * platform/chromium-linux/fast/overflow/position-fixed-transform-clipping-expected.png:
        * platform/chromium-linux/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
        * platform/chromium-linux/fast/overflow/scrollRevealButton-expected.png:
        * platform/chromium-linux/fast/reflections/reflection-direction-expected.png:
        * platform/chromium-linux/fast/repaint/fixed-child-move-after-scroll-expected.png:
        * platform/chromium-linux/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png:
        * platform/chromium-linux/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png:
        * platform/chromium-linux/fast/repaint/fixed-move-after-scroll-expected.png:
        * platform/chromium-linux/fast/repaint/line-flow-with-floats-1-expected.png:
        * platform/chromium-linux/fast/repaint/line-flow-with-floats-10-expected.png:
        * platform/chromium-linux/fast/repaint/line-flow-with-floats-2-expected.png:
        * platform/chromium-linux/fast/repaint/line-flow-with-floats-3-expected.png:
        * platform/chromium-linux/fast/repaint/line-flow-with-floats-4-expected.png:
        * platform/chromium-linux/fast/repaint/line-flow-with-floats-5-expected.png:
        * platform/chromium-linux/fast/repaint/line-flow-with-floats-6-expected.png:
        * platform/chromium-linux/fast/repaint/line-flow-with-floats-7-expected.png:
        * platform/chromium-linux/fast/repaint/line-flow-with-floats-9-expected.png:
        * platform/chromium-linux/fast/repaint/overflow-auto-in-overflow-auto-scrolled-expected.png:
        * platform/chromium-linux/fast/repaint/overflow-scroll-body-appear-expected.png:
        * platform/chromium-linux/fast/repaint/overflow-scroll-in-overflow-scroll-scrolled-expected.png:
        * platform/chromium-linux/fast/repaint/table-overflow-auto-in-overflow-auto-scrolled-expected.png:
        * platform/chromium-linux/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled-expected.png:
        * platform/chromium-linux/fast/replaced/width100percent-image-expected.png:
        * platform/chromium-linux/fast/table/023-expected.png:
        * platform/chromium-linux/fast/table/027-vertical-expected.png:
        * platform/chromium-linux/fast/table/034-expected.png:
        * platform/chromium-linux/fast/table/040-expected.png:
        * platform/chromium-linux/fast/table/040-vertical-expected.png:
        * platform/chromium-linux/fast/table/border-collapsing/002-vertical-expected.png:
        * platform/chromium-linux/fast/table/border-collapsing/004-vertical-expected.png:
        * platform/chromium-linux/fast/table/height-percent-test-expected.png:
        * platform/chromium-linux/fast/table/height-percent-test-vertical-expected.png:
        * platform/chromium-linux/fast/table/table-display-types-vertical-expected.png:
        * platform/chromium-linux/fast/table/wide-colspan-expected.png:
        * platform/chromium-linux/fast/table/wide-column-expected.png:
        * platform/chromium-mac/fast/frames/transparent-scrollbar-expected.png:
        * platform/chromium-win-vista/fast/multicol: Added.
        * platform/chromium-win-vista/fast/multicol/span: Added.
        * platform/chromium-win-vista/fast/multicol/span/anonymous-style-inheritance-expected.png: Added.
        * platform/chromium-win-vista/fast/multicol/span/span-as-immediate-child-generated-content-expected.png: Added.
        * platform/chromium-win-vista/fast/multicol/span/span-as-immediate-columns-child-expected.png: Added.
        * platform/chromium-win-vista/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png: Added.
        * platform/chromium-win-vista/fast/multicol/vertical-lr: Added.
        * platform/chromium-win-vista/fast/multicol/vertical-lr/column-break-with-balancing-expected.png: Added.
        * platform/chromium-win-vista/fast/multicol/vertical-lr/column-rules-expected.png: Added.
        * platform/chromium-win-vista/fast/multicol/vertical-lr/float-paginate-complex-expected.png: Added.
        * platform/chromium-win-vista/fast/multicol/vertical-lr/nested-columns-expected.png: Added.
        * platform/chromium-win-vista/fast/multicol/vertical-lr/unsplittable-inline-block-expected.png: Added.
        * platform/chromium-win-vista/fast/multicol/vertical-rl: Added.
        * platform/chromium-win-vista/fast/multicol/vertical-rl/column-break-with-balancing-expected.png: Added.
        * platform/chromium-win-vista/fast/multicol/vertical-rl/column-rules-expected.png: Added.
        * platform/chromium-win-vista/fast/multicol/vertical-rl/float-paginate-complex-expected.png: Added.
        * platform/chromium-win-vista/fast/multicol/vertical-rl/nested-columns-expected.png: Added.
        * platform/chromium-win-vista/fast/multicol/vertical-rl/unsplittable-inline-block-expected.png: Added.
        * platform/chromium-win/fast/forms/basic-textareas-expected.png:
        * platform/chromium-win/fast/forms/basic-textareas-quirks-expected.png:
        * platform/chromium-win/fast/forms/button-default-title-expected.png:
        * platform/chromium-win/fast/forms/form-hides-table-expected.png:
        * platform/chromium-win/fast/forms/textAreaLineHeight-expected.png:
        * platform/chromium-win/fast/frames/iframe-scrolling-attribute-expected.png:
        * platform/chromium-win/fast/frames/inline-object-inside-frameset-expected.png:
        * platform/chromium-win/fast/frames/transparent-scrollbar-expected.png:
        * platform/chromium-win/fast/gradients/css3-color-stop-units-expected.png:
        * platform/chromium-win/fast/images/gif-large-checkerboard-expected.png:
        * platform/chromium-win/fast/images/gray-scale-jpeg-with-color-profile-expected.png:
        * platform/chromium-win/fast/inline-block/tricky-baseline-expected.png:
        * platform/chromium-win/fast/inline/inline-borders-with-bidi-override-expected.png:
        * platform/chromium-win/fast/inline/long-wrapped-line-expected.png:
        * platform/chromium-win/fast/invalid/residual-style-expected.png:
        * platform/chromium-win/fast/layers/overflow-scroll-auto-switch-expected.png:
        * platform/chromium-win/fast/line-grid/line-grid-inside-columns-expected.png:
        * platform/chromium-win/fast/lists/001-expected.png:
        * platform/chromium-win/fast/lists/001-vertical-expected.png:
        * platform/chromium-win/fast/lists/li-br-expected.png:
        * platform/chromium-win/fast/lists/ol-start-parsing-expected.png:
        * platform/chromium-win/fast/multicol/column-break-with-balancing-expected.png:
        * platform/chromium-win/fast/multicol/columns-shorthand-parsing-expected.png:
        * platform/chromium-win/fast/multicol/float-multicol-expected.png:
        * platform/chromium-win/fast/multicol/float-paginate-complex-expected.png:
        * platform/chromium-win/fast/multicol/float-paginate-expected.png:
        * platform/chromium-win/fast/multicol/layers-in-multicol-expected.png:
        * platform/chromium-win/fast/multicol/layers-split-across-columns-expected.png:
        * platform/chromium-win/fast/multicol/overflow-unsplittable-expected.png:
        * platform/chromium-win/fast/multicol/positioned-with-constrained-height-expected.png:
        * platform/chromium-win/fast/multicol/scrolling-overflow-expected.png:
        * platform/chromium-win/fast/multicol/span/anonymous-style-inheritance-expected.png:
        * platform/chromium-win/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
        * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-expected.png:
        * platform/chromium-win/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png:
        * platform/chromium-win/fast/multicol/table-vertical-align-expected.png:
        * platform/chromium-win/fast/multicol/vertical-lr/column-break-with-balancing-expected.png:
        * platform/chromium-win/fast/multicol/vertical-lr/column-rules-expected.png:
        * platform/chromium-win/fast/multicol/vertical-lr/float-paginate-complex-expected.png:
        * platform/chromium-win/fast/multicol/vertical-lr/nested-columns-expected.png:
        * platform/chromium-win/fast/multicol/vertical-lr/unsplittable-inline-block-expected.png:
        * platform/chromium-win/fast/multicol/vertical-rl/column-break-with-balancing-expected.png:
        * platform/chromium-win/fast/multicol/vertical-rl/column-rules-expected.png:
        * platform/chromium-win/fast/multicol/vertical-rl/float-paginate-complex-expected.png:
        * platform/chromium-win/fast/multicol/vertical-rl/nested-columns-expected.png:
        * platform/chromium-win/fast/multicol/vertical-rl/unsplittable-inline-block-expected.png:
        * platform/chromium-win/fast/overflow/003-expected.png:
        * platform/chromium-win/fast/overflow/005-expected.png:
        * platform/chromium-win/fast/overflow/007-expected.png:
        * platform/chromium-win/fast/overflow/008-expected.png:
        * platform/chromium-win/fast/overflow/float-in-relpositioned-expected.png:
        * platform/chromium-win/fast/overflow/image-selection-highlight-expected.png:
        * platform/chromium-win/fast/overflow/overflow-stacking-expected.png:
        * platform/chromium-win/fast/overflow/position-fixed-transform-clipping-expected.png:
        * platform/chromium-win/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
        * platform/chromium-win/fast/overflow/unreachable-overflow-rtl-bug-expected.png:
        * platform/chromium-win/fast/reflections/reflection-direction-expected.png:
        * platform/chromium-win/fast/repaint/block-selection-gap-stale-cache-2-expected.png:
        * platform/chromium-win/fast/repaint/fixed-child-move-after-scroll-expected.png:
        * platform/chromium-win/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png:
        * platform/chromium-win/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png:
        * platform/chromium-win/fast/repaint/fixed-move-after-keyboard-scroll-expected.png:
        * platform/chromium-win/fast/repaint/fixed-move-after-scroll-expected.png:
        * platform/chromium-win/fast/repaint/line-flow-with-floats-1-expected.png:
        * platform/chromium-win/fast/repaint/line-flow-with-floats-10-expected.png:
        * platform/chromium-win/fast/repaint/line-flow-with-floats-3-expected.png:
        * platform/chromium-win/fast/repaint/line-flow-with-floats-4-expected.png:
        * platform/chromium-win/fast/repaint/line-flow-with-floats-5-expected.png:
        * platform/chromium-win/fast/repaint/line-flow-with-floats-6-expected.png:
        * platform/chromium-win/fast/repaint/line-flow-with-floats-7-expected.png:
        * platform/chromium-win/fast/repaint/line-flow-with-floats-9-expected.png:
        * platform/chromium-win/fast/repaint/overflow-scroll-body-appear-expected.png:
        * platform/chromium-win/fast/repaint/scroll-inside-table-cell-expected.png:
        * platform/chromium-win/fast/repaint/scroll-relative-table-inside-table-cell-expected.png:
        * platform/chromium-win/fast/repaint/selection-gap-overflow-scroll-2-expected.png:
        * platform/chromium-win/fast/repaint/selection-gap-overflow-scroll-expected.png:
        * platform/chromium-win/fast/repaint/table-overflow-auto-in-overflow-auto-scrolled-expected.png:
        * platform/chromium-win/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled-expected.png:
        * platform/chromium-win/fast/table/027-vertical-expected.png:
        * platform/chromium-win/fast/table/034-expected.png:
        * platform/chromium-win/fast/table/038-vertical-expected.png:
        * platform/chromium-win/fast/table/border-collapsing/002-vertical-expected.png:
        * platform/chromium-win/fast/table/border-collapsing/004-expected.png:
        * platform/chromium-win/fast/table/border-collapsing/004-vertical-expected.png:
        * platform/chromium-win/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.png:
        * platform/chromium-win/fast/table/edge-offsets-expected.png:
        * platform/chromium-win/fast/table/empty-cells-expected.png:
        * platform/chromium-win/fast/table/frame-and-rules-expected.png:
        * platform/chromium-win/fast/table/overflowHidden-expected.png:
        * platform/chromium-win/fast/table/table-display-types-expected.png:
        * platform/chromium-win/fast/table/table-display-types-vertical-expected.png:
        * platform/chromium-win/fast/table/wide-colspan-expected.png:
        * platform/chromium-win/fast/table/wide-column-expected.png:
        * platform/chromium/TestExpectations:

2012-06-06  Ryosuke Niwa  <rniwa@webkit.org>

        Chromium rebaseline after r119617 part 2.

        * fast/block/float/021-expected.txt: Added.
        * platform/chromium-linux-x86/fast/block/positioning/auto: Added.
        * platform/chromium-linux-x86/fast/block/positioning/auto/vertical-lr: Added.
        * platform/chromium-linux-x86/fast/block/positioning/auto/vertical-lr/007-expected.png: Added.
        * platform/chromium-linux-x86/fast/block/positioning/auto/vertical-rl: Added.
        * platform/chromium-linux-x86/fast/block/positioning/auto/vertical-rl/007-expected.png: Added.
        * platform/chromium-linux/fast/backgrounds/size/backgroundSize15-expected.png:
        * platform/chromium-linux/fast/block/float/019-expected.png:
        * platform/chromium-linux/fast/block/float/021-expected.png:
        * platform/chromium-linux/fast/block/float/025-expected.png:
        * platform/chromium-linux/fast/block/float/026-expected.png:
        * platform/chromium-linux/fast/block/float/027-expected.png:
        * platform/chromium-linux/fast/block/float/028-expected.png:
        * platform/chromium-linux/fast/block/float/033-expected.png:
        * platform/chromium-linux/fast/block/float/avoidance-percent-width-strict-expected.png:
        * platform/chromium-linux/fast/block/float/centered-float-avoidance-complexity-expected.png:
        * platform/chromium-linux/fast/block/float/nested-clearance-expected.png:
        * platform/chromium-linux/fast/block/float/shrink-to-avoid-float-complexity-expected.png:
        * platform/chromium-linux/fast/block/lineboxcontain/parsing-invalid-expected.png:
        * platform/chromium-linux/fast/block/margin-collapse/empty-clear-blocks-expected.png:
        * platform/chromium-linux/fast/block/positioning/047-expected.png:
        * platform/chromium-linux/fast/block/positioning/055-expected.png:
        * platform/chromium-linux/fast/block/positioning/auto/vertical-lr/007-expected.png:
        * platform/chromium-linux/fast/block/positioning/auto/vertical-rl/007-expected.png:
        * platform/chromium-linux/fast/block/positioning/negative-rel-position-expected.png:
        * platform/chromium-linux/fast/block/positioning/relative-overflow-block-expected.png:
        * platform/chromium-linux/fast/body-propagation/overflow/002-expected.png:
        * platform/chromium-linux/fast/body-propagation/overflow/002-xhtml-expected.png:
        * platform/chromium-linux/fast/body-propagation/overflow/003-declarative-expected.png:
        * platform/chromium-linux/fast/body-propagation/overflow/003-expected.png:
        * platform/chromium-linux/fast/body-propagation/overflow/003-xhtml-expected.png:
        * platform/chromium-linux/fast/body-propagation/overflow/004-declarative-expected.png:
        * platform/chromium-linux/fast/body-propagation/overflow/004-expected.png:
        * platform/chromium-linux/fast/body-propagation/overflow/004-xhtml-expected.png:
        * platform/chromium-linux/fast/body-propagation/overflow/007-declarative-expected.png:
        * platform/chromium-linux/fast/body-propagation/overflow/007-expected.png:
        * platform/chromium-linux/fast/body-propagation/overflow/007-xhtml-expected.png:
        * platform/chromium-linux/fast/borders/border-image-massive-scale-expected.png:
        * platform/chromium-linux/fast/borders/inline-mask-overlay-image-expected.png:
        * platform/chromium-linux/fast/borders/rtl-border-01-expected.png:
        * platform/chromium-linux/fast/borders/rtl-border-02-expected.png:
        * platform/chromium-linux/fast/borders/rtl-border-03-expected.png:
        * platform/chromium-linux/fast/canvas/canvas-bg-expected.png:
        * platform/chromium-linux/fast/css/005-expected.png:
        * platform/chromium-linux/fast/css/bidi-override-in-anonymous-block-expected.png:
        * platform/chromium-linux/fast/css/clip-text-in-scaled-div-expected.png:
        * platform/chromium-linux/fast/css/first-child-pseudo-class-expected.png:
        * platform/chromium-linux/fast/css/first-of-type-pseudo-class-expected.png:
        * platform/chromium-linux/fast/css/font_property_normal-expected.png:
        * platform/chromium-linux/fast/css/last-child-pseudo-class-expected.png:
        * platform/chromium-linux/fast/css/last-of-type-pseudo-class-expected.png:
        * platform/chromium-linux/fast/css/nested-floating-relative-position-percentages-expected.png:
        * platform/chromium-linux/fast/css/only-child-pseudo-class-expected.png:
        * platform/chromium-linux/fast/css/only-of-type-pseudo-class-expected.png:
        * platform/chromium-linux/fast/css/percentage-non-integer-expected.png:
        * platform/chromium-linux/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.png:
        * platform/chromium-linux/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.png:
        * platform/chromium-linux/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.png:
        * platform/chromium-linux/fast/css/relative-positioned-block-with-inline-ancestor-expected.png:
        * platform/chromium-linux/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.png:
        * platform/chromium-linux/fast/css/text-overflow-ellipsis-expected.png:
        * platform/chromium-linux/fast/css/text-overflow-ellipsis-strict-expected.png:
        * platform/chromium-linux/fast/dom/clone-node-dynamic-style-expected.png:
        * platform/chromium-linux/fast/dom/rtl-scroll-to-leftmost-and-resize-expected.png:
        * platform/chromium-linux/fast/dom/scroll-reveal-top-overflow-expected.png:
        * platform/chromium-linux/fast/dynamic/008-expected.png:
        * platform/chromium-linux/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
        * platform/chromium-linux/fast/encoding/utf-16-big-endian-expected.png:
        * platform/chromium-linux/fast/encoding/utf-16-little-endian-expected.png:
        * platform/chromium-linux/fast/events/resize-events-expected.png:
        * platform/chromium-linux/fast/events/standalone-image-drag-to-editable-expected.png:
        * platform/chromium-linux/fast/flexbox/016-expected.png:
        * platform/chromium-win-vista/fast/block/positioning/auto/vertical-lr/007-expected.png: Added.
        * platform/chromium-win-vista/fast/block/positioning/auto/vertical-rl/007-expected.png: Added.
        * platform/chromium-win-xp/fast/dom/34176-expected.png:
        * platform/chromium-win/fast/backgrounds/size/backgroundSize15-expected.png:
        * platform/chromium-win/fast/block/basic/truncation-rtl-expected.png:
        * platform/chromium-win/fast/block/float/008-expected.png:
        * platform/chromium-win/fast/block/float/021-expected.png:
        * platform/chromium-win/fast/block/float/021-expected.txt:
        * platform/chromium-win/fast/block/float/032-expected.png:
        * platform/chromium-win/fast/block/float/avoidance-percent-width-strict-expected.png:
        * platform/chromium-win/fast/block/float/br-with-clear-2-expected.png:
        * platform/chromium-win/fast/block/float/nested-clearance-expected.png:
        * platform/chromium-win/fast/block/margin-collapse/104-expected.png:
        * platform/chromium-win/fast/block/margin-collapse/empty-clear-blocks-expected.png:
        * platform/chromium-win/fast/block/positioning/047-expected.png:
        * platform/chromium-win/fast/block/positioning/auto/vertical-lr/007-expected.png:
        * platform/chromium-win/fast/block/positioning/auto/vertical-rl/007-expected.png:
        * platform/chromium-win/fast/block/positioning/negative-rel-position-expected.png:
        * platform/chromium-win/fast/block/positioning/relative-overflow-replaced-expected.png:
        * platform/chromium-win/fast/block/positioning/relative-overflow-replaced-float-expected.png:
        * platform/chromium-win/fast/block/positioning/vertical-lr/002-expected.png:
        * platform/chromium-win/fast/block/positioning/vertical-rl/002-expected.png:
        * platform/chromium-win/fast/borders/border-image-massive-scale-expected.png:
        * platform/chromium-win/fast/borders/inline-mask-overlay-image-expected.png:
        * platform/chromium-win/fast/borders/rtl-border-01-expected.png:
        * platform/chromium-win/fast/borders/rtl-border-02-expected.png:
        * platform/chromium-win/fast/borders/rtl-border-03-expected.png:
        * platform/chromium-win/fast/canvas/canvas-bg-expected.png:
        * platform/chromium-win/fast/clip/014-expected.png:
        * platform/chromium-win/fast/css/clip-text-in-scaled-div-expected.png:
        * platform/chromium-win/fast/css/first-of-type-pseudo-class-expected.png:
        * platform/chromium-win/fast/css/font_property_normal-expected.png:
        * platform/chromium-win/fast/css/hsl-color-expected.png:
        * platform/chromium-win/fast/css/last-of-type-pseudo-class-expected.png:
        * platform/chromium-win/fast/css/nested-floating-relative-position-percentages-expected.png:
        * platform/chromium-win/fast/css/only-of-type-pseudo-class-expected.png:
        * platform/chromium-win/fast/css/percentage-non-integer-expected.png:
        * platform/chromium-win/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.png:
        * platform/chromium-win/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.png:
        * platform/chromium-win/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.png:
        * platform/chromium-win/fast/css/relative-positioned-block-with-inline-ancestor-expected.png:
        * platform/chromium-win/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.png:
        * platform/chromium-win/fast/css/word-space-extra-expected.png:
        * platform/chromium-win/fast/dom/34176-expected.png:
        * platform/chromium-win/fast/dom/clone-node-dynamic-style-expected.png:
        * platform/chromium-win/fast/dom/rtl-scroll-to-leftmost-and-resize-expected.png:
        * platform/chromium-win/fast/dom/scroll-reveal-left-overflow-expected.png:
        * platform/chromium-win/fast/dynamic/window-resize-scrollbars-test-expected.png:
        * platform/chromium-win/fast/encoding/utf-16-big-endian-expected.png:
        * platform/chromium-win/fast/encoding/utf-16-little-endian-expected.png:
        * platform/chromium-win/fast/events/pointer-events-2-expected.png:
        * platform/chromium-win/fast/events/resize-events-expected.png:
        * platform/chromium-win/fast/events/standalone-image-drag-to-editable-expected.png:
        * platform/chromium-win/fast/flexbox/016-expected.png:
        * platform/chromium/TestExpectations:
        * platform/efl/fast/block/float/021-expected.txt: Removed.
        * platform/gtk/fast/block/float/021-expected.txt: Removed.

2012-06-06  Ryosuke Niwa  <rniwa@webkit.org>

        Chromium rebaseline after r119617 part 1.

        * platform/chromium-linux-x86/compositing/geometry/horizontal-scroll-composited-expected.png:
        * platform/chromium-linux-x86/css2.1/20110323: Removed.
        * platform/chromium-linux/compositing/culling/filter-occlusion-blur-large-expected.png:
        * platform/chromium-linux/compositing/geometry/fixed-position-composited-page-scale-down-expected.png:
        * platform/chromium-linux/compositing/geometry/fixed-position-composited-page-scale-expected.png:
        * platform/chromium-linux/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
        * platform/chromium-linux/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png:
        * platform/chromium-linux/compositing/geometry/horizontal-scroll-composited-expected.png:
        * platform/chromium-linux/compositing/geometry/vertical-scroll-composited-expected.png:
        * platform/chromium-linux/compositing/masks/masked-ancestor-expected.png:
        * platform/chromium-linux/compositing/masks/multiple-masks-expected.png:
        * platform/chromium-linux/compositing/masks/simple-composited-mask-expected.png:
        * platform/chromium-linux/compositing/overflow/fixed-position-ancestor-clip-expected.png:
        * platform/chromium-linux/compositing/overflow/overflow-scroll-expected.png:
        * platform/chromium-linux/compositing/overflow/scroll-ancestor-update-expected.png:
        * platform/chromium-linux/compositing/scaling: Removed.
        * platform/chromium-linux/css1/basic/comments-expected.png:
        * platform/chromium-linux/css1/box_properties/border_left_width-expected.png:
        * platform/chromium-linux/css1/box_properties/border_right_width-expected.png:
        * platform/chromium-linux/css1/box_properties/border_style-expected.png:
        * platform/chromium-linux/css1/box_properties/border_top_width-expected.png:
        * platform/chromium-linux/css1/box_properties/border_width-expected.png:
        * platform/chromium-linux/css1/box_properties/float_elements_in_series-expected.png:
        * platform/chromium-linux/css1/box_properties/float_on_text_elements-expected.png:
        * platform/chromium-linux/css1/box_properties/margin-expected.png:
        * platform/chromium-linux/css1/box_properties/margin_inline-expected.png:
        * platform/chromium-linux/css1/box_properties/margin_top-expected.png:
        * platform/chromium-linux/css1/box_properties/padding_bottom-expected.png:
        * platform/chromium-linux/css1/box_properties/width-expected.png:
        * platform/chromium-linux/css1/color_and_background/background-expected.png:
        * platform/chromium-linux/css1/color_and_background/background_position-expected.png:
        * platform/chromium-linux/css1/font_properties/font-expected.png:
        * platform/chromium-linux/css1/font_properties/font_size-expected.png:
        * platform/chromium-linux/css1/font_properties/font_weight-expected.png:
        * platform/chromium-linux/css1/formatting_model/inline_elements-expected.png:
        * platform/chromium-linux/css1/pseudo/firstletter-expected.png:
        * platform/chromium-linux/css1/pseudo/firstline-expected.png:
        * platform/chromium-linux/css1/text_properties/letter_spacing-expected.png:
        * platform/chromium-linux/css1/text_properties/line_height-expected.png:
        * platform/chromium-linux/css1/text_properties/text_decoration-expected.png:
        * platform/chromium-linux/css1/text_properties/text_transform-expected.png:
        * platform/chromium-linux/css1/text_properties/word_spacing-expected.png:
        * platform/chromium-linux/css1/units/color_units-expected.png:
        * platform/chromium-linux/css2.1/20110323/abspos-containing-block-initial-001-expected.png:
        * platform/chromium-linux/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png:
        * platform/chromium-linux/css2.1/20110323/abspos-replaced-width-margin-000-expected.png:
        * platform/chromium-linux/css2.1/20110323/block-non-replaced-height-016-expected.png:
        * platform/chromium-linux/css2.1/t0905-c5525-fltclr-00-c-ag-expected.png:
        * platform/chromium-linux/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.png:
        * platform/chromium-linux/css2.1/t0905-c5526-fltclr-00-c-ag-expected.png:
        * platform/chromium-linux/css2.1/t1202-counters-08-b-expected.png:
        * platform/chromium-linux/css2.1/t140201-c535-bg-fixd-00-b-g-expected.png:
        * platform/chromium-linux/css2.1/t1508-c527-font-07-b-expected.png:
        * platform/chromium-linux/editing/inserting/typing-at-end-of-line-expected.png:
        * platform/chromium-linux/editing/selection/focus_editable_html-expected.png:
        * platform/chromium-linux/editing/selection/select-all-003-expected.png:
        * platform/chromium-linux/editing/selection/select-all-004-expected.png:
        * platform/chromium-mac-leopard/compositing/masks/multiple-masks-expected.png: Removed.
        * platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-composited-page-scale-down-expected.png:
        * platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png: Removed.
        * platform/chromium-mac-snowleopard/compositing/geometry/horizontal-scroll-composited-expected.png:
        * platform/chromium-mac-snowleopard/compositing/overflow/fixed-position-ancestor-clip-expected.png:
        * platform/chromium-mac-snowleopard/compositing/overflow/overflow-scroll-expected.png:
        * platform/chromium-mac-snowleopard/compositing/overflow/scroll-ancestor-update-expected.png:
        * platform/chromium-mac/compositing/culling/filter-occlusion-alpha-large-expected.png: Added.
        * platform/chromium-mac/compositing/culling/filter-occlusion-blur-large-expected.png:
        * platform/chromium-mac/compositing/geometry/fixed-position-composited-page-scale-down-expected.png:
        * platform/chromium-mac/compositing/geometry/fixed-position-composited-page-scale-expected.png:
        * platform/chromium-mac/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
        * platform/chromium-mac/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png:
        * platform/chromium-mac/compositing/geometry/horizontal-scroll-composited-expected.png:
        * platform/chromium-mac/compositing/geometry/vertical-scroll-composited-expected.png:
        * platform/chromium-mac/compositing/iframes/scroll-fixed-transformed-element-expected.png:
        * platform/chromium-mac/compositing/iframes/scroll-grandchild-iframe-expected.png: Added.
        * platform/chromium-mac/compositing/layer-creation/fixed-position-and-transform-expected.png: Added.
        * platform/chromium-mac/compositing/layer-creation/fixed-position-scroll-expected.png:
        * platform/chromium-mac/compositing/layer-creation/fixed-position-under-transform-expected.png: Added.
        * platform/chromium-mac/compositing/overflow/fixed-position-ancestor-clip-expected.png:
        * platform/chromium-mac/compositing/overflow/overflow-scroll-expected.png:
        * platform/chromium-mac/compositing/overflow/scroll-ancestor-update-expected.png:
        * platform/chromium-mac/compositing/scaling/tiled-layer-recursion-expected.png: Added.
        * platform/chromium-win-vista/compositing/geometry/horizontal-scroll-composited-expected.png:
        * platform/chromium-win-vista/css1/formatting_model/inline_elements-expected.png: Removed.
        * platform/chromium-win-vista/css1/formatting_model/replaced_elements-expected.png: Added.
        * platform/chromium-win-xp/compositing/geometry/horizontal-scroll-composited-expected.png:
        * platform/chromium-win-xp/css1/formatting_model: Removed.
        * platform/chromium-win-xp/css1/formatting_model/inline_elements-expected.png: Removed.
        * platform/chromium-win/compositing/culling/filter-occlusion-alpha-large-expected.png: Added.
        * platform/chromium-win/compositing/culling/filter-occlusion-blur-large-expected.png:
        * platform/chromium-win/compositing/geometry/fixed-position-composited-page-scale-down-expected.png:
        * platform/chromium-win/compositing/geometry/fixed-position-composited-page-scale-expected.png:
        * platform/chromium-win/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
        * platform/chromium-win/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png:
        * platform/chromium-win/compositing/geometry/horizontal-scroll-composited-expected.png:
        * platform/chromium-win/compositing/geometry/vertical-scroll-composited-expected.png:
        * platform/chromium-win/compositing/iframes/scroll-fixed-transformed-element-expected.png:
        * platform/chromium-win/compositing/iframes/scroll-grandchild-iframe-expected.png: Added.
        * platform/chromium-win/compositing/layer-creation/fixed-position-and-transform-expected.png: Added.
        * platform/chromium-win/compositing/layer-creation/fixed-position-scroll-expected.png:
        * platform/chromium-win/compositing/layer-creation/fixed-position-under-transform-expected.png: Added.
        * platform/chromium-win/compositing/masks/masked-ancestor-expected.png:
        * platform/chromium-win/compositing/masks/multiple-masks-expected.png:
        * platform/chromium-win/compositing/masks/simple-composited-mask-expected.png:
        * platform/chromium-win/compositing/overflow/fixed-position-ancestor-clip-expected.png:
        * platform/chromium-win/compositing/overflow/overflow-scroll-expected.png:
        * platform/chromium-win/compositing/overflow/scroll-ancestor-update-expected.png:
        * platform/chromium-win/compositing/scaling/tiled-layer-recursion-expected.png: Added.
        * platform/chromium-win/css1/basic/comments-expected.png:
        * platform/chromium-win/css1/basic/inheritance-expected.png:
        * platform/chromium-win/css1/box_properties/border_bottom_width-expected.png:
        * platform/chromium-win/css1/box_properties/border_width-expected.png:
        * platform/chromium-win/css1/box_properties/clear-expected.png:
        * platform/chromium-win/css1/box_properties/float_elements_in_series-expected.png:
        * platform/chromium-win/css1/box_properties/height-expected.png:
        * platform/chromium-win/css1/box_properties/margin_inline-expected.png:
        * platform/chromium-win/css1/box_properties/margin_top-expected.png:
        * platform/chromium-win/css1/box_properties/padding-expected.png:
        * platform/chromium-win/css1/box_properties/padding_bottom-expected.png:
        * platform/chromium-win/css1/box_properties/padding_inline-expected.png:
        * platform/chromium-win/css1/box_properties/padding_top-expected.png:
        * platform/chromium-win/css1/classification/white_space-expected.png:
        * platform/chromium-win/css1/color_and_background/background_attachment-expected.png:
        * platform/chromium-win/css1/color_and_background/background_position-expected.png:
        * platform/chromium-win/css1/color_and_background/background_repeat-expected.png:
        * platform/chromium-win/css1/conformance/forward_compatible_parsing-expected.png:
        * platform/chromium-win/css1/font_properties/font_weight-expected.png:
        * platform/chromium-win/css1/formatting_model/floating_elements-expected.png:
        * platform/chromium-win/css1/formatting_model/height_of_lines-expected.png:
        * platform/chromium-win/css1/formatting_model/replaced_elements-expected.png:
        * platform/chromium-win/css1/formatting_model/vertical_formatting-expected.png:
        * platform/chromium-win/css1/pseudo/firstline-expected.png:
        * platform/chromium-win/css1/pseudo/multiple_pseudo_elements-expected.png:
        * platform/chromium-win/css1/text_properties/text_decoration-expected.png:
        * platform/chromium-win/css1/text_properties/text_indent-expected.png:
        * platform/chromium-win/css1/text_properties/text_transform-expected.png:
        * platform/chromium-win/css1/units/color_units-expected.png:
        * platform/chromium-win/css1/units/length_units-expected.png:
        * platform/chromium-win/css2.1/20110323/abspos-containing-block-initial-001-expected.png:
        * platform/chromium-win/css2.1/20110323/abspos-containing-block-initial-007-expected.png:
        * platform/chromium-win/css2.1/t0905-c5525-fltclr-00-c-ag-expected.png:
        * platform/chromium-win/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.png:
        * platform/chromium-win/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
        * platform/chromium-win/css2.1/t0905-c5526-fltclr-00-c-ag-expected.png:
        * platform/chromium-win/css2.1/t1002-c5523-width-02-b-g-expected.png:
        * platform/chromium-win/css2.1/t140201-c535-bg-fixd-00-b-g-expected.png:
        * platform/chromium-win/css2.1/t1508-c527-font-07-b-expected.png:
        * platform/chromium-win/editing/inserting/insert-div-023-expected.png:
        * platform/chromium-win/editing/selection/focus_editable_html-expected.png:
        * platform/chromium-win/editing/selection/select-all-003-expected.png:
        * platform/chromium-win/editing/selection/select-all-004-expected.png:
        * platform/chromium/compositing/scaling: Removed.
        * platform/chromium/compositing/scaling/tiled-layer-recursion-expected.png: Removed.

2012-06-06  Gavin Barraclough  <barraclough@apple.com>

        Assigning to a static property should not change iteration order
        https://bugs.webkit.org/show_bug.cgi?id=88401

        Reviewed by Geoff Garen.

        A specific iteration order is not defined by the spec, but test-262 somewhat tenuously
        requires that it is at least stable, e.g. ch10/10.4/10.4.2/S10.4.2_A1.1_T1.js

        Whilst it is not clear that this behavior really arises from the specification, it
        would seem like common sense to conform to this.

        The problem here is that we allow properties in the structure to shadow those in the
        static table, and we iterate the properties in the structure first - which means that
        as values of existing properties are modified, their iteration order changes too.

        The easy fix is to iterate the properties from the static table first. This has a
        further benefit, since it will mean that user added properties will come after those
        present in the static table (respected the expected insertion-order).

        * fast/js/property-iteration-expected.txt: Added.
        * fast/js/property-iteration.html: Added.
        * fast/js/script-tests/property-iteration.js: Added.
        (arrayEqual):
            - Added test case.

2012-06-06  Tony Chang  <tony@chromium.org>

        webkit crashes on debug builds when running IETC flexbox-ordinal-group-001.htm
        https://bugs.webkit.org/show_bug.cgi?id=85832

        Reviewed by Ojan Vafai.

        * platform/chromium/TestExpectations: Remove test that passes.
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/Skipped:

2012-06-06  Ojan Vafai  <ojan@chromium.org>

        Remove some magic from the -webkit-flex shorthand parsing to match the changes in the spec
        https://bugs.webkit.org/show_bug.cgi?id=88444

        Reviewed by Tony Chang.

        * css3/flexbox/flex-property-parsing-expected.txt:
        * css3/flexbox/flex-property-parsing.html:

2012-06-06  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: Infinite recursion in IDBObjectStore.openCursor(key, legacy_constant)
        https://bugs.webkit.org/show_bug.cgi?id=88431

        Reviewed by Tony Chang.

        * storage/indexeddb/legacy-constants-expected.txt:
        * storage/indexeddb/resources/legacy-constants.js: Refactored and added test cases.
        (populateStore):
        (doChecks.doNext.request.onsuccess):
        (doChecks.doNext.testWithKey.request.onsuccess):
        (doChecks.doNext.testWithKey):
        (doChecks.doNext):
        (doChecks):

2012-06-06  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: Rename IDBFactory.getDatabaseNames() to webkitGetDatabaseNames()
        https://bugs.webkit.org/show_bug.cgi?id=86874

        Reviewed by Ojan Vafai.

        * storage/indexeddb/factory-basics-expected.txt:
        * storage/indexeddb/resources/factory-basics.js:
        (test):
        (openSuccess):
        (deleteDatabaseSuccess):

2012-06-06  Ryosuke Niwa  <rniwa@webkit.org>

        Chromium rebaseline after r119591 because it was failing with missing results.

        * platform/chromium-linux/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png:
        * platform/chromium-linux/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.txt: Removed.
        * platform/chromium-mac-leopard/platform/chromium/virtual/gpu/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.txt: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.txt: Added.
        * platform/chromium-mac/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.txt: Added.
        * platform/chromium-win-vista/platform/chromium/virtual/gpu/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.txt: Added.
        * platform/chromium-win-xp/platform/chromium/virtual/gpu/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.txt: Added.
        * platform/chromium-win/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.txt: Added.
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.txt: Added.

2012-06-06  Sadrul Habib Chowdhury  <sadrul@chromium.org>

        [WK2] fast/hidpi/device-scale-factor-paint.html crashes
        https://bugs.webkit.org/show_bug.cgi?id=88350

        Reviewed by Alexey Proskuryakov.

        * fast/hidpi/device-scale-factor-paint-expected.html: Renamed from LayoutTests/platform/chromium/fast/hidpi/device-scale-factor-paint-expected.html.
        * platform/wk2/Skipped:

2012-06-06  Ilya Tikhonovsky  <loislo@chromium.org>

        Unreviewed rebaseline for r119591.

        * platform/chromium-mac/svg/custom/js-late-pattern-creation-expected.png:
        * platform/chromium-win/svg/custom/js-late-pattern-creation-expected.png:

2012-06-06  Julien Chaffraix  <jchaffraix@webkit.org>

        Add support for direction on table row group with collapsing borders
        https://bugs.webkit.org/show_bug.cgi?id=87900

        Reviewed by Ojan Vafai.

        * fast/table/border-collapsing/first-cell-left-border-hidden-table-ltr-section-rtl-expected.html: Added.
        * fast/table/border-collapsing/first-cell-left-border-hidden-table-ltr-section-rtl.html: Added.
        * fast/table/border-collapsing/last-cell-left-border-hidden-table-ltr-section-rtl-expected.html: Added.
        * fast/table/border-collapsing/last-cell-left-border-hidden-table-ltr-section-rtl.html: Added.
        * fast/table/border-collapsing/left-border-table-ltr-section-rtl-expected.html: Added.
        * fast/table/border-collapsing/left-border-table-ltr-section-rtl.html: Added.
        * fast/table/border-collapsing/left-border-table-rtl-section-ltr-expected.html: Added.
        * fast/table/border-collapsing/left-border-table-rtl-section-ltr.html: Added.
        * fast/table/border-collapsing/left-border-table-rtl-section-rtl-expected.html: Added.
        * fast/table/border-collapsing/left-border-table-rtl-section-rtl.html: Added.
        * fast/table/border-collapsing/left-border-vertical-lr-table-ltr-section-rtl-expected.html: Added.
        * fast/table/border-collapsing/left-border-vertical-lr-table-ltr-section-rtl.html: Added.
        * fast/table/border-collapsing/left-border-vertical-lr-table-rtl-section-ltr-expected.html: Added.
        * fast/table/border-collapsing/left-border-vertical-lr-table-rtl-section-ltr.html: Added.
        * fast/table/border-collapsing/left-border-vertical-lr-table-rtl-section-rtl-expected.html: Added.
        * fast/table/border-collapsing/left-border-vertical-lr-table-rtl-section-rtl.html: Added.
        * fast/table/border-collapsing/rtl-table-left-border-hidden-expected.html: Added.
        * fast/table/border-collapsing/rtl-table-left-border-hidden.html: Added.
        * fast/table/border-collapsing/top-border-vertical-rl-table-ltr-section-rtl-expected.html: Added.
        * fast/table/border-collapsing/top-border-vertical-rl-table-ltr-section-rtl.html: Added.
        * fast/table/border-collapsing/top-border-vertical-rl-table-rtl-section-ltr-expected.html: Added.
        * fast/table/border-collapsing/top-border-vertical-rl-table-rtl-section-ltr.html: Added.
        * fast/table/border-collapsing/top-border-vertical-rl-table-rtl-section-rtl-expected.html: Added.
        * fast/table/border-collapsing/top-border-vertical-rl-table-rtl-section-rtl.html: Added.
        Most of those are test are a variation of direction on table and row group along with disabling some
        borders (either using 'hidden' or just disabling it by setting it to 0px).

        * fast/table/table-ltr-section-rtl-expected.html: Added.
        * fast/table/table-ltr-section-rtl.html: Added.
        * fast/table/table-rtl-section-ltr-expected.html: Added.
        * fast/table/table-rtl-section-ltr.html: Added.
        * fast/table/table-rtl-section-rtl-expected.html: Added.
        * fast/table/table-rtl-section-rtl.html: Added.
        Bonus as there was little testing for mixed direction + separate borders.

2012-06-06  Keyar Hood  <keyar@chromium.org>

        [Chromium] imageSmoothingEnabled should apply to patterns
        https://bugs.webkit.org/show_bug.cgi?id=88103

        Reviewed by Stephen White.

        Added tests for imageSmoothingEnabled flag applying to patterns.

        Modified the TestExpectations file as tests are failing due to the new
        change. It makes the pictures prettier (and it agrees with other
        browsers) so we have decided that the new results are to be considered
        correct.
        * fast/canvas/canvas-imageSmoothingEnabled-patterns.html: Added.
        * platform/chromium-linux/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Added.
        * platform/chromium-linux/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.txt: Added.
        * platform/chromium/TestExpectations:

2012-06-06  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [EFL][DRT] http/tests/globalhistory testcases do not pass
        https://bugs.webkit.org/show_bug.cgi?id=82579

        Reviewed by Csaba Osztrogonác.

        * platform/efl/Skipped: Unskip http/tests/globalhistory.

2012-06-06  Ilya Tikhonovsky  <loislo@chromium.org>

        Unreviewed update chromium test expectations.

        * platform/chromium/TestExpectations:
        css3/filters/huge-region-composited.html = CRASH : was removed

2012-06-06  Sergio Villar Senin  <svillar@igalia.com>

        Unreviewed, updated TestExpectations after several tests have been
        regularly passing in the 3 GTK bots for some time.

        * platform/gtk/TestExpectations:

2012-06-06  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL] Turning the bot into a springtime green
        https://bugs.webkit.org/show_bug.cgi?id=88400

        Unreviewed, EFL gardening.

        * platform/efl/Skipped:
        * platform/efl/TestExpectations:

2012-06-06  Andy Wingo  <wingo@igalia.com>

        REGRESSION (r106478): None of the Paper.js JavaScript examples work
        https://bugs.webkit.org/show_bug.cgi?id=87158

        Added regression tests for functions inside eval inside a with.

        Reviewed by Michael Saboff.

        * fast/js/eval-and-with-expected.txt: Added.
        * fast/js/eval-and-with.html: Added.
        * fast/js/script-tests/eval-and-with.js: Added.

2012-06-06  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt][WK2] Unreviewed gardening. Skip modified falining test. Rebase a test.
        [Qt] Fix wrong skipping.

        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0-wk2/compositing/backing/no-backing-for-perspective-expected.txt:
        * platform/qt/Skipped:

2012-06-05  Joe Thomas  <joethomas@motorola.com>

        ASSERTION FAILED: ASSERT(!isPercentageIntrinsicSize) in RenderReplaced::computeIntrinsicRatioInformationForRenderBox
        https://bugs.webkit.org/show_bug.cgi?id=88197

        Reviewed by Daniel Bates.

        RenderSVGRoot extends RenderReplaced and it overrides the computeIntrinsicRatioInformation() 
        method of RenderReplaced. RenderSVGRoot::computeIntrinsicRatioInformation
        sets isPercentageIntrinsicSize to true while it handles width and height of percentage types.
        So this assertion should be fired only if intrinsicRatio is non-zero.

        * svg/in-html/svg-assert-failure-percentage-expected.txt: Added.
        * svg/in-html/svg-assert-failure-percentage.html: Added.

2012-06-05  Tony Chang  <tony@chromium.org>

        Changing flexbox justify/alignment doesn't update their positioning
        https://bugs.webkit.org/show_bug.cgi?id=88366

        Reviewed by Ojan Vafai.

        * css3/flexbox/style-change-expected.txt: Added.
        * css3/flexbox/style-change.html: Added.

2012-06-05  Ojan Vafai  <ojan@chromium.org>

        Nested CSS flexbox renders incorrectly
        https://bugs.webkit.org/show_bug.cgi?id=87679

        Reviewed by Julien Chaffraix.

        * css3/flexbox/perpendicular-writing-modes-inside-flex-item-expected.txt: Added.
        * css3/flexbox/perpendicular-writing-modes-inside-flex-item.html: Added.

2012-06-05  Ryosuke Niwa  <rniwa@webkit.org>

        Remove erroneous expected image added in r119544.

        * platform/chromium-mac/fast/forms/select/optgroup-rendering-expected.txt: Removed.

2012-06-05  Ryosuke Niwa  <rniwa@webkit.org>

        Chromium rebaselines after r115091.

        * platform/chromium-mac-leopard/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
        * platform/chromium-mac-leopard/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt: Added.
        * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt: Added.
        * platform/chromium-mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
        * platform/chromium-mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt: Added.
        * platform/chromium-win/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
        * platform/chromium-win/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
        * platform/chromium/TestExpectations:

2012-06-05  Ryosuke Niwa  <rniwa@webkit.org>

        More Chromium rebaselines after r119528 and r119512.

        * platform/chromium-linux/editing/selection/3690703-2-expected.png:
        * platform/chromium-linux/editing/selection/3690703-expected.png:
        * platform/chromium-linux/editing/selection/3690719-expected.png:
        * platform/chromium-linux/fast/sub-pixel/float-containing-block-with-margin-expected.png: Added.

2012-06-05  Max Feil  <mfeil@rim.com>

        [BlackBerry] Conditionally enlarge HTML5 video controls in fullscreen mode
        https://bugs.webkit.org/show_bug.cgi?id=87551

        Reviewed by Antonio Gomes.

        * media/media-controls.js:
        (mediaControlsButtonDimensions):
        * platform/blackberry/media/video-controls-enlarged-fullscreen-meta-expected.txt: Added.
        * platform/blackberry/media/video-controls-enlarged-fullscreen-meta.html: Added.
        * platform/blackberry/media/video-controls-enlarged-fullscreen-nometa-expected.txt: Added.
        * platform/blackberry/media/video-controls-enlarged-fullscreen-nometa.html: Added.

2012-06-05  Ryosuke Niwa  <rniwa@webkit.org>

        Stop generating image results in the tests added by r114172.

        Rubber-stamped by Simon Fraser.

        * css3/filters/huge-region-composited.html:
        * css3/filters/huge-region.html:
        * platform/chromium/TestExpectations:

2012-06-05  Ryosuke Niwa  <rniwa@webkit.org>

        Chromium rebaselines after r118772.

        * platform/chromium-mac-leopard/fast/forms/select/optgroup-rendering-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/select/optgroup-rendering-expected.png: Added.
        * platform/chromium-mac/fast/forms/select/optgroup-rendering-expected.png: Added.
        * platform/chromium-mac/fast/forms/select/optgroup-rendering-expected.txt: Added.
        * platform/chromium-win/fast/forms/select/optgroup-rendering-expected.png: Added.
        * platform/chromium-win/fast/forms/select/optgroup-rendering-expected.txt: Added.
        * platform/chromium/TestExpectations:

2012-06-05  Levi Weintraub  <leviw@chromium.org>

        Unreviewed. Fixing an incorrect path in lion Skipped file.

        * platform/mac-lion/Skipped:

2012-06-05  Emil A Eklund  <eae@chromium.org>

        Unreviewed gardening. Chromium windows test expectation updates.

        * platform/chromium-win/fast/sub-pixel: Added.
        * platform/chromium-win/fast/sub-pixel/float-containing-block-with-margin-expected.png: Added.
        * platform/chromium/TestExpectations:

2012-06-05  Levi Weintraub  <leviw@chromium.org>

        Unreviewed gardening. More updated Chromium test expectations following 119528.

        * platform/chromium-linux-x86/editing/selection: Added.
        * platform/chromium-linux-x86/editing/selection/3690703-2-expected.png: Added.
        * platform/chromium-linux-x86/editing/selection/3690703-expected.png: Added.
        * platform/chromium-linux-x86/editing/selection/3690719-expected.png: Added.
        * platform/chromium-linux-x86/fast/sub-pixel: Added.
        * platform/chromium-linux-x86/fast/sub-pixel/selection: Added.
        * platform/chromium-linux-x86/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.png: Added.
        * platform/chromium-linux/fast/sub-pixel: Added.
        * platform/chromium-linux/fast/sub-pixel/selection: Added.
        * platform/chromium-linux/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.png: Added.
        * platform/chromium-mac-leopard/editing/selection/3690703-2-expected.png:
        * platform/chromium-mac-leopard/editing/selection/3690703-expected.png:
        * platform/chromium-mac-leopard/editing/selection/3690719-expected.png:
        * platform/chromium-mac-leopard/editing/selection/selection-button-text-expected.png:
        * platform/chromium-mac-leopard/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png:
        * platform/chromium-mac-leopard/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png:
        * platform/chromium-mac-leopard/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png:
        * platform/chromium-mac-leopard/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png:
        * platform/chromium-mac-leopard/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
        * platform/chromium-mac-leopard/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png:
        * platform/chromium-mac-leopard/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png:
        * platform/chromium-mac-leopard/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
        * platform/chromium-mac-leopard/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png:
        * platform/chromium-mac-leopard/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png:
        * platform/chromium-mac-leopard/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png:
        * platform/chromium-mac-leopard/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png:
        * platform/chromium-mac/editing/selection/3690703-2-expected.png:
        * platform/chromium-mac/editing/selection/3690703-expected.png:
        * platform/chromium-mac/editing/selection/3690719-expected.png:
        * platform/chromium-mac/editing/selection/selection-button-text-expected.png:
        * platform/chromium-mac/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png:
        * platform/chromium-mac/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png:
        * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png:
        * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png:
        * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
        * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png:
        * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png:
        * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
        * platform/chromium-mac/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png:
        * platform/chromium-mac/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png:
        * platform/chromium-mac/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png:
        * platform/chromium-mac/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png:
        * platform/chromium-mac/fast/sub-pixel/selection: Added.
        * platform/chromium-mac/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.png: Added.
        * platform/chromium-win-vista/fast/sub-pixel: Added.
        * platform/chromium-win-vista/fast/sub-pixel/selection: Added.
        * platform/chromium-win-vista/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.png: Added.
        * platform/chromium-win/editing/selection/3690703-2-expected.png:
        * platform/chromium-win/editing/selection/3690703-expected.png:
        * platform/chromium-win/editing/selection/3690719-expected.png:
        * platform/chromium-win/fast/sub-pixel: Added.
        * platform/chromium-win/fast/sub-pixel/selection: Added.
        * platform/chromium-win/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.png: Added.
        * platform/chromium/TestExpectations:

2012-06-05  Ryosuke Niwa  <rniwa@webkit.org>

        Chromium rebaselines for r119523 and r119529.

        * platform/chromium-linux/compositing/layer-creation: Removed.
        * platform/chromium-mac-snowleopard/fast/sub-pixel/float-containing-block-with-margin-expected.png: Added.
        * platform/chromium-mac-snowleopard/fullscreen/full-screen-stacking-context-expected.png:
        * platform/chromium-mac/compositing/iframes/scroll-fixed-transformed-element-expected.png: Added.
        * platform/chromium-mac/fullscreen/full-screen-stacking-context-expected.png:
        * platform/chromium-win/compositing/backing/no-backing-for-perspective-expected.txt:
        * platform/chromium-win/compositing/iframes/scroll-fixed-transformed-element-expected.png: Added.
        * platform/chromium-win/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt: Added.

2012-06-05  Levi Weintraub  <leviw@chromium.org>

        Fixing two leopard-specific baselines following r119528.

        * platform/chromium-mac-leopard/fast/repaint/japanese-rl-selection-repaint-expected.png:
        * platform/chromium-mac-leopard/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:

2012-06-05  Ryosuke Niwa  <rniwa@webkit.org>

        Fix Chromium test expectations.

        * platform/chromium/TestExpectations:

2012-06-05  Simon Fraser  <simon.fraser@apple.com>

        Avoid creating compositing layers for preserve-3d without transformed descendants
        https://bugs.webkit.org/show_bug.cgi?id=88115

        Reviewed by Antti Koivisto.
        
        * compositing/backing/no-backing-for-perspective-expected.txt:
        * compositing/backing/no-backing-for-perspective.html: Change the transform to be non-affine so that
        we keep making layers for perspective.
        * compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt: Added.
        * compositing/layer-creation/no-compositing-for-preserve-3d.html: Copied from LayoutTests/compositing/backing/no-backing-for-perspective.html.

2012-06-05  Levi Weintraub  <leviw@chromium.org>

        Block selection gaps painted not properly pixel snapped
        https://bugs.webkit.org/show_bug.cgi?id=88000

        Reviewed by Ryosuke Niwa.

        One new selection test and updated snowleopard expectations for a handful that improved.

        Note: a couple of the RTL results appear worse, but sadly are only returning to our old pre-sub-pixel results.

        * fast/sub-pixel/selection: Added.
        * fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.txt: Added.
        * fast/sub-pixel/selection/selection-gaps-at-fractional-offsets.html: Added.
        * platform/chromium-mac-snowleopard/editing/selection/3690703-2-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/3690703-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/3690719-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/selection-button-text-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png:
        * platform/chromium-mac-snowleopard/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png:
        * platform/chromium-mac-snowleopard/fast/sub-pixel: Added.
        * platform/chromium-mac-snowleopard/fast/sub-pixel/selection: Added.
        * platform/chromium-mac-snowleopard/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.png: Added.
        * platform/chromium-mac/fast/repaint/japanese-rl-selection-repaint-expected.png:
        * platform/chromium-mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
        * platform/chromium/TestExpectations:
        * platform/efl/Skipped:
        * platform/gtk-wk2/Skipped:
        * platform/mac-lion/Skipped:
        * platform/mac-snowleopard/Skipped:
        * platform/mac-wk2/Skipped:
        * platform/mac/Skipped:
        * platform/qt-4.8/Skipped:
        * platform/qt/Skipped:
        * platform/win-wk2/Skipped:
        * platform/win-xp/Skipped:
        * platform/win/Skipped:
        * platform/wincairo/Skipped:
        * platform/wk2/Skipped:

2012-06-05  Adam Barth  <abarth@webkit.org>

        Remove support for target-densitydpi in the viewport meta tag
        https://bugs.webkit.org/show_bug.cgi?id=88047

        Reviewed by Kenneth Rohde Christiansen.

        These tests are no longer needed because they're testing a feature we
        no longer support.

        * fast/viewport/viewport-133-expected.txt: Removed.
        * fast/viewport/viewport-133.html: Removed.
        * fast/viewport/viewport-92-expected.txt: Removed.
        * fast/viewport/viewport-92.html: Removed.
        * fast/viewport/viewport-93-expected.txt: Removed.
        * fast/viewport/viewport-93.html: Removed.
        * fast/viewport/viewport-94-expected.txt: Removed.
        * fast/viewport/viewport-94.html: Removed.
        * fast/viewport/viewport-95-expected.txt: Removed.
        * fast/viewport/viewport-95.html: Removed.
        * fast/viewport/viewport-96-expected.txt: Removed.
        * fast/viewport/viewport-96.html: Removed.

2012-06-05  Ryosuke Niwa  <rniwa@webkit.org>

        Fix Chromium test expectations.

        * platform/chromium/TestExpectations:

2012-06-05  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium mac rebaseline for float-containing-block-with-margin.

        * platform/chromium-mac-leopard/fast/sub-pixel: Added.
        * platform/chromium-mac-leopard/fast/sub-pixel/float-containing-block-with-margin-expected.png: Added.
        * platform/chromium-mac/fast/sub-pixel/float-containing-block-with-margin-expected.png:

2012-06-05  Ryosuke Niwa  <rniwa@webkit.org>

        Add Chromium test failure expectations per Skia roll:
        http://src.chromium.org/viewvc/chrome?view=rev&revision=140580

        * platform/chromium/TestExpectations:

2012-06-05  Tim Horton  <timothy_horton@apple.com>

        Assertion failure on mac-lion-wk2 in fast/hidpi/device-scale-factor-paint.html
        https://bugs.webkit.org/show_bug.cgi?id=88356

        Unreviewed, remove incorrect baselines and skip test on Mac.

        * platform/mac/Skipped:
        * platform/mac/fast/hidpi/device-scale-factor-paint-expected.png: Removed.
        * platform/mac/fast/hidpi/device-scale-factor-paint-expected.txt: Removed.

2012-06-05  Erik Arvidsson  <arv@chromium.org>

        [V8] Improve variable resolution order on window
        https://bugs.webkit.org/show_bug.cgi?id=84247

        Reviewed by Ojan Vafai.

        This changes the V8 flag to turn on es52_globals and updates the layout tests to reflect the fixed behavior.

        * fast/dom/Window/window-property-shadowing-name-expected.txt: The expectation is now reversed.
        * fast/dom/Window/window-property-shadowing-name.html: JSC fails so this test says fail. Bug 75575 tracks JSC.
        * fast/dom/Window/window-property-shadowing-onclick-expected.txt: Added.
        * fast/dom/Window/window-property-shadowing-onclick.html: Added.
        * platform/chromium/fast/dom/Window/window-property-shadowing-name-expected.txt: Copied from LayoutTests/fast/dom/Window/window-property-shadowing-name-expected.txt.
        * platform/chromium/fast/dom/Window/window-property-shadowing-onclick-expected.txt: Added.

2012-06-05  Emil A Eklund  <eae@chromium.org>

        Change fast/sub-pixel/float-containing-block-with-margin.html to pixel test
        https://bugs.webkit.org/show_bug.cgi?id=88351

        Reviewed by Levi Weintraub.

        Change fast/sub-pixel/float-containing-block-with-margin.html to pixel
        test to allow for platform differences as the default styling makes it
        very hard to use a reftests for this.

        * fast/sub-pixel/float-containing-block-with-margin-expected.html: Removed.
        * fast/sub-pixel/float-containing-block-with-margin-expected.png: Added.
        * fast/sub-pixel/float-containing-block-with-margin-expected.txt: Added.
        * fast/sub-pixel/float-containing-block-with-margin.html:
        * platform/chromium-mac/fast/sub-pixel/float-containing-block-with-margin-expected.png: Added.
        * platform/chromium/TestExpectations:

2012-06-05  Levi Weintraub  <leviw@chromium.org>

        Unreviewed gardening. Fixing improper text expectation following r119503.

        * platform/chromium-mac/fast/line-grid/line-align-left-edges-expected.txt: Removed.
        * platform/chromium-win/fast/line-grid/line-align-left-edges-expected.txt: Removed.
        * platform/chromium/fast/line-grid: Added.
        * platform/chromium/fast/line-grid/line-align-left-edges-expected.txt: Added.

2012-06-05  Ryosuke Niwa  <rniwa@webkit.org>

        Chromium rebaseline per Chromium r140536.

        * platform/chromium-linux-x86/http/tests/media: Added.
        * platform/chromium-linux-x86/http/tests/media/video-buffered-range-contains-currentTime-expected.png: Added.
        * platform/chromium-linux/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
        * platform/chromium-mac-snowleopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
        * platform/chromium-mac/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
        * platform/chromium-win-vista/http/tests/media: Added.
        * platform/chromium-win-vista/http/tests/media/video-buffered-range-contains-currentTime-expected.png: Added.
        * platform/chromium-win/http/tests/media/video-buffered-range-contains-currentTime-expected.png:

2012-06-01  Ojan Vafai  <ojan@chromium.org>

        Change overrideSizes to be content-box instead of border-box
        https://bugs.webkit.org/show_bug.cgi?id=88116

        Reviewed by Tony Chang.

        * fast/table/padding-height-and-override-height-expected.txt:
        * fast/table/padding-height-and-override-height.html:
        Tests the change in RenderBox::availableLogicalHeightUsing to correctly subtract the
        borderAndPaddingLogicalHeight instead of the borderAndPaddingLogicalWidth.
        * platform/chromium-linux/tables/mozilla/bugs/bug131020-expected.png:
        * platform/chromium-win/tables/mozilla/bugs/bug131020-expected.txt:
        The new results are more correct. The table cell had 2px too much padding-top and padding-bottom before.

2012-06-05  Tim Horton  <timothy_horton@apple.com>

        http/tests/media/remove-while-loading.html times out on mac-lion-wk2
        https://bugs.webkit.org/show_bug.cgi?id=88348

        Unreviewed skip of this test for greenness.

        * platform/mac-wk2/Skipped:

2012-06-05  Levi Weintraub  <leviw@chromium.org>

        Unreviewed gardening. Updating test expectations after r119456.

        * fast/line-grid/line-grid-contains-value-expected.txt: Added.
        * platform/chromium-mac-leopard/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
        * platform/chromium-mac-leopard/fast/forms/001-expected.png:
        * platform/chromium-mac-leopard/fast/inline/inline-box-background-expected.png:
        * platform/chromium-mac-leopard/fast/inline/inline-box-background-long-image-expected.png:
        * platform/chromium-mac-leopard/fast/inline/inline-box-background-repeat-x-expected.png:
        * platform/chromium-mac-leopard/fast/inline/inline-box-background-repeat-y-expected.png:
        * platform/chromium-mac-leopard/fast/replaced/width100percent-checkbox-expected.png:
        * platform/chromium-mac-leopard/fast/replaced/width100percent-radio-expected.png:
        * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1318-expected.png:
        * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4527-expected.png:
        * platform/chromium-mac-snowleopard/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/001-expected.png:
        * platform/chromium-mac-snowleopard/fast/inline/inline-box-background-expected.png:
        * platform/chromium-mac-snowleopard/fast/inline/inline-box-background-long-image-expected.png:
        * platform/chromium-mac-snowleopard/fast/inline/inline-box-background-repeat-x-expected.png:
        * platform/chromium-mac-snowleopard/fast/inline/inline-box-background-repeat-y-expected.png:
        * platform/chromium-mac-snowleopard/fast/replaced/width100percent-checkbox-expected.png:
        * platform/chromium-mac-snowleopard/fast/replaced/width100percent-radio-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1318-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4527-expected.png:
        * platform/chromium-mac/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
        * platform/chromium-mac/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
        * platform/chromium-mac/fast/forms/001-expected.png:
        * platform/chromium-mac/fast/forms/001-expected.txt:
        * platform/chromium-mac/fast/inline/inline-box-background-expected.png:
        * platform/chromium-mac/fast/inline/inline-box-background-long-image-expected.png:
        * platform/chromium-mac/fast/inline/inline-box-background-repeat-x-expected.png:
        * platform/chromium-mac/fast/inline/inline-box-background-repeat-y-expected.png:
        * platform/chromium-mac/fast/line-grid/line-align-left-edges-expected.png:
        * platform/chromium-mac/fast/line-grid/line-align-left-edges-expected.txt: Added.
        * platform/chromium-mac/fast/line-grid/line-grid-contains-value-expected.txt: Added.
        * platform/chromium-mac/fast/replaced/width100percent-checkbox-expected.png:
        * platform/chromium-mac/fast/replaced/width100percent-checkbox-expected.txt:
        * platform/chromium-mac/fast/replaced/width100percent-radio-expected.png:
        * platform/chromium-mac/fast/replaced/width100percent-radio-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.txt:
        * platform/chromium-win/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
        * platform/chromium-win/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
        * platform/chromium-win/fast/line-grid/line-align-left-edges-expected.png:
        * platform/chromium-win/fast/line-grid/line-align-left-edges-expected.txt: Added.
        * platform/chromium-win/fast/line-grid/line-grid-contains-value-expected.png:
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/line-grid: Removed.
        * platform/chromium/fast/line-grid/line-align-left-edges-expected.txt: Removed.
        * platform/efl/fast/line-grid/line-grid-contains-value-expected.txt: Removed.
        * platform/gtk/fast/line-grid/line-grid-contains-value-expected.txt: Removed.

2012-06-05  Douglas Stockwell  <dstockwell@chromium.org>

        Crash when modifying fixed-position elements in a detached frame
        https://bugs.webkit.org/show_bug.cgi?id=88288

        Reviewed by James Robinson.

        * fast/block/positioning/fixed-position-detached-frame-expected.txt: Added.
        * fast/block/positioning/fixed-position-detached-frame.html: Added.

2012-06-05  Alexei Filippov  <alexeif@chromium.org>

        Web Inspector: serialize edge counts instead of indexes in heap snapshot
        https://bugs.webkit.org/show_bug.cgi?id=88324

        The serialized node structure currently holds an index
        of its first containment edge in the edges array.
        The index can be quite big (up to 7 digits for large snapshots).
        The patch changes the serialization format to pass
        node containment edge count instead. For most nodes the count
        is just a single digit number.
        This reduces serialized snapshot size and therefore its transfer time.

        Reviewed by Yury Semikhatsky.

        * inspector/profiler/heap-snapshot-expected.txt:
        * inspector/profiler/heap-snapshot-test.js:
        (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMockObject):
        (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMockRaw):
        (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMockWithDOM):
        (initialize_HeapSnapshotTest.):
        * inspector/profiler/heap-snapshot.html:

2012-06-05  Arpita Bahuguna  <arpitabahuguna@gmail.com>

        CSS 2.1 failure: border-conflict-element-021a
        https://bugs.webkit.org/show_bug.cgi?id=86885

        Reviewed by Julien Chaffraix.

        * css2.1/20110323/border-conflict-element-021a-expected.html: Added.
        * css2.1/20110323/border-conflict-element-021a.htm: Added.
        Added ref test under the css2.1 test-suite for border-conflict-element-021a.

        * fast/table/border-collapsing/adjacent-row-groups-expected.html: Added.
        * fast/table/border-collapsing/adjacent-row-groups.html: Added.
        Added ref test for verifying 'border-collapse: collapse' table rendering when two
        adjacent table row-groups have the same border-width and the same border-style. In
        such a case the color of the border from the top-most table row-group wins.

        * fast/table/border-collapsing/adjacent-row-groups-multi.html: Added.
        * fast/table/border-collapsing/adjacent-row-groups-multi-expected.html: Added.
        Additional ref test added for verifying 'border-collapse: collapse' table rendering
        for adjacent table row-groups when more than one table headers and/or footers are specified.

2012-06-05  Ilya Tikhonovsky  <loislo@chromium.org>

        Chromium unreviewed sheriffing: enable blob tests that are passing since r119454.

        * platform/chromium/TestExpectations:
        fast/filesystem/file-writer-gc-blob.html
        fast/filesystem/workers/file-writer-sync-truncate-extend.html
        fast/filesystem/workers/file-writer-gc-blob.html

2012-06-05  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r119467, r119471, and r119476.
        http://trac.webkit.org/changeset/119467
        http://trac.webkit.org/changeset/119471
        http://trac.webkit.org/changeset/119476
        https://bugs.webkit.org/show_bug.cgi?id=88332

        it broke chromium-mac static initializers test.\ (Requested by
        loislo on #webkit).

        * platform/chromium-mac/css3/font-feature-settings-rendering-expected.png: Removed.
        * platform/chromium-mac/css3/font-feature-settings-rendering-expected.txt: Removed.
        * platform/chromium/TestExpectations:

2012-06-05  Rob Buis  <rwlbuis@webkit.org>

        Hit ASSERT when editing attribute value in Element in SVG Document
        https://bugs.webkit.org/show_bug.cgi?id=88179

        Reviewed by Pavel Feldman.

        Test setting attribute on non HTML element.

        * inspector/elements/set-attribute-non-html-expected.txt: Added.
        * inspector/elements/set-attribute-non-html.svg: Added.

2012-06-05  Dongwoo Im  <dw.im@samsung.com>

        Add 'isProtocolHandlerRegistered' and 'unregisterProtocolHandler'.
        https://bugs.webkit.org/show_bug.cgi?id=73176

        Reviewed by Adam Barth.

        Two more APIs are added in Custom Scheme Handler specification.
        http://dev.w3.org/html5/spec/Overview.html#custom-handlers
        One is 'isProtocolHandlerRegistered' to query whether the specific URL
        is registered or not.
        The other is 'unregisterProtocolHandler' to remove the registered URL.

        * fast/dom/unregister-protocol-handler-expected.txt: Added.
        * fast/dom/unregister-protocol-handler.html: Added.

2012-06-05  MORITA Hajime  <morrita@google.com>

        https://bugs.webkit.org/show_bug.cgi?id=88029
        content-element-api.html and shadow-element.html depend on V8.

        Reviewed by Kentaro Hara.

        Replaced typeof checking with comparison.

        * fast/dom/shadow/content-element-api.html:
        * fast/dom/shadow/shadow-element.html:

2012-06-04  Kinuko Yasuda  <kinuko@chromium.org>

        Chromium tests: "Add support for the Blob constructor" [r115582] regressed blob layout tests
        https://bugs.webkit.org/show_bug.cgi?id=85174

        Reviewed by Kentaro Hara.

        Changing blob-constructor.html label from CRASH to TEXT.

        * platform/chromium/TestExpectations:

2012-06-05  Kenichi Ishibashi  <bashi@chromium.org>

        [Chromium] Unreviewed test expectations update

        * platform/chromium/TestExpectations:

2012-06-05  Alexander Pavlov  <apavlov@chromium.org>

        Unreviewed, build fix after r119469.

        * inspector/styles/lazy-computed-style-expected.txt:
        * inspector/styles/styles-computed-trace-expected.txt:

2012-06-05  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: "-webkit"-prefixed properties are considered inherited in the Computed Style pane
        https://bugs.webkit.org/show_bug.cgi?id=88257

        Reviewed by Pavel Feldman.

        * inspector/elements/elements-panel-styles-expected.txt:
        * inspector/elements/elements-panel-styles.html:

2012-06-05  Kenichi Ishibashi  <bashi@chromium.org>

        [Chromium] Implement font shaping with font-feature-settings on Mac
        https://bugs.webkit.org/show_bug.cgi?id=69826

        Reviewed by Tony Chang.

        Added the expectation for sss3/font-feature-settings-rendering.html.

        * platform/chromium-mac/css3/font-feature-settings-rendering-expected.png: Added.
        * platform/chromium-mac/css3/font-feature-settings-rendering-expected.txt: Added.
        * platform/chromium/TestExpectations: Removed css3/font-feature-settings-rendering.html.

2012-06-05  Li Yin  <li.yin@intel.com>

        IETC: FileList.item(-1) should return null instead of raising
        https://bugs.webkit.org/show_bug.cgi?id=77899

        Reviewed by Kentaro Hara.

        IETC: http://samples.msdn.microsoft.com/ietestcenter/fileapi/filelist.htm
        Ref: http://es5.github.com/#x9.6
        Some index values have been covered in this test, including negative index,
        undefined, null, normal index(0~length-1), more than length index.

        * fast/files/file-list-test-expected.txt:
        * fast/files/file-list-test.html:

2012-06-05  Adam Barth  <abarth@webkit.org>

        EventHandler shouldn't dispatch fake mousemove events when scrolling on devices that don't have a mouse
        https://bugs.webkit.org/show_bug.cgi?id=88270

        Reviewed by James Robinson.

        * fast/events/touch/scroll-without-mouse-lacks-mousemove-events-expected.txt: Added.
        * fast/events/touch/scroll-without-mouse-lacks-mousemove-events.html: Added.

2012-06-04  Filip Pizlo  <fpizlo@apple.com>

        DFG CFG simplification should correct the variables at the head of the predecessor block
        https://bugs.webkit.org/show_bug.cgi?id=88284

        Reviewed by Geoffrey Garen.

        * fast/js/dfg-constant-fold-first-local-read-after-block-merge-expected.txt: Added.
        * fast/js/dfg-constant-fold-first-local-read-after-block-merge.html: Added.
        * fast/js/script-tests/dfg-constant-fold-first-local-read-after-block-merge.js: Added.
        (foo):
        (bar):

2012-06-04  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium windows rebaseline for r119456.

        * platform/chromium-win-vista/fast/multicol: Removed.
        * platform/chromium-win/fast/multicol/float-multicol-expected.png:

2012-06-04  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium test expectation updates for new tests.

        * fast/sub-pixel/inline-block-with-padding-expected.txt:
        * platform/chromium-mac/fast/sub-pixel: Added.
        * platform/chromium-mac/fast/sub-pixel/inline-block-with-padding-expected.txt: Added.

2012-06-04  Kent Tamura  <tkent@chromium.org>

        [Chromium] Fix a TestExpectations format error.

        * platform/chromium/TestExpectations:

2012-06-04  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium test and expectation updates for r119456.

        * fast/sub-pixel/inline-block-with-padding.html:
        * platform/chromium-mac-snowleopard/fast/events/offsetX-offsetY-expected.txt:
        * platform/chromium/TestExpectations:

2012-06-04  Emil A Eklund  <eae@chromium.org> and Levi Weintraub  <leviw@chromium.org>

        Add missing FractionalLayoutUnit += operator and move LineWidth to use all floats
        https://bugs.webkit.org/show_bug.cgi?id=88259

        Reviewed by Ryosuke Niwa.

        * fast/dom/elementFromPoint-relative-to-viewport.html:
        * fast/events/offsetX-offsetY.html:
        Remove special casing for subpixel layout as it is no longer needed.
        
        * fast/sub-pixel/float-containing-block-with-margin-expected.html: Added.
        * fast/sub-pixel/float-containing-block-with-margin.html: Added.
        * fast/sub-pixel/float-with-right-margin-zoom-expected.txt: Added.
        * fast/sub-pixel/float-with-right-margin-zoom.html: Added.
        * fast/sub-pixel/inline-block-with-padding-expected.txt: Added.
        * fast/sub-pixel/inline-block-with-padding.html: Added.
        New tests for wrapping logic.
        
        * platform/chromium-linux/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
        * platform/chromium-linux/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
        * platform/chromium-linux/fast/line-grid/line-align-left-edges-expected.png:
        * platform/chromium-linux/fast/line-grid/line-grid-contains-value-expected.png:
        * platform/chromium-linux/fast/multicol/float-multicol-expected.png:
        * platform/chromium-win/fast/events/offsetX-offsetY-expected.txt:
        * platform/chromium-win/fast/line-grid/line-grid-contains-value-expected.txt:
        * platform/chromium-win/fast/multicol/float-multicol-expected.txt:
        Update expectations to match pre-subpixel rendering.
        
        * platform/chromium/TestExpectations:
        Mark updated tests as failing on mac and windows temporarily.
        
        * platform/chromium/fast/dom/elementFromPoint-relative-to-viewport-expected.txt:
        Remove special casing for subpixel layout as it is no longer needed.
        
        * platform/chromium/fast/line-grid/line-align-left-edges-expected.txt:
        Update expectations to match pre-subpixel rendering.

        * platform/efl/Skipped:
        * platform/gtk-wk2/Skipped:
        * platform/mac-lion/Skipped:
        * platform/mac-snowleopard/Skipped:
        * platform/mac-wk2/Skipped:
        * platform/mac/Skipped:
        * platform/qt-4.8/Skipped:
        * platform/qt/Skipped:
        * platform/win-wk2/Skipped:
        * platform/win-xp/Skipped:
        * platform/win/Skipped:
        * platform/wincairo/Skipped:
        * platform/wk2/Skipped:
        Skip new sub-pixel tests on platforms that does not enable sub-pixel layout.

2012-06-04  Tony Chang  <tony@chromium.org>

        CSS property 'order' should be a number rather than an int
        https://bugs.webkit.org/show_bug.cgi?id=88111

        Reviewed by Ojan Vafai.

        * css3/flexbox/css-properties-expected.txt:
        * css3/flexbox/css-properties.html: Allow decimal values.
        * css3/flexbox/flex-order.html: Fix tests based on float limits.

2012-06-04  Leo Yang  <leo.yang@torchmobile.com.cn>

        Syntax error in fast/filesystem/resources/file-writer-gc-blob.js
        https://bugs.webkit.org/show_bug.cgi?id=87939

        Reviewed by Alexey Proskuryakov.

        * fast/filesystem/resources/file-writer-gc-blob.js: Add parentheses around the blob data.
        (startWrite):

2012-06-04  Jessie Berlin  <jberlin@apple.com>

        Skip more tests on Windows to get the bots greener.

        See r119449 for more context.

        * platform/win/Skipped:

2012-06-04  Jessie Berlin  <jberlin@apple.com>

        Start skipping all the failing tests on Windows to get the bots greener.

        At this point it doesn't make sense to try to split the hundreds of failures out into
        separate bugs and rebaseline. It makes more sense to use the Skipped list as a todo list
        of things that need to be checked / updated for Windows.

        * platform/win/Skipped:

2012-06-04  Tim Horton  <timothy_horton@apple.com>

        Unreviewed new baseline for test added in r119423.

        * platform/mac/fast/hidpi/device-scale-factor-paint-expected.png: Added.
        * platform/mac/fast/hidpi/device-scale-factor-paint-expected.txt: Added.

2012-06-04  Filip Pizlo  <fpizlo@apple.com>

        DFG arguments simplification takes unkindly to direct accesses to the arguments register
        https://bugs.webkit.org/show_bug.cgi?id=88261

        Reviewed by Geoffrey Garen.

        * fast/js/dfg-arguments-alias-one-block-expected.txt: Added.
        * fast/js/dfg-arguments-alias-one-block-osr-exit-expected.txt: Added.
        * fast/js/dfg-arguments-alias-one-block-osr-exit.html: Added.
        * fast/js/dfg-arguments-alias-one-block-overwrite-arguments-expected.txt: Added.
        * fast/js/dfg-arguments-alias-one-block-overwrite-arguments.html: Added.
        * fast/js/dfg-arguments-alias-one-block-overwrite-expected.txt: Added.
        * fast/js/dfg-arguments-alias-one-block-overwrite.html: Added.
        * fast/js/dfg-arguments-alias-one-block.html: Added.
        * fast/js/script-tests/dfg-arguments-alias-one-block-osr-exit.js: Added.
        (foo):
        * fast/js/script-tests/dfg-arguments-alias-one-block-overwrite-arguments.js: Added.
        (foo):
        * fast/js/script-tests/dfg-arguments-alias-one-block-overwrite.js: Added.
        (foo):
        * fast/js/script-tests/dfg-arguments-alias-one-block.js: Added.
        (foo):

2012-06-04  Ami Fischman  <fischman@chromium.org>

        Don't crash when re-parenting a removed HTMLMediaElement
        https://bugs.webkit.org/show_bug.cgi?id=88058

        Reviewed by Eric Carlson.

        * media/media-reparent-expected.txt: Added.
        * media/media-reparent.html: Added.

2012-06-04  Sadrul Habib Chowdhury  <sadrul@chromium.org>

        [chromium] Fix software rendering for device-scale-factor > 1
        https://bugs.webkit.org/show_bug.cgi?id=88136

        Reviewed by Darin Fisher.

        * fast/hidpi/device-scale-factor-paint.html: Added.
        * platform/chromium/fast/hidpi/device-scale-factor-paint-expected.html: Added.

2012-06-04  Ami Fischman  <fischman@chromium.org>

        [Gtk] http/tests/media/video-buffered.html is failing after r119268
        https://bugs.webkit.org/show_bug.cgi?id=88138

        Reviewed by Eric Carlson.

        * http/tests/media/video-buffered.html:

2012-06-04  Aaron Colwell  <acolwell@chromium.org>

        Speed up video-media-source-play & video-media-source-seek LayoutTests.
        https://bugs.webkit.org/show_bug.cgi?id=87986

        Reviewed by Eric Carlson.

        * http/tests/media/media-source/video-media-source-play.html: Updated test to only play 1 second of media data instead of ~3 seconds.
        * http/tests/media/media-source/video-media-source-seek-expected.txt:
        * http/tests/media/media-source/video-media-source-seek.html:
            - Triggers seek after playing 0.5 seconds instead of 2 seconds.
            - Seeks to the last segment instead of a segment that is ~2 seconds from the end.
            - Added an webkitSourceAbort() call before appending the segments for the seek. This is to prevent this test from failing
              when the old v0.3 "flush on seek" behavior is removed from the Chromium code.

2012-06-04  Abhishek Arya  <inferno@chromium.org>

        Crash in multi-column layout.
        https://bugs.webkit.org/show_bug.cgi?id=88022

        Reviewed by Ojan Vafai.

        * fast/multicol/span/empty-anonymous-block-split-crash-expected.txt: Added.
        * fast/multicol/span/empty-anonymous-block-split-crash.html: Added.
        * fast/multicol/span/positioned-objects-not-removed-crash-expected.txt: Added.
        * fast/multicol/span/positioned-objects-not-removed-crash.html: Added.

2012-06-04  Tony Chang  <tony@chromium.org>

        Rename CSS flexbox test files to match new property names
        https://bugs.webkit.org/show_bug.cgi?id=88174

        Reviewed by Ojan Vafai.

        flex-pack became justify-content and flex-line-pack became
        align-content. Rename the tests to match the new names.

        * css3/flexbox/flex-justify-content-expected.txt: Renamed from LayoutTests/css3/flexbox/flex-pack-expected.txt.
        * css3/flexbox/flex-justify-content.html: Renamed from LayoutTests/css3/flexbox/flex-pack.html.
        * css3/flexbox/multiline-align-content-expected.txt: Renamed from LayoutTests/css3/flexbox/multiline-line-pack-expected.txt.
        * css3/flexbox/multiline-align-content-horizontal-column-expected.txt: Renamed from LayoutTests/css3/flexbox/multiline-line-pack-horizontal-column-expected.txt.
        * css3/flexbox/multiline-align-content-horizontal-column.html: Renamed from LayoutTests/css3/flexbox/multiline-line-pack-horizontal-column.html.
        * css3/flexbox/multiline-align-content.html: Renamed from LayoutTests/css3/flexbox/multiline-line-pack.html.
        * css3/flexbox/multiline-align-self-expected.txt: Renamed from LayoutTests/css3/flexbox/multiline-align-expected.txt.
        * css3/flexbox/multiline-align-self.html: Renamed from LayoutTests/css3/flexbox/multiline-align.html.
        * css3/flexbox/multiline-justify-content-expected.txt: Renamed from LayoutTests/css3/flexbox/multiline-pack-expected.txt.
        * css3/flexbox/multiline-justify-content.html: Renamed from LayoutTests/css3/flexbox/multiline-pack.html.
        * platform/chromium/TestExpectations:

2012-06-04  Tony Chang  <tony@chromium.org>

        Fix a couple flexbox tests to use flex-start and flex-end
        https://bugs.webkit.org/show_bug.cgi?id=88170

        Reviewed by Ojan Vafai.

        This test was still using start/end for align-self, which fallback
        to stretch. The test still passed because it is testing that all
        values of align-self behave the same and stretch produced the same
        behavior as flex-start/flex-end.

        * css3/flexbox/cross-axis-scrollbar.html:

2012-06-04  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r119393.
        http://trac.webkit.org/changeset/119393
        https://bugs.webkit.org/show_bug.cgi?id=88236

        Test is incorrect (duplicate content) and is causing Chromium
        failures (Requested by schenney on #webkit).

        * fast/canvas/drawImage-clipped-source-expected.txt: Removed.
        * fast/canvas/drawImage-clipped-source.html: Removed.
        * fast/canvas/drawImage-clipped-source.js: Removed.

2012-06-04  Philip Rogers  <pdr@google.com>

        Update test expectations after 119392
        https://bugs.webkit.org/show_bug.cgi?id=88230

        Unreviewed update of test expectations.

        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/qt/TestExpectations:

2012-06-04  Justin Novosad  <junov@chromium.org>

        Canvas 2D - Source rectangles that overlap the source image boundary, not supported by drawImage
        https://bugs.webkit.org/show_bug.cgi?id=66574

        Reviewed by Stephen White.

        Adding a new layout test that verifies that the source and destination
        rectangle arguments to drawImage are properly clipped when the source
        rectangle is not entirely contained whithin the domian of the source
        image. Tests image to canvas draws and canvas to canvas draws.

        * fast/canvas/drawImage-clipped-source-expected.txt: Added.
        * fast/canvas/drawImage-clipped-source.html: Added.
        * fast/canvas/drawImage-clipped-source.js: Added.
        (patternTest.this.testPixel):
        (patternTest.this.testRedSquare):
        (patternTest.this.testAggregatePattern):
        (patternTest):
        (drawTestPattern):
        (executeTest):

2012-06-04  Dominik Röttsches  <dominik.rottsches@intel.com>

        [Cairo] Implementation of GraphicsContext does not save/restore ImageInterpolation correctly
        https://bugs.webkit.org/show_bug.cgi?id=87985

        Reviewed by Gustavo Noronha Silva.

        Unskipping fast/canvas/canvas-imageSmoothingEnabled.html now that it passes.

        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:

2012-06-04  Philip Rogers  <pdr@google.com>

        Fix assert in non-scaling strokes in patterns
        https://bugs.webkit.org/show_bug.cgi?id=88198

        Reviewed by Dirk Schulze.

        * platform/chromium/TestExpectations:
        * platform/mac/TestExpectations:
        * svg/stroke/non-scaling-stroke-pattern-expected.svg: Added.
        * svg/stroke/non-scaling-stroke-pattern.svg: Added.

2012-06-04  Ilya Tikhonovsky  <loislo@chromium.org>

        Unreviewed. Disable heap profiler test on mac platform.

        * platform/mac/Skipped:
        * platform/qt/Skipped:
        * platform/win/Skipped:
        * platform/wincairo/Skipped:

2012-06-04  Mike West  <mkwst@chromium.org>

        Adding explicit console error for duplicated CSP directives.
        https://bugs.webkit.org/show_bug.cgi?id=88193

        Reviewed by Adam Barth.

        * http/tests/security/contentSecurityPolicy/duplicate-directive-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/duplicate-directive.html: Added.

2012-06-04  Yoshifumi Inoue  <yosin@chromium.org>

        REGRESSION(r117929) [Forms] input type=number thinks 0 is not a number
        https://bugs.webkit.org/show_bug.cgi?id=88208

        Reviewed by Kent Tamura.

        This patch introduced function checkIt() for code sharing and added
        more test cases to input-number-commit-valid-only.htm

        * fast/forms/number/input-number-commit-valid-only-expected.txt: Changed for additional tests.
        * fast/forms/number/input-number-commit-valid-only.html: Changed.

2012-06-04  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [EFL] Reset "WebKitTabToLinksPreferenceKey" in DumpRenderTreeChrome::resetDefaultsToConsistentValues
        https://bugs.webkit.org/show_bug.cgi?id=87668

        Reviewed by Ryosuke Niwa.

        * platform/efl/Skipped: Unskipped fast/html/tab-order.html.

2012-05-31  Kinuko Yasuda  <kinuko@chromium.org>

        [chromium] DataTransferItem.webkitGetAsEntry() should synchronously return entry
        https://bugs.webkit.org/show_bug.cgi?id=87969

        Reviewed by Tony Chang.

        * editing/pasteboard/data-transfer-items-drag-drop-entry-expected.txt:
        * editing/pasteboard/data-transfer-items-drag-drop-entry.html:
        * fast/filesystem/cross-filesystem-op.html:
        * platform/chromium/test_expectations.txt:

2012-06-03  Shawn Singh  <shawnsingh@chromium.org>

        Unreviewed fix of chromium TestExpectations

        Some extra junk got added by accident when I tried to change
        TestExpectations. This patch removes it.

        * platform/chromium/TestExpectations:

2012-06-03  Shawn Singh  <shawnsingh@chromium.org>

        Unreviewed rebasline for transforms/3d test cases.

        9 tests re-baselined.
        The remainin 6 tests are explicitly enumerated in the TestExpectations file now.

        * platform/chromium-linux/transforms/3d/general/perspective-units-expected.png: Added.
        * platform/chromium-linux/transforms/3d/hit-testing/backface-hit-test-expected.png: Added.
        * platform/chromium-linux/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.png: Added.
        * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-3-expected.png: Added.
        * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-expected.png: Added.
        * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png: Added.
        * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png: Added.
        * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png: Added.
        * platform/chromium-mac-leopard/transforms/3d/general/perspective-units-expected.png:
        * platform/chromium-mac-leopard/transforms/3d/hit-testing/backface-hit-test-expected.png: Added.
        * platform/chromium-mac-leopard/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.png: Added.
        * platform/chromium-mac-leopard/transforms/3d/point-mapping/3d-point-mapping-3-expected.png: Added.
        * platform/chromium-mac-leopard/transforms/3d/point-mapping/3d-point-mapping-expected.png:
        * platform/chromium-mac-leopard/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
        * platform/chromium-mac-leopard/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png:
        * platform/chromium-mac-leopard/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
        * platform/chromium-mac-snowleopard/transforms/3d/general/perspective-units-expected.png:
        * platform/chromium-mac-snowleopard/transforms/3d/hit-testing/backface-hit-test-expected.png: Added.
        * platform/chromium-mac-snowleopard/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.png: Added.
        * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-3-expected.png: Added.
        * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-expected.png:
        * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
        * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png: Added.
        * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
        * platform/chromium-mac/transforms/3d/general/matrix-with-zoom-3d-expected.png: Added.
        * platform/chromium-mac/transforms/3d/general/perspective-units-expected.png: Added.
        * platform/chromium-mac/transforms/3d/hit-testing/backface-hit-test-expected.png: Added.
        * platform/chromium-mac/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.png: Added.
        * platform/chromium-mac/transforms/3d/point-mapping/3d-point-mapping-3-expected.png: Added.
        * platform/chromium-mac/transforms/3d/point-mapping/3d-point-mapping-expected.png: Added.
        * platform/chromium-mac/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png: Added.
        * platform/chromium-mac/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png: Added.
        * platform/chromium-mac/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png: Added.
        * platform/chromium-win/transforms/3d/general/matrix-with-zoom-3d-expected.png: Added.
        * platform/chromium-win/transforms/3d/general/perspective-units-expected.png: Added.
        * platform/chromium-win/transforms/3d/general/perspective-units-expected.txt: Added.
        * platform/chromium-win/transforms/3d/hit-testing/backface-hit-test-expected.png: Added.
        * platform/chromium-win/transforms/3d/hit-testing/backface-hit-test-expected.txt: Added.
        * platform/chromium-win/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.png: Added.
        * platform/chromium-win/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.txt: Added.
        * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-3-expected.png: Added.
        * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-3-expected.txt: Added.
        * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-expected.png:
        * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-expected.txt:
        * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
        * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-origins-expected.txt:
        * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png: Added.
        * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.txt: Added.
        * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
        * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.txt:
        * platform/chromium/TestExpectations:

2012-06-03  Hayato Ito  <hayato@chromium.org>

        Supports traversing nodes in an orphaned shadow subtree in ComposedShadowTreeParentWalker.
        https://bugs.webkit.org/show_bug.cgi?id=87924

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/shadow-dom-event-dispatching-expected.txt:
        * fast/dom/shadow/shadow-dom-event-dispatching.html:

2012-06-03  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] http/tests/media/video-buffered.html is failing after r119268 and need to be skipped
        https://bugs.webkit.org/show_bug.cgi?id=88194

        Unreviewed EFL gardening. Skipping http/tests/media/video-buffered.html
        which is failing after r119268.

        * platform/efl/TestExpectations:

2012-06-03  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] legacy-viewport tests added in r119256 need to be skipped
        https://bugs.webkit.org/show_bug.cgi?id=88192

        Unreviewed EFL gardening. Skip new tests added in r119256 since the
        LEGACY_VIEWPORT_ADAPTION flag is disabled on EFL port.

        * platform/efl/Skipped:
        * platform/efl/TestExpectations:

2012-06-03  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] New tests need a baseline
        https://bugs.webkit.org/show_bug.cgi?id=88190

        Unreviewed EFL gardening. Add EFL baseline for new test cases.

        * platform/efl/fast/reflections/reflection-with-zoom-expected.png: Added.
        * platform/efl/fast/reflections/reflection-with-zoom-expected.txt: Added.
        * platform/efl/svg/repaint/text-mask-update-expected.png: Added.
        * platform/efl/svg/repaint/text-mask-update-expected.txt: Added.

2012-06-03  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r119359.
        http://trac.webkit.org/changeset/119359
        https://bugs.webkit.org/show_bug.cgi?id=88189

        This broke platform/mac/fast/dom/wrapper-classes-objc.html.
        (Requested by dominicc on #webkit).

        * fast/events/event-creation-expected.txt:
        * fast/events/event-creation.html:

2012-06-03  Dominic Cooney  <dominicc@chromium.org>

        WheelEvent should inherit from MouseEvent
        https://bugs.webkit.org/show_bug.cgi?id=76104

        Reviewed by Kentaro Hara.

        * fast/events/event-creation-expected.txt:
        * fast/events/event-creation.html: Also check WheelEvent instanceof MouseEvent as well as UIEvent, Event

2012-06-03  Varun Jain  <varunjain@google.com>

        [chromium] Add new gesture type (two finger tap) that triggers context menu.
        https://bugs.webkit.org/show_bug.cgi?id=88173

        Reviewed by Adam Barth.

        * fast/events/touch/gesture/context-menu-on-two-finger-tap.html: Added.
        * platform/chromium/fast/events/touch/gesture/context-menu-on-two-finger-tap-expected.txt: Added.

2012-06-02  Xianzhu Wang  <wangxianzhu@chromium.org>

        SVGImageCache leaks image data
        https://bugs.webkit.org/show_bug.cgi?id=87792

        Reviewed by Nikolas Zimmermann.

        New test case.

        * svg/as-image/svg-image-leak-cached-data-expected.txt: Added.
        * svg/as-image/svg-image-leak-cached-data.html: Added.

2012-06-02  Ryosuke Niwa  <rniwa@webkit.org>

        Remove the failing expectation on fast/forms/textarea-scrollbar-height.html since it has been passing.

        * platform/chromium/TestExpectations:

2012-06-02  Ryosuke Niwa  <rniwa@webkit.org>

        Add back files inadvertently removed in r119323.

2012-06-02  Ami Fischman  <fischman@chromium.org>

        [chromium] SKIP http/tests/media/video-buffered.html because it requires overly large data
        https://bugs.webkit.org/show_bug.cgi?id=88172

        Unreviewed gardening.

        * platform/chromium/TestExpectations:

2012-06-02  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Replace QtXmlPatterns usage with libxslt dependency
        https://bugs.webkit.org/show_bug.cgi?id=76820

        Unreviewed gardening.

        * fast/xsl/xslt-mismatched-tags-in-xslt-expected.txt: Renamed from LayoutTests/platform/efl/fast/xsl/xslt-mismatched-tags-in-xslt-expected.txt.
        * platform/efl/fast/xsl/xslt-mismatched-tags-in-xslt-expected.png: Removed.
        * platform/gtk/fast/xsl/xslt-mismatched-tags-in-xslt-expected.png: Removed.
        * platform/gtk/fast/xsl/xslt-mismatched-tags-in-xslt-expected.txt: Removed.
        * platform/mac/fast/xsl/xslt-mismatched-tags-in-xslt-expected.png: Removed.
        * platform/mac/fast/xsl/xslt-mismatched-tags-in-xslt-expected.txt: Removed.
        * platform/qt-4.8/Skipped:
        * platform/qt-4.8/fast/css/dumpAsText/xml-stylesheet-pi-not-in-prolog-expected.txt: Renamed from LayoutTests/platform/qt/fast/css/dumpAsText/xml-stylesheet-pi-not-in-prolog-expected.txt.
        * platform/qt-4.8/fast/dom/Range/surround-contents-font-face-crash-expected.txt: Renamed from LayoutTests/platform/qt/fast/dom/Range/surround-contents-font-face-crash-expected.txt.
        * platform/qt-4.8/fast/dom/xml-parser-error-message-crash-expected.txt: Renamed from LayoutTests/platform/qt/fast/dom/xml-parser-error-message-crash-expected.txt.
        * platform/qt-4.8/fast/encoding/dumpAsText/utf-16-no-bom-expected.txt: Renamed from LayoutTests/platform/qt/fast/encoding/dumpAsText/utf-16-no-bom-expected.txt.
        * platform/qt-4.8/fast/events/xsl-onload-expected.txt: Renamed from LayoutTests/platform/qt/fast/events/xsl-onload-expected.txt.
        * platform/qt-4.8/fast/parser/xml-colon-entity-expected.txt: Renamed from LayoutTests/platform/qt/fast/parser/xml-colon-entity-expected.txt.
        * platform/qt-4.8/fast/parser/xml-declaration-missing-ending-mark-expected.txt: Renamed from LayoutTests/platform/qt/fast/parser/xml-declaration-missing-ending-mark-expected.txt.
        * platform/qt-4.8/fast/parser/xslt-with-html-expected.txt: Renamed from LayoutTests/platform/qt/fast/parser/xslt-with-html-expected.txt.
        * platform/qt-4.8/fast/xsl/subframe-location-expected.txt: Renamed from LayoutTests/platform/qt/fast/xsl/subframe-location-expected.txt.
        * platform/qt-4.8/fast/xsl/transform-to-html-expected.txt: Renamed from LayoutTests/platform/qt/fast/xsl/transform-to-html-expected.txt.
        * platform/qt-4.8/fast/xsl/utf8-chunks-expected.txt: Renamed from LayoutTests/platform/qt/fast/xsl/utf8-chunks-expected.txt.
        * platform/qt-4.8/fast/xsl/xslt-bad-import-uri-expected.txt: Renamed from LayoutTests/platform/qt/fast/xsl/xslt-bad-import-uri-expected.txt.
        * platform/qt-4.8/fast/xsl/xslt-doc-noenc-expected.txt: Renamed from LayoutTests/platform/qt/fast/xsl/xslt-doc-noenc-expected.txt.
        * platform/qt-4.8/fast/xsl/xslt-entity-enc-expected.txt: Renamed from LayoutTests/platform/qt/fast/xsl/xslt-entity-enc-expected.txt.
        * platform/qt-4.8/fast/xsl/xslt-entity-expected.png: Renamed from LayoutTests/platform/qt/fast/xsl/xslt-entity-expected.png.
        * platform/qt-4.8/fast/xsl/xslt-mismatched-tags-in-xslt-expected.txt: Renamed from LayoutTests/platform/qt/fast/xsl/xslt-mismatched-tags-in-xslt-expected.txt.
        * platform/qt-4.8/fast/xsl/xslt-recursion-expected.txt: Renamed from LayoutTests/platform/qt/fast/xsl/xslt-recursion-expected.txt.
        * platform/qt-4.8/http/tests/misc/location-test-xsl-style-sheet-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/misc/location-test-xsl-style-sheet-expected.txt.
        * platform/qt-4.8/http/tests/security/contentSecurityPolicy/xsl-allowed-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/security/contentSecurityPolicy/xsl-allowed-expected.txt.
        * platform/qt-4.8/http/tests/security/contentSecurityPolicy/xsl-img-blocked-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/security/contentSecurityPolicy/xsl-img-blocked-expected.txt.
        * platform/qt-4.8/http/tests/security/contentSecurityPolicy/xsl-unaffected-by-style-src-2-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/security/contentSecurityPolicy/xsl-unaffected-by-style-src-2-expected.txt.
        * platform/qt-4.8/http/tests/security/cookies/first-party-cookie-allow-xslt-expected.png: Renamed from LayoutTests/platform/qt/http/tests/security/cookies/first-party-cookie-allow-xslt-expected.png.
        * platform/qt-4.8/http/tests/security/cookies/first-party-cookie-allow-xslt-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/security/cookies/first-party-cookie-allow-xslt-expected.txt.
        * platform/qt-4.8/http/tests/security/cookies/third-party-cookie-blocking-xslt-expected.png: Renamed from LayoutTests/platform/qt/http/tests/security/cookies/third-party-cookie-blocking-xslt-expected.png.
        * platform/qt-4.8/http/tests/security/cookies/third-party-cookie-blocking-xslt-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/security/cookies/third-party-cookie-blocking-xslt-expected.txt.
        * platform/qt-4.8/http/tests/security/xss-DENIED-xml-external-entity-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/security/xss-DENIED-xml-external-entity-expected.txt.
        * platform/qt-4.8/http/tests/security/xss-DENIED-xsl-document-redirect-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/security/xss-DENIED-xsl-document-redirect-expected.txt.
        * platform/qt-4.8/http/tests/security/xss-DENIED-xsl-external-entity-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/security/xss-DENIED-xsl-external-entity-expected.txt.
        * platform/qt-4.8/http/tests/security/xss-DENIED-xsl-external-entity-redirect-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/security/xss-DENIED-xsl-external-entity-redirect-expected.txt.
        * platform/qt-4.8/svg/custom/bug45331-expected.png: Renamed from LayoutTests/platform/qt/svg/custom/bug45331-expected.png.
        * platform/qt-4.8/svg/custom/bug45331-expected.txt: Renamed from LayoutTests/platform/qt/svg/custom/bug45331-expected.txt.
        * platform/qt-4.8/svg/custom/bug78807-expected.txt: Renamed from LayoutTests/platform/qt/svg/custom/bug78807-expected.txt.
        * platform/qt-4.8/svg/custom/use-invalid-html-expected.txt: Renamed from LayoutTests/platform/qt/svg/custom/use-invalid-html-expected.txt.
        * platform/qt-4.8/svg/custom/use-invalid-style-expected.txt: Renamed from LayoutTests/platform/qt/svg/custom/use-invalid-style-expected.txt.
        * platform/qt-4.8/svg/hixie/error/dumpAsText/004-expected.txt: Renamed from LayoutTests/platform/qt/svg/hixie/error/dumpAsText/004-expected.txt.
        * platform/qt-4.8/svg/hixie/error/dumpAsText/005-expected.txt: Renamed from LayoutTests/platform/qt/svg/hixie/error/dumpAsText/005-expected.txt.
        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0/Skipped:
        * platform/qt-5.0/http/tests/security/xss-DENIED-xsl-document-redirect-expected.txt: Added.
        * platform/qt-5.0/http/tests/security/xss-DENIED-xsl-external-entity-redirect-expected.txt: Added.
        * platform/qt-arm/Skipped:
        * platform/qt/Skipped:

2012-06-02  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed fix after r119255.

        * platform/qt/svg/css/getComputedStyle-basic-expected.txt:

2012-06-02  Ryosuke Niwa  <rniwa@webkit.org>

        Rename test_expectations.txt to TestExpectations.

        * platform/chromium/TestExpectations: Copied from LayoutTests/platform/chromium/test_expectations.txt.
        * platform/chromium/test_expectations.txt: Removed.
        * platform/efl/TestExpectations: Copied from LayoutTests/platform/efl/test_expectations.txt.
        * platform/efl/test_expectations.txt: Removed.
        * platform/gtk/TestExpectations: Copied from LayoutTests/platform/gtk/test_expectations.txt.
        * platform/gtk/test_expectations.txt: Removed.
        * platform/mac/TestExpectations: Copied from LayoutTests/platform/mac/test_expectations.txt.
        * platform/mac/test_expectations.txt: Removed.
        * platform/qt/TestExpectations: Copied from LayoutTests/platform/qt/test_expectations.txt.
        * platform/qt/test_expectations.txt: Removed.
        * platform/win/TestExpectations: Copied from LayoutTests/platform/win/test_expectations.txt.
        * platform/win/test_expectations.txt: Removed.

2012-06-02  Tony Chang  <tony@chromium.org>

        Rename the flexbox CSS propery values from start to flex-start and end to flex-end
        https://bugs.webkit.org/show_bug.cgi?id=88152

        Reviewed by Ojan Vafai.

        Rename start to flex-start and end to flex-end.

        * css3/flexbox/css-properties-expected.txt:
        * css3/flexbox/css-properties.html:
        * css3/flexbox/flex-align-column.html:
        * css3/flexbox/flex-align-end.html:
        * css3/flexbox/flex-align-vertical-writing-mode.html:
        * css3/flexbox/flex-align.html:
        * css3/flexbox/flex-pack.html:
        * css3/flexbox/line-wrapping.html:
        * css3/flexbox/multiline-align.html:
        * css3/flexbox/multiline-column-auto.html:
        * css3/flexbox/multiline-line-pack-horizontal-column-expected.txt:
        * css3/flexbox/multiline-line-pack-horizontal-column.html:
        * css3/flexbox/multiline-line-pack.html:
        * css3/flexbox/multiline-pack-expected.txt:
        * css3/flexbox/multiline-pack.html:
        * css3/flexbox/multiline-reverse-wrap-baseline.html:
        * css3/flexbox/multiline-reverse-wrap-overflow.html:
        * css3/flexbox/multiline-shrink-to-fit.html:
        * css3/flexbox/multiline.html:
        * css3/flexbox/nested-stretch.html:
        * css3/flexbox/orthogonal-flex-directions.html:
        * platform/chromium-linux-x86/svg/css/getComputedStyle-basic-expected.txt:
        * platform/chromium-linux/svg/css/getComputedStyle-basic-expected.txt:
        * platform/chromium-mac-leopard/svg/css/getComputedStyle-basic-expected.txt:
        * platform/chromium-mac-snowleopard/svg/css/getComputedStyle-basic-expected.txt:
        * platform/chromium-mac/svg/css/getComputedStyle-basic-expected.txt:
        * platform/chromium-win-vista/svg/css/getComputedStyle-basic-expected.txt:
        * platform/chromium-win-xp/svg/css/getComputedStyle-basic-expected.txt:
        * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
        * platform/gtk/svg/css/getComputedStyle-basic-expected.txt:
        * platform/mac/svg/css/getComputedStyle-basic-expected.txt:
        * platform/qt/svg/css/getComputedStyle-basic-expected.txt:
        * svg/css/getComputedStyle-basic-expected.txt:

2012-06-01  Ryosuke Niwa  <rniwa@webkit.org>

        Suppress text diff on http/tests/media/video-buffered.html on Chromium Leopard as
        it has been failing on Leopard since it was re-enabled in http://trac.webkit.org/changeset/119268.
        The failure is tracked by the bug 88160.

        * platform/chromium/test_expectations.txt:

2012-06-01  Jessie Berlin  <jberlin@apple.com>

        Skip more asserting tests on Windows.

        * platform/win/Skipped:

2012-06-01  Filip Pizlo  <fpizlo@apple.com>

        DFG CFA should know that PutByVal can clobber the world
        https://bugs.webkit.org/show_bug.cgi?id=88155

        Reviewed by Gavin Barraclough.

        * fast/js/dfg-putbyval-cfa-clobber-expected.txt: Added.
        * fast/js/dfg-putbyval-cfa-clobber.html: Added.
        * fast/js/script-tests/dfg-putbyval-cfa-clobber.js: Added.
        (foo.bar):
        (foo):

2012-06-01  Filip Pizlo  <fpizlo@apple.com>

        DFG should not emit unnecessary speculation checks when performing an int32 to double conversion on
        a value that is proved to be a number, predicted to be an int32, but not proved to be an int32
        https://bugs.webkit.org/show_bug.cgi?id=88146

        Reviewed by Gavin Barraclough.

        * fast/js/dfg-int32-to-double-on-known-number-expected.txt: Added.
        * fast/js/dfg-int32-to-double-on-known-number.html: Added.
        * fast/js/script-tests/dfg-int32-to-double-on-known-number.js: Added.
        (foo.bar):
        (foo):

2012-06-01  Tony Chang  <tony@chromium.org>

        rename -webkit-flex-pack and -webkit-flex-line-pack to -webkit-justify-content and -webkit-align-content
        https://bugs.webkit.org/show_bug.cgi?id=88113

        Reviewed by Ojan Vafai.

        Find and replace for the CSS keywords.

        * css3/flexbox/columns-auto-size.html:
        * css3/flexbox/css-properties-expected.txt:
        * css3/flexbox/css-properties.html:
        * css3/flexbox/flex-pack.html:
        * css3/flexbox/multiline-align.html:
        * css3/flexbox/multiline-column-auto.html:
        * css3/flexbox/multiline-line-pack-expected.txt:
        * css3/flexbox/multiline-line-pack-horizontal-column-expected.txt:
        * css3/flexbox/multiline-line-pack-horizontal-column.html:
        * css3/flexbox/multiline-line-pack.html:
        * css3/flexbox/multiline-pack-expected.txt:
        * css3/flexbox/multiline-pack.html:
        * css3/flexbox/multiline-reverse-wrap-overflow.html:
        * css3/flexbox/multiline-shrink-to-fit.html:
        * css3/flexbox/multiline.html:
        * css3/flexbox/nested-stretch.html:
        * css3/flexbox/position-absolute-child.html:
        * css3/flexbox/true-centering.html:
        * fast/css/getComputedStyle/computed-style-expected.txt:
        * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        * platform/chromium-linux-x86/svg/css/getComputedStyle-basic-expected.txt:
        * platform/chromium-linux/svg/css/getComputedStyle-basic-expected.txt:
        * platform/chromium-mac-leopard/fast/css/getComputedStyle/computed-style-expected.txt:
        * platform/chromium-mac-leopard/svg/css/getComputedStyle-basic-expected.txt:
        * platform/chromium-mac-snowleopard/svg/css/getComputedStyle-basic-expected.txt:
        * platform/chromium-mac/fast/css/getComputedStyle/computed-style-expected.txt:
        * platform/chromium-mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        * platform/chromium-mac/svg/css/getComputedStyle-basic-expected.txt:
        * platform/chromium-win-vista/svg/css/getComputedStyle-basic-expected.txt:
        * platform/chromium-win-xp/svg/css/getComputedStyle-basic-expected.txt:
        * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
        * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
        * platform/gtk/fast/css/getComputedStyle/computed-style-expected.txt:
        * platform/gtk/svg/css/getComputedStyle-basic-expected.txt:
        * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt:
        * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        * platform/mac/svg/css/getComputedStyle-basic-expected.txt:
        * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        * platform/qt/svg/css/getComputedStyle-basic-expected.txt:
        * platform/win/fast/css/getComputedStyle/computed-style-expected.txt:
        * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        * svg/css/getComputedStyle-basic-expected.txt:

2012-06-01  Alexey Proskuryakov  <ap@apple.com>

        Make cookie tests debuggable by merging scripts into HTML
        https://bugs.webkit.org/show_bug.cgi?id=88143

        Reviewed by Anders Carlsson.

        * http/tests/cookies/double-quoted-value-with-semi-colon.html:
        * http/tests/cookies/multiple-cookies.html:
        * http/tests/cookies/script-tests: Removed.
        * http/tests/cookies/script-tests/TEMPLATE.html: Removed.
        * http/tests/cookies/script-tests/double-quoted-value-with-semi-colon.js: Removed.
        * http/tests/cookies/script-tests/multiple-cookies.js: Removed.
        * http/tests/cookies/script-tests/simple-cookies-expired.js: Removed.
        * http/tests/cookies/script-tests/simple-cookies-max-age.js: Removed.
        * http/tests/cookies/script-tests/single-quoted-value.js: Removed.
        * http/tests/cookies/simple-cookies-expired.html:
        * http/tests/cookies/simple-cookies-max-age.html:
        * http/tests/cookies/single-quoted-value.html:

2012-06-01  Filip Pizlo  <fpizlo@apple.com>

        DFG constant folding search for the last local access skips the immediately previous local access
        https://bugs.webkit.org/show_bug.cgi?id=88141

        Reviewed by Michael Saboff.

        * fast/js/dfg-obvious-constant-cfa-expected.txt: Added.
        * fast/js/dfg-obvious-constant-cfa.html: Added.
        * fast/js/script-tests/dfg-obvious-constant-cfa.js: Added.
        (bar.baz):
        (bar):

2012-06-01  Ryosuke Niwa  <rniwa@webkit.org>

        Chromium rebaseline after r119274.

        * platform/chromium-linux/fast/reflections/reflection-with-zoom-expected.png: Added.
        * platform/chromium-mac-leopard/fast/reflections/reflection-with-zoom-expected.png: Added.
        * platform/chromium-mac/fast/reflections/reflection-with-zoom-expected.png: Added.
        * platform/chromium-win/fast/reflections/reflection-with-zoom-expected.png: Added.

2012-06-01  Ryosuke Niwa  <rniwa@webkit.org>

        Fix a typo in the expected result for the test added in r119281.119281

        * fast/js/dfg-cse-cfa-discrepancy-expected.txt:

2012-06-01  Alexey Proskuryakov  <ap@apple.com>

        http/tests/cookies/simple-cookies-expired.html and simple-cookies-max-age.html are failing
        https://bugs.webkit.org/show_bug.cgi?id=82749

        I don't see any failures locally (other than sometimes as flakiness in all cookie
        tests), and the bug report doesn't have any information about what was wrong.

        * platform/mac/Skipped: Re-enable to see what happens.

2012-06-01  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, adding a TEXT expectation for http/tests/media/video-buffered.html
        after it started failing in r119268.

        * platform/gtk/test_expectations.txt:

2012-06-01  Filip Pizlo  <fpizlo@apple.com>

        DFG constant folding should be OK with GetLocal of captured variables having a constant
        https://bugs.webkit.org/show_bug.cgi?id=88137

        Fix a typo that Gavin found but that I failed to fix in previous commit.

        * fast/js/script-tests/dfg-cse-cfa-discrepancy.js:

2012-06-01  Filip Pizlo  <fpizlo@apple.com>

        DFG constant folding should be OK with GetLocal of captured variables having a constant
        https://bugs.webkit.org/show_bug.cgi?id=88137

        Reviewed by Gavin Barraclough.

        * fast/js/dfg-cse-cfa-discrepancy-expected.txt: Added.
        * fast/js/dfg-cse-cfa-discrepancy.html: Added.
        * fast/js/script-tests/dfg-cse-cfa-discrepancy.js: Added.
        (foo.bar.baz):
        (foo.bar):
        (foo):

2012-06-01  Jessie Berlin  <jberlin@apple.com>

        [Win] ASSERT(enclosingIntRect(rendererMappedResult) == enclosingIntRect(FloatQuad(result).boundingBox()))
        failed in RenderGeometryMap::absoluteRect
        https://bugs.webkit.org/show_bug.cgi?id=88128

        Add affected tests to the Windows Skipped list.

        * platform/win/Skipped:
        Also, fix the line endings for this file.

2012-06-01  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, adding new baselines after r119256.

        * platform/gtk/fast/viewport/viewport-legacy-handheldfriendly-expected.txt: Added.
        * platform/gtk/fast/viewport/viewport-legacy-mobileoptimized-2-expected.txt: Added.
        * platform/gtk/fast/viewport/viewport-legacy-mobileoptimized-3-expected.txt: Added.
        * platform/gtk/fast/viewport/viewport-legacy-mobileoptimized-expected.txt: Added.
        * platform/gtk/fast/viewport/viewport-legacy-ordering-5-expected.txt: Added.
        * platform/gtk/fast/viewport/viewport-legacy-ordering-6-expected.txt: Added.

2012-06-01  Stephen Chenney  <schenney@chromium.org>

        Layout Test fast/dom/HTMLMeterElement/meter-element-crash.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=88131

        Unreviewed addition to Chromium test expectations.

        * platform/chromium/test_expectations.txt:

2012-06-01  Mihai Parparita  <mihaip@chromium.org>

        Improve synchronous XHR disabling
        https://bugs.webkit.org/show_bug.cgi?id=88032

        Reviewed by Alexey Proskuryakov.

        Update with new error message.

        * fast/xmlhttprequest/xmlhttprequest-sync-disabled-expected.txt:

2012-06-01  Beth Dakin  <bdakin@apple.com>

        https://bugs.webkit.org/show_bug.cgi?id=87774
        REGRESSION (r105515): reflection masks are truncated at zoom levels < 1
        -and corresponding-
        <rdar://problem/11387506>

        Reviewed by Simon Fraser.

        * fast/reflections/reflection-with-zoom.html: Added.
        * platform/mac/fast/reflections/reflection-with-zoom-expected.png: Added.
        * platform/mac/fast/reflections/reflection-with-zoom-expected.txt: Added.

2012-06-01  Stephen Chenney  <schenney@chromium.org>

        Another Chromium test expectation update per the bug 88124.

        Unreviewed Chromium test expectations fix.

        * platform/chromium/test_expectations.txt:

2012-06-01  Tim Horton  <timothy_horton@apple.com>

        Unreviewed rebaseline of svg/css/getComputedStyle-basic for mac.

        * platform/mac/svg/css/getComputedStyle-basic-expected.txt:

2012-06-01  Shezan Baig  <shezbaig.wk@gmail.com>

        Indenting a paragraph that begins with a link 3 times breaks the paragraph into two paragraphs
        https://bugs.webkit.org/show_bug.cgi?id=87428

        Reviewed by Ryosuke Niwa.

        Adding two tests for indenting nested inlines.

        * editing/execCommand/indent-nested-inlines-1-expected.txt: Added.
        * editing/execCommand/indent-nested-inlines-1.html: Added.
        * editing/execCommand/indent-nested-inlines-2-expected.txt: Added.
        * editing/execCommand/indent-nested-inlines-2.html: Added.

2012-06-01  Ami Fischman  <fischman@chromium.org>

        [chromium] Unskip http/tests/media/video-buffered.html
        https://bugs.webkit.org/show_bug.cgi?id=87568

        Reviewed by Eric Carlson.

        * http/tests/media/video-buffered-expected.txt:
        * http/tests/media/video-buffered.html:
        * platform/chromium/test_expectations.txt:

2012-06-01  Ryosuke Niwa  <rniwa@webkit.org>

        Another Chromium test expectation update per the bug 88124.

        * platform/chromium/test_expectations.txt:

2012-06-01  Ryosuke Niwa  <rniwa@webkit.org>

        Chromium test expectation update.

        * platform/chromium/test_expectations.txt:

2012-06-01  Joe Thomas  <joethomas@motorola.com>

        getComputedStyle for background shorthand property does not return background-origin and background-clip.
        https://bugs.webkit.org/show_bug.cgi?id=86155

        Reviewed by Tony Chang.

        Added background-origin and background-clip CSS Property values to the background shorthand CSSValueList.

        * fast/backgrounds/background-shorthand-with-backgroundSize-style-expected.txt:
        * fast/backgrounds/background-shorthand-with-backgroundSize-style.html:
        * fast/css/getComputedStyle/getComputedStyle-background-shorthand-expected.txt:
        * fast/css/getComputedStyle/getComputedStyle-background-shorthand.html:

2012-06-01  Hugo Parente Lima  <hugo.lima@openbossa.org>

        Improve handling of legacy viewport meta tags
        https://bugs.webkit.org/show_bug.cgi?id=55874

        Reviewed by Adam Barth.

        Add tests and expected results.

        * fast/viewport/viewport-legacy-handheldfriendly-expected.txt: Added.
        * fast/viewport/viewport-legacy-handheldfriendly.html: Added.
        * fast/viewport/viewport-legacy-mobileoptimized-2-expected.txt: Added.
        * fast/viewport/viewport-legacy-mobileoptimized-2.html: Added.
        * fast/viewport/viewport-legacy-mobileoptimized-3-expected.txt: Added.
        * fast/viewport/viewport-legacy-mobileoptimized-3.html: Added.
        * fast/viewport/viewport-legacy-mobileoptimized-expected.txt: Added.
        * fast/viewport/viewport-legacy-mobileoptimized.html: Added.
        * fast/viewport/viewport-legacy-ordering-1-expected.txt: Added.
        * fast/viewport/viewport-legacy-ordering-1.html: Added.
        * fast/viewport/viewport-legacy-ordering-2-expected.txt: Added.
        * fast/viewport/viewport-legacy-ordering-2.html: Added.
        * fast/viewport/viewport-legacy-ordering-3-expected.txt: Added.
        * fast/viewport/viewport-legacy-ordering-3.html: Added.
        * fast/viewport/viewport-legacy-ordering-4-expected.txt: Added.
        * fast/viewport/viewport-legacy-ordering-4.html: Added.
        * fast/viewport/viewport-legacy-ordering-5-expected.txt: Added.
        * fast/viewport/viewport-legacy-ordering-5.html: Added.
        * fast/viewport/viewport-legacy-ordering-6-expected.txt: Added.
        * fast/viewport/viewport-legacy-ordering-6.html: Added.
        * fast/viewport/viewport-legacy-ordering-7-expected.txt: Added.
        * fast/viewport/viewport-legacy-ordering-7.html: Added.
        * fast/viewport/viewport-legacy-ordering-8-expected.txt: Added.
        * fast/viewport/viewport-legacy-ordering-8.html: Added.
        * fast/viewport/viewport-legacy-ordering-9-expected.txt: Added.
        * fast/viewport/viewport-legacy-ordering-9.html: Added.

2012-06-01  Tony Chang  <tony@chromium.org>

        rename -webkit-flex-order to -webkit-order
        https://bugs.webkit.org/show_bug.cgi?id=88104

        Reviewed by Ojan Vafai.

        Just a find and replace for the new property name.

        * css3/flexbox/css-properties-expected.txt:
        * css3/flexbox/css-properties.html:
        * css3/flexbox/flex-order.html:
        * fast/css/getComputedStyle/computed-style-expected.txt:
        * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        * platform/chromium-linux-x86/svg/css/getComputedStyle-basic-expected.txt:
        * platform/chromium-linux/svg/css/getComputedStyle-basic-expected.txt:
        * platform/chromium-mac-leopard/fast/css/getComputedStyle/computed-style-expected.txt:
        * platform/chromium-mac-leopard/svg/css/getComputedStyle-basic-expected.txt:
        * platform/chromium-mac-snowleopard/svg/css/getComputedStyle-basic-expected.txt:
        * platform/chromium-mac/fast/css/getComputedStyle/computed-style-expected.txt:
        * platform/chromium-mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        * platform/chromium-mac/svg/css/getComputedStyle-basic-expected.txt:
        * platform/chromium-win-vista/svg/css/getComputedStyle-basic-expected.txt:
        * platform/chromium-win-xp/svg/css/getComputedStyle-basic-expected.txt:
        * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
        * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
        * platform/gtk/fast/css/getComputedStyle/computed-style-expected.txt:
        * platform/gtk/svg/css/getComputedStyle-basic-expected.txt:
        * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt:
        * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        * platform/mac/svg/css/getComputedStyle-basic-expected.txt:
        * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        * platform/qt/svg/css/getComputedStyle-basic-expected.txt:
        * platform/win/fast/css/getComputedStyle/computed-style-expected.txt:
        * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        * svg/css/getComputedStyle-basic-expected.txt:

2012-06-01  Florin Malita  <fmalita@chromium.org>

        [Chromium] Unreviewed. Adding Win and Mac baselines after r119241.

        * platform/chromium-mac/svg/repaint/text-mask-update-expected.png: Added.
        * platform/chromium-mac/svg/repaint/text-mask-update-expected.txt: Copied from LayoutTests/platform/chromium-linux/svg/repaint/text-mask-update-expected.txt.
        * platform/chromium-win/svg/repaint/text-mask-update-expected.png: Added.
        * platform/chromium-win/svg/repaint/text-mask-update-expected.txt: Renamed from LayoutTests/platform/chromium-linux/svg/repaint/text-mask-update-expected.txt.
        * platform/chromium/test_expectations.txt:

2012-06-01  Jessie Berlin  <jberlin@apple.com>

        [Win] 9 plugin tests fail/time out
        https://bugs.webkit.org/show_bug.cgi?id=88107

        Skip the ones that time out and add/update platform-specific results for the the ones that
        fail to get the bots greener.

        * platform/win/Skipped:
        * platform/win/plugins/get-value-netscape-window-expected.txt:
        * platform/win/plugins/netscape-dom-access-and-reload-expected.txt: Added.
        * platform/win/plugins/npn-invalidate-rect-invalidates-window-expected.txt:
        * platform/win/plugins/window-geometry-initialized-before-set-window-expected.txt:
        * platform/win/plugins/geturlnotify-during-document-teardown-expected.txt

2012-06-01  Jessie Berlin  <jberlin@apple.com>

        Skip some plugin tests that crash/assert on Windows.

        * platform/win/Skipped:

2012-06-01  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] EFL port does not enable WEB_INTENTS_TAG flag
        https://bugs.webkit.org/show_bug.cgi?id=86866

        Reviewed by Adam Barth.

        Unskip webintents/intent-tag.html now that the WEB_INTENTS_TAG flag is
        enabled by default on EFL port.

        * platform/efl/test_expectations.txt:

2012-06-01  Dominik Röttsches  <dominik.rottsches@intel.com>

        [cairo] Pixel artifacts can be seen on reflections
        https://bugs.webkit.org/show_bug.cgi?id=85483

        Reviewed by Martin Robinson.

        Rebaselining the relevant test case for GTK and EFL.

        * platform/efl/fast/css/transformed-mask-expected.png:
        * platform/efl/fast/css/transformed-mask-expected.txt:
        * platform/efl/test_expectations.txt:
        * platform/gtk/fast/css/transformed-mask-expected.png:

2012-06-01  Florin Malita  <fmalita@chromium.org>

        http://shinydemos.com/clock/ doesn't seem to work
        https://bugs.webkit.org/show_bug.cgi?id=79682

        Reviewed by Nikolas Zimmermann.

        * platform/chromium-linux/svg/repaint/text-mask-update-expected.png: Added.
        * platform/chromium-linux/svg/repaint/text-mask-update-expected.txt: Added.
        * platform/chromium/test_expectations.txt:
        * platform/mac/test_expectations.txt:
        * svg/repaint/text-mask-update.svg: Added.

2012-06-01  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] EFL's LayoutTestController needs to implement deliverWebIntent
        https://bugs.webkit.org/show_bug.cgi?id=86865

        Reviewed by Adam Barth.

        Unskip webintents/web-intents-delivery.html now that Web intent
        delivery is implemented on EFL port.

        * platform/efl/test_expectations.txt:

2012-06-01  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r119228.
        http://trac.webkit.org/changeset/119228
        https://bugs.webkit.org/show_bug.cgi?id=88098

        Caused the EFL debug bot to crash. (Requested by rakuco on
        #webkit).

        * platform/efl/test_expectations.txt:

2012-06-01  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening.

        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-and-transform-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-under-transform-expected.txt: Added.

2012-06-01  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: Prepare styles-new-API.html results format for a more complex CSS model
        https://bugs.webkit.org/show_bug.cgi?id=88090

        Reviewed by Antti Koivisto.

        * inspector/styles/resources/styles-new-API.css:
        * inspector/styles/styles-new-API-expected.txt:
        * inspector/styles/styles-new-API.html:

2012-06-01  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] [DRT] editing/execCommand/paste-and-match-style-event.html crashes
        https://bugs.webkit.org/show_bug.cgi?id=86961

        Reviewed by Csaba Osztrogonác.

        Unskip editing/execCommand/paste-and-match-style-event.html now that
        it is no longer crashing thanks to ecore_x library init.

        * platform/efl/test_expectations.txt:

2012-06-01  Dan Bernstein  <mitz@apple.com>

        Layout not updated after setting -webkit-line-clamp to none
        https://bugs.webkit.org/show_bug.cgi?id=88049

        Reviewed by Abhishek Arya.

        * fast/flexbox/line-clamp-removed-dynamically-expected.html: Added.
        * fast/flexbox/line-clamp-removed-dynamically.html: Added.

2012-06-01  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, skip new failing and crashing tests.

        * platform/qt-5.0-wk2/Skipped:
        * platform/qt/Skipped:

2012-06-01  Pierre Rossi  <pierre.rossi@gmail.com>

        [Qt] Support drawing a pattern with a translation.
        https://bugs.webkit.org/show_bug.cgi?id=87025

        Reviewed by Kenneth Rohde Christiansen.

        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png: fix the expected pixel result

2012-06-01  Sudarsana Nagineni  <sudarsana.nagineni@linux.intel.com>

        [EFL] Gardening failure case on EFL build bot
        https://bugs.webkit.org/show_bug.cgi?id=88067

        Unreviewed EFL gardening after r119196.

        * platform/efl/test_expectations.txt:

2012-06-01  Alexander Shalamov  <alexander.shalamov@intel.com>

        [EFL] Move input element's spinner style tests to test_expectations.txt
        https://bugs.webkit.org/show_bug.cgi?id=88054

        Unreviewed EFL gardening.

        * platform/efl/test_expectations.txt:

2012-06-01  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, update expected files.

        * platform/qt-5.0/fast/forms/HTMLOptionElement_label06-expected.png:
        * platform/qt-5.0/fast/forms/HTMLOptionElement_label06-expected.txt:
        * platform/qt-5.0/fast/forms/HTMLOptionElement_label07-expected.png:
        * platform/qt-5.0/fast/forms/HTMLOptionElement_label07-expected.txt:
        * platform/qt-5.0/fast/forms/form-element-geometry-expected.png:
        * platform/qt-5.0/fast/forms/form-element-geometry-expected.txt:
        * platform/qt-5.0/fast/forms/menulist-separator-painting-expected.png:
        * platform/qt-5.0/fast/forms/menulist-separator-painting-expected.txt:
        * platform/qt-5.0/fast/forms/select-baseline-expected.png:
        * platform/qt-5.0/fast/forms/select-baseline-expected.txt:
        * platform/qt-5.0/fast/forms/selectlist-minsize-expected.png:
        * platform/qt-5.0/fast/forms/selectlist-minsize-expected.txt:
        * platform/qt-5.0/fast/replaced/three-selects-break-expected.png:
        * platform/qt-5.0/fast/replaced/three-selects-break-expected.txt:

2012-06-01  Adam Barth  <abarth@webkit.org>

        sandbox directive in X-WebKit-CSP header unable to create a unique origin
        https://bugs.webkit.org/show_bug.cgi?id=88014

        Reviewed by Ryosuke Niwa.

        * http/tests/security/contentSecurityPolicy/sandbox-allow-scripts-in-http-header-control.html: Added.
        * http/tests/security/contentSecurityPolicy/sandbox-allow-scripts-in-http-header-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/sandbox-allow-scripts-in-http-header.html: Added.
        * http/tests/security/contentSecurityPolicy/sandbox-in-http-header-control-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/sandbox-in-http-header-control.html: Added.
        * http/tests/security/contentSecurityPolicy/resources/sandbox.php: Added.
        * http/tests/security/contentSecurityPolicy/sandbox-in-http-header-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/sandbox-in-http-header.html: Added.
        * http/tests/security/contentSecurityPolicy/sandbox-allow-scripts-in-http-header-control-expected.txt: Added.

2012-06-01  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, add missing text and image baselines for
        fast/images/png-suite/test.html. Add MISSING expectations for two
        placeholder-in-text-area tests - the placeholder text does not appear
        in text areas (known bug).

        * platform/gtk/fast/images/png-suite: Added.
        * platform/gtk/fast/images/png-suite/test-expected.png: Added.
        * platform/gtk/fast/images/png-suite/test-expected.txt: Added.
        * platform/gtk/test_expectations.txt:

2012-06-01  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening after r119196.

        * platform/gtk/fast/dom/gc-attribute-node-expected.txt: Added.
        * platform/gtk/test_expectations.txt: Also mark fast/replaced/border-radius-clip.html as flaky.

2012-05-31  Dominic Cooney  <dominicc@chromium.org>

        [V8] Expando properties on attribute nodes disappear
        https://bugs.webkit.org/show_bug.cgi?id=87925

        Checks in a failing result for JSC; see
        <https://bugs.webkit.org/show_bug.cgi?id=88045>.

        Reviewed by Adam Barth.

        * fast/dom/gc-attribute-node-expected.txt: Added.
        * fast/dom/gc-attribute-node.html: Added.
        * platform/chromium/fast/dom/gc-attribute-node-expected.txt: Added.
        * platform/mac/fast/dom/gc-attribute-node-expected.txt: Added.

2012-05-31  Alexander Shalamov  <alexander.shalamov@intel.com>

        [EFL] <input type="number"> is not a spinbutton
        https://bugs.webkit.org/show_bug.cgi?id=86846

        Reviewed by Kenneth Rohde Christiansen.

        Unskip spinbutton layout tests.

        * platform/efl/test_expectations.txt:

2012-05-31  Ryosuke Niwa  <rniwa@webkit.org>

        Update Chromium test expectation of media/video-poster-blocked-by-willsendrequest.html to PASS TEXT
        on all platforms as supposed to just Mac and Linux since the result of jquery/traversing.html is
        bleeding into this test on Windows as well.

        * platform/chromium/test_expectations.txt:

2012-05-31  Tony Chang  <tony@chromium.org>

        Unreviewed. Fix expectations for for fast/multicol/span/clone-flexbox.html,
        the result I checked in was off by 1px.

        * fast/multicol/span/clone-flexbox-expected.txt:
        * platform/efl/fast/multicol/span/clone-flexbox-expected.txt:
        * platform/gtk/fast/multicol/span/clone-flexbox-expected.txt:
        * platform/qt/fast/multicol/span/clone-flexbox-expected.txt:

2012-05-31  Hajime Morrita  <morrita@chromium.org>

        REGRESSION(r117572): editing/spelling/spellcheck-async-remove-frame.html crashes on Mac
        https://bugs.webkit.org/show_bug.cgi?id=86859

        Reviewed by Ryosuke Niwa.

        * platform/mac/Skipped: Unskipped the test.

2012-05-31  Tony Chang  <tony@chromium.org>

        initial flex value should be 1 1 auto
        https://bugs.webkit.org/show_bug.cgi?id=86526

        In most tests, I added a CSS rule to default -webkit-flex: none.
        In a few tests, -webkit-flex didn't include the negative flex value
        and it was becoming 1, causing negative flexing. I fixed those by
        explicitly stating the negative flex as 0.

        Reviewed by Ojan Vafai.

        * css3/flexbox/align-absolute-child.html:
        * css3/flexbox/auto-margins.html:
        * css3/flexbox/flex-algorithm-with-margins.html:
        * css3/flexbox/flex-algorithm.html:
        * css3/flexbox/flex-align-end.html:
        * css3/flexbox/flex-flow-auto-margins.html:
        * css3/flexbox/flex-flow-orientations.html:
        * css3/flexbox/flex-flow-overflow.html:
        * css3/flexbox/flex-pack.html:
        * css3/flexbox/flex-property-parsing-expected.txt:
        * css3/flexbox/flex-property-parsing.html:
        * css3/flexbox/flexbox-overflow-auto-expected.html:
        * css3/flexbox/flexbox-overflow-auto.html:
        * css3/flexbox/multiline-column-auto.html:
        * css3/flexbox/multiline-pack.html:
        * css3/flexbox/multiline-shrink-to-fit.html:
        * css3/flexbox/multiline.html:
        * css3/flexbox/nested-stretch.html:
        * css3/flexbox/orthogonal-flex-directions.html:
        * css3/flexbox/position-absolute-child.html:
        * css3/flexbox/preferred-widths-orthogonal.html:
        * css3/flexbox/true-centering.html:
        * fast/css/getComputedStyle/computed-style-expected.txt:
        * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        * platform/chromium-linux-x86/svg/css/getComputedStyle-basic-expected.txt:
        * platform/chromium-linux/svg/css/getComputedStyle-basic-expected.txt:
        * platform/chromium-mac-leopard/fast/css/getComputedStyle/computed-style-expected.txt:
        * platform/chromium-mac-leopard/svg/css/getComputedStyle-basic-expected.txt:
        * platform/chromium-mac-snowleopard/svg/css/getComputedStyle-basic-expected.txt:
        * platform/chromium-mac/fast/css/getComputedStyle/computed-style-expected.txt:
        * platform/chromium-mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        * platform/chromium-mac/svg/css/getComputedStyle-basic-expected.txt:
        * platform/chromium-win-vista/svg/css/getComputedStyle-basic-expected.txt:
        * platform/chromium-win-xp/svg/css/getComputedStyle-basic-expected.txt:
        * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
        * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
        * platform/gtk/fast/css/getComputedStyle/computed-style-expected.txt:
        * platform/gtk/svg/css/getComputedStyle-basic-expected.txt:
        * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt:
        * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        * platform/mac/svg/css/getComputedStyle-basic-expected.txt:
        * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        * platform/qt/svg/css/getComputedStyle-basic-expected.txt:
        * platform/win/fast/css/getComputedStyle/computed-style-expected.txt:
        * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        * svg/css/getComputedStyle-basic-expected.txt:

2012-05-31  Jessie Berlin  <jberlin@apple.com>

        [Win] 4 fast/frames tests failing
        https://bugs.webkit.org/show_bug.cgi?id=88034

        Add Windows-specific expected (failing?) results to get the bots green.

        * platform/win/fast/frames/frame-set-scaling-hit-expected.txt: Added.
        * platform/win/fast/frames/frame-with-noresize-can-be-resized-after-removal-of-noresize-expected.txt: Added.
        * platform/win/fast/frames/frame-with-noresize-can-be-resized-after-setting-noResize-to-false-expected.txt: Added.
        * platform/win/fast/frames/frames-with-frameborder-zero-can-be-resized-expected.txt: Added.

2012-05-31  Tom Sepez  <tsepez@chromium.org>

        XSSAuditor bypass with leading /*///*/ comment
        https://bugs.webkit.org/show_bug.cgi?id=88002

        Reviewed by Adam Barth.

        Fixes issue in xssauditor's parsing of /*/.
        
        * http/tests/security/xssAuditor/script-tag-with-trailing-comment4-expected.txt: Added.
        * http/tests/security/xssAuditor/script-tag-with-trailing-comment4.html: Added.

2012-05-31  Hans Muller  <hmuller@adobe.com>

        Bug: Negative SVG rect rx,ry corner radii values aren't handled correctly
        https://bugs.webkit.org/show_bug.cgi?id=87859

        Reviewed by Dirk Schulze.

        Added a reftest which verifies that negative rect corner radius values are handled per the SVG spec, 
        http://www.w3.org/TR/SVG/shapes.html#RectElement.

        * svg/custom/rect-negative-corner-radii-expected.svg: Added.
        * svg/custom/rect-negative-corner-radii.svg: Added.

2012-05-31  Raphael Kubo da Costa  <rakuco@webkit.org>

        [EFL] Gardening. Skip fast/loader/opaque-base-url.html only on debug bots.

        The test hits an assertion which obviously only crashes the debug
        bots.

        * platform/efl/test_expectations.txt:

2012-05-31  Raphael Kubo da Costa  <rakuco@webkit.org>

        [EFL] Unskip fast/multicol tests.

        Most tests were passing and just needed new baselines. Only skip
        the few failing ones.

        * platform/efl/Skipped:
        * platform/efl/fast/multicol/block-axis-horizontal-bt-expected.png: Added.
        * platform/efl/fast/multicol/block-axis-horizontal-bt-expected.txt: Added.
        * platform/efl/fast/multicol/block-axis-horizontal-tb-expected.png: Added.
        * platform/efl/fast/multicol/block-axis-horizontal-tb-expected.txt: Added.
        * platform/efl/fast/multicol/block-axis-vertical-lr-expected.png: Added.
        * platform/efl/fast/multicol/block-axis-vertical-lr-expected.txt: Added.
        * platform/efl/fast/multicol/block-axis-vertical-rl-expected.png: Added.
        * platform/efl/fast/multicol/block-axis-vertical-rl-expected.txt: Added.
        * platform/efl/fast/multicol/client-rects-expected.png: Added.
        * platform/efl/fast/multicol/client-rects-expected.txt: Added.
        * platform/efl/fast/multicol/column-count-with-rules-expected.png:
        * platform/efl/fast/multicol/column-rules-expected.png:
        * platform/efl/fast/multicol/column-rules-stacking-expected.png:
        * platform/efl/fast/multicol/columns-shorthand-parsing-expected.png:
        * platform/efl/fast/multicol/float-avoidance-expected.png:
        * platform/efl/fast/multicol/float-multicol-expected.png:
        * platform/efl/fast/multicol/float-paginate-complex-expected.png:
        * platform/efl/fast/multicol/float-paginate-complex-expected.txt:
        * platform/efl/fast/multicol/float-paginate-empty-lines-expected.png:
        * platform/efl/fast/multicol/float-paginate-expected.png:
        * platform/efl/fast/multicol/layers-in-multicol-expected.png:
        * platform/efl/fast/multicol/layers-split-across-columns-expected.png:
        * platform/efl/fast/multicol/margin-collapse-expected.png:
        * platform/efl/fast/multicol/max-height-columns-block-expected.png:
        * platform/efl/fast/multicol/nested-columns-expected.png:
        * platform/efl/fast/multicol/nested-columns-expected.txt:
        * platform/efl/fast/multicol/overflow-across-columns-expected.png:
        * platform/efl/fast/multicol/overflow-across-columns-percent-height-expected.png:
        * platform/efl/fast/multicol/overflow-unsplittable-expected.png:
        * platform/efl/fast/multicol/paginate-block-replaced-expected.png:
        * platform/efl/fast/multicol/pagination-h-horizontal-bt-expected.png: Added.
        * platform/efl/fast/multicol/pagination-h-horizontal-bt-expected.txt: Added.
        * platform/efl/fast/multicol/pagination-h-horizontal-tb-expected.png: Added.
        * platform/efl/fast/multicol/pagination-h-horizontal-tb-expected.txt: Added.
        * platform/efl/fast/multicol/pagination-h-vertical-lr-expected.png: Added.
        * platform/efl/fast/multicol/pagination-h-vertical-lr-expected.txt: Added.
        * platform/efl/fast/multicol/pagination-h-vertical-rl-expected.png: Added.
        * platform/efl/fast/multicol/pagination-h-vertical-rl-expected.txt: Added.
        * platform/efl/fast/multicol/pagination-v-horizontal-bt-expected.png: Added.
        * platform/efl/fast/multicol/pagination-v-horizontal-bt-expected.txt: Added.
        * platform/efl/fast/multicol/pagination-v-horizontal-tb-expected.png: Added.
        * platform/efl/fast/multicol/pagination-v-horizontal-tb-expected.txt: Added.
        * platform/efl/fast/multicol/pagination-v-vertical-lr-expected.png: Added.
        * platform/efl/fast/multicol/pagination-v-vertical-lr-expected.txt: Added.
        * platform/efl/fast/multicol/pagination-v-vertical-rl-expected.png: Added.
        * platform/efl/fast/multicol/pagination-v-vertical-rl-expected.txt: Added.
        * platform/efl/fast/multicol/positioned-split-expected.png:
        * platform/efl/fast/multicol/positioned-with-constrained-height-expected.png:
        * platform/efl/fast/multicol/positive-leading-expected.png:
        * platform/efl/fast/multicol/scrolling-overflow-expected.png:
        * platform/efl/fast/multicol/single-line-expected.png: Added.
        * platform/efl/fast/multicol/single-line-expected.txt: Added.
        * platform/efl/fast/multicol/span/anonymous-before-child-parent-crash-expected.png: Added.
        * platform/efl/fast/multicol/span/anonymous-split-block-crash-expected.png:
        * platform/efl/fast/multicol/span/anonymous-style-inheritance-expected.png:
        * platform/efl/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png:
        * platform/efl/fast/multicol/span/clone-flexbox-expected.txt: Added.
        * platform/efl/fast/multicol/span/clone-summary-expected.txt: Added.
        * platform/efl/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png:
        * platform/efl/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
        * platform/efl/fast/multicol/span/span-as-immediate-child-property-removal-expected.png:
        * platform/efl/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt:
        * platform/efl/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png:
        * platform/efl/fast/multicol/span/span-as-immediate-columns-child-expected.png:
        * platform/efl/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png:
        * platform/efl/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt:
        * platform/efl/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png:
        * platform/efl/fast/multicol/span/span-as-nested-columns-child-expected.png:
        * platform/efl/fast/multicol/span/span-as-nested-inline-block-child-expected.png:
        * platform/efl/fast/multicol/span/span-margin-collapsing-expected.png:
        * platform/efl/fast/multicol/table-margin-collapse-expected.png:
        * platform/efl/fast/multicol/table-vertical-align-expected.png:
        * platform/efl/fast/multicol/table-vertical-align-expected.txt:
        * platform/efl/fast/multicol/unsplittable-inline-block-expected.png:
        * platform/efl/fast/multicol/vertical-lr/column-break-with-balancing-expected.png:
        * platform/efl/fast/multicol/vertical-lr/column-count-with-rules-expected.png:
        * platform/efl/fast/multicol/vertical-lr/column-rules-expected.png:
        * platform/efl/fast/multicol/vertical-lr/float-avoidance-expected.png:
        * platform/efl/fast/multicol/vertical-lr/float-multicol-expected.png:
        * platform/efl/fast/multicol/vertical-lr/float-paginate-complex-expected.png:
        * platform/efl/fast/multicol/vertical-lr/float-paginate-complex-expected.txt:
        * platform/efl/fast/multicol/vertical-lr/float-paginate-expected.png:
        * platform/efl/fast/multicol/vertical-lr/nested-columns-expected.png:
        * platform/efl/fast/multicol/vertical-lr/nested-columns-expected.txt:
        * platform/efl/fast/multicol/vertical-lr/unsplittable-inline-block-expected.png:
        * platform/efl/fast/multicol/vertical-rl/column-break-with-balancing-expected.png:
        * platform/efl/fast/multicol/vertical-rl/column-count-with-rules-expected.png:
        * platform/efl/fast/multicol/vertical-rl/column-rules-expected.png:
        * platform/efl/fast/multicol/vertical-rl/float-avoidance-expected.png:
        * platform/efl/fast/multicol/vertical-rl/float-multicol-expected.png:
        * platform/efl/fast/multicol/vertical-rl/float-paginate-complex-expected.png:
        * platform/efl/fast/multicol/vertical-rl/float-paginate-complex-expected.txt:
        * platform/efl/fast/multicol/vertical-rl/float-paginate-expected.png:
        * platform/efl/fast/multicol/vertical-rl/nested-columns-expected.png:
        * platform/efl/fast/multicol/vertical-rl/nested-columns-expected.txt:
        * platform/efl/fast/multicol/vertical-rl/rule-style-expected.txt: Added.
        * platform/efl/fast/multicol/vertical-rl/unsplittable-inline-block-expected.png:
        * platform/efl/test_expectations:

2012-05-31  Jessie Berlin  <jberlin@apple.com>

        [Win] 4 css3 tests fail
        https://bugs.webkit.org/show_bug.cgi?id=88024

        Add Windows-specific expected (failing?) results to get the bots green.

        * platform/win/css3: Added.
        * platform/win/css3/filters: Added.
        * platform/win/css3/filters/composited-during-animation-expected.txt: Added.
        * platform/win/css3/filters/composited-during-animation-layertree-expected.txt: Added.
        * platform/win/css3/filters/composited-during-transition-layertree-expected.txt: Added.
        * platform/win/css3/unicode-bidi-isolate-basic-expected.png: Added.
        * platform/win/css3/unicode-bidi-isolate-basic-expected.txt: Added.

2012-05-31  Jessie Berlin  <jberlin@apple.com>

        [Win] 10 fast/forms tests failing
        https://bugs.webkit.org/show_bug.cgi?id=88013

        Add/update Windows-expected (failing?) results to get the bots greener.

        * platform/win/fast/forms/basic-selects-expected.png: Added.
        * platform/win/fast/forms/basic-selects-expected.txt:
        * platform/win/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.png:
        * platform/win/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt:
        * platform/win/fast/forms/file: Added.
        * platform/win/fast/forms/file/file-input-disabled-expected.png: Added.
        * platform/win/fast/forms/file/file-input-disabled-expected.txt: Added.
        * platform/win/fast/forms/implicit-submission-expected.txt:
        * platform/win/fast/forms/input-step-as-double-expected.txt: Added.
        * platform/win/fast/forms/input-text-drag-down-expected.png:
        * platform/win/fast/forms/input-text-drag-down-expected.txt:
        * platform/win/fast/forms/select: Added.
        * platform/win/fast/forms/select-overflow-scroll-expected.png: Added.
        * platform/win/fast/forms/select-overflow-scroll-expected.txt: Added.
        * platform/win/fast/forms/select-overflow-scroll-inherited-expected.png: Added.
        * platform/win/fast/forms/select-overflow-scroll-inherited-expected.txt: Added.
        * platform/win/fast/forms/select/optgroup-rendering-expected.png: Added.
        * platform/win/fast/forms/select/optgroup-rendering-expected.txt: Added.
        * platform/win/fast/forms/text-control-intrinsic-widths-expected.txt:

2012-05-31  Alec Flett  <alecflett@chromium.org>

        IndexedDB: Implement IDBTransaction.error and IDBRequest.error
        https://bugs.webkit.org/show_bug.cgi?id=87865

        Reviewed by Tony Chang.

        * storage/indexeddb/basics-expected.txt:
        * storage/indexeddb/basics-workers-expected.txt:
        * storage/indexeddb/create-and-remove-object-store-expected.txt:
        * storage/indexeddb/cursor-continue-expected.txt:
        * storage/indexeddb/cursor-update-expected.txt:
        * storage/indexeddb/database-basics-expected.txt:
        * storage/indexeddb/deleteIndex-expected.txt:
        * storage/indexeddb/factory-cmp-expected.txt:
        * storage/indexeddb/get-keyrange-expected.txt:
        * storage/indexeddb/index-basics-expected.txt:
        * storage/indexeddb/index-basics-workers-expected.txt:
        * storage/indexeddb/index-count-expected.txt:
        * storage/indexeddb/index-unique-expected.txt:
        * storage/indexeddb/invalid-keys-expected.txt:
        * storage/indexeddb/key-generator-expected.txt:
        * storage/indexeddb/key-type-array-expected.txt:
        * storage/indexeddb/keypath-edges-expected.txt:
        * storage/indexeddb/keyrange-expected.txt:
        * storage/indexeddb/objectstore-autoincrement-expected.txt:
        * storage/indexeddb/objectstore-basics-expected.txt:
        * storage/indexeddb/objectstore-basics-workers-expected.txt:
        * storage/indexeddb/objectstore-count-expected.txt:
        * storage/indexeddb/open-cursor-expected.txt:
        * storage/indexeddb/readonly-expected.txt:
        * storage/indexeddb/resources/basics.js:
        (test):
        (openCallback):
        * storage/indexeddb/resources/create-and-remove-object-store.js:
        (testCreateAndRemove):
        (cleanDatabase):
        (tryOnceMore):
        * storage/indexeddb/resources/cursor-continue.js:
        (ascendingErrorTestLessThan.request.onsuccess):
        (ascendingErrorTestLessThan):
        (ascendingErrorTestEqual.request.onsuccess):
        (ascendingErrorTestEqual):
        (descendingErrorTestGreaterThan.request.onsuccess):
        (descendingErrorTestGreaterThan):
        (descendingErrorTestEqual.request.onsuccess):
        (descendingErrorTestEqual):
        (onTransactionComplete):
        * storage/indexeddb/resources/cursor-update.js:
        (keyCursor):
        * storage/indexeddb/resources/database-basics.js:
        (testClose):
        * storage/indexeddb/resources/database-quota.js:
        (logError):
        * storage/indexeddb/resources/deleteIndex.js:
        (twiddleIndexes):
        (postTwiddling):
        * storage/indexeddb/resources/factory-cmp.js:
        (testValidKeys):
        (testInvalidKeys):
        * storage/indexeddb/resources/get-keyrange.js:
        (getNullTest):
        * storage/indexeddb/resources/index-basics.js:
        (index3Count):
        * storage/indexeddb/resources/index-count.js:
        * storage/indexeddb/resources/index-unique.js:
        (addMoreDataFailed):
        * storage/indexeddb/resources/invalid-keys.js:
        * storage/indexeddb/resources/key-generator.js:
        * storage/indexeddb/resources/key-type-array.js:
        (testDepthLimits):
        * storage/indexeddb/resources/keypath-edges.js:
        * storage/indexeddb/resources/keyrange.js:
        (test):
        * storage/indexeddb/resources/objectstore-autoincrement.js:
        (getAbrahamSuccess):
        * storage/indexeddb/resources/objectstore-basics.js:
        (setVersionSuccess):
        (createIndex):
        (addAgainFailure):
        (removeSuccessButNotThere):
        (testPreConditions.request.onsuccess):
        (testPreConditions):
        * storage/indexeddb/resources/objectstore-count.js:
        * storage/indexeddb/resources/open-cursor.js:
        (cursorWithKeySuccess):
        (cursorSuccess):
        * storage/indexeddb/resources/readonly.js:
        (openSuccess):
        * storage/indexeddb/resources/set_version_queue.js:
        (connectionError):
        * storage/indexeddb/resources/shared.js:
        (unexpectedErrorCallback):
        (evalAndExpectException):
        * storage/indexeddb/resources/transaction-abort-workers.js:
        (transactionAborted):
        (transactionCompleted):
        (timeoutTest.transaction.onabort):
        (timeoutTest):
        (errorTransactionAborted):
        * storage/indexeddb/resources/transaction-abort.js:
        (firstAdd):
        (secondAdd):
        (transactionAborted):
        * storage/indexeddb/resources/transaction-after-close.js:
        (firstTransactionComplete):
        * storage/indexeddb/resources/transaction-and-objectstore-calls.js:
        (created):
        (afterComplete):
        * storage/indexeddb/resources/transaction-basics.js:
        (testInactiveAbortedTransaction):
        (testInactiveCompletedTransaction):
        (testInvalidMode):
        * storage/indexeddb/resources/transaction-read-only.js:
        (setVersionDone):
        (gotCursor):
        * storage/indexeddb/set_version_queue-expected.txt:
        * storage/indexeddb/transaction-abort-expected.txt:
        * storage/indexeddb/transaction-abort-workers-expected.txt:
        * storage/indexeddb/transaction-after-close-expected.txt:
        * storage/indexeddb/transaction-and-objectstore-calls-expected.txt:
        * storage/indexeddb/transaction-basics-expected.txt:
        * storage/indexeddb/transaction-read-only-expected.txt:

2012-05-31  Ben Murdoch  <benm@google.com>

        Fix crash in V8Document::createTouchListCallback.
        https://bugs.webkit.org/show_bug.cgi?id=87085

        Test for crash in document.createTouchList when it
        is supplied with non-touch parameters.

        Reviewed by Abhishek Arya.

        * fast/events/touch/document-create-touch-list-crash-expected.txt: Added.
        * fast/events/touch/document-create-touch-list-crash.html: Added.

2012-05-31  Rafael Weinstein  <rafaelw@chromium.org>

        Updating test expectations after r119124.

        * platform/chromium/fast/workers/storage/test-authorizer-sync-expected.txt: Added.

2012-05-31  Jessie Berlin  <jberlin@apple.com>

        [Win] 5 fast/events/popup-* tests fail
        https://bugs.webkit.org/show_bug.cgi?id=88008

        Add Windows-specific expected (failing?) results to get the bots greener.

        * platform/win/fast/events/popup-allowed-from-gesture-initiated-event-expected.txt: Added.
        * platform/win/fast/events/popup-allowed-from-gesture-initiated-form-submit-expected.txt: Added.
        * platform/win/fast/events/popup-blocked-from-fake-user-gesture-expected.txt: Added.
        * platform/win/fast/events/popup-blocked-from-untrusted-mouse-click-expected.txt: Added.
        * platform/win/fast/events/popup-blocking-timers-expected.txt: Added.

2012-05-31  Jessie Berlin  <jberlin@apple.com>

        [Win] 23 media tests fail / time out
        https://bugs.webkit.org/show_bug.cgi?id=88005

        Add/update the Windows expected (failing?) results to get the bots greener.

        * platform/win/Skipped:
        * platform/win/media/audio-controls-rendering-expected.txt:
        * platform/win/media/audio-repaint-expected.txt:
        * platform/win/media/controls-after-reload-expected.txt:
        * platform/win/media/controls-strict-expected.txt:
        * platform/win/media/controls-styling-expected.txt:
        * platform/win/media/controls-without-preload-expected.txt:
        * platform/win/media/media-can-play-wav-audio-expected.txt: Added.
        * platform/win/media/media-controls-clone-expected.txt:
        * platform/win/media/media-controls-invalid-url-expected.txt: Added.
        * platform/win/media/media-document-audio-repaint-expected.txt:
        * platform/win/media/nodesFromRect-shadowContent-expected.txt: Added.
        * platform/win/media/video-colorspace-yuv420-expected.txt: Added.
        * platform/win/media/video-colorspace-yuv422-expected.txt: Added.
        * platform/win/media/video-controls-rendering-expected.txt:
        * platform/win/media/video-display-toggle-expected.txt:
        * platform/win/media/video-no-audio-expected.txt:
        * platform/win/media/video-pause-immediately-expected.txt: Added.
        * platform/win/media/video-playing-and-pause-expected.txt: Added.
        * platform/win/media/video-size-intrinsic-scale-expected.txt: Added.

2012-05-31  Jessie Berlin  <jberlin@apple.com>

        [Win] fast/events/remove-target* tests fail
        https://bugs.webkit.org/show_bug.cgi?id=88006

        Add Windows-specific expected (failing?) results to get the bots greener.

        * platform/win/fast/events/remove-target-in-mouseup-deep-expected.txt: Added.
        * platform/win/fast/events/remove-target-in-mouseup-expected.txt: Added.
        * platform/win/fast/events/remove-target-in-mouseup-insertback-expected.txt: Added.
        * platform/win/fast/events/remove-target-in-mouseup-twice-expected.txt: Added.
        * platform/win/fast/events/remove-target-with-shadow-in-drag-expected.txt: Added.

2012-05-31  Raphael Kubo da Costa  <rakuco@webkit.org>

        [EFL] Gardening; skip fast/canvas/canvas-imageSmoothingEnabled.

        Skip the test just like GTK+, as there seems to be a problem in
        the cairo backend that makes the test fail.

        * platform/efl/test_expectations.txt:

2012-05-31  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed gardening, updating baselines after r119124.

        * dom/xhtml/level3/core/documentnormalizedocument10-expected.txt:
        * dom/xhtml/level3/core/documentsetxmlversion03-expected.txt:
        * fast/workers/storage/test-authorizer-sync-expected.txt:

2012-05-31  Tony Chang  <tony@chromium.org>

        rename flexbox CSS properties from flex-align and flex-item-align to align-items and align-self
        https://bugs.webkit.org/show_bug.cgi?id=87907

        Reviewed by Ojan Vafai.

        Updated tests for new CSS property names.

        * css3/flexbox/align-absolute-child.html:
        * css3/flexbox/cross-axis-scrollbar.html:
        * css3/flexbox/css-properties-expected.txt:
        * css3/flexbox/css-properties.html:
        * css3/flexbox/flex-align-baseline.html:
        * css3/flexbox/flex-align-column.html:
        * css3/flexbox/flex-align-end.html:
        * css3/flexbox/flex-align-stretch.html:
        * css3/flexbox/flex-align-vertical-writing-mode.html:
        * css3/flexbox/flex-align.html:
        * css3/flexbox/line-wrapping.html:
        * css3/flexbox/multiline-align.html:
        * css3/flexbox/multiline-reverse-wrap-baseline.html:
        * css3/flexbox/orthogonal-flex-directions.html:
        * css3/flexbox/position-absolute-child.html:
        * css3/flexbox/true-centering.html:

2012-05-31  Jessie Berlin  <jberlin@apple.com>

        [Win] 10 fast/text tests failing
        https://bugs.webkit.org/show_bug.cgi?id=87998

        Add/update Windows-specific expected (failing?) pixel results in order to get the bots greener.

        * platform/win/fast/text/complex-preferred-logical-widths-expected.png: Added.
        * platform/win/fast/text/complex-synthetic-bold-space-width-expected.png: Added.
        * platform/win/fast/text/international/arabic-justify-expected.png: Added.
        * platform/win/fast/text/international/bidi-mirror-he-ar-expected.png:
        * platform/win/fast/text/international/float-as-only-child-of-isolate-crash-expected.png: Added.
        * platform/win/fast/text/international/text-combine-image-test-expected.png:
        * platform/win/fast/text/international/text-spliced-font-expected.png: Added.
        * platform/win/fast/text/line-initial-and-final-swashes-expected.png: Added.
        * platform/win/fast/text/midword-break-before-surrogate-pair-2-expected.png: Added.
        * platform/win/fast/text/unicode-variation-selector-expected.png: Added.

2012-05-31  Jessie Berlin  <jberlin@apple.com>

        [Win] 10 fast/text tests failing
        https://bugs.webkit.org/show_bug.cgi?id=87998

        Add/update Windows-specific expected (failing?) results in order to get the bots greener.

        * platform/win/fast/text/complex-preferred-logical-widths-expected.txt: Added.
        * platform/win/fast/text/complex-synthetic-bold-space-width-expected.txt: Added.
        * platform/win/fast/text/international/arabic-justify-expected.txt: Added.
        * platform/win/fast/text/international/bidi-mirror-he-ar-expected.txt: Added.
        * platform/win/fast/text/international/float-as-only-child-of-isolate-crash-expected.txt: Added.
        * platform/win/fast/text/international/text-combine-image-test-expected.txt:
        * platform/win/fast/text/international/text-spliced-font-expected.txt: Added.
        * platform/win/fast/text/line-initial-and-final-swashes-expected.txt: Added.
        * platform/win/fast/text/midword-break-before-surrogate-pair-2-expected.txt: Added.
        * platform/win/fast/text/unicode-variation-selector-expected.txt: Added.

2012-05-31  Rafael Weinstein  <rafaelw@chromium.org>

        Updating test expectations (svg/as-image/animated-svg-as-image.html)

        * platform/chromium/test_expectations.txt:

2012-05-31  Erik Arvidsson  <arv@chromium.org>

        Make DOM Exceptions Errors
        https://bugs.webkit.org/show_bug.cgi?id=85078

        Reviewed by Oliver Hunt.

        WebIDL mandates that exceptions should have Error.prototype on its prototype chain.

        For JSC we have access to the Error.prototype from the binding code.

        For V8 we set a field in the WrapperTypeInfo and when the constructor function is created we
        set the prototype as needed.

        Updated test: fast/dom/DOMException/prototype-object.html

        * fast/dom/DOMException/prototype-object-expected.txt:
        * fast/dom/DOMException/prototype-object.html:
        * fast/dom/DOMException/resources/prototype-object.js: Removed.
        * platform/chromium-win/fast/dom/NamedNodeMap-setNamedItem-crash-expected.txt: Removed.
        * platform/chromium-win/fast/dom/timer-clear-interval-in-handler-and-generate-error-expected.txt: Removed.
        * platform/chromium-win/svg/filters/feBlend-invalid-mode-expected.txt: Removed.
        * platform/chromium/dom/xhtml/level3/core/documentnormalizedocument10-expected.txt: Added.
        * platform/chromium/dom/xhtml/level3/core/documentsetxmlversion03-expected.txt: Added.
        * platform/chromium/fast/dom/DOMException/prototype-object-expected.txt:
        * platform/chromium/fast/dom/NamedNodeMap-setNamedItem-crash-expected.txt: Renamed from LayoutTests/platform/chromium-mac/fast/dom/NamedNodeMap-setNamedItem-crash-expected.txt.
        * platform/chromium/fast/dom/timer-clear-interval-in-handler-and-generate-error-expected.txt: Renamed from LayoutTests/platform/chromium-mac/fast/dom/timer-clear-interval-in-handler-and-generate-error-expected.txt.
        * platform/chromium/svg/filters/feBlend-invalid-mode-expected.txt: Renamed from LayoutTests/platform/chromium-mac/svg/filters/feBlend-invalid-mode-expected.txt.

2012-05-31  Jessie Berlin  <jberlin@apple.com>

        [Win] ASSERT(oldLayoutDelta == view()->layoutDelta()) failed in RenderBlock::layoutBlockChild
        when running media/media-volume-slider-rendered-below.html
        https://bugs.webkit.org/show_bug.cgi?id=87450

        Add the test to the Windows Skipped list to get the bots greener.

        * platform/win/Skipped:

2012-05-31  Jessie Berlin  <jberlin@apple.com>

        10 W3C video and audio canPlayType tests are failing on Mac and Win
        https://bugs.webkit.org/show_bug.cgi?id=75184

        Add Windows-specific expected (failing?) results to get the bots greener.

        * platform/win/media/W3C: Added.
        * platform/win/media/W3C/audio: Added.
        * platform/win/media/W3C/audio/canPlayType: Added.
        * platform/win/media/W3C/audio/canPlayType/canPlayType_supported_but_no_codecs_parameter_1-expected.txt: Added.
        * platform/win/media/W3C/audio/canPlayType/canPlayType_supported_but_no_codecs_parameter_2-expected.txt: Added.
        * platform/win/media/W3C/video: Added.
        * platform/win/media/W3C/video/canPlayType: Added.
        * platform/win/media/W3C/video/canPlayType/canPlayType_codecs_order_2-expected.txt: Added.
        * platform/win/media/W3C/video/canPlayType/canPlayType_codecs_order_3-expected.txt: Added.
        * platform/win/media/W3C/video/canPlayType/canPlayType_supported_but_no_codecs_parameter_2-expected.txt: Added.
        * platform/win/media/W3C/video/canPlayType/canPlayType_supported_but_no_codecs_parameter_3-expected.txt: Added.
        * platform/win/media/W3C/video/canPlayType/canPlayType_two_implies_one_3-expected.txt: Added.
        * platform/win/media/W3C/video/canPlayType/canPlayType_two_implies_one_4-expected.txt: Added.
        * platform/win/media/W3C/video/canPlayType/canPlayType_two_implies_one_5-expected.txt: Added.
        * platform/win/media/W3C/video/canPlayType/canPlayType_two_implies_one_6-expected.txt: Added.

2012-05-31  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [EFL][DRT] EFL's DRT navigation_policy_decision implementation
        https://bugs.webkit.org/show_bug.cgi?id=85006

        Reviewed by Tor Arne Vestbø.

        Unskipped corresponding tests. Those still not passing are put into
        test_expectations.txt.

        * platform/efl/Skipped:
        * platform/efl/test_expectations.txt:

2012-05-31  Jussi Kukkonen  <jussi.kukkonen@intel.com>

        [EFL][DRT] LayoutTestController does not implement clearApplicationCacheForOrigin
        https://bugs.webkit.org/show_bug.cgi?id=86195

        Reviewed by Gustavo Noronha Silva.

        Unskip http/tests/appcache/origin-delete.html now that
        EFL TestLayoutController has required functionality.

        * platform/efl/Skipped:

2012-05-31  Mario Sanchez Prada  <msanchez@igalia.com>

        [GTK] Unreviewed. Added FAIL expectation due to failure after r119100.

        * platform/gtk/test_expectations.txt:

2012-05-31  Jessie Berlin  <jberlin@apple.com>

        [Win] 6 canvas tests failing
        https://bugs.webkit.org/show_bug.cgi?id=87983

        Add Windows-specific expected (failing?) results to get the bots greener.

        * platform/win/fast/canvas/canvas-draw-canvas-on-canvas-shadow-expected.txt: Added.
        * platform/win/fast/canvas/canvas-fillRect-gradient-shadow-expected.txt: Added.
        * platform/win/fast/canvas/canvas-scale-drawImage-shadow-expected.txt: Added.
        * platform/win/fast/canvas/canvas-scale-fillPath-shadow-expected.txt: Added.
        * platform/win/fast/canvas/canvas-scale-fillRect-shadow-expected.txt: Added.
        * platform/win/fast/canvas/canvas-transforms-fillRect-shadow-expected.txt: Added.

2012-05-31  Ulan Degenbaev  <ulan@chromium.org>

        [v8] Fix bug reference in array-override-set.html test
        https://bugs.webkit.org/show_bug.cgi?id=87952

        Reviewed by Abhishek Arya.

        * fast/canvas/webgl/array-override-set-expected.txt:
        * fast/canvas/webgl/array-override-set.html:

2012-05-31  Mario Sanchez Prada  <msanchez@igalia.com>

        [GTK] Unreviewed. Added FAIL expectation due to test consistently failing.

        * platform/gtk/test_expectations.txt:

2012-05-31  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Enable CSS_IMAGE_SET flag
        https://bugs.webkit.org/show_bug.cgi?id=87727

        Reviewed by Adam Roben.

        Unskip test case associated to CSS image-set functionality now that it
        is enabled by default on EFL port.

        * platform/efl/test_expectations.txt:

2012-05-31  Mario Sanchez Prada  <msanchez@igalia.com>

        Unreviewed. Added FAIL expectation for GTK due to missing feature in DRT.

        * platform/gtk/test_expectations.txt:

2012-05-31  Keyar Hood  <keyar@chromium.org>

        the imageSmoothingEnabled flag needs to be in the state object
        https://bugs.webkit.org/show_bug.cgi?id=87853

        Reviewed by Darin Adler.

        Updated the test for imageSmoothingEnabled to test that it is saved in
        the draw state.

        * fast/canvas/canvas-imageSmoothingEnabled-expected.txt:
        * fast/canvas/script-tests/canvas-imageSmoothingEnabled.js:

2012-05-31  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [EFL] Gardening after r118989
        https://bugs.webkit.org/show_bug.cgi?id=87958

        Unreviewed gardening.

        fast/css/font-face-download-error.html is skipped as bug85977 is not fixed yet.

        * platform/efl/test_expectations.txt:

2012-05-31  Alexander Pavlov  <apavlov@chromium.org>

        [Chromium] Unreviewed, update Mac Leopard baselines for fast/muticol/span/span-as-immediate-columns-child.html.

        * platform/chromium-mac-leopard/fast/multicol/span/span-as-immediate-columns-child-expected.png:

2012-05-31  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, skip new failing tests, unskip a now passing test.

        * platform/qt/Skipped:

2012-05-31  Mario Sanchez Prada  <msanchez@igalia.com>

        Unreviewed. Added new baselines for GTK after r117815.

        * platform/gtk/svg/zoom/page/zoom-hixie-rendering-model-004-expected.txt: Added.
        * platform/gtk/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.png: Added.
        * platform/gtk/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Added.
        * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png: Updated.
        * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added.

2012-05-31  Mario Sanchez Prada  <msanchez@igalia.com>

        Unreviewed. Added new baselines for GTK after r118891.

        * platform/gtk/fast/forms/select/optgroup-rendering-expected.png: Added.
        * platform/gtk/fast/forms/select/optgroup-rendering-expected.txt: Added.

2012-05-31  Christophe Dumez  <christophe.dumez@intel.com>

        fast/events/message-port-multi.html needs new baseline after r119027
        https://bugs.webkit.org/show_bug.cgi?id=87949

        Unreviewed gardening.

        Update baseline for fast/events/message-port-multi.html after r119027.
        Now all the checks are passing and we can get rid of the FAIL lines in
        the expected result.

        * fast/events/message-port-multi-expected.txt:

2012-05-31  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [EFL] Gardening after r118993
        https://bugs.webkit.org/show_bug.cgi?id=87946

        Unreviewed gardening.

        Test fast/forms/file/input-file-write-files.html that was added at r118993 relies on 
        unsupported EventSender.beginDragWithFiles and hence should be skipped.

        * platform/efl/test_expectations.txt:

2012-05-31  Mario Sanchez Prada  <msanchez@igalia.com>

        Unreviewed. Unskipping tests for GTK now passing in all the bots.

        * platform/gtk/test_expectations.txt:

2012-05-31  Mario Sanchez Prada  <msanchez@igalia.com>

        fast/dom/Window/mozilla-focus-blur.html failing after r118916
        https://bugs.webkit.org/show_bug.cgi?id=87951

        Unreviewed. Added FAIL expectation for GTK after r118916.

        * platform/gtk/test_expectations.txt:

2012-05-31  Andras Becsi  <andras.becsi@nokia.com>

        Test expectation pngs missing checksums
        https://bugs.webkit.org/show_bug.cgi?id=87947

        Reviewed by Ojan Vafai.

        Add proper platform independent png expectation with checksum and revert chromium
        expectations since layoutTestController.keepWebHistory() seems to have no effect
        on chromium, and the test is still failing (See bug 87839).

        * http/tests/misc/acid3-expected.png: Add png with embedded checksum.
        * platform/chromium-mac-leopard/http/tests/misc/acid3-expected.png: Revert to prior r118566.
        * platform/chromium-mac-snowleopard/http/tests/misc/acid3-expected.png: Revert to prior r118566.
        * platform/chromium-mac/http/tests/misc/acid3-expected.png: Revert to prior r118566.
        * platform/chromium-mac/http/tests/misc/acid3-expected.txt: Revert to prior r118566.
        * platform/chromium/test_expectations.txt: Revert to prior r118566.

2012-05-31  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [EFL] Gardening after r118957
        https://bugs.webkit.org/show_bug.cgi?id=87937

        Unreviewed gardening.

        compositing/layer-creation/fixed-position-and-transform.html and compositing/layer-creation/fixed-position-under-transform.html
        added with r118957 were skipped in EFL port as EFL's LayoutTestController does not implement layerTreeAsText.

        * platform/efl/test_expectations.txt:

2012-05-31  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Rebase xss test, skip failing tests.

        * platform/qt/Skipped:
        * platform/qt/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt:
        * platform/qt/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt:
        * platform/qt/http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt:

2012-05-31  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [EFL][DRT] Gardening after r118920
        https://bugs.webkit.org/show_bug.cgi?id=87934

        Unreviewed, gardening of http/tests/local/fileapi/file-last-modified-after-delete.html which
        relies on unsupported drag'n'drop feature.

        * platform/efl/test_expectations.txt:

2012-05-31  Alexei Filippov  <alexeif@chromium.org>

        Web Inspector: Retainers are missing for all objects
        https://bugs.webkit.org/show_bug.cgi?id=87655

        Skip the test on wincairo platform.

        Reviewed by Yury Semikhatsky.

        * platform/wincairo/Skipped:

2012-05-31  Hayato Ito  <hayato@chromium.org>

        ComposedShadowTreeWalker should support traversing nodes in an orphaned shadow subtree.
        https://bugs.webkit.org/show_bug.cgi?id=87493

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/composed-shadow-tree-walker.html:

2012-05-31  Shane Stephens  <shanestephens@google.com>

        text-decoration should not be propagated through absolutely positioned elements to <a> tags
        https://bugs.webkit.org/show_bug.cgi?id=86517

        Added layout test to check no propagation of text-decoration to second-order descendants 
        (i.e. descendants of descendants), where the first-order descendant is positioned.

        Tightened up existing descendants test to fail when text-decoration is incorrectly propagated
        to first-order descendant.

        Reviewed by Darin Adler. 

        * fast/css/text-decoration-in-descendants-expected.html:
        * fast/css/text-decoration-in-second-order-descendants-expected.html: Added.
        * fast/css/text-decoration-in-second-order-descendants.html: Added.

2012-05-30  Abhishek Arya  <inferno@chromium.org>

        Crash in ContainerNode::parserAddChild.
        https://bugs.webkit.org/show_bug.cgi?id=87903

        Reviewed by Ryosuke Niwa.

        * fast/dom/child-insertion-notify-crash-expected.txt: Added.
        * fast/dom/child-insertion-notify-crash.html: Added.

2012-05-30  Rick Byers  <rbyers@chromium.org>

        [chromium] Implement pointer and hover CSS media features
        https://bugs.webkit.org/show_bug.cgi?id=87403

        Reviewed by Adam Barth.

        Adds tests for pointer and hover media features, for the initial cases
        with and without a touch screen.

        * fast/media/mq-pointer-expected.txt: Added.
        * fast/media/mq-pointer.html: Added.

2012-05-30  Jessie Berlin  <jberlin@apple.com>

        [Win] Need implementation of layoutTestController.setBackingScaleFactor
        https://bugs.webkit.org/show_bug.cgi?id=87919

        Add tests that use setBackingScaleFactor to the Windows Skipped list.

        * platform/win/Skipped:

2012-05-30  Christophe Dumez  <christophe.dumez@intel.com>

        [JSC] SerializedScriptValue.create() succeeds even if MessagePort object cannot be found in transferred ports
        https://bugs.webkit.org/show_bug.cgi?id=87118

        Reviewed by Adam Barth.

        Unskip webintents/web-intents-obj-constructor.html now that 
        SerializedScriptValue.create() throws an exception if one of the
        MessagePort objects cannot be found in the transferred ports.

        * platform/efl/test_expectations.txt:

2012-05-30  Jessie Berlin  <jberlin@apple.com>

        [Win] Need results for ietestcenter CSS3 tests
        https://bugs.webkit.org/show_bug.cgi?id=87916

        Add expected (failing?) results to get the bots greener.

        * platform/win/ietestcenter/css3/flexbox/flexbox-align-baseline-001-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/flexbox/flexbox-align-baseline-001-expected.txt: Added.
        * platform/win/ietestcenter/css3/flexbox/flexbox-align-center-001-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/flexbox/flexbox-align-center-001-expected.txt: Added.
        * platform/win/ietestcenter/css3/flexbox/flexbox-align-center-002-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/flexbox/flexbox-align-center-002-expected.txt: Added.
        * platform/win/ietestcenter/css3/flexbox/flexbox-align-end-001-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/flexbox/flexbox-align-end-001-expected.txt: Added.
        * platform/win/ietestcenter/css3/flexbox/flexbox-align-start-001-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/flexbox/flexbox-align-start-001-expected.txt: Added.
        * platform/win/ietestcenter/css3/flexbox/flexbox-align-stretch-001-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/flexbox/flexbox-align-stretch-001-expected.txt: Added.
        * platform/win/ietestcenter/css3/flexbox/flexbox-direction-001-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/flexbox/flexbox-direction-001-expected.txt: Added.
        * platform/win/ietestcenter/css3/flexbox/flexbox-flex-001-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/flexbox/flexbox-flex-001-expected.txt: Added.
        * platform/win/ietestcenter/css3/flexbox/flexbox-flex-002-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/flexbox/flexbox-flex-002-expected.txt: Added.
        * platform/win/ietestcenter/css3/flexbox/flexbox-flex-003-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/flexbox/flexbox-flex-003-expected.txt: Added.
        * platform/win/ietestcenter/css3/flexbox/flexbox-flex-004-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/flexbox/flexbox-flex-004-expected.txt: Added.
        * platform/win/ietestcenter/css3/flexbox/flexbox-flex-005-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/flexbox/flexbox-flex-005-expected.txt: Added.
        * platform/win/ietestcenter/css3/flexbox/flexbox-groups-001-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/flexbox/flexbox-groups-001-expected.txt: Added.
        * platform/win/ietestcenter/css3/flexbox/flexbox-groups-002-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/flexbox/flexbox-groups-002-expected.txt: Added.
        * platform/win/ietestcenter/css3/flexbox/flexbox-groups-003-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/flexbox/flexbox-groups-003-expected.txt: Added.
        * platform/win/ietestcenter/css3/flexbox/flexbox-groups-004-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/flexbox/flexbox-groups-004-expected.txt: Added.
        * platform/win/ietestcenter/css3/flexbox/flexbox-layout-001-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/flexbox/flexbox-layout-001-expected.txt: Added.
        * platform/win/ietestcenter/css3/flexbox/flexbox-layout-002-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/flexbox/flexbox-layout-002-expected.txt: Added.
        * platform/win/ietestcenter/css3/flexbox/flexbox-layout-003-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/flexbox/flexbox-layout-003-expected.txt: Added.
        * platform/win/ietestcenter/css3/flexbox/flexbox-ordinal-group-001-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/flexbox/flexbox-pack-center-001-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/flexbox/flexbox-pack-center-001-expected.txt: Added.
        * platform/win/ietestcenter/css3/flexbox/flexbox-pack-end-001-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/flexbox/flexbox-pack-end-001-expected.txt: Added.
        * platform/win/ietestcenter/css3/flexbox/flexbox-pack-justify-001-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/flexbox/flexbox-pack-justify-001-expected.txt: Added.
        * platform/win/ietestcenter/css3/flexbox/flexbox-pack-start-001-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/flexbox/flexbox-pack-start-001-expected.txt: Added.
        * platform/win/ietestcenter/css3/grid/display-grid-001-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/grid/display-grid-001-expected.txt: Added.
        * platform/win/ietestcenter/css3/grid/display-grid-002-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/grid/display-grid-002-expected.txt: Added.
        * platform/win/ietestcenter/css3/grid/grid-column-001-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/grid/grid-column-001-expected.txt: Added.
        * platform/win/ietestcenter/css3/grid/grid-column-002-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/grid/grid-column-002-expected.txt: Added.
        * platform/win/ietestcenter/css3/grid/grid-column-003-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/grid/grid-column-003-expected.txt: Added.
        * platform/win/ietestcenter/css3/grid/grid-columns-001-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/grid/grid-columns-001-expected.txt: Added.
        * platform/win/ietestcenter/css3/grid/grid-items-001-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/grid/grid-items-001-expected.txt: Added.
        * platform/win/ietestcenter/css3/grid/grid-items-002-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/grid/grid-items-002-expected.txt: Added.
        * platform/win/ietestcenter/css3/grid/grid-items-003-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/grid/grid-items-003-expected.txt: Added.
        * platform/win/ietestcenter/css3/grid/grid-items-004-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/grid/grid-items-004-expected.txt: Added.
        * platform/win/ietestcenter/css3/grid/grid-items-005-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/grid/grid-items-005-expected.txt: Added.
        * platform/win/ietestcenter/css3/multicolumn/column-block-formatting-context-001-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/multicolumn/column-block-formatting-context-001-expected.txt: Added.
        * platform/win/ietestcenter/css3/multicolumn/column-containing-block-001-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/multicolumn/column-containing-block-001-expected.txt: Added.
        * platform/win/ietestcenter/css3/multicolumn/column-containing-block-002-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/multicolumn/column-containing-block-002-expected.txt: Added.
        * platform/win/ietestcenter/css3/multicolumn/column-containing-block-003-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/multicolumn/column-containing-block-003-expected.txt: Added.
        * platform/win/ietestcenter/css3/multicolumn/column-filling-001-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/multicolumn/column-filling-001-expected.txt: Added.
        * platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-001-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-001-expected.txt: Added.
        * platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-002-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-002-expected.txt: Added.
        * platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-003-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-003-expected.txt: Added.
        * platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-004-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-004-expected.txt: Added.
        * platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-005-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-005-expected.txt: Added.
        * platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-006-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-006-expected.txt: Added.
        * platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-007-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-007-expected.txt: Added.
        * platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-008-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-008-expected.txt: Added.
        * platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-009-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-009-expected.txt: Added.
        * platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-010-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-010-expected.txt: Added.
        * platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-012-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-012-expected.txt: Added.
        * platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-013-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-013-expected.txt: Added.
        * platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-014-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-014-expected.txt: Added.
        * platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-015-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-015-expected.txt: Added.
        * platform/win/ietestcenter/css3/multicolumn/column-width-negative-001-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/multicolumn/column-width-negative-001-expected.txt: Added.
        * platform/win/ietestcenter/css3/multicolumn/column-width-percentage-001-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/multicolumn/column-width-percentage-001-expected.txt: Added.
        * platform/win/ietestcenter/css3/namespaces/declaring-001-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/namespaces/declaring-001-expected.txt: Added.
        * platform/win/ietestcenter/css3/namespaces/prefix-007-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/namespaces/prefix-007-expected.txt: Added.
        * platform/win/ietestcenter/css3/namespaces/prefix-008-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/namespaces/prefix-008-expected.txt: Added.
        * platform/win/ietestcenter/css3/namespaces/prefix-009-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/namespaces/prefix-009-expected.txt: Added.
        * platform/win/ietestcenter/css3/namespaces/prefix-010-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/namespaces/prefix-010-expected.txt: Added.
        * platform/win/ietestcenter/css3/namespaces/prefix-011-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/namespaces/prefix-011-expected.txt: Added.
        * platform/win/ietestcenter/css3/namespaces/qualifiedNames-001-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/namespaces/qualifiedNames-001-expected.txt: Added.
        * platform/win/ietestcenter/css3/namespaces/scope-003-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/namespaces/scope-003-expected.txt: Added.
        * platform/win/ietestcenter/css3/namespaces/syntax-016-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/namespaces/syntax-016-expected.txt: Added.
        * platform/win/ietestcenter/css3/namespaces/syntax-017-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/namespaces/syntax-017-expected.txt: Added.
        * platform/win/ietestcenter/css3/namespaces/syntax-018-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/namespaces/syntax-018-expected.txt: Added.
        * platform/win/ietestcenter/css3/namespaces/syntax-019-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/namespaces/syntax-019-expected.txt: Added.
        * platform/win/ietestcenter/css3/namespaces/syntax-020-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/namespaces/syntax-020-expected.txt: Added.
        * platform/win/ietestcenter/css3/namespaces/syntax-021-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/namespaces/syntax-021-expected.txt: Added.
        * platform/win/ietestcenter/css3/namespaces/syntax-022-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/namespaces/syntax-022-expected.txt: Added.
        * platform/win/ietestcenter/css3/namespaces/syntax-023-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/namespaces/syntax-023-expected.txt: Added.
        * platform/win/ietestcenter/css3/namespaces/terminology-001-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/namespaces/terminology-001-expected.txt: Added.
        * platform/win/ietestcenter/css3/valuesandunits/units-000-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/valuesandunits/units-010-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/valuesandunits/units-010-expected.txt: Added.
        * platform/win/ietestcenter/css3/valuesandunits/units-020-expected-expected.txt: Added.
        * platform/win/ietestcenter/css3/valuesandunits/units-020-expected.txt: Added.

2012-05-30  Kent Tamura  <tkent@chromium.org>

        Form controls in <fieldset disabled> should not be focusable.
        https://bugs.webkit.org/show_bug.cgi?id=87380

        Reviewed by Darin Adler.

        * fast/forms/fieldset/fieldset-disabled-expected.txt:
        * fast/forms/fieldset/fieldset-disabled.html:
        Updated because disabled controls are not focusable.
        Also, remove testing elements to remove unnecessary blank lines.
        * fast/forms/fieldset/focus-in-fieldset-disabled-expected.txt: Added.
        * fast/forms/fieldset/focus-in-fieldset-disabled.html: Added.

2012-05-30  Hayato Ito  <hayato@chromium.org>

        Fix a composed-shadow-tree-walker.html so that it uses correct selectors.
        https://bugs.webkit.org/show_bug.cgi?id=87500

        Reviewed by Dimitri Glazkov.

        Fix a test and an expectation for composed-shadow-tree-walker.html.
        A current composed-shadow-tree-walker.html uses class selector
        (.class).  That's not the test author's intention and the expected
        text was wrongly generated based on wrong tests.

        * fast/dom/shadow/composed-shadow-tree-walker-expected.txt:
        * fast/dom/shadow/composed-shadow-tree-walker.html:

2012-05-30  Gavin Peters  <gavinp@chromium.org>

        Add a LayoutTest for prerender remove after stop.
        https://bugs.webkit.org/show_bug.cgi?id=87860

        Bug 87746 was uploaded without a LayoutTest because I originally thought
        it would only be testable in Chrome with a browser test.  However, that was
        wrong.

        Note that this test doesn't need to be disabled based on if the platform
        uses Prerendering, since the test is for a crash, which won't happen on
        platforms without prerendering, either.

        Reviewed by Adam Barth.

        * fast/dom/HTMLLinkElement/prerender-remove-after-stop-expected.txt: Added.
        * fast/dom/HTMLLinkElement/prerender-remove-after-stop.html: Added.
        * fast/dom/HTMLLinkElement/resources/empty.html: Added.
        * fast/dom/HTMLLinkElement/resources/simple-prerender.html: Added.

2012-05-30  Zhenyao Mo  <zmo@google.com>

        WebKit incorrectly clears the alpha channel on readPixels, even for Framebuffers
        https://bugs.webkit.org/show_bug.cgi?id=87310

        Reviewed by Kenneth Russell.

        * fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias-expected.txt:
        * fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias.html: synced with khronos

2012-05-30  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r118986.
        http://trac.webkit.org/changeset/118986
        https://bugs.webkit.org/show_bug.cgi?id=87914

        Caused several IndexedDB browser_test failures on Chromium
        canary builders (Requested by rafaelw_ on #webkit).

        * storage/indexeddb/basics-expected.txt:
        * storage/indexeddb/basics-workers-expected.txt:
        * storage/indexeddb/create-and-remove-object-store-expected.txt:
        * storage/indexeddb/cursor-continue-expected.txt:
        * storage/indexeddb/cursor-update-expected.txt:
        * storage/indexeddb/database-basics-expected.txt:
        * storage/indexeddb/deleteIndex-expected.txt:
        * storage/indexeddb/factory-cmp-expected.txt:
        * storage/indexeddb/get-keyrange-expected.txt:
        * storage/indexeddb/index-basics-expected.txt:
        * storage/indexeddb/index-basics-workers-expected.txt:
        * storage/indexeddb/index-count-expected.txt:
        * storage/indexeddb/index-unique-expected.txt:
        * storage/indexeddb/invalid-keys-expected.txt:
        * storage/indexeddb/key-generator-expected.txt:
        * storage/indexeddb/key-type-array-expected.txt:
        * storage/indexeddb/keypath-edges-expected.txt:
        * storage/indexeddb/keyrange-expected.txt:
        * storage/indexeddb/objectstore-autoincrement-expected.txt:
        * storage/indexeddb/objectstore-basics-expected.txt:
        * storage/indexeddb/objectstore-basics-workers-expected.txt:
        * storage/indexeddb/objectstore-count-expected.txt:
        * storage/indexeddb/open-cursor-expected.txt:
        * storage/indexeddb/readonly-expected.txt:
        * storage/indexeddb/resources/basics.js:
        (test):
        (openCallback):
        * storage/indexeddb/resources/create-and-remove-object-store.js:
        (testCreateAndRemove):
        (cleanDatabase):
        (tryOnceMore):
        * storage/indexeddb/resources/cursor-continue.js:
        (ascendingErrorTestLessThan.request.onsuccess):
        (ascendingErrorTestLessThan):
        (ascendingErrorTestEqual.request.onsuccess):
        (ascendingErrorTestEqual):
        (descendingErrorTestGreaterThan.request.onsuccess):
        (descendingErrorTestGreaterThan):
        (descendingErrorTestEqual.request.onsuccess):
        (descendingErrorTestEqual):
        (onTransactionComplete):
        * storage/indexeddb/resources/cursor-update.js:
        (keyCursor):
        * storage/indexeddb/resources/database-basics.js:
        (testClose):
        * storage/indexeddb/resources/database-quota.js:
        (logError):
        * storage/indexeddb/resources/deleteIndex.js:
        (twiddleIndexes):
        (postTwiddling):
        * storage/indexeddb/resources/factory-cmp.js:
        (testValidKeys):
        (testInvalidKeys):
        * storage/indexeddb/resources/get-keyrange.js:
        (getNullTest):
        * storage/indexeddb/resources/index-basics.js:
        (index3Count):
        * storage/indexeddb/resources/index-count.js:
        * storage/indexeddb/resources/index-unique.js:
        (addMoreDataFailed):
        * storage/indexeddb/resources/invalid-keys.js:
        * storage/indexeddb/resources/key-generator.js:
        * storage/indexeddb/resources/key-type-array.js:
        (testDepthLimits):
        * storage/indexeddb/resources/keypath-edges.js:
        * storage/indexeddb/resources/keyrange.js:
        (test):
        * storage/indexeddb/resources/objectstore-autoincrement.js:
        (getAbrahamSuccess):
        * storage/indexeddb/resources/objectstore-basics.js:
        (setVersionSuccess):
        (createIndex):
        (addAgainFailure):
        (removeSuccessButNotThere):
        (testPreConditions.request.onsuccess):
        (testPreConditions):
        * storage/indexeddb/resources/objectstore-count.js:
        * storage/indexeddb/resources/open-cursor.js:
        (cursorWithKeySuccess):
        (cursorSuccess):
        * storage/indexeddb/resources/readonly.js:
        (openSuccess):
        * storage/indexeddb/resources/set_version_queue.js:
        (connectionError):
        * storage/indexeddb/resources/shared.js:
        (unexpectedErrorCallback):
        (evalAndExpectException):
        * storage/indexeddb/resources/transaction-abort-workers.js:
        (transactionAborted):
        (transactionCompleted):
        (timeoutTest.transaction.onabort):
        (timeoutTest):
        (errorTransactionAborted):
        * storage/indexeddb/resources/transaction-abort.js:
        (firstAdd):
        (secondAdd):
        (transactionAborted):
        * storage/indexeddb/resources/transaction-after-close.js:
        (firstTransactionComplete):
        * storage/indexeddb/resources/transaction-and-objectstore-calls.js:
        (created):
        (afterComplete):
        * storage/indexeddb/resources/transaction-basics.js:
        (testInactiveAbortedTransaction):
        (testInactiveCompletedTransaction):
        (testInvalidMode):
        * storage/indexeddb/resources/transaction-read-only.js:
        (setVersionDone):
        (gotCursor):
        * storage/indexeddb/set_version_queue-expected.txt:
        * storage/indexeddb/transaction-abort-expected.txt:
        * storage/indexeddb/transaction-abort-workers-expected.txt:
        * storage/indexeddb/transaction-after-close-expected.txt:
        * storage/indexeddb/transaction-and-objectstore-calls-expected.txt:
        * storage/indexeddb/transaction-basics-expected.txt:
        * storage/indexeddb/transaction-read-only-expected.txt:

2012-05-30  Dominic Mazzoni  <dmazzoni@google.com>

        AX: Chromium WebAccessibilityObject should check if an AccessibilityObject is detached
        https://bugs.webkit.org/show_bug.cgi?id=87778

        Reviewed by Adam Barth.

        * accessibility/accessibility-object-detached-expected.txt: Added.
        * accessibility/accessibility-object-detached.html: Added.

2012-05-30  Jessie Berlin  <jberlin@apple.com>

        Enhance Windows DRT implementation to support platform scroll wheel events
        https://bugs.webkit.org/show_bug.cgi?id=36002

        Skip more tests that use eventSender.mouseScrollBy on Windows.

        * platform/win/Skipped:

2012-05-30  Tim Horton  <timothy_horton@apple.com>

        WebKitTestRunner needs an implementation of eventSender
        <https://bugs.webkit.org/show_bug.cgi?id=42194>

        Unreviewed mac-wk2 skip of fast/forms/file/input-file-write-files.html, which depends on eventSender.

        * platform/mac-wk2/Skipped:

2012-05-30  Jessie Berlin  <jberlin@apple.com>

        [Win] 8 accessibility tests failing
        https://bugs.webkit.org/show_bug.cgi?id=87909

        Add expected (failing?) results for Windows to get the bots greener.

        * platform/win/accessibility/deleting-iframe-destroys-axcache-expected.txt: Added.
        * platform/win/accessibility/disabled-controls-not-focusable-expected.txt: Added.
        * platform/win/accessibility/focus-events-expected.txt:
        * platform/win/accessibility/img-alt-tag-only-whitespace-expected.txt: Added.
        * platform/win/accessibility/option-element-selection-and-focus-events-expected.txt:
        * platform/win/accessibility/select-element-valuechange-event-expected.txt:
        * platform/win/accessibility/textbox-role-reports-line-number-expected.txt: Added.
        * platform/win/accessibility/textbox-role-reports-selection-expected.txt: Added.

2012-05-30  Emil A Eklund  <eae@chromium.org>

        Unreviewed test expectations updates for window and mac now that we no longer skip a couple of tests on those platforms.

        * platform/chromium-mac-leopard/fast/backgrounds/background-position-parsing-expected.png:
        * platform/chromium-win/fast/backgrounds/background-position-parsing-expected.png:
        * platform/chromium-win/fast/backgrounds/background-position-parsing-expected.txt:
        * platform/chromium-win/fast/block/margin-collapse/103-expected.png:
        * platform/chromium-win/fast/block/margin-collapse/103-expected.txt:

2012-05-30  Dan Bernstein  <mitz@apple.com>

        [Qt] REGRESSION(r118568): It broke fast/forms/textarea-maxlength.html on Qt 4.8
        https://bugs.webkit.org/show_bug.cgi?id=87740

        Reviewed by Darin Adler.

        * platform/qt-4.8/Skipped: Removed fast/forms/textarea-maxlength.html.

2012-05-30  Raphael Kubo da Costa  <rakuco@webkit.org>

        [EFL] Gardening. Unskip test that is now passing.

        * platform/efl/test_expectations.txt:

2012-05-30  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium snowleopard rebaseline for background-position-parsing test following r118978.

        * platform/chromium-mac-snowleopard/fast/backgrounds/background-position-parsing-expected.png:

2012-05-30  Alec Flett  <alecflett@chromium.org>

        IndexedDB: Implement IDBTransaction.error and IDBRequest.error
        https://bugs.webkit.org/show_bug.cgi?id=87865

        Reviewed by Tony Chang.

        * storage/indexeddb/basics-expected.txt:
        * storage/indexeddb/basics-workers-expected.txt:
        * storage/indexeddb/create-and-remove-object-store-expected.txt:
        * storage/indexeddb/cursor-continue-expected.txt:
        * storage/indexeddb/cursor-update-expected.txt:
        * storage/indexeddb/database-basics-expected.txt:
        * storage/indexeddb/deleteIndex-expected.txt:
        * storage/indexeddb/factory-cmp-expected.txt:
        * storage/indexeddb/get-keyrange-expected.txt:
        * storage/indexeddb/index-basics-expected.txt:
        * storage/indexeddb/index-basics-workers-expected.txt:
        * storage/indexeddb/index-count-expected.txt:
        * storage/indexeddb/index-unique-expected.txt:
        * storage/indexeddb/invalid-keys-expected.txt:
        * storage/indexeddb/key-generator-expected.txt:
        * storage/indexeddb/key-type-array-expected.txt:
        * storage/indexeddb/keypath-edges-expected.txt:
        * storage/indexeddb/keyrange-expected.txt:
        * storage/indexeddb/objectstore-autoincrement-expected.txt:
        * storage/indexeddb/objectstore-basics-expected.txt:
        * storage/indexeddb/objectstore-basics-workers-expected.txt:
        * storage/indexeddb/objectstore-count-expected.txt:
        * storage/indexeddb/open-cursor-expected.txt:
        * storage/indexeddb/readonly-expected.txt:
        * storage/indexeddb/resources/basics.js:
        (test):
        (openCallback):
        * storage/indexeddb/resources/create-and-remove-object-store.js:
        (testCreateAndRemove):
        (cleanDatabase):
        (tryOnceMore):
        * storage/indexeddb/resources/cursor-continue.js:
        (ascendingErrorTestLessThan.request.onsuccess):
        (ascendingErrorTestLessThan):
        (ascendingErrorTestEqual.request.onsuccess):
        (ascendingErrorTestEqual):
        (descendingErrorTestGreaterThan.request.onsuccess):
        (descendingErrorTestGreaterThan):
        (descendingErrorTestEqual.request.onsuccess):
        (descendingErrorTestEqual):
        (onTransactionComplete):
        * storage/indexeddb/resources/cursor-update.js:
        (keyCursor):
        * storage/indexeddb/resources/database-basics.js:
        (testClose):
        * storage/indexeddb/resources/database-quota.js:
        (logError):
        * storage/indexeddb/resources/deleteIndex.js:
        (twiddleIndexes):
        (postTwiddling):
        * storage/indexeddb/resources/factory-cmp.js:
        (testValidKeys):
        (testInvalidKeys):
        * storage/indexeddb/resources/get-keyrange.js:
        (getNullTest):
        * storage/indexeddb/resources/index-basics.js:
        (index3Count):
        * storage/indexeddb/resources/index-count.js:
        * storage/indexeddb/resources/index-unique.js:
        (addMoreDataFailed):
        * storage/indexeddb/resources/invalid-keys.js:
        * storage/indexeddb/resources/key-generator.js:
        * storage/indexeddb/resources/key-type-array.js:
        (testDepthLimits):
        * storage/indexeddb/resources/keypath-edges.js:
        * storage/indexeddb/resources/keyrange.js:
        (test):
        * storage/indexeddb/resources/objectstore-autoincrement.js:
        (getAbrahamSuccess):
        * storage/indexeddb/resources/objectstore-basics.js:
        (setVersionSuccess):
        (createIndex):
        (addAgainFailure):
        (removeSuccessButNotThere):
        (testPreConditions.request.onsuccess):
        (testPreConditions):
        * storage/indexeddb/resources/objectstore-count.js:
        * storage/indexeddb/resources/open-cursor.js:
        (cursorWithKeySuccess):
        (cursorSuccess):
        * storage/indexeddb/resources/readonly.js:
        (openSuccess):
        * storage/indexeddb/resources/set_version_queue.js:
        (connectionError):
        * storage/indexeddb/resources/shared.js:
        (unexpectedErrorCallback):
        (evalAndExpectException):
        * storage/indexeddb/resources/transaction-abort-workers.js:
        (transactionAborted):
        (transactionCompleted):
        (timeoutTest.transaction.onabort):
        (timeoutTest):
        (errorTransactionAborted):
        * storage/indexeddb/resources/transaction-abort.js:
        (firstAdd):
        (secondAdd):
        (transactionAborted):
        * storage/indexeddb/resources/transaction-after-close.js:
        (firstTransactionComplete):
        * storage/indexeddb/resources/transaction-and-objectstore-calls.js:
        (created):
        (afterComplete):
        * storage/indexeddb/resources/transaction-basics.js:
        (testInactiveAbortedTransaction):
        (testInactiveCompletedTransaction):
        (testInvalidMode):
        * storage/indexeddb/resources/transaction-read-only.js:
        (setVersionDone):
        (gotCursor):
        * storage/indexeddb/set_version_queue-expected.txt:
        * storage/indexeddb/transaction-abort-expected.txt:
        * storage/indexeddb/transaction-abort-workers-expected.txt:
        * storage/indexeddb/transaction-after-close-expected.txt:
        * storage/indexeddb/transaction-and-objectstore-calls-expected.txt:
        * storage/indexeddb/transaction-basics-expected.txt:
        * storage/indexeddb/transaction-read-only-expected.txt:

2012-05-30  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium mac rebaseline for changes in r118978.

        * platform/chromium-mac/fast/backgrounds/background-position-parsing-expected.png:
        * platform/chromium-mac/fast/backgrounds/background-position-parsing-expected.txt:
        * platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-expected.png:
        * platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
        * platform/chromium/test_expectations.txt:

2012-05-30  Emil A Eklund  <eae@chromium.org>

        Floats wraps incorrectly when top edge has subpixel precision
        https://bugs.webkit.org/show_bug.cgi?id=87688

        Reviewed by Levi Weintraub.
        
        When computing the logical left and right offsets for a float we
        incorrectly floored the logical top when passing it to the float search
        adapter. This caused it to return incorrect values where the floored and
        pixel snapped values are not the same.

        * fast/sub-pixel/float-wrap-with-subpixel-top-expected.html: Added.
        * fast/sub-pixel/float-wrap-with-subpixel-top.html: Added.
        * platform/chromium-linux/fast/backgrounds/background-position-parsing-expected.png:
        * platform/chromium-linux/fast/backgrounds/background-position-parsing-expected.txt:
        * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
        * platform/chromium/test_expectations.txt:
        * platform/efl/Skipped:
        * platform/gtk-wk2/Skipped:
        * platform/mac-lion/Skipped:
        * platform/mac-snowleopard/Skipped:
        * platform/mac-wk2/Skipped:
        * platform/mac/Skipped:
        * platform/qt-4.8/Skipped:
        * platform/qt/Skipped:
        * platform/win-wk2/Skipped:
        * platform/win-xp/Skipped:
        * platform/win/Skipped:
        * platform/wincairo/Skipped:
        * platform/wk2/Skipped:

2012-05-30  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] EFL's DRT should print the number of MessagePorts for new each new intent
        https://bugs.webkit.org/show_bug.cgi?id=86841

        Reviewed by Adam Barth.

        Unskip the test case which requires the DumpRenderTree to print out
        the number of MessagePorts for each new intent.

        * platform/efl/test_expectations.txt:

2012-05-30  Emil A Eklund  <eae@chromium.org>

        Inline blocks with margin wrap incorrectly with subpixel layout turned on
        https://bugs.webkit.org/show_bug.cgi?id=87897

        Reviewed by Levi Weintraub.

        Add test for inline blocks with a subpixel margin. Marked as skipped on
        all platforms but chromium as subpixel layout has not yet been enabled
        for any other platform.

        * fast/sub-pixel/inline-block-with-margin-expected.html: Added.
        * fast/sub-pixel/inline-block-with-margin.html: Added.
        * platform/efl/Skipped:
        * platform/gtk-wk2/Skipped:
        * platform/mac-lion/Skipped:
        * platform/mac-snowleopard/Skipped:
        * platform/mac-wk2/Skipped:
        * platform/mac/Skipped:
        * platform/qt-4.8/Skipped:
        * platform/qt/Skipped:
        * platform/win-wk2/Skipped:
        * platform/win-xp/Skipped:
        * platform/win/Skipped:
        * platform/wincairo/Skipped:
        * platform/wk2/Skipped:

2012-05-30  Jessie Berlin  <jberlin@apple.com>

        [Qt][GTK][Mac][Win] New plugins/npruntime/delete-plugin-within-* tests introduced in r117012
        fail/crash
        https://bugs.webkit.org/show_bug.cgi?id=86443

        Skip these tests on Windows because they crash.

        * platform/win/Skipped:

2012-05-30  Raphael Kubo da Costa  <rakuco@webkit.org>

        [EFL] Unreviewed gardening in fast/transforms.

        Unskip passing tests that just needed baselines and update the
        PNGs for a few ones which were already passing.

        * platform/efl/Skipped:
        * platform/efl/fast/transforms/bounding-rect-zoom-expected.png:
        * platform/efl/fast/transforms/diamond-expected.png:
        * platform/efl/fast/transforms/identity-matrix-expected.png:
        * platform/efl/fast/transforms/overflow-with-transform-expected.png:
        * platform/efl/fast/transforms/rotated-transform-affects-scrolling-1-expected.png:
        * platform/efl/fast/transforms/rotated-transform-affects-scrolling-2-expected.png:
        * platform/efl/fast/transforms/skew-with-unitless-zero-expected.png:
        * platform/efl/fast/transforms/transform-on-inline-expected.png:
        * platform/efl/fast/transforms/transform-positioned-ancestor-expected.png:
        * platform/efl/fast/transforms/transform-table-row-expected.png:
        * platform/efl/fast/transforms/transformed-caret-expected.png:
        * platform/efl/fast/transforms/transformed-caret-expected.txt:
        * platform/efl/fast/transforms/transformed-focused-text-input-expected.png:
        * platform/efl/fast/transforms/transformed-focused-text-input-expected.txt:
        * platform/efl/fast/transforms/transforms-with-opacity-expected.png:

2012-05-30  Raphael Kubo da Costa  <rakuco@webkit.org>

        [EFL] Unreviewed gardening in fast/parser.

        Unskip a passing test that just needed a baseline and update the
        PNGs for a few ones which were already passing.

        * platform/efl/Skipped:
        * platform/efl/fast/parser/001-expected.png:
        * platform/efl/fast/parser/bad-xml-slash-expected.png:
        * platform/efl/fast/parser/broken-comments-vs-parsing-mode-expected.png:
        * platform/efl/fast/parser/document-write-option-expected.png:
        * platform/efl/fast/parser/entity-comment-in-style-expected.png:
        * platform/efl/fast/parser/entity-comment-in-style-expected.txt:
        * platform/efl/fast/parser/entity-comment-in-textarea-expected.png:
        * platform/efl/fast/parser/fonts-expected.png:
        * platform/efl/fast/parser/nofoo-tags-inside-paragraph-expected.png:
        * platform/efl/fast/parser/open-comment-in-style-expected.png:
        * platform/efl/fast/parser/open-comment-in-textarea-expected.png:
        * platform/efl/fast/parser/title-error-test-expected.png:
        * platform/efl/fast/parser/xhtml-alternate-entities-expected.png:
        * platform/efl/test_expectations.txt:

2012-05-30  Tony Chang  <tony@chromium.org>

        rename flexbox css values from justify and distribute to space-between and space-around
        https://bugs.webkit.org/show_bug.cgi?id=87867

        Reviewed by Ojan Vafai.

        * css3/flexbox/columns-auto-size.html:
        * css3/flexbox/css-properties-expected.txt:
        * css3/flexbox/css-properties.html:
        * css3/flexbox/flex-pack.html:
        * css3/flexbox/multiline-line-pack-horizontal-column-expected.txt:
        * css3/flexbox/multiline-line-pack-horizontal-column.html:
        * css3/flexbox/multiline-line-pack.html:
        * css3/flexbox/multiline-pack-expected.txt:
        * css3/flexbox/multiline-pack.html:
        * css3/flexbox/position-absolute-child.html:
        * css3/flexbox/true-centering.html:

2012-05-30  Rafael Weinstein  <rafaelw@chromium.org>

        [Chromium] rebaseline fast/dom/Window/mozilla-focus-blur.html


        * platform/chromium/fast/dom/Window/mozilla-focus-blur-expected.txt: Added.

2012-05-30  Jessie Berlin  <jberlin@apple.com>

        [Win] Many editing tests failing
        https://bugs.webkit.org/show_bug.cgi?id=87890

        Add/updated expected (failing?) results for Windows editing tests.

        * platform/win/editing/deleting/delete-start-block-expected.txt: Added.
        * platform/win/editing/deleting/regional-indicators-expected.txt: Added.
        * platform/win/editing/input: Added.
        * platform/win/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt: Added.
        * platform/win/editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
        * platform/win/editing/input/scroll-to-edge-if-line-break-at-end-of-document-contenteditable-expected.txt: Added.
        * platform/win/editing/selection/caret-ltr-right-expected.txt:
        * platform/win/editing/selection/caret-rtl-2-left-expected.txt:
        * platform/win/editing/selection/caret-rtl-right-expected.txt:
        * platform/win/editing/selection/select-from-textfield-outwards-expected.txt:
        * platform/win/editing/selection/transformed-selection-rects-expected.txt:
        * platform/win/editing/spelling/grammar-paste-expected.txt: Added.
        * platform/win/editing/spelling/spellcheck-async-mutation-expected.txt: Added.
        * platform/win/editing/spelling/spellcheck-queue-expected.txt: Added.
        * platform/win/editing/spelling/spellcheck-sequencenum-expected.txt: Added.

2012-05-29  Adrienne Walker  <enne@google.com>

        Transformed fixed position layers have an incorrect overlap map entry
        https://bugs.webkit.org/show_bug.cgi?id=64201

        Reviewed by Darin Adler.

        Add a test for a layer with both fixed position and a transform to
        verify that this is considered as fixed position with respect to the
        root.

        Also, add a test with a child layer with fixed position and a parent
        with a transform to verify that the child is not considered as fixed
        position with respect to the root.

        * compositing/layer-creation/fixed-position-and-transform-expected.png: Added.
        * compositing/layer-creation/fixed-position-and-transform-expected.txt: Added.
        * compositing/layer-creation/fixed-position-and-transform.html: Added.
        * compositing/layer-creation/fixed-position-under-transform-expected.png: Added.
        * compositing/layer-creation/fixed-position-under-transform-expected.txt: Added.
        * compositing/layer-creation/fixed-position-under-transform.html: Added.

2012-05-30  Oliver Hunt  <oliver@apple.com>

        DFG does not correctly handle exceptions caught in the LLInt
        https://bugs.webkit.org/show_bug.cgi?id=87885

        Reviewed by Filip Pizlo.

        Pile of code to convince the DFG to throw an exception that ends up being caught
        in the LLInt

        * fast/js/exception-propagate-from-dfg-to-llint-expected.txt: Added.
        * fast/js/exception-propagate-from-dfg-to-llint.html: Added.
        * fast/js/script-tests/exception-propagate-from-dfg-to-llint.js: Added.
        (o.toString):
        (h):
        (g):
        (f1):
        (f2):

2012-05-30  Ulan Degenbaev  <ulan@chromium.org>

        [v8] Crash after redefining setter on typed array to a number
        https://bugs.webkit.org/show_bug.cgi?id=87862

        Reviewed by Kenneth Russell.

        Remove calls to typed array set() method from C++.
        Store the copying script as a hidden property of a typed array prototype.

        * fast/canvas/webgl/array-override-set-expected.txt: Added.
        * fast/canvas/webgl/array-override-set.html: Added.

2012-05-30  Stephen Chenney  <schenney@chromium.org>

        http/tests/cache/subresource-expiration-2.html is slow on Linux

        Unreviewed Chromium test expectations expansion.

        * platform/chromium/test_expectations.txt:

2012-05-30  Tim Horton  <timothy_horton@apple.com>

        fast/dom/Window/mozilla-focus-blur.html is failing on Mac
        https://bugs.webkit.org/show_bug.cgi?id=87884
        <rdar://problem/11558864>

        Unreviewed failing baselines after http://trac.webkit.org/changeset/118916.

        * platform/mac/fast/dom/Window/mozilla-focus-blur-expected.txt: Added.

2012-05-30  Stephen Chenney  <schenney@chromium.org>

        Layout Test perf/mouse-event.html is flaky on Linux
        https://bugs.webkit.org/show_bug.cgi?id=87886

        Unreviewed Chromium expectations update for perf/mouse-event.html

        * platform/chromium/test_expectations.txt:

2012-05-30  Stephen Chenney  <schenney@chromium.org>

        Unreviewed Chromium expectations update for http/tests/media/media-source/video-media-source-errors.html

        * platform/chromium/test_expectations.txt:

2012-05-30  Alexey Proskuryakov  <ap@apple.com>

        * platform/wk2/Skipped: Skipping newly added file-last-modified-after-delete.html,
        because WTR doesn't implement beginDragWithFiles.

2012-05-30  Shinya Kawanaka  <shinyak@chromium.org>

        comparePositions in htmlediting should consider nested Shadow DOM.
        https://bugs.webkit.org/show_bug.cgi?id=87623

        Reviewed by Ryosuke Niwa.

        * editing/shadow/compare-positions-in-nested-shadow-expected.txt: Added.
        * editing/shadow/compare-positions-in-nested-shadow.html: Added.

2012-05-30  Erik Arvidsson  <arv@chromium.org>

        [V8] Clean up V8LazyEventListener to use one less function call
        https://bugs.webkit.org/show_bug.cgi?id=87785

        Reviewed by Kentaro Hara.

        Instead of relying on 'arguments' we rely on 'this'. 'this' cannot be intercepted by a
        with-statement so it is safe to use that to bind the context objects. This allows us to
        remove one layer of function indirection in the generated code.

        * platform/chromium-win/inspector/debugger/debugger-scripts-expected.txt:

2012-05-30  Stephen Chenney  <schenney@chromium.org>

        Unreviewed Chromium test expectations for fast/layers/scroll-with-transform-composited-layer.html

        * platform/chromium/test_expectations.txt:

2012-05-30  Xueqing Huang  <huangxueqing@baidu.com>

        The tests listed in win/Skipped should be removed after this change, but some of these need to rebaseline in Windows, we do that in bug#87610.
        https://bugs.webkit.org/show_bug.cgi?id=86296

        Reviewed by Tony Chang.

        * platform/win/Skipped:

2012-05-30  Alexey Proskuryakov  <ap@apple.com>

        * fast/files/read-blob-async-expected.txt: Updating results to what Mac WK1 bot sees
        (two additional "result: null" lines).

2012-05-30  David Barton  <dbarton@mathscribe.com>

        mathml/presentation/mo-stretch.html and mroot-pref-width.html tests fail on Mac
        https://bugs.webkit.org/show_bug.cgi?id=86786

        Somehow these weren't included in r118935.

        Unreviewed gardening.

        * platform/mac-lion/Skipped:
        * platform/mac/Skipped:

2012-05-30  Stephen Chenney  <schenney@chromium.org>

        Unreviewed Chromium test expectations update.

        tex-image-with-format-and-type.html
        tex-image-with-format-and-type.html
        formaction-attribute.html
        terminate-during-sync-operation.html

        * platform/chromium/test_expectations.txt:

2012-05-30  Marcelo Lira  <marcelo.lira@openbossa.org>

        WebKit2: Implement layoutTestController.setPluginsEnabled() in WebKitTestRunner.
        https://bugs.webkit.org/show_bug.cgi?id=58593

        Unskip passing tests.

        Reviewed by Darin Adler.

        * platform/wk2/Skipped:

2012-05-30  Rafael Weinstein  <rafaelw@chromium.org>

        Updating test expectations (css3/filters/custom-filter-property-computed-style,
        fast/frames/cached-frame-counter).

        * platform/chromium/test_expectations.txt:

2012-05-30  David Barton  <dbarton@mathscribe.com>

        mathml/presentation/mo-stretch.html and mroot-pref-width.html tests fail on Mac
        https://bugs.webkit.org/show_bug.cgi?id=86786

        The test result files below contain slightly improved metrics (usually by a single
        pixel) and some other very minor (visually undetectable) pixel changes. To be honest,
        I'm not sure what caused all these changes, since a lot of mathml tests have been
        skipped or failing for a while. The small metric improvements were not caused by changes
        in mathml code - perhaps LayoutUnit rounding or other 1-pixel corrections in logical
        width code? At any rate, I'd like to rebaseline these tests, and unskip them and other
        mathml tests.

        Unreviewed rebaselining/gardening.

        * platform/mac-lion/Skipped:
        * platform/mac/Skipped:
        * platform/mac/mathml/presentation/attributes-expected.png:
        * platform/mac/mathml/presentation/fenced-mi-expected.png:
        * platform/mac/mathml/presentation/fractions-expected.png:
        * platform/mac/mathml/presentation/fractions-expected.txt:
        * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.png:
        * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.txt:
        * platform/mac/mathml/presentation/mo-stretch-expected.png:
        * platform/mac/mathml/presentation/mo-stretch-expected.txt:
        * platform/mac/mathml/presentation/roots-expected.png:
        * platform/mac/mathml/presentation/subsup-expected.png:
        * platform/mac/mathml/presentation/subsup-expected.txt:

2012-05-30  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [EFL][DRT] http/tests/navigation/new-window-redirect-history.html does not pass
        https://bugs.webkit.org/show_bug.cgi?id=87848

        Reviewed by Csaba Osztrogonác.

        * platform/efl/Skipped: Unskipped http/tests/navigation/new-window-redirect-history.html.

2012-05-30  Sergio Villar Senin  <svillar@igalia.com>

        Unreviewed, removed some tests from the test_expectations file as
        they have been regularly passing in the 3 GTK bots for some time.

        * platform/gtk/test_expectations.txt:

2012-05-30  Jessie Berlin  <jberlin@apple.com>

        [Win] REGRESSION(r118018) fast/js/names.html failing due to JavaScriptExperiments not being
        enabled on Windows
        https://bugs.webkit.org/show_bug.cgi?id=87858

        Skip the test on Windows to get the bots greener.

        * platform/win/Skipped:

2012-05-30  Jessie Berlin  <jberlin@apple.com>

        More Windows test cleanup.

        Update the Skipped list and tests for features turned on/off on Windows.

        * platform/win/Skipped:
        * platform/win/fast/dom/constructed-objects-prototypes-expected.txt: Added.
        * platform/win/fast/js/global-constructors-expected.txt:

2012-05-30  Kinuko Yasuda  <kinuko@chromium.org>

        File.lastModifiedDate must return null if the modified time info is not available
        https://bugs.webkit.org/show_bug.cgi?id=87709

        Reviewed by Kentaro Hara.

        * http/tests/local/fileapi/file-last-modified-after-delete-expected.txt: Added.
        * http/tests/local/fileapi/file-last-modified-after-delete.html: Added.
        * http/tests/local/fileapi/resources/temp-file-utils.js: Added.
        * http/tests/local/fileapi/script-tests/file-last-modified-after-delete.js: Added.
        * http/tests/local/fileapi/script-tests/send-sliced-dragged-file.js: Factored out common temp-file related functions into temp-file-utils.js.
        * http/tests/local/fileapi/send-sliced-dragged-file.html:

2012-05-30  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [EFL][DRT] EFL's DRT needs "postProgressFinishedNotification" message
        https://bugs.webkit.org/show_bug.cgi?id=87833

        Reviewed by Tor Arne Vestbø.

        * platform/efl/Skipped: Unskipped http/tests/loading/progress-finished-callback.html.

2012-05-30  Stephen Chenney  <schenney@chromium.org>

        [Chromium] Layout Test http/tests/media/media-source/webm/video-media-source-*.html is flaky
        https://bugs.webkit.org/show_bug.cgi?id=85952

        Unreviewed Chromium expectations update to broaden expectations.

        * platform/chromium/test_expectations.txt:

2012-05-30  Jochen Eisinger  <jochen@chromium.org>

        Match Firefox restrictions to window.blur and window.focus
        https://bugs.webkit.org/show_bug.cgi?id=86969

        Reviewed by Adam Barth.

        * fast/dom/HTMLDocument/hasFocus.html:
        * fast/dom/Window/mozilla-focus-blur-expected.txt: Added.
        * fast/dom/Window/mozilla-focus-blur.html: Added.
        * fast/notifications/notifications-click-event-focus-expected.txt: Added.
        * fast/notifications/notifications-click-event-focus.html: Added.

2012-05-30  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, updating platform-specific baselines after r118902.

        * platform/gtk/fast/js/global-constructors-expected.txt:

2012-05-30  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Gardening. Shadow DOM is disabled on Qt.

        Reviewed by Csaba Osztrogonác.

        * platform/qt/Skipped: Skip fast/dom/shadow/shadow-element.html.

2012-05-30  David Barr  <davidbarr@chromium.org>

        Update test expectations for tests duplicated in Skipped
        https://bugs.webkit.org/show_bug.cgi?id=87822

        Unreviewed gardening; updating test expectations.

        * platform/mac/Skipped:
        * platform/mac/test_expectations.txt:
        * platform/qt/Skipped:
        * platform/qt/test_expectations.txt:
        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-mac/Skipped:

2012-05-30  David Barr  <davidbarr@chromium.org>

        [GTK] Update test expectations after r118841.
        https://bugs.webkit.org/show_bug.cgi?id=87827

        Unreviewed gardening; updating test expectations

        * platform/gtk/test_expectations.txt:

2012-05-30  MORITA Hajime  <morrita@google.com>

        [Shadow DOM] HTMLContentElement and HTMLShadowElement constructors should be visible.
        https://bugs.webkit.org/show_bug.cgi?id=87818

        Added constructor checks.
        
        Reviewed by Kentaro Hara.

        * fast/dom/shadow/content-element-api-expected.txt:
        * fast/dom/shadow/content-element-api.html:
        * fast/dom/shadow/shadow-element-expected.txt:
        * fast/dom/shadow/shadow-element.html:

2012-05-30  Mike Lawther  <mikelawther@chromium.org>

        CSS3 calc: Implement CSSOM support
        https://bugs.webkit.org/show_bug.cgi?id=84551

        Reviewed by Ryosuke Niwa.

        * css3/calc/cssom-expected.txt: Added.
        * css3/calc/cssom.html: Added.

2012-05-29  Li Yin  <li.yin@intel.com>

        [FileAPI] The result attribute of FileReader shuold use null to replace empty string
        https://bugs.webkit.org/show_bug.cgi?id=87578

        Reviewed by Jian Li.

        Spec: http://www.w3.org/TR/FileAPI/#dfn-result
        If the readyState is EMPTY (no read method has been called) or an error in
        reading the File or Blob has occurred (using any read method), then the result
        attribute MUST return null.

        Currently, webkit return empty string, not null.

        * fast/files/read-file-async-expected.txt:
        * fast/files/resources/read-common.js:
        (logResult):
        (loadFailed):
        * fast/files/resources/read-file-test-cases.js:
        (testReadAgainAfterFailedReadStep1):
        * fast/files/workers/worker-read-file-async-expected.txt:

2012-05-29  Kent Tamura  <tkent@chromium.org>

        [Chromium] Test expectation update.

        Rebaseline for placeholder-related tests.

        * platform/chromium-linux/fast/forms/date/date-appearance-expected.txt:
        * platform/chromium-linux/fast/forms/input-placeholder-paint-order-expected.png: Added.
        * platform/chromium-linux/fast/forms/placeholder-position-expected.png:
        * platform/chromium-linux/fast/forms/search-styled-expected.txt:
        * platform/chromium-linux/fast/forms/textarea/textarea-placeholder-paint-order-expected.png: Added.
        * platform/chromium-mac-leopard/fast/forms/input-placeholder-paint-order-expected.png: Added.
        * platform/chromium-mac-leopard/fast/forms/textarea/textarea-placeholder-paint-order-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-paint-order-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/textarea/textarea-placeholder-paint-order-expected.txt: Removed.
        * platform/chromium-mac/fast/css/text-overflow-input-expected.png:
        * platform/chromium-mac/fast/forms/date/date-appearance-expected.txt:
        * platform/chromium-mac/fast/forms/input-placeholder-paint-order-expected.png: Added.
        * platform/chromium-mac/fast/forms/placeholder-pseudo-style-expected.txt:
        * platform/chromium-mac/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
        * platform/chromium-mac/fast/forms/textarea/textarea-placeholder-paint-order-expected.png: Added.
        * platform/chromium-win-xp/fast/forms/search-styled-expected.txt:
        * platform/chromium-win/fast/css/text-overflow-input-expected.txt:
        * platform/chromium-win/fast/forms/date/date-appearance-expected.txt:
        * platform/chromium-win/fast/forms/input-placeholder-paint-order-expected.png: Added.
        * platform/chromium-win/fast/forms/input-placeholder-visibility-1-expected.txt:
        * platform/chromium-win/fast/forms/input-placeholder-visibility-3-expected.txt:
        * platform/chromium-win/fast/forms/placeholder-position-expected.txt:
        * platform/chromium-win/fast/forms/placeholder-pseudo-style-expected.txt:
        * platform/chromium-win/fast/forms/search-styled-expected.txt:
        * platform/chromium-win/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
        * platform/chromium-win/fast/forms/textarea-placeholder-visibility-1-expected.txt:
        * platform/chromium-win/fast/forms/textarea-placeholder-visibility-2-expected.txt:
        * platform/chromium-win/fast/forms/textarea/textarea-placeholder-paint-order-expected.png: Added.
        * platform/chromium/test_expectations.txt:

2012-05-29  Yoshifumi Inoue  <yosin@chromium.org>

        REGRESSION(r111497): The "option" element doesn't match CSS pseudo class :enabled
        https://bugs.webkit.org/show_bug.cgi?id=87719

        Reviewed by Kent Tamura.

        * platform/chromium-linux/fast/forms/select/optgroup-rendering-expected.png: Updated. Text color of option element is bule from CSS pseudo class option:enabled.
        * platform/chromium/test_expectations.txt: Update comment.

2012-05-29  Hayato Ito  <hayato@chromium.org>

        Refactor shadow-dom-event-dispatching.html.
        https://bugs.webkit.org/show_bug.cgi?id=87626

        Reviewed by Dimitri Glazkov.

        There are badly named functions in shadow-dom-event-dispatching.html.
        e.g. prepareDOMTree1, prepareDOMTree2 and so on.
        That should have better namings which make the intention of each test clear.

        * fast/dom/shadow/shadow-dom-event-dispatching.html:

2012-05-29  Raphael Kubo da Costa  <rakuco@webkit.org>

        [EFL] Gardening after r118845 and r118851.

        Apparently some baselines were not updated as expected, fixing
        that now.

        * platform/efl/fast/ruby/ruby-text-before-after-content-expected.png: Added.
        * platform/efl/fast/ruby/ruby-text-before-after-content-expected.txt:
        * platform/efl/fast/selectors/166-expected.png:
        * platform/efl/fast/selectors/166-expected.txt:
        * platform/efl/fast/selectors/unqualified-hover-strict-expected.png:
        * platform/efl/fast/selectors/unqualified-hover-strict-expected.txt: Added.
        * platform/efl/svg/batik/text/textAnchor-expected.txt:
        * platform/efl/svg/batik/text/textOnPath3-expected.txt:
        * platform/efl/svg/batik/text/verticalTextOnPath-expected.txt:
        * platform/efl/svg/carto.net/tabgroup-expected.txt:
        * platform/efl/transitions/cross-fade-background-image-expected.txt: Added.
        * platform/efl/transitions/cross-fade-border-image-expected.txt: Added.

2012-05-29  Christophe Dumez  <christophe.dumez@intel.com>

        Some Content Security Policy console messages are missing line numbers in JSC
        https://bugs.webkit.org/show_bug.cgi?id=87558

        Reviewed by Adam Barth.

        Remove Mac/EFL/GTK/Qt-specific expectations for Content Security Policy
        tests now that the line numbers are correctly printed.

        * platform/efl/http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt: Removed.
        * platform/efl/http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt: Removed.
        * platform/gtk/http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt: Removed.
        * platform/gtk/http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt: Removed.
        * platform/mac/http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt: Removed.
        * platform/mac/http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt: Removed.
        * platform/qt/http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt: Removed.
        * platform/qt/http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt: Removed.

2012-05-29  Filip Pizlo  <fpizlo@apple.com>

        DFG should keep captured variables alive until the (inline) return.
        https://bugs.webkit.org/show_bug.cgi?id=87205

        Reviewed by Gavin Barraclough.

        * fast/js/dfg-inline-arguments-osr-exit-and-capture-expected.txt: Added.
        * fast/js/dfg-inline-arguments-osr-exit-and-capture.html: Added.
        * fast/js/script-tests/dfg-inline-arguments-osr-exit-and-capture.js: Added.
        (foo):
        (bar):
        (baz):

2012-05-29  Alexis Menard  <alexis.menard@openbossa.org>

        [CSS3 Backgrounds and Borders] Implement box-decoration-break parsing.
        https://bugs.webkit.org/show_bug.cgi?id=87678

        Reviewed by Eric Seidel.

        Add a new test to cover the parsing part of the new css property. Also rebase the
        existing tests which are listing the css properties of the style.

        * fast/box-decoration-break/box-decoration-break-parsing-expected.txt: Added.
        * fast/box-decoration-break/box-decoration-break-parsing.html: Added.
        * fast/css/getComputedStyle/computed-style-expected.txt:
        * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        * platform/chromium-linux-x86/svg/css/getComputedStyle-basic-expected.txt:
        * platform/chromium-linux/svg/css/getComputedStyle-basic-expected.txt:
        * platform/chromium-mac-leopard/fast/css/getComputedStyle/computed-style-expected.txt:
        * platform/chromium-mac-leopard/svg/css/getComputedStyle-basic-expected.txt:
        * platform/chromium-mac-snowleopard/svg/css/getComputedStyle-basic-expected.txt:
        * platform/chromium-mac/fast/css/getComputedStyle/computed-style-expected.txt:
        * platform/chromium-mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        * platform/chromium-mac/svg/css/getComputedStyle-basic-expected.txt:
        * platform/chromium-win-vista/svg/css/getComputedStyle-basic-expected.txt:
        * platform/chromium-win-xp/svg/css/getComputedStyle-basic-expected.txt:
        * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
        * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
        * platform/gtk/fast/css/getComputedStyle/computed-style-expected.txt:
        * platform/gtk/svg/css/getComputedStyle-basic-expected.txt:
        * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt:
        * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        * platform/mac/svg/css/getComputedStyle-basic-expected.txt:
        * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        * platform/qt/svg/css/getComputedStyle-basic-expected.txt:
        * platform/win/fast/css/getComputedStyle/computed-style-expected.txt:
        * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        * svg/css/getComputedStyle-basic-expected.txt:

2012-05-29  David Barr  <davidbarr@chromium.org>

        [text-overflow: ellipsis] WebKit should ignore the ellipsis for the purpose of dispatching mouse events
        https://bugs.webkit.org/show_bug.cgi?id=63781

        Reviewed by Eric Seidel.

        * fast/css/text-overflow-ellipsis-hit-test-expected.txt: Added.
        * fast/css/text-overflow-ellipsis-hit-test.html: Added.

2012-05-29  Jessie Berlin  <jberlin@apple.com>

        <progress> element is unsupported on Windows
        https://bugs.webkit.org/show_bug.cgi?id=49769

        Add platform-specific results for tests that use the progress element on Windows.

        * platform/win/fast/forms/label: Added.
        * platform/win/fast/forms/label/labelable-elements-expected.txt: Added.
        * platform/win/fast/forms/label/labels-add-htmlFor-label-expected.txt: Added.
        * platform/win/fast/forms/label/labels-add-parent-label-expected.txt: Added.
        * platform/win/fast/forms/label/labels-change-htmlFor-attribute-expected.txt: Added.
        * platform/win/fast/forms/label/labels-multiple-sibling-labels-expected.txt: Added.
        * platform/win/fast/forms/label/labels-parent-and-sibling-labels-expected.txt: Added.
        * platform/win/fast/forms/label/labels-remove-htmlFor-attribute-expected.txt: Added.
        * platform/win/fast/forms/label/labels-remove-htmlFor-label-expected.txt: Added.
        * platform/win/fast/forms/label/labels-remove-parent-label-expected.txt: Added.
        * platform/win/fast/forms/label/labels-set-htmlFor-attribute-expected.txt: Added.

2012-05-29  Rafael Weinstein  <rafaelw@chromium.org>

        Updating test expectation (media/track/track-cues-missed CRASH).

        * platform/chromium/test_expectations.txt:

2012-05-29  Raphael Kubo da Costa  <rakuco@webkit.org>

        [EFL] Unreviewed gardening.

        Unskip a lot of fast/selectors tests which were really passing all
        the time, they just needed updated baselines after the jhbuild and
        font commits.

        * platform/efl/Skipped:
        * platform/efl/fast/selectors/001-expected.png:
        * platform/efl/fast/selectors/002-expected.png:
        * platform/efl/fast/selectors/003-expected.png:
        * platform/efl/fast/selectors/004-expected.png:
        * platform/efl/fast/selectors/005-expected.png:
        * platform/efl/fast/selectors/006-expected.png:
        * platform/efl/fast/selectors/007a-expected.png:
        * platform/efl/fast/selectors/007b-expected.png:
        * platform/efl/fast/selectors/008-expected.png:
        * platform/efl/fast/selectors/009-expected.png:
        * platform/efl/fast/selectors/010-expected.png:
        * platform/efl/fast/selectors/011-expected.png:
        * platform/efl/fast/selectors/012-expected.png:
        * platform/efl/fast/selectors/013-expected.png:
        * platform/efl/fast/selectors/014-expected.png:
        * platform/efl/fast/selectors/015-expected.png:
        * platform/efl/fast/selectors/018-expected.png:
        * platform/efl/fast/selectors/018b-expected.png:
        * platform/efl/fast/selectors/021-expected.png:
        * platform/efl/fast/selectors/021b-expected.png:
        * platform/efl/fast/selectors/032-expected.png:
        * platform/efl/fast/selectors/034-expected.png:
        * platform/efl/fast/selectors/038-expected.png:
        * platform/efl/fast/selectors/040-expected.png:
        * platform/efl/fast/selectors/043-expected.png:
        * platform/efl/fast/selectors/043b-expected.png:
        * platform/efl/fast/selectors/044-expected.png:
        * platform/efl/fast/selectors/044b-expected.png:
        * platform/efl/fast/selectors/044c-expected.png:
        * platform/efl/fast/selectors/044d-expected.png:
        * platform/efl/fast/selectors/045-expected.png:
        * platform/efl/fast/selectors/045b-expected.png:
        * platform/efl/fast/selectors/045c-expected.png:
        * platform/efl/fast/selectors/046-expected.png:
        * platform/efl/fast/selectors/054-expected.png:
        * platform/efl/fast/selectors/056-expected.png:
        * platform/efl/fast/selectors/058-expected.png:
        * platform/efl/fast/selectors/059-expected.png:
        * platform/efl/fast/selectors/060-expected.png:
        * platform/efl/fast/selectors/061-expected.png:
        * platform/efl/fast/selectors/063-expected.png:
        * platform/efl/fast/selectors/064-expected.png:
        * platform/efl/fast/selectors/066-expected.png:
        * platform/efl/fast/selectors/066b-expected.png:
        * platform/efl/fast/selectors/072-expected.png:
        * platform/efl/fast/selectors/072b-expected.png:
        * platform/efl/fast/selectors/077-expected.png:
        * platform/efl/fast/selectors/077b-expected.png:
        * platform/efl/fast/selectors/078b-expected.png:
        * platform/efl/fast/selectors/083-expected.png:
        * platform/efl/fast/selectors/087b-expected.png:
        * platform/efl/fast/selectors/090b-expected.png:
        * platform/efl/fast/selectors/154-expected.png:
        * platform/efl/fast/selectors/155-expected.png:
        * platform/efl/fast/selectors/155a-expected.png:
        * platform/efl/fast/selectors/155b-expected.png:
        * platform/efl/fast/selectors/155c-expected.png:
        * platform/efl/fast/selectors/155d-expected.png:
        * platform/efl/fast/selectors/156b-expected.png:
        * platform/efl/fast/selectors/157-expected.png:
        * platform/efl/fast/selectors/158-expected.png:
        * platform/efl/fast/selectors/160-expected.png:
        * platform/efl/fast/selectors/168-expected.png:
        * platform/efl/fast/selectors/168a-expected.png:
        * platform/efl/fast/selectors/169-expected.png:
        * platform/efl/fast/selectors/169a-expected.png:
        * platform/efl/fast/selectors/lang-inheritance-expected.png:
        * platform/efl/fast/selectors/lang-inheritance2-expected.png:
        * platform/efl/fast/selectors/lang-vs-xml-lang-expected.png:
        * platform/efl/fast/selectors/lang-vs-xml-lang-xhtml-expected.png:
        * platform/efl/fast/selectors/visited-descendant-expected.png:

2012-05-29  Raphael Kubo da Costa  <rakuco@webkit.org>

        [EFL] Unreviewed gardening.

        House cleaning on Skipped: remove tests which do not exist, unskip
        some which are passing and add expectations for some which were
        lacking them.

        * platform/efl/Skipped:
        * platform/efl/editing/selection/fake-doubleclick-expected.png: Added.
        * platform/efl/editing/selection/fake-doubleclick-expected.txt: Added.
        * platform/efl/fast/borders/border-image-slice-constrained-expected.png: Added.
        * platform/efl/fast/borders/border-image-slice-constrained-expected.txt: Added.
        * platform/efl/fast/borders/border-mixed-alpha-expected.png: Added.
        * platform/efl/fast/borders/borderRadiusArcs01-expected.txt: Added.
        * platform/efl/fast/borders/borderRadiusDouble01-expected.txt: Added.
        * platform/efl/fast/borders/borderRadiusDouble02-expected.txt: Added.
        * platform/efl/fast/borders/borderRadiusDouble03-expected.txt: Added.
        * platform/efl/fast/borders/borderRadiusGroove01-expected.txt: Added.
        * platform/efl/fast/borders/borderRadiusGroove02-expected.txt: Added.
        * platform/efl/fast/borders/borderRadiusInset01-expected.txt: Added.
        * platform/efl/fast/borders/borderRadiusOutset01-expected.txt: Added.
        * platform/efl/fast/borders/borderRadiusRidge01-expected.txt: Added.
        * platform/efl/fast/borders/scaled-border-image-expected.png: Added.
        * platform/efl/fast/borders/scaled-border-image-expected.txt: Added.
        * platform/efl/fast/forms/input-appearance-disabled-expected.png: Added.
        * platform/efl/fast/forms/input-appearance-disabled-expected.txt: Added.
        * platform/efl/fast/forms/input-appearance-readonly-expected.png: Added.
        * platform/efl/fast/forms/input-appearance-readonly-expected.txt: Added.
        * platform/efl/fast/forms/input-placeholder-visibility-3-expected.png: Added.
        * platform/efl/fast/forms/input-placeholder-visibility-3-expected.txt: Added.
        * platform/efl/fast/forms/textarea-placeholder-visibility-1-expected.png: Added.
        * platform/efl/fast/forms/textarea-placeholder-visibility-1-expected.txt: Added.
        * platform/efl/fast/forms/textarea-placeholder-visibility-2-expected.png: Added.
        * platform/efl/fast/forms/textarea-placeholder-visibility-2-expected.txt: Added.
        * platform/efl/fast/forms/textarea-scrollbar-expected.png: Added.
        * platform/efl/fast/forms/textarea-scrollbar-expected.txt: Added.
        * platform/efl/fast/line-grid/line-grid-floating-expected.png: Added.
        * platform/efl/fast/line-grid/line-grid-floating-expected.txt: Added.
        * platform/efl/fast/line-grid/line-grid-inside-columns-expected.png: Added.
        * platform/efl/fast/line-grid/line-grid-inside-columns-expected.txt: Added.
        * platform/efl/fast/line-grid/line-grid-into-floats-expected.png: Added.
        * platform/efl/fast/line-grid/line-grid-into-floats-expected.txt: Added.
        * platform/efl/fast/line-grid/line-grid-positioned-expected.png: Added.
        * platform/efl/fast/line-grid/line-grid-positioned-expected.txt: Added.
        * platform/efl/fast/repaint/4774354-expected.png: Added.
        * platform/efl/fast/repaint/4774354-expected.txt: Added.
        * platform/efl/fast/repaint/4776765-expected.png: Added.
        * platform/efl/fast/repaint/4776765-expected.txt: Added.
        * platform/efl/fast/repaint/delete-into-nested-block-expected.png: Added.
        * platform/efl/fast/repaint/delete-into-nested-block-expected.txt: Added.
        * platform/efl/fast/repaint/inline-outline-repaint-expected.png: Added.
        * platform/efl/fast/repaint/inline-outline-repaint-expected.txt: Added.
        * platform/efl/fast/repaint/selection-after-delete-expected.png: Added.
        * platform/efl/fast/repaint/selection-after-delete-expected.txt: Added.
        * platform/efl/fast/selectors/159-expected.png: Added.
        * platform/efl/fast/selectors/159-expected.txt: Added.
        * platform/efl/fast/selectors/177a-expected.png: Added.
        * platform/efl/fast/selectors/177a-expected.txt: Added.
        * platform/efl/fast/spatial-navigation/snav-multiple-select-focusring-expected.png: Added.
        * platform/efl/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt: Added.
        * platform/efl/fast/table/colspanMinWidth-vertical-expected.png:
        * platform/efl/fast/table/colspanMinWidth-vertical-expected.txt:
        * platform/efl/fast/text/delete-hard-break-character-expected.png: Added.
        * platform/efl/fast/text/delete-hard-break-character-expected.txt: Added.
        * platform/efl/fast/writing-mode/japanese-ruby-horizontal-bt-expected.png: Added.
        * platform/efl/fast/writing-mode/japanese-ruby-horizontal-bt-expected.txt: Added.
        * platform/efl/mathml/presentation/roots-expected.png: Added.
        * platform/efl/mathml/presentation/roots-expected.txt: Added.
        * platform/efl/mathml/presentation/row-alignment-expected.png: Added.
        * platform/efl/mathml/presentation/row-alignment-expected.txt: Added.
        * platform/efl/media/controls-styling-expected.png: Added.
        * platform/efl/media/controls-styling-expected.txt: Added.
        * platform/efl/svg/batik/text/textAnchor-expected.png: Added.
        * platform/efl/svg/batik/text/textOnPath3-expected.png: Added.
        * platform/efl/svg/batik/text/verticalTextOnPath-expected.png: Added.
        * platform/efl/svg/carto.net/tabgroup-expected.png: Added.
        * platform/efl/transitions/cross-fade-background-image-expected.png: Added.
        * platform/efl/transitions/cross-fade-border-image-expected.png: Added.
        * platform/efl/transitions/default-timing-function-expected.png:
        * platform/efl/transitions/default-timing-function-expected.txt:
        * platform/efl/transitions/move-after-transition-expected.png:
        * platform/efl/transitions/move-after-transition-expected.txt:
        * platform/efl/transitions/svg-text-shadow-transition-expected.png:
        * platform/efl/transitions/svg-text-shadow-transition-expected.txt:

2012-05-29  Rafael Weinstein  <rafaelw@chromium.org>

        Updating test expectations (fast/forms/form-associated-element-removal MISSING).

        * platform/chromium/test_expectations.txt:

2012-05-29  Victor Carbune  <victor@rosedu.org>

        Display cues in the controls area
        https://bugs.webkit.org/show_bug.cgi?id=87591

        Reviewed by Eric Carlson.

        * media/media-volume-slider-rendered-normal-expected.txt: Renamed from LayoutTests/media/video-controls-rendering-toggle-display-none-expected.txt.
        * media/media-volume-slider-rendered-normal.html: Renamed from LayoutTests/media/video-controls-rendering-toggle-display-none.html.
        * platform/chromium/test_expectations.txt: Unmarked tests.
        * platform/efl/test_expectations.txt: Unmarked tests.
        * platform/mac/test_expectations.txt: Unmarked tests.

2012-05-29  Raphael Kubo da Costa  <rakuco@webkit.org>

        [EFL] Gardening. Unskip passing test.

        * platform/efl/Skipped:
        * platform/efl/editing/input/emacs-ctrl-o-expected.png: Added.
        * platform/efl/editing/input/emacs-ctrl-o-expected.txt: Added.

2012-05-29  Alec Flett  <alecflett@chromium.org>

        IndexedDB: Align codes and names for IDB-specific and DOM-specific errors/exceptions
        https://bugs.webkit.org/show_bug.cgi?id=87276

        Reviewed by Tony Chang.

        * storage/indexeddb/constants-expected.txt:
        * storage/indexeddb/resources/constants.js:
        (test):

2012-05-29  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, skip new failing tests
        because of missing LayoutTestController implementation.

        * platform/qt/Skipped:

2012-05-29  Alexander Shalamov  <alexander.shalamov@intel.com>

        [EFL] Unskip scroll related layout tests
        https://bugs.webkit.org/show_bug.cgi?id=87765

        Unreviewed EFL gardening.

        * platform/efl/Skipped:

2012-05-29  Jessie Berlin  <jberlin@apple.com>

        AX: windows DRT needs to implement ::press
        https://bugs.webkit.org/show_bug.cgi?id=36145

        Add more tests that use press to the Windows Skipped list.

        * platform/win/Skipped:

2012-05-29  Alexey Proskuryakov  <ap@apple.com>

        fast/events/message-port-close.html hits ASSERT in Debug
        https://bugs.webkit.org/show_bug.cgi?id=85811

        * platform/mac/Skipped: I think that it's just this one test with a delayed effect. Skipping
        it, and unskipping a victim.

2012-05-29  Rafael Weinstein  <rafaelw@chromium.org>

        Updating chromium test_expectations (svg/dom/viewspec-parser timeouts)

        * platform/chromium/test_expectations.txt:

2012-05-29  Jessie Berlin  <jberlin@apple.com>

        JSC doesn't support heap profiling.
        https://bugs.webkit.org/show_bug.cgi?id=50485

        Add another heap profiling test to the Mac and Windows Skipped lists.

        * platform/mac/Skipped:
        * platform/win/Skipped:

2012-05-29  Alexey Proskuryakov  <ap@apple.com>

        WTR doesn't support beginDragWithFiles.

        * platform/wk2/Skipped: Added fast/files/file-list-test.html

2012-05-29  Jessie Berlin  <jberlin@apple.com>

        Clean up the Windows WK2 Skipped list.

        Update it for the moves / renames in r96918, r102226, and r108612.

        * platform/win-wk2/Skipped:

2012-05-29  Jessie Berlin  <jberlin@apple.com>

        JSC doesn't support heap profiling.
        https://bugs.webkit.org/show_bug.cgi?id=50485

        Add two heap profiling tests to the Windows Skipped list.

        * platform/win/Skipped:

2012-05-29  Julien Chaffraix  <jchaffraix@webkit.org>

        REGRESSION(r111742): box-sizing: border-box doesn't work on fixed table layout
        https://bugs.webkit.org/show_bug.cgi?id=87536

        Reviewed by Tony Chang.

        * fast/table/fixed-table-layout/cell-box-sizing-fixed-table-layout-expected.html: Added.
        * fast/table/fixed-table-layout/cell-box-sizing-fixed-table-layout.html: Added.
        This test covers the regression.

        * fast/table/fixed-table-layout/column-box-sizing-fixed-table-layout-expected.html: Added.
        * fast/table/fixed-table-layout/column-box-sizing-fixed-table-layout.html: Added.
        * fast/table/fixed-table-layout/column-group-box-sizing-fixed-table-layout-expected.html: Added.
        * fast/table/fixed-table-layout/column-group-box-sizing-fixed-table-layout.html: Added.
        * fast/table/fixed-table-layout/column-in-column-group-box-sizing-fixed-table-layout-expected.html: Added.
        * fast/table/fixed-table-layout/column-in-column-group-box-sizing-fixed-table-layout.html: Added.
        Those test ensured I didn't regress and document our current behavior ie that column and column group fixed
        width apply to the cell's border-box.

2012-05-25  Ojan Vafai  <ojan@chromium.org>

        Absolute positioned elements in a relative positioned CSS3 Flexbox fail to display properly
        https://bugs.webkit.org/show_bug.cgi?id=58453

        Reviewed by Tony Chang.

        * css3/flexbox/align-absolute-child-expected.txt: Added.
        * css3/flexbox/align-absolute-child.html: Added.
        * css3/flexbox/position-absolute-child-expected.txt:
        * css3/flexbox/position-absolute-child.html:

2012-05-29  Jessie Berlin  <jberlin@apple.com>

        [Win] ~1/2 of all the iframe seamless tests fail
        https://bugs.webkit.org/show_bug.cgi?id=87543

        Rubber-stamped by Eric Seidel.

        Remove the platform-specific results as they are no longer needed.

        * platform/win/fast/frames/seamless/seamless-basic-expected.txt: Removed.
        * platform/win/fast/frames/seamless/seamless-css-cascade-expected.txt: Removed.
        * platform/win/fast/frames/seamless/seamless-form-get-expected.txt: Removed.
        * platform/win/fast/frames/seamless/seamless-form-get-named-expected.txt: Removed.
        * platform/win/fast/frames/seamless/seamless-form-post-expected.txt: Removed.
        * platform/win/fast/frames/seamless/seamless-form-post-named-expected.txt: Removed.
        * platform/win/fast/frames/seamless/seamless-hyperlink-expected.txt: Removed.
        * platform/win/fast/frames/seamless/seamless-hyperlink-named-expected.txt: Removed.
        * platform/win/fast/frames/seamless/seamless-inherited-document-style-expected.txt: Removed.
        * platform/win/fast/frames/seamless/seamless-window-location-expected.txt: Removed.
        * platform/win/fast/frames/seamless/seamless-window-location-href-expected.txt: Removed.
        * platform/win/fast/frames/seamless/seamless-window-location-sandbox-expected.txt: Removed.
        * platform/win/fast/frames/seamless/seamless-window-open-expected.txt: Removed.

2012-05-29  Abhishek Arya  <inferno@chromium.org>

        Crash due to text fragment destruction when updating first-letter block.
        https://bugs.webkit.org/show_bug.cgi?id=87751

        Reviewed by Eric Seidel.

        * fast/text/text-fragment-first-letter-update-crash-expected.txt: Added.
        * fast/text/text-fragment-first-letter-update-crash.html: Added.

2012-05-29  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        [EFL] Gardening of failing tests and new passes
        https://bugs.webkit.org/show_bug.cgi?id=87754

        Unreviewed gardening.

        * platform/efl/Skipped:
        * platform/efl/fast/forms/select/optgroup-rendering-expected.png: Added.
        * platform/efl/fast/forms/select/optgroup-rendering-expected.txt: Added.
        * platform/efl/test_expectations.txt:

2012-05-29  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r118620.
        http://trac.webkit.org/changeset/118620
        https://bugs.webkit.org/show_bug.cgi?id=87760

        This patch causes regression to read an empty file/blob via
        FileReader (Requested by jianli on #webkit).

        * fast/files/blob-slice-test-expected.txt:
        * fast/files/read-blob-async-expected.txt:
        * fast/files/read-file-async-expected.txt:
        * fast/files/resources/read-common.js:
        (logResult):
        * fast/files/workers/worker-read-blob-async-expected.txt:
        * fast/files/workers/worker-read-file-async-expected.txt:

2012-05-29  Jessie Berlin  <jberlin@apple.com>

        [Win] ASSERT(m_manualStream) failed in PluginView::didFinishLoading running
        fast/loader/reload-zero-byte-plugin.html

        Skip the test on Windows to get the bots greener.

        * platform/win/Skipped:

2012-05-29  Rafael Weinstein  <rafaelw@chromium.org>

        Adding VISTA timeout expectations to a number of viewport tests. Also, narrowing optgroup-clicking.html
        to be just MAC.

        * platform/chromium/test_expectations.txt:

2012-05-29  Victor Carbune  <victor@rosedu.org>

        Update cue event dispatching for zero and negative duration cues
        https://bugs.webkit.org/show_bug.cgi?id=85143

        Reviewed by Eric Carlson.

        * media/track/captions-webvtt/missed-cues.vtt: Added negative
        duration cue and changed a missed cue to have zero-length.
        * media/track/track-cues-missed-expected.txt: Updated.
        * media/track/track-cues-missed.html: Updated.

2012-05-29  MORITA Hajime  <morrita@google.com>

        ShadowRoot.getElementById() returns removed node.
        https://bugs.webkit.org/show_bug.cgi?id=62184

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/get-element-by-id-in-shadow-mutation-expected.txt: Added.
        * fast/dom/shadow/get-element-by-id-in-shadow-mutation.html: Added.

2012-05-29  Alexey Proskuryakov  <ap@apple.com>

        * platform/mac/Skipped: Skipping a heap profiler test (unsupported functionality).

2012-05-29  Jessie Berlin  <jberlin@apple.com>

        Regression: fast/forms/select/optgroup-clicking.html is failing / timing out
        https://bugs.webkit.org/show_bug.cgi?id=87748

        This test times out on Mac if there is no interaction with the keyboard. Skip it to keep the
        bots green.

        * platform/mac/Skipped:

2012-05-29  Alexei Filippov  <alexeif@chromium.org>

        Web Inspector: Retainers are missing for all objects
        https://bugs.webkit.org/show_bug.cgi?id=87655

        Reviewed by Yury Semikhatsky.

        * inspector/profiler/heap-snapshot-summary-retainers-expected.txt: Added.
        * inspector/profiler/heap-snapshot-summary-retainers.html: Added.
        * inspector/profiler/heap-snapshot-test.js:
        (initialize_HeapSnapshotTest.):
        (initialize_HeapSnapshotTest):

2012-05-29  Simon Pena  <spena@igalia.com>

        [GTK] fast tests needs rebaseline after r118733
        https://bugs.webkit.org/show_bug.cgi?id=87729

        Unreviewed GTK gardening, updated fast pngs.

        * platform/gtk/fast/forms/input-placeholder-visibility-1-expected.png:
        * platform/gtk/fast/forms/input-placeholder-visibility-3-expected.png:
        * platform/gtk/fast/forms/placeholder-position-expected.png:
        * platform/gtk/fast/forms/placeholder-pseudo-style-expected.png:
        * platform/gtk/fast/forms/search-styled-expected.png:
        * platform/gtk/fast/forms/textarea-placeholder-pseudo-style-expected.png:
        * platform/gtk/fast/forms/textarea-placeholder-visibility-1-expected.png:
        * platform/gtk/fast/forms/textarea-placeholder-visibility-2-expected.png:

2012-05-29  Jessie Berlin  <jberlin@apple.com>

        [Mac] fast/forms/select/optgroup-rendering.html "failing" since introduction in r118772
        https://bugs.webkit.org/show_bug.cgi?id=87752

        Add expected (failing?) results to get the bots green.

        * platform/mac/fast/forms/select/optgroup-rendering-expected.png: Added.
        * platform/mac/fast/forms/select/optgroup-rendering-expected.txt: Added.

2012-05-29  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening after r118776. The failing test was split into
        5 separate tests, but we're still failing all of them.

        * platform/gtk/test_expectations.txt:

2012-05-29  Li Yin  <li.yin@intel.com>

        [FileAPI] Miss FileList test
        https://bugs.webkit.org/show_bug.cgi?id=87696

        Reviewed by Kentaro Hara.

        WebKit should have the test to track the attribute of FileList.

        * fast/files/file-list-test-expected.txt: Added.
        * fast/files/file-list-test.html: Added.

2012-05-29  Jessie Berlin  <jberlin@apple.com>

        [Mac] fast/events/message-port-constructor-for-deleted-document.html ASSERTS in Debug.

        This is happening often enough that it is necessary to add the test to the Mac Skipped list
        in order to keep the bots green.

        * platform/mac/Skipped:

2012-05-29  Jussi Kukkonen  <jussi.kukkonen@intel.com>

        [EFL][DRT] move idn encoding test to test_expectations.txt
        https://bugs.webkit.org/show_bug.cgi?id=86080

        Unreviewed gardening. Implementing copy{En,De}codedHostName just
        to test them is not useful: marking fast/encoding/idn-security.html
        as expected to fail.

        * platform/efl/Skipped:
        * platform/efl/test_expectations.txt:

2012-05-29  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening.

        * platform/qt-5.0-wk2/compositing/geometry/composited-in-columns-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/placeholder-pseudo-style-expected.png:
        * platform/qt-5.0-wk2/fast/forms/placeholder-pseudo-style-expected.txt:
        * platform/qt-5.0-wk2/svg/css/text-gradient-shadow-expected.png: Added.
        * platform/qt-5.0-wk2/svg/css/text-gradient-shadow-expected.txt:
        * platform/qt-5.0/fast/forms/placeholder-pseudo-style-expected.png:
        * platform/qt-5.0/fast/forms/placeholder-pseudo-style-expected.txt:
        * platform/wk2/Skipped:

2012-05-29  Marcus Bulach  <bulach@chromium.org>

        [chromium] Regression: fast/forms/select/optgroup-clicking.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=87748

        Unreviewed gardening.

        This test was added by r118772 and it fails with a mismatch in menulist.selectedIndex.

        * platform/chromium/test_expectations.txt:

2012-05-29  Tony Payne  <tpayne@chromium.org>

        Fix new layout tests for images with color profiles by using fixed size
        https://bugs.webkit.org/show_bug.cgi?id=87542

        Reviewed by Kent Tamura.

        * fast/images/jpeg-with-color-profile.html: Use width=400px instead of 50% to make sure size is consistent across ports.
        * fast/images/png-with-color-profile.html: Use width=40px instead of 50% to make sure size is consistent across ports.

2012-05-29  Ilya Tikhonovsky  <loislo@chromium.org>

        Unreviewed: Web Inspector: single line fix.
        heap-snapshot-loader are failing in Debug configuration because the list of profiles is not empty.

        * inspector/profiler/heap-snapshot-loader.html:

2012-05-29  Marcus Bulach  <bulach@chromium.org>

        Split svg/dom/viewspec-parser.html in smaller tests
        https://bugs.webkit.org/show_bug.cgi?id=87726

        Reviewed by Andreas Kling.

        This test was added by r118735.
        Splits into smaller independent tests to avoid timeouts on ports such as chromium.

        * svg/dom/resources/viewspec-parser.js: Added.
        (buildTestsToRun):
        (zoomAndPanToString):
        (viewSpecToString):
        (testString.string_appeared_here.makeURLRelative):
        (testFragment):
        (startNextTest):
        (continueFuzzing.else.script.onload):
        (continueFuzzing):
        * svg/dom/viewspec-parser-1-expected.txt: Copied from LayoutTests/svg/dom/viewspec-parser-expected.txt.
        * svg/dom/viewspec-parser-1.html: Added.
        * svg/dom/viewspec-parser-2-expected.txt: Copied from LayoutTests/svg/dom/viewspec-parser-expected.txt.
        * svg/dom/viewspec-parser-2.html: Added.
        * svg/dom/viewspec-parser-3-expected.txt: Copied from LayoutTests/svg/dom/viewspec-parser-expected.txt.
        * svg/dom/viewspec-parser-3.html: Added.
        * svg/dom/viewspec-parser-4-expected.txt: Copied from LayoutTests/svg/dom/viewspec-parser-expected.txt.
        * svg/dom/viewspec-parser-4.html: Added.
        * svg/dom/viewspec-parser-5-expected.txt: Renamed from LayoutTests/svg/dom/viewspec-parser-expected.txt.
        * svg/dom/viewspec-parser-5.html: Added.
        * svg/dom/viewspec-parser.html: Removed.

2012-05-29  Csaba Osztrogonác  <ossy@webkit.org>

        Unreviewed gardening, skip failing tests.

        * platform/mac/Skipped:
        * platform/qt/Skipped:

2012-05-29  Yoshifumi Inoue  <yosin@chromium.org>

        REGRESSION(r109729): The optgroup element's "disabled" attribute has no effect to rendering and selection
        https://bugs.webkit.org/show_bug.cgi?id=87614

        Reviewed by Kent Tamura.

        Note: An image for optgroup-rendering.html will be change due by
        BUG-87719. Color of option elements should be blue (:enabled 
        pseudo class) instead of green.

        * fast/forms/select/optgroup-clicking-expected.txt: Added.
        * fast/forms/select/optgroup-clicking.html: Added.
        * fast/forms/select/optgroup-disabled-expected.txt: Added.
        * fast/forms/select/optgroup-disabled.html: Added.
        * fast/forms/select/optgroup-rendering.html: Added.
        * platform/chromium/test_expectations.txt: Add MISSING entry for optgroup-rendering.html.
        * platform/chromium-linux/fast/forms/select/optgroup-rendering-expected.png: Added.
        * platform/chromium-linux/fast/forms/select/optgroup-rendering-expected.txt: Added.

2012-05-29  Ádám Kallai  <kadam@inf.u-szeged.hu>

        REGRESSION(r118742): It made inspector/profiler/heap-snapshot-loader.html fail on Lion, Qt
        https://bugs.webkit.org/show_bug.cgi?id=87741

        Reviewed by Csaba Osztrogonác.

        * platform/qt/Skipped: Skip the failing test.

2012-05-29  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        [EFL] Tests needs gardening after r118733
        https://bugs.webkit.org/show_bug.cgi?id=87733

        Unreviewed gardening.

        * platform/efl/fast/css/text-overflow-input-expected.txt:
        * platform/efl/fast/forms/search-styled-expected.png:
        * platform/efl/fast/forms/search-styled-expected.txt:
        * platform/efl/test_expectations.txt:

2012-05-29  Andrei Bucur  <abucur@adobe.com>

        [CSS Regions]Rename NamedFlow::overflow to NamedFlow::overset
        https://bugs.webkit.org/show_bug.cgi?id=87491

        This patch updates the CSSOM property name overflow to overset. There are no changes in functionality.
        Link to spec: http://www.w3.org/TR/2012/WD-css3-regions-20120503/

        The test was refactored to be more similar to the other script tests (by using make-new-script-test)

        Reviewed by Andreas Kling.

        * fast/regions/webkit-named-flow-overflow-expected.txt: Removed.
        * fast/regions/webkit-named-flow-overflow.html: Removed.
        * fast/regions/webkit-named-flow-overset-expected.txt: Added.
        * fast/regions/webkit-named-flow-overset.html: Added.

2012-05-29  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] REGRESSION(r118568): It broke fast/forms/textarea-maxlength.html on Qt 4.8
        https://bugs.webkit.org/show_bug.cgi?id=87740

        Unreviewed gardening.

        * platform/qt-4.8/Skipped: Skip fast/forms/textarea-maxlength.html until proper fix.

2012-05-29  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening.

        * platform/qt-4.8/Skipped: Skip fast/parser/innerhtml-with-prefixed-elements.xhtml because of buggy QtXmlPatterns.
        * platform/qt-5.0/Skipped: Unskip fast/parser/innerhtml-with-prefixed-elements.xhtml, because libxslt works fine.
        * platform/qt/Skipped: Unskip a non-existing test.
        * platform/qt/fast/parser/innerhtml-with-prefixed-elements-expected.png: Added.
        * platform/qt/fast/parser/innerhtml-with-prefixed-elements-expected.txt: Updated.

2012-05-29  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening after r118733 and r118735.

        * platform/gtk/fast/css/text-overflow-input-expected.txt:
        * platform/gtk/fast/forms/input-placeholder-visibility-1-expected.txt:
        * platform/gtk/fast/forms/input-placeholder-visibility-3-expected.txt:
        * platform/gtk/fast/forms/placeholder-position-expected.txt:
        * platform/gtk/fast/forms/placeholder-pseudo-style-expected.txt:
        * platform/gtk/fast/forms/search-styled-expected.txt:
        * platform/gtk/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
        * platform/gtk/fast/forms/textarea-placeholder-visibility-1-expected.txt:
        * platform/gtk/fast/forms/textarea-placeholder-visibility-2-expected.txt:
        * platform/gtk/test_expectations.txt:

2012-05-29  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed Gardening. Update test expectations after r118733.

        * platform/qt/fast/css/text-overflow-input-expected.txt:
        * platform/qt/fast/forms/input-placeholder-visibility-1-expected.txt:
        * platform/qt/fast/forms/input-placeholder-visibility-3-expected.txt:
        * platform/qt/fast/forms/placeholder-position-expected.txt:
        * platform/qt/fast/forms/placeholder-pseudo-style-expected.txt:
        * platform/qt/fast/forms/search-styled-expected.txt:
        * platform/qt/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
        * platform/qt/fast/forms/textarea-placeholder-visibility-1-expected.txt:
        * platform/qt/fast/forms/textarea-placeholder-visibility-2-expected.txt:

2012-05-29  Stephanie Lewis  <slewis@apple.com>

        Unreviewed, skipping failing test
        See https://bugs.webkit.org/show_bug.cgi?id=87728

        * platform/mac/Skipped:

2012-05-29  Stephanie Lewis  <slewis@apple.com>

        Unreviewed, updating results after http://trac.webkit.org/projects/webkit/changeset/118733

        * platform/mac/fast/css/text-overflow-input-expected.txt:
        * platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt:
        * platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt:
        * platform/mac/fast/forms/placeholder-position-expected.txt:
        * platform/mac/fast/forms/placeholder-pseudo-style-expected.txt:
        * platform/mac/fast/forms/search-styled-expected.txt:
        * platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
        * platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.txt:
        * platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.txt:

2012-05-29  Kent Tamura  <tkent@chromium.org>

        [Chromium] Update test expectations
        https://bugs.webkit.org/show_bug.cgi?id=87155

        More placehodler tests.

        * platform/chromium/test_expectations.txt:

2012-05-29  Kent Tamura  <tkent@chromium.org>

        [Chromium] Update test expectations.
        https://bugs.webkit.org/show_bug.cgi?id=87155

        Placeholder-related render dumps need to be udpated.

        * platform/chromium/test_expectations.txt:

2012-05-29  János Badics  <jbadics@inf.u-szeged.hu>

        [Qt] Unreviewed gardening after r118618. http/tests/cache/cancel-in-progress-load.html
        fails with code 5.
        https://bugs.webkit.org/show_bug.cgi?id=35377

        * platform/qt/Skipped:

2012-05-29  Ilya Tikhonovsky  <loislo@chromium.org>

        Web Inspector: REGRESSION: load heap snapshot doesn't work.
        https://bugs.webkit.org/show_bug.cgi?id=87642

        HeapSnapshotReceiver interface was introduced.
        It declares the API for HSLoader, HSLoaderProxy and HSSaveToFileReceiver.
        The HeapProfileHeader was refactored and tests were added.

        Reviewed by Yury Semikhatsky.

        * inspector/profiler/heap-snapshot-loader-expected.txt:
        * inspector/profiler/heap-snapshot-loader.html:

2012-05-29  Marcus Bulach  <bulach@chromium.org>

        Test expectation pngs missing checksums are treated as MISSING by bots
        https://bugs.webkit.org/show_bug.cgi?id=87552

        Unreviewed gardening.

        This test was already failing for IMAGE and TEXT reasons prior to r118566.
        On r118566, new images were added, probably without an embedded checksum.
        It looks like our test infrastructure thinks that these images are MISSING.
        Temporarily add MISSING expectations, so that we can proceed with this (failing) test.

        * platform/chromium/test_expectations.txt:

2012-05-29  Marcus Bulach  <bulach@chromium.org>

        Test expectation pngs missing checksums are treated as MISSING by bots
        https://bugs.webkit.org/show_bug.cgi?id=87552

        Unreviewed gardening.

        This test was already failing for IMAGE and TEXT reasons prior to r118566.
        On r118566, new images were added, probably without an embedded checksum.
        It looks like our test infrastructure thinks that these images are MISSING.
        Temporarily add MISSING expectations, so that we can proceed with this (failing) test.

        * platform/chromium/test_expectations.txt:

2012-05-29  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        [EFL] MathML tests needs rebaseline after r118713
        https://bugs.webkit.org/show_bug.cgi?id=87705

        Unreviewed gardening.

        * platform/efl/mathml/presentation/mo-stretch-expected.png:
        * platform/efl/mathml/presentation/mo-stretch-expected.txt:
        * platform/efl/mathml/presentation/mroot-pref-width-expected.png:
        * platform/efl/mathml/presentation/mroot-pref-width-expected.txt:
        * platform/efl/mathml/presentation/tables-expected.png:
        * platform/efl/mathml/presentation/tables-expected.txt:

2012-05-29  János Badics  <jbadics@inf.u-szeged.hu>

        [Qt] Unreviewed gardening after r118585. Added Qt platform specific expected files.
        https://bugs.webkit.org/show_bug.cgi?id=86848

        * platform/qt/http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt: Added.
        * platform/qt/http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt: Added.

2012-05-29  Eric Seidel  <eric@webkit.org>

        Add HTMLIFrameElement.seamless property accessor now that seamless is enabled and works
        https://bugs.webkit.org/show_bug.cgi?id=87708

        Reviewed by Adam Barth.

        * fast/frames/seamless/seamless-basic-expected.txt:
        * fast/frames/seamless/seamless-inherited-origin-expected.txt:
        * fast/frames/seamless/seamless-nested-expected.txt:
        * fast/frames/seamless/seamless-quirks-expected.txt:
        * fast/frames/seamless/seamless-sandbox-flag-expected.txt:
        * fast/frames/seamless/seamless-sandbox-srcdoc-expected.txt:
        * http/tests/security/seamless/seamless-cross-origin-expected.txt:
        * http/tests/security/seamless/seamless-sandbox-srcdoc-expected.txt:

2012-05-29  Nikolas Zimmermann  <nzimmermann@rim.com>

        SVGViewSpec DOM bindings aka SVGSVGElement.currentView is unimplemented
        https://bugs.webkit.org/show_bug.cgi?id=15495

        Reviewed by Rob Buis.

        Re-enable a long disabled test for SVGViewSpec, and make it actually work.
        Extend SVGViewSpec test coverage, and rebaseline results that changed due the SVGViewSpec constructor addition.

        Make linking-a-03-b-all.svg a reftest, to avoid rebaselines on all platforms.

        * platform/chromium-linux/svg/custom/linking-a-03-b-all-expected.png: Removed.
        * platform/chromium-mac/svg/custom/linking-a-03-b-all-expected.png: Removed.
        * platform/chromium-win/fast/js/global-constructors-expected.txt:
        * platform/chromium-win/svg/custom/linking-a-03-b-all-expected.png: Removed.
        * platform/chromium-win/svg/custom/linking-a-03-b-all-expected.txt: Removed.
        * platform/gtk/fast/js/global-constructors-expected.txt:
        * platform/gtk/svg/custom/linking-a-03-b-all-expected.png: Removed.
        * platform/gtk/svg/custom/linking-a-03-b-all-expected.txt: Removed.
        * platform/mac/fast/js/global-constructors-expected.txt:
        * platform/mac/svg/custom/linking-a-03-b-all-expected.png: Removed.
        * platform/mac/svg/custom/linking-a-03-b-all-expected.txt: Removed.
        * platform/qt/fast/js/global-constructors-expected.txt:
        * platform/qt/svg/custom/linking-a-03-b-all-expected.png: Removed.
        * platform/qt/svg/custom/linking-a-03-b-all-expected.txt: Removed.
        * platform/win/fast/js/global-constructors-expected.txt:
        * svg/custom/global-constructors-expected.txt:
        * svg/custom/linking-a-03-b-all-expected.svg: Added.
        * svg/dom/SVGViewSpec-defaults-expected.txt: Added.
        * svg/dom/SVGViewSpec-defaults.html: Added.
        * svg/dom/SVGViewSpec-expected.txt: Added.
        * svg/dom/SVGViewSpec.html: Added.
        * svg/dom/complex-svgView-specification-expected.html: Added.
        * svg/dom/complex-svgView-specification.html: Added.
        * svg/dom/resources/viewspec-target.svg: Added.
        * svg/dom/script-tests/SVGViewSpec-defaults.js: Added.
        * svg/dom/script-tests/SVGViewSpec.js: Added.
        (completeTest.script.onload):
        (completeTest):
        (testFragment):
        (matrixToString):
        (continueTesting):
        * svg/dom/viewspec-parser-expected.txt: Added.
        * svg/dom/viewspec-parser.html: Renamed from LayoutTests/svg/dom/viewspec-parser.html-disabled.

2012-05-29  Marcus Bulach  <bulach@chromium.org>

        [chromium] Adjust expectations for fast/layers/clip-rects-assertion-expected.txt
        https://bugs.webkit.org/show_bug.cgi?id=87671

        Unreviewed gardening.
        Test has been fixed by r118724, remove expectation.

        * platform/chromium/test_expectations.txt:

2012-05-29  Kent Tamura  <tkent@chromium.org>

        REGRESSION (r90971): the cursor is painted “behind” the placeholder text
        https://bugs.webkit.org/show_bug.cgi?id=87155

        Reviewed by Hajime Morita.

        * fast/forms/input-placeholder-paint-order-2-expected.html: Added.
        * fast/forms/input-placeholder-paint-order-2.html: Added.
        * fast/forms/input-placeholder-paint-order.html: Added.
        * fast/forms/textarea/textarea-placeholder-paint-order-2-expected.html: Added.
        * fast/forms/textarea/textarea-placeholder-paint-order-2.html: Added.
        * fast/forms/textarea/textarea-placeholder-paint-order.html: Added.
        * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-paint-order-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-paint-order-expected.txt: Added.
        * platform/chromium-mac-snowleopard/fast/forms/textarea/textarea-placeholder-paint-order-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/textarea/textarea-placeholder-paint-order-expected.txt: Added.
        * platform/chromium/test_expectations.txt:

2012-05-29  János Badics  <jbadics@inf.u-szeged.hu>

        [Qt] Unreviewed gardening after r118631. http/tests/appcache/load-from-appcache-defer-resume-crash.html
        fails because of missing LayoutTestController::setUseDeferredFrameLoading implementation.

        * platform/qt/Skipped:

2012-05-28  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] New fast/dom/window-scroll-scaling.html made 3-400 tests flakey
        https://bugs.webkit.org/show_bug.cgi?id=87700

        Unreviewed gardening to paint the bot less and less red.

        * platform/qt/Skipped: Skip fast/dom/window-scroll-scaling.html until proper fix.

2012-05-28  Kent Tamura  <tkent@chromium.org>

        Fix a crash in HTMLFormControlElement::disabled().
        https://bugs.webkit.org/show_bug.cgi?id=86534

        Reviewed by Ryosuke Niwa.

        Add a testcase to confirm <lagend> doesn't affect validation.

        * fast/forms/datalist/datalist-child-validation-expected.txt:
        * fast/forms/datalist/datalist-child-validation.html:

2012-05-28  Marcus Bulach  <bulach@chromium.org>

        Removes pixel result requirements from fast/layers/clip-rects-assertion-expected.txt
        https://bugs.webkit.org/show_bug.cgi?id=87663

        Unreviewed gardening.

        This test was added by r118612, but no pixel result were provided.
        It seems that it's enough to remove the param for dumpAsText() and just use the text text output.
        * fast/layers/clip-rects-assertion.html:

2012-05-28  Takashi Toyoshima  <toyoshim@chromium.org>

        [WebSocket] Receiving reserved close codes, 1005, 1006, and 1015 must appear as code=1006 and wasClean=false
        https://bugs.webkit.org/show_bug.cgi?id=87084

        Reviewed by Kent Tamura.

        Add test cases where server initiates a closing handshake with forbidden status codes.

        * http/tests/websocket/tests/hybi/close-code-and-reason-expected.txt:
        * http/tests/websocket/tests/hybi/close-code-and-reason.html:
        * http/tests/websocket/tests/hybi/workers/close-code-and-reason-expected.txt:
        * http/tests/websocket/tests/hybi/workers/resources/close-code-and-reason.js:
        (WebSocketTest.prototype.onclose):

2012-05-28  Kent Tamura  <tkent@chromium.org>

        Form controls in <fieldset disabled> should not be validated.
        https://bugs.webkit.org/show_bug.cgi?id=87381

        Reviewed by Hajime Morita.

        * fast/forms/fieldset/validation-in-fieldset-expected.txt: Added.
        * fast/forms/fieldset/validation-in-fieldset.html: Added.

2012-05-28  Rakesh KN  <rakesh.kn@motorola.com>

        [Forms] HTMLFieldSetElement.idl doesn't have elements attribute.
        https://bugs.webkit.org/show_bug.cgi?id=80110

        Reviewed by Kent Tamura.

        * fast/forms/fieldset/fieldset-elements-expected.txt: Added.
        * fast/forms/fieldset/fieldset-elements.html: Added.
        * fast/forms/fieldset/fieldset-form-collection-radionode-list-expected.txt: Added.
        * fast/forms/fieldset/fieldset-form-collection-radionode-list.html: Added.

2012-05-28  David Barton  <dbarton@mathscribe.com>

        mathml/presentation/mo-stretch.html and mroot-pref-width.html tests fail on Mac
        https://bugs.webkit.org/show_bug.cgi?id=86786

        Unreviewed gardening - add back these two tests to skip for now.

        * platform/mac/Skipped:

2012-05-28  David Barton  <dbarton@mathscribe.com>

        mathml/presentation/mo-stretch.html and mroot-pref-width.html tests fail on Mac
        https://bugs.webkit.org/show_bug.cgi?id=86786

        Reviewed by Darin Adler.

        * platform/mac/Skipped:
        * platform/mac/mathml/presentation/mo-stretch-expected.png:
        * platform/mac/mathml/presentation/mo-stretch-expected.txt:
        * platform/mac/mathml/presentation/row-alignment-expected.png:
        * platform/mac/mathml/presentation/row-alignment-expected.txt:
        * platform/mac/mathml/presentation/tables-expected.png:
        * platform/mac/mathml/presentation/tables-expected.txt:

2012-05-28  Jesus Sanchez-Palencia  <jesus.palencia@openbossa.org>

        Flaky tests in fast/profiler/
        https://bugs.webkit.org/show_bug.cgi?id=84102

        Unreviewed gardening.

        Tests fast/profiler/stop-profiling-after-setTimeout.html and
        fast/profiler/dead-time.html were still failing after
        https://bugs.webkit.org/show_bug.cgi?id=42328 . Mac and chromium
        already skip these tests.

        * platform/efl/Skipped:
        * platform/gtk/test_expectations.txt:
        * platform/qt/Skipped:

2012-05-25  Jesus Sanchez-Palencia  <jesus.palencia@openbossa.org>

        WebKitTestRunner needs to support layoutTestController.setJavaScriptProfilingEnabled
        https://bugs.webkit.org/show_bug.cgi?id=42328

        Reviewed by Eric Seidel.

        Updated tests to use windows.internals instead of layoutTestController.

        * fast/profiler/anonymous-event-handler.html:
        * fast/profiler/anonymous-function-called-from-different-contexts.html:
        * fast/profiler/anonymous-function-calls-built-in-functions.html:
        * fast/profiler/anonymous-function-calls-eval.html:
        * fast/profiler/anonymous-functions-with-display-names.html:
        * fast/profiler/apply.html:
        * fast/profiler/built-in-function-calls-anonymous.html:
        * fast/profiler/built-in-function-calls-user-defined-function.html:
        * fast/profiler/call-register-leak.html:
        * fast/profiler/call.html:
        * fast/profiler/calling-the-function-that-started-the-profiler-from-another-scope.html:
        * fast/profiler/compare-multiple-profiles.html:
        * fast/profiler/constructor.html:
        * fast/profiler/dead-time.html:
        * fast/profiler/document-dot-write.html:
        * fast/profiler/event-handler.html:
        * fast/profiler/execution-context-and-eval-on-same-line.html:
        * fast/profiler/inline-event-handler.html:
        * fast/profiler/many-calls-in-the-same-scope.html:
        * fast/profiler/multiple-and-different-scoped-anonymous-function-calls.html:
        * fast/profiler/multiple-and-different-scoped-function-calls.html:
        * fast/profiler/multiple-anonymous-functions-called-from-the-same-function.html:
        * fast/profiler/multiple-frames.html:
        * fast/profiler/named-functions-with-display-names.html:
        * fast/profiler/nested-anonymous-functon.html:
        * fast/profiler/nested-start-and-stop-profiler.html:
        * fast/profiler/no-execution-context.html:
        * fast/profiler/one-execution-context.html:
        * fast/profiler/profile-calls-in-included-file.html:
        * fast/profiler/profile-with-no-title.html:
        * fast/profiler/profiling-from-a-nested-location-but-stop-profiling-outside-the-nesting.html:
        * fast/profiler/profiling-from-a-nested-location.html:
        * fast/profiler/simple-event-call.html:
        * fast/profiler/simple-no-level-change.html:
        * fast/profiler/start-and-stop-profiler-multiple-times.html:
        * fast/profiler/start-and-stop-profiling-in-the-same-function.html:
        * fast/profiler/start-but-dont-stop-profiling.html:
        * fast/profiler/stop-profiling-after-setTimeout.html:
        * fast/profiler/stop-then-function-call.html:
        * fast/profiler/throw-exception-from-eval.html-disabled:
        * fast/profiler/two-execution-contexts.html:
        * fast/profiler/user-defined-function-calls-built-in-functions.html:
        * fast/profiler/window-dot-eval.html:
        * inspector/profiler/cpu-profiler-profiling-without-inspector.html:
        * platform/wk2/Skipped:

2012-05-28  Yong Li  <yoli@rim.com>

        Crash on incomplete :not().
        https://bugs.webkit.org/show_bug.cgi?id=86673

        Reviewed by Antti Koivisto.

        Add a test case that makes CSS parser create incomplete
        :not selector.

        * fast/css/crash-on-incomplete-not.html: Added.
        * fast/css/crash-on-incomplete-not-expected.txt: Added.

2012-05-28  Marcus Bulach  <bulach@chromium.org>

        [chromium] Adjust expectations for fast/layers/clip-rects-assertion-expected.txt
        https://bugs.webkit.org/show_bug.cgi?id=87671

        Unreviewed gardening.
        Temporarily adds "MISSING" for this test.

        * platform/chromium/test_expectations.txt:

2012-05-28  Marcus Bulach  <bulach@chromium.org>

        [chromium] http/tests/cache/cancel-in-progress-load.html is flaky
        https://bugs.webkit.org/show_bug.cgi?id=87657

        Unreviewed gardening.
        It should be "MISSING" rather than "IMAGE" (fixes r118683).

        * platform/chromium/test_expectations.txt:

2012-05-28  Marcus Bulach  <bulach@chromium.org>

        Adds missing expectation after r118577
        https://bugs.webkit.org/show_bug.cgi?id=87670

        Unreviewed gardening.
        A few baselines were already added by r118584. Adds baseline for Windows.

        * platform/chromium-win/http/tests/media/video-buffered-range-contains-currentTime-expected.png: Added.

2012-05-28  Antti Koivisto  <antti@apple.com>

        REGRESSION(r96517): Attribute selector fails to match dynamically modified style attribute
        https://bugs.webkit.org/show_bug.cgi?id=87349

        Reviewed by Andreas Kling.

        * fast/css/dynamic-style-attribute-query-expected.txt: Added.
        * fast/css/dynamic-style-attribute-query.html: Added.

2012-05-28  Marcus Bulach  <bulach@chromium.org>

        [Chromium] [V8] Layout Test fast/js/string-replace-2.html failing following 11594 => 11648 v8 update
        https://bugs.webkit.org/show_bug.cgi?id=87423

        Unreviewed gardening.
        
        We have rolled v8 and we can now set the expectation for both debug and release back to TEXT.

        * platform/chromium/test_expectations.txt:

2012-05-28  Peter Rybin  <peter.rybin@gmail.com>

        Web Inspector: Expose function (closure) scopes in remote protocol
        https://bugs.webkit.org/show_bug.cgi?id=86861

        Reviewed by Yury Semikhatsky.

        Test for function details now checks scopes.

        * inspector/debugger/function-details-expected.txt:
        * inspector/debugger/function-details.html:
        * platform/chromium/inspector/debugger/function-details-expected.txt:

2012-05-28  Marcus Bulach  <bulach@chromium.org>

        [chromium] Rebaseline following r118598
        https://bugs.webkit.org/show_bug.cgi?id=87669

        Unreviewed gardening.

        In chromium we print a prefix "line 1:" on one console message.

        * platform/chromium/http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt: Added.
        * platform/chromium/http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt: Added.

2012-05-28  Marcus Bulach  <bulach@chromium.org>

        [chromium] http/tests/cache/cancel-in-progress-load.html is flaky
        https://bugs.webkit.org/show_bug.cgi?id=87657

        Unreviewed gardening.

        Adds PASS and IMAGE expectations.

        * platform/chromium/test_expectations.txt:

2012-05-28  Marcus Bulach  <bulach@chromium.org>

        [chromium] http/tests/cache/cancel-in-progress-load.html is flaky
        https://bugs.webkit.org/show_bug.cgi?id=87657

        Unreviewed gardening.

        r118618 added this new test but it's been flaky in chromium.

        * platform/chromium/test_expectations.txt:

2012-05-28  Marcus Bulach  <bulach@chromium.org>

        [chromium] Baseline compositing/geometry/composited-in-columns.html
        https://bugs.webkit.org/show_bug.cgi?id=87653

        Unreviewed gardening.

        r118567 introduced a new test. Chromium is positioning the layers
        a few pixels off.
        Set the baseline for IMAGE+TEXT temporarily.

        * platform/chromium/test_expectations.txt:

2012-05-28  Marcus Bulach  <bulach@chromium.org>

        [chromium] LayoutTestController needs DeferredFrameLoading flag
        https://bugs.webkit.org/show_bug.cgi?id=87652
  
        Unreviewed gardening.

        r118631 introduced a new test and a new API on LayoutTestController
        that we need to implement in chromium.
        Skip the test temporarily.

        * platform/chromium/test_expectations.txt:

2012-05-28  Christophe Dumez  <christophe.dumez@intel.com>

        fast/tokenizer/entities-01.html & fast/tokenizer/entities-03.html need new baseline after r118672
        https://bugs.webkit.org/show_bug.cgi?id=87648

        Unreviewed gardening.

        r118672 fixed a rendering bug with &AElig but did not update the
        expected results for fast/tokenizer/entities-01.html and
        fast/tokenizer/entities-03.html.

        * fast/tokenizer/entities-01-expected.txt:
        * fast/tokenizer/entities-03-expected.txt:

2012-05-28  Peter Beverloo  <peter@chromium.org>

        &AElig doesn't get rendered as U+00C6
        https://bugs.webkit.org/show_bug.cgi?id=87465

        Reviewed by Adam Barth.

        Test that the (current) first alphabetical entity in the named entity
        table (&AElig, without a semi-colon) renders as expected.

        * html5lib/resources/entities02.dat:

2012-05-28  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] fast/dom/beforeload/image-object-before-load* need to be skipped after r118618
        https://bugs.webkit.org/show_bug.cgi?id=87632

        Unreviewed EFL gardening.
        fast/dom/beforeload/image-object-before-load* need to be skipped after
        r118618. The issue will be addressed in Bug 87631.

        * platform/efl/test_expectations.txt:

2012-05-28  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] http/tests/appcache/abort-cache* are flaky and should be skipped
        https://bugs.webkit.org/show_bug.cgi?id=87634

        Unreviewed EFL gardening. Aborting application cache downloads is
        flaky on EFL port so we need to skip the corresponding test cases for
        now.

        * platform/efl/test_expectations.txt:

2012-05-28  Alexander Shalamov  <alexander.shalamov@intel.com>

        [EFL] Move input element's internal spinner layout tests to test_expectations.txt
        https://bugs.webkit.org/show_bug.cgi?id=87629

        Unreviewed EFL gardening.

        * platform/efl/Skipped:
        * platform/efl/test_expectations.txt:

2012-05-28  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Unreviewed EFL gardening after r118585
        https://bugs.webkit.org/show_bug.cgi?id=87621

        Unreviewed EFL Gardening.

        Two contentSecurityPolicy tests need expectation for EFL port after
        r118585 due to line numbers not being printed. Mac and GTK port are
        already doing the same.

        * platform/efl/http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt: Added.
        * platform/efl/http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt: Added.

2012-05-28  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Test added in r118577 is failing and should be skipped
        https://bugs.webkit.org/show_bug.cgi?id=87620

        Unreviewed EFL gardening. Skipping new test introduced in r118577
        which is failing on our port.

        * platform/efl/test_expectations.txt:

2012-05-28  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] New tests added in r118567 should be skipped on EFL port
        https://bugs.webkit.org/show_bug.cgi?id=87618

        Unreviewed EFL gardening. Move the test added in r118567 to test
        expectations since the EFL port lacks support for
        LayoutTestController::layerTreeAsText.

        * platform/efl/test_expectations.txt:

2012-05-28  Gyuyoung Kim  <gyuyoung.kim@samsung.com>

        Move allowRoundingHacks to Internals interface
        https://bugs.webkit.org/show_bug.cgi?id=87328

        Reviewed by Hajime Morita.

        Invoke allowRoundingHacks function from internals, because it is able to work in the
        cross-port way via the Internals interface.

        * platform/mac/fast/text/rounding-hacks-expansion.html:
        * platform/mac/fast/text/rounding-hacks.html:

2012-05-27  Shinya Kawanaka  <shinyak@chromium.org>

        cut, copy or paste event won't be fired in Shadow DOM.
        https://bugs.webkit.org/show_bug.cgi?id=87352

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/cppevent-in-shadow-expected.txt: Added.
        * fast/dom/shadow/cppevent-in-shadow.html: Added.
        * fast/dom/shadow/cppevent-input-in-shadow-expected.txt: Added.
        * fast/dom/shadow/cppevent-input-in-shadow.html: Added.

2012-05-27  Sudarsana Nagineni  <sudarsana.nagineni@linux.intel.com>

        [EFL] Enable blob support for the EFL port
        https://bugs.webkit.org/show_bug.cgi?id=85363

        Reviewed by Hajime Morita.

        Unskip tests which require blob support to be enabled.

        * platform/efl/Skipped:
        * platform/efl/test_expectations.txt:

2012-05-27  Hayato Ito  <hayato@chromium.org>

        Support multiple shadow roots in event dispatching.
        https://bugs.webkit.org/show_bug.cgi?id=87470

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/shadow-dom-event-dispatching-expected.txt:
        * fast/dom/shadow/shadow-dom-event-dispatching.html:

2012-05-27  Takashi Sakamoto  <tasak@google.com>

        fast/dom/shadow/content-element-in-media.html is wrong.
        https://bugs.webkit.org/show_bug.cgi?id=81310

        Modifying to check() to dump expected and actual text at the same
        absolute position, because DumpRenderTree dumps absolute x,y-position
        information for a layer which contains RenderVideo. For example,
        backgroundClip at (8,163), clip at (8, 163) and so on.

        Reviewed by Hajime Morita.

        * fast/dom/resources/shadow-test-driver.js:
        (check):
        Disabled actual block when dumping expected block as text, and vice
        versa.
        * platform/chromium/test_expectations.txt:
        Removed BUGWK81310.

2012-05-27  Benjamin Poulain  <bpoulain@apple.com>

        When pages are loaded from AppCache with DeferredLoading, willSendRequest() is never called
        https://bugs.webkit.org/show_bug.cgi?id=87582

        Reviewed by Darin Adler.

        * http/tests/appcache/load-from-appcache-defer-resume-crash-expected.txt: Added.
        * http/tests/appcache/load-from-appcache-defer-resume-crash.html: Added.
        * http/tests/appcache/resources/load-from-appcache-defer-resume-bounce-back.html: Added.
        * http/tests/appcache/resources/load-from-appcache-defer-resume-crash.manifest: Added.

2012-05-27  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening after r118618.

        * platform/gtk/test_expectations.txt:

2012-05-27  Li Yin  <li.yin@intel.com>

        [FileAPI] FileReader should fire progress event when blob has been completely read into memory
        https://bugs.webkit.org/show_bug.cgi?id=87585

        Reviewed by Kentaro Hara.

        From Spec: http://www.w3.org/TR/FileAPI/#dfn-progress-event
        One progress event will fire when blob has been completely read into memory.
        Firefox, Opera and IE follows the spec.
        Webkit based browser doesn't do that, it only fires progress event at interval of 50ms.
        WebKit should add the behavior to make the conformance with the spec.

        * fast/files/file-reader-event-listener-expected.txt:
        * fast/files/file-reader-event-listener.html:

2012-05-26  Li Yin  <li.yin@intel.com>

        [FileAPI] The result attribute of FileReader shuold use null to replace empty string
        https://bugs.webkit.org/show_bug.cgi?id=87578

        Reviewed by Kentaro Hara.

        From Spec: http://www.w3.org/TR/FileAPI/#filedata-attr
        Before read method has been called or an error in reading has occurred,
        the result attribute should be null, not empty string.
        WebKit should change the returned value empty string into null to keep
        conformance with the spec.

        * fast/files/blob-slice-test-expected.txt:
        * fast/files/read-blob-async-expected.txt:
        * fast/files/read-file-async-expected.txt:
        * fast/files/resources/read-common.js:
        (logResult):
        * fast/files/workers/worker-read-blob-async-expected.txt:
        * fast/files/workers/worker-read-file-async-expected.txt:

2012-05-26  Nate Chapin  <japhet@chromium.org>

        Test for https://bugs.webkit.org/show_bug.cgi?id=35377.

        Reviewed by Darin Adler.

        * http/tests/cache/cancel-in-progress-load-expected.txt: Added.
        * http/tests/cache/cancel-in-progress-load.html: Added.
        * http/tests/misc/write-while-waiting.html: Add waitUntilDone()/notifyDone().
            The slow script will now be cancelled when the script element is removed from the document.
            Without waitUntilDone(), LayoutTestController will immediately end the test upon cancellation
            of the last resource.

2012-05-26  Simon Fraser  <simon.fraser@apple.com>

        fast/block/inline-children-root-linebox-crash.html asserts after r118567
        https://bugs.webkit.org/show_bug.cgi?id=87544

        Reviewed by Darin Adler.
        
        Remove fast/block/inline-children-root-linebox-crash.html from the skipped
        list.
        
        New, more complex writing mode flipping test with compositing.

        * compositing/geometry/flipped-blocks-inline-mapping-expected.txt: Added.
        * compositing/geometry/flipped-blocks-inline-mapping.html: Added.
        * platform/mac/Skipped:

2012-05-26  David Barton  <dbarton@mathscribe.com>

        My first commit - set svn:mime-type to image/png on one .png file.

        * platform/mac/mathml/presentation/mroot-pref-width-expected.png:

2012-05-26  Simon Fraser  <simon.fraser@apple.com>

        Clip rects assertion when hovering div with transform
        https://bugs.webkit.org/show_bug.cgi?id=87580

        Reviewed by Eric Seidel.
        
        Test that changes transform on hover style, testing for clipRect-related
        assertions.

        * fast/layers/clip-rects-assertion-expected.txt: Added.
        * fast/layers/clip-rects-assertion.html: Added.

2012-05-26  Rob Buis  <rwlbuis@webkit.org>

        Bug 15799: textPath element does not re-render when referenced path changes
        https://bugs.webkit.org/show_bug.cgi?id=15799

        Reviewed by Nikolas Zimmermann.

        - textPath-path-change-id.svg, react to change of id attribute on referenced path (makes the xlink:href valid).
        - textPath-path-change-id2.svg, react to change of id attribute on referenced path (makes the xlink:href invalid).
        - textPath-path-set-id.svg, react to setting of id attribute on referenced path (makes the xlink:href valid).
        - textPath-change-reference.svg, <textPath> references existing <path>, change the xlink:href to a non-existing one.
        - textPath-change-reference-using-baseval.svg, <textPath> references existing <path>, change the xlink:href to a non-existing one using SVG DOM.
        - textPath-change-reference2.svg, <textPath> references non-existing <path>, change xlink:href to an existing one.
        - textPath-change-reference2-using-baseval.svg, <textPath> references non-existing <path>, change xlink:href to an existing one using SVG DOM.
        - textPath-insert-path.svg, <textPath> references non-existing <path>, <path> added dynamically.
        - textPath-modify-child.svg, react to change on textPath content.
        - textPath-path-change-using-svg-dom.svg, react to change on pathSegList of referenced path.
        - textPath-path-change.svg, react to change on d attribute of referenced path.
        - textPath-path-change2.svg, react to change on d attribute of path referenced by multiple <textPath>s.
        - textPath-remove-path.svg, <textPath> references existing <path>, <path> is removed from DOM.
        - textPath-startoffset.svg, react to startOffset attribute change on <textPath>.

        These tests are duplicated for <textPath> inside a <pattern>.

        * svg/custom/textPath-change-id-expected.svg: Added.
        * svg/custom/textPath-change-id-pattern-expected.svg: Added.
        * svg/custom/textPath-change-id-pattern.svg: Added.
        * svg/custom/textPath-change-id.svg: Added.
        * svg/custom/textPath-change-id2-expected.svg: Added.
        * svg/custom/textPath-change-id2-pattern-expected.svg: Added.
        * svg/custom/textPath-change-id2-pattern.svg: Added.
        * svg/custom/textPath-change-id2.svg: Added.
        * svg/custom/textPath-change-reference-expected.svg: Added.
        * svg/custom/textPath-change-reference-pattern-expected.svg: Added.
        * svg/custom/textPath-change-reference-pattern.svg: Added.
        * svg/custom/textPath-change-reference-using-baseval-expected.svg: Added.
        * svg/custom/textPath-change-reference-using-baseval-pattern-expected.svg: Added.
        * svg/custom/textPath-change-reference-using-baseval-pattern.svg: Added.
        * svg/custom/textPath-change-reference-using-baseval.svg: Added.
        * svg/custom/textPath-change-reference.svg: Added.
        * svg/custom/textPath-change-reference2-expected.svg: Added.
        * svg/custom/textPath-change-reference2-pattern-expected.svg: Added.
        * svg/custom/textPath-change-reference2-pattern.svg: Added.
        * svg/custom/textPath-change-reference2-using-baseval-expected.svg: Added.
        * svg/custom/textPath-change-reference2-using-baseval-pattern-expected.svg: Added.
        * svg/custom/textPath-change-reference2-using-baseval-pattern.svg: Added.
        * svg/custom/textPath-change-reference2-using-baseval.svg: Added.
        * svg/custom/textPath-change-reference2.svg: Added.
        * svg/custom/textPath-insert-path-expected.svg: Added.
        * svg/custom/textPath-insert-path-pattern-expected.svg: Added.
        * svg/custom/textPath-insert-path-pattern.svg: Added.
        * svg/custom/textPath-insert-path.svg: Added.
        * svg/custom/textPath-modify-child-expected.svg: Added.
        * svg/custom/textPath-modify-child-pattern-expected.svg: Added.
        * svg/custom/textPath-modify-child-pattern.svg: Added.
        * svg/custom/textPath-modify-child.svg: Added.
        * svg/custom/textPath-path-change-expected.svg: Added.
        * svg/custom/textPath-path-change-pattern-expected.svg: Added.
        * svg/custom/textPath-path-change-pattern.svg: Added.
        * svg/custom/textPath-path-change-using-svg-dom-expected.svg: Added.
        * svg/custom/textPath-path-change-using-svg-dom-pattern-expected.svg: Added.
        * svg/custom/textPath-path-change-using-svg-dom-pattern.svg: Added.
        * svg/custom/textPath-path-change-using-svg-dom.svg: Added.
        * svg/custom/textPath-path-change.svg: Added.
        * svg/custom/textPath-path-change2-expected.svg: Added.
        * svg/custom/textPath-path-change2-pattern-expected.svg: Added.
        * svg/custom/textPath-path-change2-pattern.svg: Added.
        * svg/custom/textPath-path-change2.svg: Added.
        * svg/custom/textPath-remove-path-expected.svg: Added.
        * svg/custom/textPath-remove-path-pattern-expected.svg: Added.
        * svg/custom/textPath-remove-path-pattern.svg: Added.
        * svg/custom/textPath-remove-path.svg: Added.
        * svg/custom/textPath-set-id-expected.svg: Added.
        * svg/custom/textPath-set-id.svg: Added.
        * svg/custom/textPath-startoffset-expected.svg: Added.
        * svg/custom/textPath-startoffset-pattern-expected.svg: Added.
        * svg/custom/textPath-startoffset-pattern.svg: Added.
        * svg/custom/textPath-startoffset.svg: Added.

2012-05-26  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening after r118577 and r118585.

        * platform/gtk/http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt: Added.
        * platform/gtk/http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt: Added.
        * platform/gtk/test_expectations.txt:

2012-05-25  Sukolsak Sakshuwong  <sukolsak@google.com>

        cursor gets trapped when border-style: dashed is used
        https://bugs.webkit.org/show_bug.cgi?id=37693

        Reviewed by Tony Chang.

        This bug has been fixed. Add a test to make sure that it won't regress.

        * editing/selection/move-by-line-006-expected.txt: Added.
        * editing/selection/move-by-line-006.html: Added.

2012-05-25  Tony Chang  <tony@chromium.org>

        implement new negative flexing algorithm
        https://bugs.webkit.org/show_bug.cgi?id=86528

        Reviewed by Ojan Vafai.

        * css3/flexbox/flex-algorithm-expected.txt:
        * css3/flexbox/flex-algorithm.html:

2012-05-25  Mihai Parparita  <mihaip@chromium.org>

        Allow synchronous XHRs to be disabled in documents
        https://bugs.webkit.org/show_bug.cgi?id=87540

        Reviewed by Eric Seidel.

        Synchronous XMLHttpRequests are a problematic API, since they result
        in blocked UI threads. Some clients may wish to always disable them;
        give them a setting to do so (see also r103629 for other cases where
        synchronous XHRs are disabled).

        * fast/xmlhttprequest/xmlhttprequest-sync-disabled-expected.txt: Added.
        * fast/xmlhttprequest/xmlhttprequest-sync-disabled.html: Added.

2012-05-25  Stephanie Lewis  <slewis@apple.com>

        Unreviewed, fix bad copy/paste.

        * platform/mac/Skipped:

2012-05-25  Stephanie Lewis  <slewis@apple.com>

        See https://bugs.webkit.org/show_bug.cgi?id=87558

        Unreviewed, checking in expected failing results.

        * platform/mac/http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt: Added.
        * platform/mac/http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt: Added.

2012-05-25  Stephanie Lewis  <slewis@apple.com>

        See https://bugs.webkit.org/show_bug.cgi?id=87544

        Unreviewed, skipping asserting test 

        * platform/mac/Skipped:

2012-05-25  Lynn Neir  <lynn.neir@skype.net>

        Updated tests as a result of implementing TextInputController in DRT for windows, https://bugs.webkit.org/show_bug.cgi?id=32021

        Reviewed by Eric Seidel.

        * platform/win/Skipped:
        * platform/win/editing/selection/5825350-1-expected.txt: Added.
        * platform/win/editing/selection/5825350-2-expected.txt: Added.
        * platform/win/editing/selection/mixed-editability-10-expected.txt:
        * platform/win/editing/selection/move-left-right-expected.txt: Added.
        * platform/win/fast/events/ime-composition-events-001-expected.txt:
        * platform/win/fast/forms/input-maxlength-ime-completed-expected.txt: Removed.
        * platform/win/fast/forms/input-maxlength-ime-preedit-expected.txt: Removed.
        * platform/win/svg/text/caret-in-svg-text-expected.txt: Added.

2012-05-25  Jessie Berlin  <jberlin@apple.com>

        Enhance Windows DRT implementation to support platform scroll wheel events.
        https://bugs.webkit.org/show_bug.cgi?id=36002

        Add another test that uses continuousMouseScrollBy to the Windows Skipped list.

        * platform/win/Skipped:

2012-05-25  Abhishek Arya  <inferno@chromium.org>

        Crash in RenderTableSection::paintCell.
        https://bugs.webkit.org/show_bug.cgi?id=87445

        Reviewed by Eric Seidel and Julien Chaffraix.

        * tables/table-section-overflow-clip-crash-expected.txt: Added.
        * tables/table-section-overflow-clip-crash.html: Added.

2012-05-25  Jessie Berlin  <jberlin@apple.com>

        Implement spinbutton support in RenderThemeSafari
        https://bugs.webkit.org/show_bug.cgi?id=54662

        Add more spinbutton tests to the Windows Skipped list.

        * platform/win/Skipped:

2012-05-25  Philip Rogers  <pdr@google.com>

        Fix for self-closing <use> tags
        https://bugs.webkit.org/show_bug.cgi?id=87504

        Reviewed by Adam Barth.

        * svg/custom/svg-self-closing-use-expected.html: Added.
        * svg/custom/svg-self-closing-use.html: Added.

2012-05-25  Jessie Berlin  <jberlin@apple.com>

        [Win] ~1/2 of all the iframe seamless tests fail
        https://bugs.webkit.org/show_bug.cgi?id=87543

        Add failing expected results for Windows in order to get the bots green.

        * platform/win/fast/frames: Added.
        * platform/win/fast/frames/seamless: Added.
        * platform/win/fast/frames/seamless/seamless-basic-expected.txt: Added.
        * platform/win/fast/frames/seamless/seamless-css-cascade-expected.txt: Added.
        * platform/win/fast/frames/seamless/seamless-form-get-expected.txt: Added.
        * platform/win/fast/frames/seamless/seamless-form-get-named-expected.txt: Added.
        * platform/win/fast/frames/seamless/seamless-form-post-expected.txt: Added.
        * platform/win/fast/frames/seamless/seamless-form-post-named-expected.txt: Added.
        * platform/win/fast/frames/seamless/seamless-hyperlink-expected.txt: Added.
        * platform/win/fast/frames/seamless/seamless-hyperlink-named-expected.txt: Added.
        * platform/win/fast/frames/seamless/seamless-inherited-document-style-expected.txt: Added.
        * platform/win/fast/frames/seamless/seamless-window-location-expected.txt: Added.
        * platform/win/fast/frames/seamless/seamless-window-location-href-expected.txt: Added.
        * platform/win/fast/frames/seamless/seamless-window-location-sandbox-expected.txt: Added.
        * platform/win/fast/frames/seamless/seamless-window-open-expected.txt: Added.

2012-05-25  Tommy Widenflycht  <tommyw@google.com>

        MediaStream API: Make sure IceCallback is valid for PeerConnection00
        https://bugs.webkit.org/show_bug.cgi?id=87480

        Reviewed by Adam Barth.

        * fast/mediastream/constructors-expected.txt:
        * fast/mediastream/constructors.html:

2012-05-25  Mike West  <mkwst@chromium.org>

        Inline script and style blocked by Content Security Policy should provide more detailed console errors.
        https://bugs.webkit.org/show_bug.cgi?id=86848

        Reviewed by Adam Barth.

        * http/tests/security/contentSecurityPolicy/combine-multiple-policies-expected.txt:
        * http/tests/security/contentSecurityPolicy/default-src-inline-blocked-expected.txt:
        * http/tests/security/contentSecurityPolicy/injected-inline-script-allowed-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/injected-inline-script-allowed.html: Added.
        * http/tests/security/contentSecurityPolicy/injected-inline-script-blocked-expected.txt: Copied from LayoutTests/http/tests/security/contentSecurityPolicy/inline-script-blocked-expected.txt.
        * http/tests/security/contentSecurityPolicy/injected-inline-script-blocked.html: Added.
        * http/tests/security/contentSecurityPolicy/injected-inline-style-allowed-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/injected-inline-style-allowed.html: Added.
        * http/tests/security/contentSecurityPolicy/injected-inline-style-blocked-expected.txt: Added.
        * http/tests/security/contentSecurityPolicy/injected-inline-style-blocked.html: Added.
        * http/tests/security/contentSecurityPolicy/inline-script-blocked-expected.txt:
        * http/tests/security/contentSecurityPolicy/inline-script-blocked-goofy-expected.txt:
        * http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt:
        * http/tests/security/contentSecurityPolicy/inline-style-attribute-blocked-expected.txt:
        * http/tests/security/contentSecurityPolicy/inline-style-blocked-expected.txt:
        * http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt:
        * http/tests/security/contentSecurityPolicy/report-and-enforce-expected.txt:
        * http/tests/security/contentSecurityPolicy/report-only-expected.txt:
        * http/tests/security/contentSecurityPolicy/report-only-from-header-expected.txt:
        * http/tests/security/contentSecurityPolicy/report-uri-expected.txt:
        * http/tests/security/contentSecurityPolicy/report-uri-from-child-frame-expected.txt:
        * http/tests/security/contentSecurityPolicy/resources/inject-script.js: Added.
        * http/tests/security/contentSecurityPolicy/resources/inject-style.js: Added.
        * http/tests/security/contentSecurityPolicy/script-src-none-inline-event-expected.txt:
        * http/tests/security/contentSecurityPolicy/srcdoc-doesnt-bypass-script-src-expected.txt:

2012-05-25  Joshua Bell  <jsbell@chromium.org>

        [Chromium] Add missing expectations needed after http://trac.webkit.org/changeset/118577/

        Unreviewed gardening.

        * platform/chromium-mac-leopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png: Added.
        * platform/chromium-mac-snowleopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png: Added.
        * platform/chromium-mac/http/tests/media/video-buffered-range-contains-currentTime-expected.png: Added.

2012-05-25  Kenneth Russell  <kbr@google.com>

        New tex-image-and-sub-image-2d-with-video tests from r118565 failing on Mac Lion
        https://bugs.webkit.org/show_bug.cgi?id=87541

        Unreviewed; skipping tests until bug can be investigated.

        * platform/mac/Skipped:

2012-05-25  Adam Klein  <adamk@chromium.org>

        Remove a bunch of flaky expectations for tests that now pass.

        Unreviewed test expectations update.

        Also marked some nearby tests as more definitely failing.

        * platform/chromium/test_expectations.txt:

2012-05-25  Adam Klein  <adamk@chromium.org>

        compositing/overflow/overflow-positioning.html fails with timeout on multiple chromium bots
        https://bugs.webkit.org/show_bug.cgi?id=85771

        Unreviewed test expectations update.

        These tests haven't timed out lately on the Chromium bots, so removing
        the suppressions.

        * platform/chromium/test_expectations.txt:

2012-05-25  Anna Cavender <annacc@chromium.org>

        [Chromium] Removing tests from test_expectations.txt that are no longer crashing.

        Unreviewed gardening.

        * platform/chromium/test_expectations.txt:

2012-05-25  Anna Cavender <annacc@chromium.org>

        [Chromium] Removing media/video-volume-slider.html from test_expectations.txt

        Unreviewed gardening.

        * platform/chromium/test_expectations.txt:

2012-05-25  Adam Klein  <adamk@chromium.org>

        Mark some "flaky" TypedArray tests more appropriately as DEBUG SLOW

        Unreviewed test expectations update.

        * platform/chromium/test_expectations.txt:

2012-05-25  Adam Klein  <adamk@chromium.org>

        Rebaseline Chromium expectations for fast/box-shadow/shadow-buffer-partial.html

        Unreviewed rebaselining.

        The same rebaseline was made in r112582, but only got the Linux expectations.

        * fast/box-shadow/shadow-buffer-partial-expected.txt: Renamed from LayoutTests/platform/chromium-linux/fast/box-shadow/shadow-buffer-partial-expected.txt.
        * platform/chromium-linux-x86/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed.
        * platform/chromium-mac-leopard/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed.
        * platform/chromium-mac/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed.
        * platform/chromium-win-vista/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed.
        * platform/chromium-win-xp/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed.
        * platform/chromium-win/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed.
        * platform/chromium/test_expectations.txt:
        * platform/efl/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed.
        * platform/gtk/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed.
        * platform/mac/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed.

2012-05-24  Ryosuke Niwa  <rniwa@webkit.org>

        createContextualFragment and insertAdjacentHTML should throw syntax error
        https://bugs.webkit.org/show_bug.cgi?id=87454

        Reviewed by Darin Adler.

        Add a regression test, and rebaselined the existing tests since we throw
        DOMException.SYNTAX_ERR instead of DOMException.INVALID_STATE_ERR.

        * fast/dom/xhtml-fragment-parsing-exceptions-expected.txt: Added.
        * fast/dom/xhtml-fragment-parsing-exceptions.xhtml: Added.
        * fast/innerHTML/innerHTML-changing-document-properties-expected.txt:
        * fast/parser/xhtml-innerhtml-null-byte-first.xhtml:
        * fast/parser/xhtml-innerhtml-null-byte.xhtml:

2012-05-25  John Knottenbelt  <jknotten@chromium.org>

        Body scrollWidth() and scrollHeight() should be page scale-invariant
        https://bugs.webkit.org/show_bug.cgi?id=87494

        RenderView::documentRect() is calculating the "scaled" document rect by applying
        the current transformation matrix to the unscaledDocumentRect() and then
        returning the rounded-out IntRect result.

        This rounding out is incorrect because it allows the scaled rectangle to
        represent an area that is not actually covered by the document.

        We fix this by applying the current transform to the document rect
        as a FloatRect and then explicitly converting to IntRect, which
        takes the floor of the resulting rectangle coordinates instead of
        rounding them out.

        This is evidenced by the document.body.scrollWidth() and
        document.body.scrollHeight() changing under page scale factor when
        they are expected to remain invariant.

        Reviewed by James Robinson.

        * fast/dom/window-scroll-scaling-expected.txt: Added.
        * fast/dom/window-scroll-scaling.html: Added.

2012-05-25  Simon Fraser  <simon.fraser@apple.com>

        Terrible performance on http://alliances.commandandconquer.com/ and http://www.lordofultima.com/
        https://bugs.webkit.org/show_bug.cgi?id=84410

        Reviewed by Dave Hyatt.
        
        Basic tests for compositing inside columns, and in a flipped-writing-mode
        document.

        * compositing/geometry/composited-in-columns-expected.png: Added.
        * compositing/geometry/composited-in-columns-expected.txt: Added.
        * compositing/geometry/composited-in-columns.html: Added.
        * compositing/geometry/flipped-writing-mode-expected.png: Added.
        * compositing/geometry/flipped-writing-mode-expected.txt: Added.
        * compositing/geometry/flipped-writing-mode.html: Added.

2012-05-25  Andras Becsi  <andras.becsi@nokia.com>

        Acid3 fails in WebKit2 regression tests
        https://bugs.webkit.org/show_bug.cgi?id=87187

        Reviewed by Alexey Proskuryakov.

        Since the link test in the acid3.html relies on visited link tracking
        it should call layoutTestController.keepWebHistory() because visited
        link tracking is disabled by default to avoid interdependencies between
        test.

        Update expected files and png's now that the result does not show the
        "YOU SHOULD NOT SEE THIS AT ALL" text in red in the top left corner.

        * http/tests/misc/acid3-expected.png:
        * http/tests/misc/acid3-expected.txt:
        * http/tests/misc/acid3.html: Fix test.
        * platform/chromium-mac-leopard/http/tests/misc/acid3-expected.png:
        * platform/chromium-mac-snowleopard/http/tests/misc/acid3-expected.png:
        * platform/chromium-mac/http/tests/misc/acid3-expected.png:
        * platform/chromium-mac/http/tests/misc/acid3-expected.txt:
        * platform/mac-wk2/http/tests/misc/acid3-expected.png: Same as the platform independent result. Removed.
        * platform/mac-wk2/http/tests/misc/acid3-expected.txt: Same as the platform independent result. Removed.

2012-05-25  Kenneth Russell  <kbr@google.com>

        Incorporate new tex-image-and-sub-image-2d-with-video*.html tests
        https://bugs.webkit.org/show_bug.cgi?id=87042

        Reviewed by James Robinson.

        Incorporated current version of video-related WebGL tests from
        Khronos repository testing uploading to all packed pixel formats.

        * fast/canvas/webgl/resources/tex-image-and-sub-image-2d-with-video.js: Added.
        (generateTest.runOneIteration):
        (generateTest.runTest):
        * fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-expected.txt:
        * fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgb565-expected.txt: Copied from LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-expected.txt.
        * fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgb565.html: Added.
        * fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgba4444-expected.txt: Copied from LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-expected.txt.
        * fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgba4444.html: Added.
        * fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgba5551-expected.txt: Copied from LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-expected.txt.
        * fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgba5551.html: Added.
        * fast/canvas/webgl/tex-image-and-sub-image-2d-with-video.html:

2012-05-25  Jessie Berlin  <jberlin@apple.com>

        Rebaseline the Windows getComputedStyle results to reflect features
        turned off on Windows.

        * platform/win/fast/css/getComputedStyle/computed-style-expected.txt: Added.
        * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Added.

2012-05-25  Sukolsak Sakshuwong  <sukolsak@google.com>

        Pasting into contenteditable table cell pastes into adjacent cell instead.
        https://bugs.webkit.org/show_bug.cgi?id=53933

        Reviewed by Darin Adler.

        This bug has been fixed. Add a test to make sure that it won't regress.

        * editing/pasteboard/paste-into-table-cell-2-expected.txt: Added.
        * editing/pasteboard/paste-into-table-cell-2.html: Added.

2012-05-25  Joshua Bell  <jsbell@chromium.org>

        [Chromium] Remove 6 incorrect baselines from http://trac.webkit.org/changeset/117821/

        Unreviewed gardening.

        * platform/chromium-win/fast/viewport/viewport-126-expected.txt: Removed.
        * platform/chromium-win/fast/viewport/viewport-127-expected.txt: Removed.
        * platform/chromium-win/fast/viewport/viewport-65-expected.txt: Removed.
        * platform/chromium-win/fast/viewport/viewport-82-expected.txt: Removed.
        * platform/chromium-win/fast/viewport/viewport-84-expected.txt: Removed.
        * platform/chromium-win/fast/viewport/viewport-87-expected.txt: Removed.

2012-05-25  Jessie Berlin  <jberlin@apple.com>

        Web Timing is not enabled on Windows
        https://bugs.webkit.org/show_bug.cgi?id=42435

        Add the fast/performance tests to the Windows Skipped list.

        * platform/win/Skipped:

2012-05-25  Jessie Berlin  <jberlin@apple.com>

        File API is not yet supported on Windows
        https://bugs.webkit.org/show_bug.cgi?id=37957

        Add platform specific results for a test that attempts to use the FileReaderConstructor.

        * platform/win/fast/dom/call-a-constructor-as-a-function-expected.txt: Added.

2012-05-25  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r118395.
        http://trac.webkit.org/changeset/118395
        https://bugs.webkit.org/show_bug.cgi?id=87526

        Breaking sites including GMail and Yahoo mail (Requested by
        jsbell on #webkit).

        * fast/css/clear-float-sibling-expected.html: Removed.
        * fast/css/clear-float-sibling.html: Removed.

2012-05-25  Jessie Berlin  <jberlin@apple.com>

        Skip the Network Information tests on Windows.

        * platform/win/Skipped:

2012-05-25  Joshua Bell  <jsbell@chromium.org>

        [Chromium] Remove 2 incorrect rebaselines from http://trac.webkit.org/changeset/117818/

        Unreviewed gardening.

        * platform/chromium-mac/canvas/philip/tests/2d.imageData.create1.type-expected.txt: Removed.
        * platform/chromium-mac/canvas/philip/tests/2d.imageData.create2.type-expected.txt: Removed.

2012-05-25  Jessie Berlin  <jberlin@apple.com>

        Skip more WebGL tests on Windows.

        * platform/win/Skipped:

2012-05-25  Elliot Poger  <epoger@chromium.org>

        New baselines for http://crbug.com/129184

        Unreviewed rebaselining.

        * platform/chromium-linux/svg/filters/subRegion-one-effect-expected.png:
        * platform/chromium-linux/svg/filters/subRegion-two-effects-expected.png:
        * platform/chromium-linux/svg/transforms/svg-css-transforms-expected.png:
        * platform/chromium-linux/transforms/svg-vs-css-expected.png:
        * platform/chromium-mac/svg/filters/subRegion-one-effect-expected.png:
        * platform/chromium-mac/svg/filters/subRegion-two-effects-expected.png:
        * platform/chromium-mac/svg/transforms/svg-css-transforms-expected.png:
        * platform/chromium-mac/transforms/svg-vs-css-expected.png:
        * platform/chromium-win/svg/filters/subRegion-one-effect-expected.png:
        * platform/chromium-win/svg/filters/subRegion-two-effects-expected.png:
        * platform/chromium-win/svg/transforms/svg-css-transforms-expected.png:
        * platform/chromium-win/transforms/svg-vs-css-expected.png:
        * platform/efl/svg/filters/subRegion-one-effect-expected.txt: Removed.
        * platform/efl/svg/filters/subRegion-two-effects-expected.txt: Removed.
        * platform/gtk/svg/filters/subRegion-one-effect-expected.txt: Removed.
        * platform/gtk/svg/filters/subRegion-two-effects-expected.txt: Removed.
        * platform/mac/svg/filters/subRegion-one-effect-expected.txt: Removed.
        * platform/mac/svg/filters/subRegion-two-effects-expected.txt: Removed.
        * platform/qt/svg/filters/subRegion-one-effect-expected.txt: Removed.
        * platform/qt/svg/filters/subRegion-two-effects-expected.txt: Removed.
        * svg/filters/subRegion-one-effect-expected.txt: Added.
        * svg/filters/subRegion-two-effects-expected.txt: Added.

2012-05-25  Jessie Berlin  <jberlin@apple.com>

        Implement LayoutTest's eventSender.beginDragWithFiles interface in windows platform
        https://bugs.webkit.org/show_bug.cgi?id=86296

        Add more affected tests to the Windows Skipped list.

        * platform/win/Skipped:

2012-05-25  Alexander Pavlov  <apavlov@chromium.org>

        Web Inspector: Hangup when continuously changing a css width value in Inspector
        https://bugs.webkit.org/show_bug.cgi?id=85802

        Reviewed by Vsevolod Vlasov.

        * inspector/styles/styles-formatting-expected.txt:
        * inspector/styles/styles-formatting.html:

2012-05-25  Joshua Bell  <jsbell@chromium.org>

        [Chromium] Widen CRASH expectation for visibility-simple-canvas2d-layer.html to include Mac10.6.

        Unreviewed gardening.

        * platform/chromium/test_expectations.txt:

2012-05-25  Joshua Bell  <jsbell@chromium.org>

        [Chromium] Remove/restore test expectations for html5lib tests.
        https://bugs.webkit.org/show_bug.cgi?id=87275

        Unreviewed gardening.

        * platform/chromium/test_expectations.txt:

2012-05-25  Joshua Bell  <jsbell@chromium.org>

        [Chromium] Remove test expectation for video-cookie.html now that the issue
        is fixed on the Chromium side.
        https://bugs.webkit.org/show_bug.cgi?id=87459

        Unreviewed gardening.

        * platform/chromium/test_expectations.txt:

2012-05-25  Jessie Berlin  <jberlin@apple.com>

        Remove the Windows platform-specific results for window-domurl-crash.

        r115582 changed this test to use Blob instead of WebKitBlobBuilder, so the fact that Windows
        doesn't support WebKitBlobBuilder no longer affects this test.

        * platform/chromium-win/fast/dom/window-domurl-crash-expected.txt: Removed.
        * platform/win/fast/dom/window-domurl-crash-expected.txt: Removed.

2012-05-25  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed chromium test expectations update.

        * platform/chromium/test_expectations.txt:

2012-05-25  Alexei Filippov  <alexeif@chromium.org>

        Web Inspector: Speed up edges iteration in heap profiler
        https://bugs.webkit.org/show_bug.cgi?id=87286

        Add an extra node to nodes array that points to the end of edges array.
        It allows to eliminate a check for the last node in iteration code.

        Reviewed by Yury Semikhatsky.

        * inspector/profiler/heap-snapshot-test.js:
        (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMockObject):
        (initialize_HeapSnapshotTest.InspectorTest._postprocessHeapSnapshotMock):

2012-05-25  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening after r118166, r118291 and r118442.

        * platform/gtk/test_expectations.txt:

2012-05-25  Ilya Tikhonovsky  <loislo@chromium.org>

        Web Inspector: drop obsolete WebInspector.Uint32Array and adjust snapshot chunk size for better transfer-snapshot metric.
        https://bugs.webkit.org/show_bug.cgi?id=87490

        Originally WebInspector.Uint32Array was used for dynamic array
        reallocation because we had no information about expected arrays sizes.
        Now we have these sizes and allocates array precisely.

        Reviewed by Yury Semikhatsky.

        * inspector/profiler/heap-snapshot-test.js:
        (initialize_HeapSnapshotTest.):

2012-05-25  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] fast/forms/color/input-value-sanitization-color.html can be unskipped
        https://bugs.webkit.org/show_bug.cgi?id=87487

        Unreviewed EFL gardening. Unskip
        fast/forms/color/input-value-sanitization-color.html now that
        INPUT_TYPE_COLOR flag has been enabled by default for EFL port in
        r114113.

        * platform/efl/Skipped:

2012-05-25  Sudarsana Nagineni  <sudarsana.nagineni@linux.intel.com>

        [EFL] [DRT] Gardening of failing tests and missing results
        https://bugs.webkit.org/show_bug.cgi?id=87486

        Unreviewed EFL gardening. Some rebaselines after r118448, and updated
        expectations for a couple of tests.

        * platform/efl/fast/html/details-position-expected.txt:
        * platform/efl/fast/replaced/width100percent-checkbox-expected.png:
        * platform/efl/fast/replaced/width100percent-checkbox-expected.txt:
        * platform/efl/fast/replaced/width100percent-radio-expected.png:
        * platform/efl/fast/replaced/width100percent-radio-expected.txt:
        * platform/efl/mathml/presentation/fractions-expected.png:
        * platform/efl/mathml/presentation/fractions-expected.txt:
        * platform/efl/mathml/presentation/fractions-vertical-alignment-expected.png:
        * platform/efl/mathml/presentation/fractions-vertical-alignment-expected.txt:
        * platform/efl/mathml/presentation/mo-stretch-expected.png:
        * platform/efl/mathml/presentation/mo-stretch-expected.txt:
        * platform/efl/mathml/presentation/subsup-expected.txt:
        * platform/efl/test_expectations.txt:

2012-05-25  János Badics  <jbadics@inf.u-szeged.hu>

        [Qt] Gardening. Skip a new test: fast/events/domactivate-sets-underlying-click-event-as-handled.html
        because it times out on Qt and GTK platforms.

        Reviewed by Csaba Osztrogonác.

        * platform/qt/Skipped:

2012-05-25  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [EFL][DRT] Gardening. fast/events/option-tab.html does not pass
        https://bugs.webkit.org/show_bug.cgi?id=87471

        Unreviewed. fast/events/option-tab.html should not pass as the 
        EFL port uses different keyboard accelerators than Safari (via Chromium).

        * platform/efl/test_expectations.txt:

2012-05-25  Keishi Hattori  <keishi@webkit.org>

        Bad checkValidity result on recently "enabled" form fields
        https://bugs.webkit.org/show_bug.cgi?id=85704

        Reviewed by Kent Tamura.

        * fast/forms/disabled-attr-checkvalidity-expected.txt: Added.
        * fast/forms/disabled-attr-checkvalidity.html: Added.

2012-05-25  János Badics  <jbadics@inf.u-szeged.hu>

        [Qt] Unreviewed gardening after r118448. Added rebaseline to 2 tests on Qt platform that
        had 1 pixel differences because of rounding mistakes.

        * platform/qt/fast/html/details-position-expected.txt:
        * platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:

2012-05-25  Ryosuke Niwa  <rniwa@webkit.org>

        Pasting text in input field is not available if <body> has visibility:hidden
        https://bugs.webkit.org/show_bug.cgi?id=66754

        Reviewed by Kent Tamura.

        Add a regression test since this bug has been fixed by r99076.

        * editing/pasteboard/input-with-visibility-hidden-expected.txt: Copied from input-with-display-none-div-expected.txt.
        * editing/pasteboard/input-with-visibility-hidden.html: Copied from input-with-display-none-div.html.

2012-05-24  Kinuko Yasuda  <kinuko@chromium.org>

        [chromium] DataTransferItem.webkitGetAsEntry() shouldn't be exposed without flag yet
        https://bugs.webkit.org/show_bug.cgi?id=87457

        Reviewed by Kent Tamura.

        * platform/chromium/test_expectations.txt: Marking tests using webkitGetAsEntry SKIP

2012-05-25  Rakesh KN  <rakesh.kn@motorola.com>

        RadioNodeList does not include a object element
        https://bugs.webkit.org/show_bug.cgi?id=87371

        Reviewed by Kent Tamura.

        * fast/forms/form-collection-radio-node-list-expected.txt:
        * fast/forms/form-collection-radio-node-list.html:
        Updated test to include test for object element.

2012-05-25  Jan Keromnes  <janx@linux.com>

        Web Inspector: Resource object has no methods getContent and setContent
        https://bugs.webkit.org/show_bug.cgi?id=87424

        This fixes the expected test result for `handleOpenResource()`, see fix
        for bug #87424 in Source/WebCore/inspector/front-end/ExtensionAPI.js.

        Reviewed by Vsevolod Vlasov.

        * inspector/extensions/extensions-resources-expected.txt:

2012-05-25  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed chromium test expectations rebaseline.

        * platform/chromium-mac-leopard/editing/spelling/grammar-markers-expected.png: Added.
        * platform/chromium-mac-snowleopard/editing/spelling/grammar-markers-expected.png: Added.
        * platform/chromium-mac/editing/spelling/grammar-markers-expected.png: Added.
        * platform/chromium-win/editing/spelling/grammar-markers-expected.png: Added.

2012-05-25  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, unskip now passing tests.

        * platform/qt/Skipped:

2012-05-25  Tony Payne  <tpayne@chromium.org>

        Add tests for JPEG and PNG images with a non-generic RGB color profile
        https://bugs.webkit.org/show_bug.cgi?id=87437

        No layout test currently covers a color transform except for the no-op case of a
        Generic RGB profile (image) -> Generic RGB profile (screen) color transform. Add
        tests for JPEG and PNG images with a non-identity color correction transform, in
        particular, use test images with a (non-generic) RGB color profile.

        Reviewed by Kent Tamura.

        * fast/images/jpeg-with-color-profile-expected.txt: Added.
        * fast/images/jpeg-with-color-profile.html: Added.
        * fast/images/png-with-color-profile-expected.txt: Added.
        * fast/images/png-with-color-profile.html: Added.
        * fast/images/resources/red-at-12-oclock-with-color-profile.jpg: Added. The image
        has an RGB color profile (non-generic). If color correction is correctly applied,
        the image red sector appears at the 12 o'clock position. If color correction fails,
        the red sector appears at 4 o'clock.
        * fast/images/resources/red-at-12-oclock-with-color-profile.png: Added, and ditto
        for the expected image red sector position and image color profile type.
        * platform/chromium/test_expectations.txt: Add MISSING expectations.
        * platform/mac-snowleopard/fast/images/jpeg-with-color-profile-expected.png: Added.
        * platform/mac-snowleopard/fast/images/png-with-color-profile-expected.png: Added.

2012-05-25  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, unskip a now passing test.

        * platform/qt/Skipped:

2012-05-25  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening. Unskip a passing test and mark it as SLOW.

        * platform/qt/Skipped:
        * platform/qt/test_expectations.txt:

2012-05-24  Kent Tamura  <tkent@chromium.org>

        PAGE_POPUP: window.setValueAndClosePopup should be moved to a
        per-context property of DOMWindow.
        https://bugs.webkit.org/show_bug.cgi?id=87086

        Reviewed by Adam Barth.

        * fast/forms/date/no-page-popup-controller-expected.txt: Added.
        * fast/forms/date/no-page-popup-controller.html: Added.

2012-05-24  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, rebaselining fast/multicol/span/clone-flexbox.html.

        * platform/gtk/fast/multicol/span/clone-flexbox-expected.txt:

2012-05-24  Hironori Bono  <hbono@chromium.org>

        Enable grammar checking on Chromium when we paste text (Take 2)
        https://bugs.webkit.org/show_bug.cgi?id=74393

        Reviewed by Ryosuke Niwa.

        This change enables grammar checking on Chromium and implements a mock grammar
        checker to fix a failing test.

        * editing/spelling/grammar-markers-expected.txt: Added.
        * editing/spelling/grammar-markers.html: Added.
        * platform/chromium-linux/editing/spelling/grammar-markers-expected.png: Added.
        * platform/chromium/test_expectations.txt:
        * platform/mac/editing/spelling/grammar-markers-expected.png: Added.

2012-05-24  Dominic Mazzoni  <dmazzoni@google.com>

        Crash in WebCore::AccessibilityTable::isDataTable
        https://bugs.webkit.org/show_bug.cgi?id=87409

        Reviewed by Abhishek Arya.

        * accessibility/contenteditable-table-check-causes-crash-expected.txt: Added.
        * accessibility/contenteditable-table-check-causes-crash.html: Added.

2012-05-24  Filip Pizlo  <fpizlo@apple.com>

        REGRESSION (r118013-r118031): Loops/Reloads under www.yahoo.com, quits after three tries with error
        https://bugs.webkit.org/show_bug.cgi?id=87327

        Reviewed by Geoffrey Garen.
        
        * fast/js/dfg-check-two-structures-expected.txt: Added.
        * fast/js/dfg-check-two-structures.html: Added.
        * fast/js/script-tests/dfg-check-two-structures.js: Added.
        (foo):

2012-05-24  Sudarsana Nagineni  <sudarsana.nagineni@linux.intel.com>

        [EFL] [DRT] Add support for WebKitOfflineWebApplicationCacheEnabled preference
        https://bugs.webkit.org/show_bug.cgi?id=86842

        Reviewed by Antonio Gomes.

        Unskip passing test http/tests/appcache/disabled.html

        * platform/efl/Skipped:

2012-05-24  Zan Dobersek  <zandobersek@gmail.com>

        [Gtk] Many tests revealed as passing after moving from Skipped to test_expectations.txt
        https://bugs.webkit.org/show_bug.cgi?id=85591

        Reviewed by Philippe Normand.

        Remove CRASH text expectations for plenty of tests that have been
        consistently passing on all the Gtk builders.

        * platform/gtk/test_expectations.txt:

2012-05-24  Joshua Bell  <jsbell@chromium.org>

        [Chromium] Unreviewed gardening, add expectation for new failure.

        * platform/chromium/test_expectations.txt:

2012-05-24  Hayato Ito  <hayato@chromium.org>

        Fix crashes caused by a DOMCharacterDataModified event on a text node.
        https://bugs.webkit.org/show_bug.cgi?id=86953

        Reviewed by Dimitri Glazkov.

        * fast/events/dom-character-data-modified-textarea-crash-expected.txt: Added.
        * fast/events/dom-character-data-modified-textarea-crash.html: Added.

2012-05-24  Philippe Normand  <pnormand@igalia.com>

        Unreviewed, GTK rebaselines after r118448 and r118353.

        * platform/gtk/fast/forms/001-expected.txt:
        * platform/gtk/fast/html/details-position-expected.txt:
        * platform/gtk/fast/js/global-constructors-expected.txt:
        * platform/gtk/fast/multicol/span/clone-flexbox-expected.txt:
        * platform/gtk/fast/replaced/width100percent-checkbox-expected.txt:
        * platform/gtk/fast/replaced/width100percent-radio-expected.txt:
        * platform/gtk/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
        * platform/gtk/tables/mozilla/bugs/bug1318-expected.txt:
        * platform/gtk/tables/mozilla/bugs/bug4527-expected.txt:

2012-05-24  Joshua Bell  <jsbell@chromium.org>

        [Chromium] Widen expectations for a couple of tests to include LEOPARD.
        https://bugs.webkit.org/show_bug.cgi?id=81638
        https://bugs.webkit.org/show_bug.cgi?id=81931

        Unreviewed gardening.

        * platform/chromium/test_expectations.txt:

2012-05-24  Joshua Bell  <jsbell@chromium.org>

        [Chromium] More rebaselines following r118448.

        Unreviewed gardening (but I talked to eae about it).

        * platform/chromium-mac-leopard/fast/forms/001-expected.png:
        * platform/chromium-mac-leopard/fast/replaced/width100percent-checkbox-expected.png:
        * platform/chromium-mac-leopard/fast/replaced/width100percent-radio-expected.png:
        * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1318-expected.png:
        * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4527-expected.png:

2012-05-24  Jessie Berlin  <jberlin@apple.com>

        Disable all the shadow dom tests on Windows, since the feature isn't enabled there.

        * platform/win/Skipped:

2012-05-24  Jessie Berlin  <jberlin@apple.com>

        [Win] LayoutTests/editing/selection/selection-plugin-clear-crash.html crashes in
        ScrollView::delegatesScrolling
        https://bugs.webkit.org/show_bug.cgi?id=87431

        Add another affected test to the Windows Skipped list.

        * platform/win/Skipped:

2012-05-24  Pete Williamson  <petewil@google.com>

        [Chromium] Re-enable some layout tests that now pass reliably
        https://bugs.webkit.org/show_bug.cgi?id=87064

        Reviewed by Dmitry Titov.

        * platform/chromium/test_expectations.txt:

2012-05-24  Jessie Berlin  <jberlin@apple.com>

        ietestcenter/css3/valuesandunits/units-000.htm asserts
        https://bugs.webkit.org/show_bug.cgi?id=86176

        Add it to the Windows Skipped list to get the bots green.

        * platform/win/Skipped:

2012-05-24  Jessie Berlin  <jberlin@apple.com>

        webkit crashes on debug builds when running IETC flexbox-ordinal-group-001.htm
        https://bugs.webkit.org/show_bug.cgi?id=85832

        Add it to the Windows Skipped list to get the bots green.

        * platform/win/Skipped:

2012-05-24  Joshua Bell  <jsbell@chromium.org>

        [Chromium] Rebaselines following r118448.

        Unreviewed gardening (but I talked to eae about it).

        * platform/chromium-mac-snowleopard/fast/forms/001-expected.png:
        * platform/chromium-mac-snowleopard/fast/replaced/width100percent-checkbox-expected.png:
        * platform/chromium-mac-snowleopard/fast/replaced/width100percent-radio-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1318-expected.png:
        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4527-expected.png:
        * platform/chromium-mac/fast/forms/001-expected.png:
        * platform/chromium-mac/fast/forms/001-expected.txt:
        * platform/chromium-mac/fast/replaced/width100percent-checkbox-expected.png:
        * platform/chromium-mac/fast/replaced/width100percent-checkbox-expected.txt:
        * platform/chromium-mac/fast/replaced/width100percent-radio-expected.png:
        * platform/chromium-mac/fast/replaced/width100percent-radio-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.txt:
        * platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.png:
        * platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.txt:

2012-05-24  Joshua Bell  <jsbell@chromium.org>

        [Chromium] Update test expectation pathnames following r118418.

        Unreviewed gardening.

        * platform/chromium/test_expectations.txt:

2012-05-24  Ryosuke Niwa  <rniwa@webkit.org>

        REGRESSION (r112399): insertHTML doesn't respect current selection range and inserts HTML to incorrect position
        https://bugs.webkit.org/show_bug.cgi?id=87195

        Reviewed by Darin Adler.

        Add a regression test.

        * editing/pasteboard/paste-at-end-of-node-followed-by-inline-element-expected.txt: Added.
        * editing/pasteboard/paste-at-end-of-node-followed-by-inline-element.html: Added.

2012-05-24  Emil A Eklund  <eae@chromium.org>

        REGRESSION (115573): Incorrect rounding of margins for floats
        https://bugs.webkit.org/show_bug.cgi?id=87319

        Reviewed by Eric Seidel.

        Add new test ensuring that using margins with floats doesn't cause
        undesired wrapping.

        * fast/block/float/floats-with-margin-should-not-wrap-expected.txt: Added.
        * fast/block/float/floats-with-margin-should-not-wrap.html: Added.
        * platform/mac/fast/forms/001-expected.txt:
        * platform/mac/fast/html/details-position-expected.txt:
        * platform/mac/fast/replaced/width100percent-checkbox-expected.txt:
        * platform/mac/fast/replaced/width100percent-radio-expected.txt:
        * platform/mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug1318-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug4527-expected.txt:

2012-05-24  Christophe Dumez  <christophe.dumez@intel.com>

        postMessage and webkitPostMessage should behave the same way
        https://bugs.webkit.org/show_bug.cgi?id=87384

        Reviewed by Adam Barth.

        Update global test expectation for
        fast/dom/Window/window-postmessage-args.html now that JSC's
        postMessage implementation supports transfer of MessagePorts.

        * fast/dom/Window/window-postmessage-args-expected.txt:

2012-05-24  Pablo Flouret  <pablof@motorola.com>

        Submit button doesn't submit the form if the form is wrapped by an anchor tag
        https://bugs.webkit.org/show_bug.cgi?id=86719

        Reviewed by Ryosuke Niwa.

        * fast/forms/form-in-anchor-controls-activation-expected.txt: Added.
        * fast/forms/form-in-anchor-controls-activation.html: Added.

2012-05-24  Jessie Berlin  <jberlin@apple.com>

        Assertion failure in replaySavedEvents() when running editing/selection/drag-in-iframe.html
        and editing/pasteboard/drop-text-events.html and fast/events/dragging-mouse-moves.html
        https://bugs.webkit.org/show_bug.cgi?id=21796

        Add yet another affected test to the Windows Skipped list to get the bots green.

        * platform/win/Skipped:

2012-05-24  Jessie Berlin  <jberlin@apple.com>

        [Win] LayoutTests/editing/selection/selection-plugin-clear-crash.html crashes
        https://bugs.webkit.org/show_bug.cgi?id=87431

        Add it to the Windows Skipped list to get the bots green.

        * platform/win/Skipped:

2012-05-24  Jeffrey Pfau  <jpfau@apple.com>

        Test case for focusing readonly elements
        https://bugs.webkit.org/show_bug.cgi?id=87429

        Reviewed by Joseph Pecoraro.

        * fast/forms/input-readonly-focus-expected.txt: Added.
        * fast/forms/input-readonly-focus.html: Added.

2012-05-24  Levi Weintraub  <leviw@chromium.org>

        Avoid creating InlineBoxes for floating and positioned objects in isolates.
        https://bugs.webkit.org/show_bug.cgi?id=87277

        Reviewed by Eric Seidel.

        * fast/text/international/float-as-only-child-of-isolate-crash-expected.txt: Added.
        * fast/text/international/float-as-only-child-of-isolate-crash.html: Added.

2012-05-24  Jessie Berlin  <jberlin@apple.com>

        DOM ClipboardData.setData does not allow writes during clipboard events
        https://bugs.webkit.org/show_bug.cgi?id=17645

        Add the more affected tests to the Windows Skipped list in order to get the bots green and
        clean up the entry in the Skipped list to reference the bugs.webkit.org URL instead of the
        Radar URL.

        * platform/win/Skipped:

2012-05-24  Aaron Colwell  <acolwell@chromium.org>

        Move format independent Media Source tests to http/tests/media/media-source
        https://bugs.webkit.org/show_bug.cgi?id=86688

        Reviewed by Eric Carlson.

        * http/tests/media/media-source/media-source.js: Added. Replaces webm/webm-media-source.js.
        (MediaSourceTest.SegmentHelper): Helper class for loading & managing segment data.
        (MediaSourceTest.SegmentHelper.prototype.init.getDataCallback):
        (MediaSourceTest.SegmentHelper.prototype.init): Initializes helper and starts loading segment data into memory.
        (MediaSourceTest.SegmentHelper.prototype.getInitSegmentDone_): Called when the initialization segment has been loaded.
        (MediaSourceTest.SegmentHelper.prototype.downloadMediaSegment_.getDataCallback):
        (MediaSourceTest.SegmentHelper.prototype.downloadMediaSegment_): Downloads the i'th media segment.
        (MediaSourceTest.SegmentHelper.prototype.downloadMediaSegmentDone_): Called when the media segment is download. Initiates downloading of the next segment if we don't have them all yet.
        (MediaSourceTest.SegmentHelper.prototype.getData_.request.onload):
        (MediaSourceTest.SegmentHelper.prototype.getData_): Private helper function that downloads data with XHR.
        (MediaSourceTest.SegmentHelper.prototype.addSourceId): Helper function that adds a SourceID using the type specified in the segmentInfo.
        (MediaSourceTest.SegmentHelper.prototype.appendInitSegment): Append the initialization segment using webkitSourceAppend().
        (MediaSourceTest.SegmentHelper.prototype.appendMediaSegment): Appends the i'th media segment using webkitSourceAppend().
        (MediaSourceTest.SegmentHelper.prototype.appendUntilEndOfStream): Starts appending at the i'th media segment and continues appending segments until it has appended the last one.
        (MediaSourceTest.SegmentHelper.prototype.getTimeForMediaSegment): Gets the starting timestamp for the i'th media segment.
        (MediaSourceTest.SegmentHelper.prototype.getMediaSegmentIndexForTimestamp): Gets the media segment index number for the specified timestamp.
        (MediaSourceTest.setSrcToMediaSourceTestURL): Helper function that sets src to webkitMediaSourceURL.
        (MediaSourceTest.mediaErrorString): Helper function that converts a MediaError code to a string.
        (MediaSourceTest.defaultOnErrorChecks): Default event handler for error events. 
        (MediaSourceTest.runNext_.runNextFunction): Function passed to a test case to trigger moving on to the next test.
        (MediaSourceTest.runNext_.errorEventHandler): Error event handler to use for a test case. This allows moving on to the next test if we get an unexpected error.
        (MediaSourceTest.runNext_): Private helper function for running a single test case.
        (MediaSourceTest.startTesting): Runs the test case harness.
        (MediaSourceTest.startSourceOpenTesting.testWrapperFunction): Wraps test case functions so that they will get called when webkitsourceopen event fires.
        (MediaSourceTest.startSourceOpenTesting): Runs the test case harness where test case functions are run from the webkitsourceopen event handler.
        (MediaSourceTest.runOnSourceOpen.eventHandlerFunction): 
        (MediaSourceTest.runOnSourceOpen): Helper function that enable Media Source and calls a function when the webkitsourceopen fires.
        (MediaSourceTest.logSourceState): Logs the current webkitSourceState to the console.
        (MediaSourceTest.expectSourceState): Helper function that verifies a webkitSourceState expectatation.
        (MediaSourceTest.getSourceStateName): Converts a sourcestate value into a string.
        (MediaSourceTest.expectReadyState): Helper function that verifies a readyState expectation.
        (MediaSourceTest.getReadyStateName): Converts a readyState value into a string.
        * http/tests/media/media-source/video-media-source-abort-expected.txt: Added.
        * http/tests/media/media-source/video-media-source-abort.html: Added.
        * http/tests/media/media-source/video-media-source-add-and-remove-ids-expected.txt: Renamed from LayoutTests/http/tests/media/media-source/webm/video-media-source-add-and-remove-ids-expected.txt.
        * http/tests/media/media-source/video-media-source-add-and-remove-ids.html: Added.
        * http/tests/media/media-source/video-media-source-errors-expected.txt: Renamed from LayoutTests/http/tests/media/media-source/webm/video-media-source-errors-expected.txt.
        * http/tests/media/media-source/video-media-source-errors.html: Added.
        * http/tests/media/media-source/video-media-source-event-attributes.html:
        * http/tests/media/media-source/video-media-source-play-expected.txt: Renamed from LayoutTests/http/tests/media/media-source/webm/video-media-source-play-expected.txt.
        * http/tests/media/media-source/video-media-source-play.html: Renamed from LayoutTests/http/tests/media/media-source/webm/video-media-source-play.html.
        * http/tests/media/media-source/video-media-source-seek-expected.txt: Renamed from LayoutTests/http/tests/media/media-source/webm/video-media-source-seek-expected.txt.
        * http/tests/media/media-source/video-media-source-seek.html: Renamed from LayoutTests/http/tests/media/media-source/webm/video-media-source-seek.html.
        * http/tests/media/media-source/video-media-source-state-changes-expected.txt: Renamed from LayoutTests/http/tests/media/media-source/webm/video-media-source-state-changes-expected.txt.
        * http/tests/media/media-source/video-media-source-state-changes.html: Renamed from LayoutTests/http/tests/media/media-source/webm/video-media-source-state-changes.html.
        * http/tests/media/media-source/webm/video-media-source-abort-expected.txt: Removed.
        * http/tests/media/media-source/webm/video-media-source-abort.html: Removed.
        * http/tests/media/media-source/webm/video-media-source-add-and-remove-ids.html: Removed.
        * http/tests/media/media-source/webm/video-media-source-errors.html: Removed.
        * http/tests/media/media-source/webm/webm-media-source.js: Removed.
        * http/tests/media/resources/media-source/webm/segment-info.js: Added. Contains segment information for test.webm.
        * http/tests/media/resources/media-source/webm/test.webm.cluster-0: Removed.
        * http/tests/media/resources/media-source/webm/test.webm.cluster-1: Removed.
        * http/tests/media/resources/media-source/webm/test.webm.cluster-10: Removed.
        * http/tests/media/resources/media-source/webm/test.webm.cluster-11: Removed.
        * http/tests/media/resources/media-source/webm/test.webm.cluster-12: Removed.
        * http/tests/media/resources/media-source/webm/test.webm.cluster-13: Removed.
        * http/tests/media/resources/media-source/webm/test.webm.cluster-14: Removed.
        * http/tests/media/resources/media-source/webm/test.webm.cluster-15: Removed.
        * http/tests/media/resources/media-source/webm/test.webm.cluster-2: Removed.
        * http/tests/media/resources/media-source/webm/test.webm.cluster-3: Removed.
        * http/tests/media/resources/media-source/webm/test.webm.cluster-4: Removed.
        * http/tests/media/resources/media-source/webm/test.webm.cluster-5: Removed.
        * http/tests/media/resources/media-source/webm/test.webm.cluster-6: Removed.
        * http/tests/media/resources/media-source/webm/test.webm.cluster-7: Removed.
        * http/tests/media/resources/media-source/webm/test.webm.cluster-8: Removed.
        * http/tests/media/resources/media-source/webm/test.webm.cluster-9: Removed.
        * http/tests/media/resources/media-source/webm/test.webm.headers: Removed.

2012-05-24  Jessie Berlin  <jberlin@apple.com>

        [Win] ASSERTION FAILED !m_ptr under AccessibilityController::winAddNotificationListener
        https://bugs.webkit.org/show_bug.cgi?id=87426

        Add the affected tests to the Windows Skipped list in order to get the bots green.

        * platform/win/Skipped:

2012-05-24  Joshua Bell  <jsbell@chromium.org>

        [Chromium] Update test expectation for fast/js/string-replace-2.html on debug
        https://bugs.webkit.org/show_bug.cgi?id=87423

        * platform/chromium/test_expectations.txt:

2012-05-24  Jessie Berlin  <jberlin@apple.com>

        [Win] Crash under DocumentLoader::didTellClientAboutLoad when running
        fast/dom/Window/Location/window-override-location-using-defineGetter.html
        fast/dom/Window/Location/set-location-after-close.html

        Skip set-location-after-close.html on Windows.

        * platform/win/Skipped:

2012-05-24  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [EFL] [DRT] keyboard-related tests do not pass
        https://bugs.webkit.org/show_bug.cgi?id=85369

        Reviewed by Gustavo Noronha Silva.

        * platform/efl/Skipped: Unskipped keyboard-related tests.

2012-05-24  Joshua Bell  <jsbell@chromium.org>

        [Chromium] Widen test suppressions to include linux crash.
        https://bugs.webkit.org/show_bug.cgi?id=87160

        Unreviewed gardening.

        * platform/chromium/test_expectations.txt:

2012-05-24  Yael Aharon  <yael.aharon@nokia.com>

        [Qt] Stop using the flag FIXED_POSITION_CREATES_STACKING_CONTEXT
        https://bugs.webkit.org/show_bug.cgi?id=87392

        Reviewed by Antonio Gomes.

        Update test expectations, since now don't turn on the setting when running layout tests.
        
        * platform/qt/fast/block/positioning/016-expected.txt:
        * platform/qt/fast/block/positioning/025-expected.txt:

2012-05-24  Robert Hogan  <robert@webkit.org>

        Negative margin block doesn't properly clear a float enclosed by a previous sibling
        https://bugs.webkit.org/show_bug.cgi?id=10900

        Reviewed by David Hyatt.

        * fast/css/clear-float-sibling-expected.html: Added.
        * fast/css/clear-float-sibling.html: Added.

2012-05-24  Jessie Berlin  <jberlin@apple.com>

        Clean up the Windows Skipped list a bit.

        Update it for the renames in r108832 and the test removed in r113532.
        Also, replace "//" with "#" in a couple comments.

        * platform/win/Skipped:

2012-05-24  Raphael Kubo da Costa  <rakuco@webkit.org>

        [EFL] Modify keycode conversion functions to return keycodes with location information after r118001.
        https://bugs.webkit.org/show_bug.cgi?id=87203

        Reviewed by Andreas Kling.

        * platform/efl/test_expectations.txt: Unskip fast/events/keydown-leftright-keys.html.

2012-05-24  Alexander Shalamov  <alexander.shalamov@intel.com>

        [EFL] Update test expectations for layout test fast/events/click-focus-anchor.html
        https://bugs.webkit.org/show_bug.cgi?id=87293

        Reviewed by Eric Seidel.

        Anchor elements are mouse focusable in EFL port.

        * fast/events/click-focus-anchor-expected.txt:
        * fast/events/click-focus-anchor.html:
        * platform/efl/Skipped:
        * platform/efl/fast/events/click-focus-anchor-expected.txt:
        * platform/gtk/fast/events/click-focus-anchor-expected.txt:
        * platform/qt/fast/events/click-focus-anchor-expected.txt:

2012-05-24  Alexander Shalamov  <alexander.shalamov@intel.com>

        [EFL] Update test expectations for layout test fast/events/click-focus-control.html
        https://bugs.webkit.org/show_bug.cgi?id=87295

        Reviewed by Eric Seidel.

        HTMLFormControlElement is not mouse focusable in EFL port.

        * platform/efl/Skipped:
        * platform/efl/fast/events/click-focus-control-expected.txt: Added.

2012-05-24  János Badics  <jbadics@inf.u-szeged.hu>

        [Qt] Unskip and rebase now passing tests from qt-5.0/Skipped list.

        Reviewed by Csaba Osztrogonác.

        * platform/qt-5.0-wk2/editing/pasteboard/4944770-1-expected.png: Added.
        * platform/qt-5.0-wk2/editing/pasteboard/4944770-1-expected.txt: Added.
        * platform/qt-5.0-wk2/editing/pasteboard/4944770-2-expected.png: Added.
        * platform/qt-5.0-wk2/editing/pasteboard/4944770-2-expected.txt: Added.
        * platform/qt-5.0-wk2/editing/selection/select-box-expected.png: Added.
        * platform/qt-5.0-wk2/editing/selection/select-box-expected.txt: Added.
        * platform/qt-5.0-wk2/editing/selection/select-element-paragraph-boundary-expected.png: Added.
        * platform/qt-5.0-wk2/editing/selection/select-element-paragraph-boundary-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: Added.
        * platform/qt-5.0-wk2/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/dynamic/008-expected.png: Added.
        * platform/qt-5.0-wk2/fast/dynamic/008-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label06-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label06-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label07-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label07-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/box-shadow-override-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/box-shadow-override-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/form-element-geometry-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/form-element-geometry-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/input-disabled-color-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/input-disabled-color-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/menulist-separator-painting-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/menulist-separator-painting-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/placeholder-pseudo-style-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/placeholder-pseudo-style-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/select-background-none-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/select-background-none-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/select-baseline-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/select-baseline-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/selectlist-minsize-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/selectlist-minsize-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/textarea-align-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/textarea-align-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/textarea-setinnerhtml-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/textarea-setinnerhtml-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/parser/entity-comment-in-textarea-expected.png: Added.
        * platform/qt-5.0-wk2/fast/parser/entity-comment-in-textarea-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/parser/open-comment-in-textarea-expected.png: Added.
        * platform/qt-5.0-wk2/fast/parser/open-comment-in-textarea-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/replaced/three-selects-break-expected.png: Added.
        * platform/qt-5.0-wk2/fast/replaced/three-selects-break-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/table/003-expected.png: Added.
        * platform/qt-5.0-wk2/fast/table/003-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/text/large-text-composed-char-expected.png: Added.
        * platform/qt-5.0-wk2/fast/text/large-text-composed-char-expected.txt: Added.
        * platform/qt-5.0/Skipped:
        * platform/qt-5.0/editing/pasteboard/4944770-1-expected.png: Added.
        * platform/qt-5.0/editing/pasteboard/4944770-1-expected.txt: Added.
        * platform/qt-5.0/editing/pasteboard/4944770-2-expected.png: Added.
        * platform/qt-5.0/editing/pasteboard/4944770-2-expected.txt: Added.
        * platform/qt-5.0/editing/selection/select-box-expected.png: Added.
        * platform/qt-5.0/editing/selection/select-box-expected.txt: Added.
        * platform/qt-5.0/editing/selection/select-element-paragraph-boundary-expected.png: Added.
        * platform/qt-5.0/editing/selection/select-element-paragraph-boundary-expected.txt: Added.
        * platform/qt-5.0/fast/dom/DeviceMotion/create-event-expected.txt: Added.
        * platform/qt-5.0/fast/dom/DeviceMotion/no-page-cache-expected.txt: Added.
        * platform/qt-5.0/fast/dom/DeviceMotion/optional-event-properties-expected.txt: Added.
        * platform/qt-5.0/fast/dom/DeviceMotion/window-property-expected.txt: Added.
        * platform/qt-5.0/fast/dom/DeviceOrientation/create-event-expected.txt: Added.
        * platform/qt-5.0/fast/dom/DeviceOrientation/no-page-cache-expected.txt: Added.
        * platform/qt-5.0/fast/dom/DeviceOrientation/optional-event-properties-expected.txt: Added.
        * platform/qt-5.0/fast/dom/DeviceOrientation/window-property-expected.txt: Added.
        * platform/qt-5.0/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: Added.
        * platform/qt-5.0/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: Added.
        * platform/qt-5.0/fast/dom/Orientation/create-event-orientationchange-expected.txt: Added.
        * platform/qt-5.0/fast/dom/Window/window-properties-device-orientation-expected.txt: Added.
        * platform/qt-5.0/fast/dynamic/008-expected.png: Added.
        * platform/qt-5.0/fast/dynamic/008-expected.txt: Added.
        * platform/qt-5.0/fast/forms/HTMLOptionElement_label06-expected.png: Added.
        * platform/qt-5.0/fast/forms/HTMLOptionElement_label06-expected.txt: Added.
        * platform/qt-5.0/fast/forms/HTMLOptionElement_label07-expected.png: Added.
        * platform/qt-5.0/fast/forms/HTMLOptionElement_label07-expected.txt: Added.
        * platform/qt-5.0/fast/forms/box-shadow-override-expected.png: Added.
        * platform/qt-5.0/fast/forms/box-shadow-override-expected.txt: Added.
        * platform/qt-5.0/fast/forms/form-element-geometry-expected.png: Added.
        * platform/qt-5.0/fast/forms/form-element-geometry-expected.txt: Added.
        * platform/qt-5.0/fast/forms/input-disabled-color-expected.png: Added.
        * platform/qt-5.0/fast/forms/input-disabled-color-expected.txt: Added.
        * platform/qt-5.0/fast/forms/menulist-separator-painting-expected.png: Added.
        * platform/qt-5.0/fast/forms/menulist-separator-painting-expected.txt: Added.
        * platform/qt-5.0/fast/forms/placeholder-pseudo-style-expected.png: Added.
        * platform/qt-5.0/fast/forms/placeholder-pseudo-style-expected.txt: Added.
        * platform/qt-5.0/fast/forms/select-background-none-expected.png: Added.
        * platform/qt-5.0/fast/forms/select-background-none-expected.txt: Added.
        * platform/qt-5.0/fast/forms/select-baseline-expected.png: Added.
        * platform/qt-5.0/fast/forms/select-baseline-expected.txt: Added.
        * platform/qt-5.0/fast/forms/selectlist-minsize-expected.png: Added.
        * platform/qt-5.0/fast/forms/selectlist-minsize-expected.txt: Added.
        * platform/qt-5.0/fast/forms/textarea-align-expected.png: Added.
        * platform/qt-5.0/fast/forms/textarea-align-expected.txt: Added.
        * platform/qt-5.0/fast/forms/textarea-setinnerhtml-expected.png: Added.
        * platform/qt-5.0/fast/forms/textarea-setinnerhtml-expected.txt: Added.
        * platform/qt-5.0/fast/parser/entity-comment-in-textarea-expected.png: Added.
        * platform/qt-5.0/fast/parser/entity-comment-in-textarea-expected.txt: Added.
        * platform/qt-5.0/fast/parser/open-comment-in-textarea-expected.png: Added.
        * platform/qt-5.0/fast/parser/open-comment-in-textarea-expected.txt: Added.
        * platform/qt-5.0/fast/replaced/three-selects-break-expected.png: Added.
        * platform/qt-5.0/fast/replaced/three-selects-break-expected.txt: Added.
        * platform/qt-5.0/fast/table/003-expected.png: Added.
        * platform/qt-5.0/fast/table/003-expected.txt: Added.
        * platform/qt-5.0/fast/text/basic/003-expected.png: Added.
        * platform/qt-5.0/fast/text/basic/003-expected.txt: Added.
        * platform/qt-5.0/fast/text/large-text-composed-char-expected.png: Added.
        * platform/qt-5.0/fast/text/large-text-composed-char-expected.txt: Added.
        * platform/qt-5.0/fast/text/letter-spacing-negative-opacity-expected.png: Added.
        * platform/qt-5.0/fast/text/letter-spacing-negative-opacity-expected.txt: Added.
        * platform/qt-5.0/fast/xsl/document-function-expected.png: Added.
        * platform/qt-5.0/fast/xsl/document-function-expected.txt: Added.
        * platform/qt-5.0/fast/xsl/xslt-entity-expected.png: Added.
        * platform/qt-5.0/fast/xsl/xslt-entity-expected.txt: Added.

2012-05-24  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: [regression] search in formatted scripts is broken.
        https://bugs.webkit.org/show_bug.cgi?id=87377

        Reviewed by Vsevolod Vlasov.

        * inspector/debugger/script-formatter-search-expected.txt: Added.
        * inspector/debugger/script-formatter-search.html: Added.

2012-05-24  Jessie Berlin  <jberlin@apple.com>

        Fix the Mac tests after r118353.

        * platform/mac/fast/js/global-constructors-expected.txt:

2012-05-24  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt5][WK2] Gardening. Skip failing test after r118058.
        https://bugs.webkit.org/show_bug.cgi?id=87395

        Reviewed by Csaba Osztrogonác.

        * platform/qt-5.0-wk2/Skipped: Skip fast/forms/ValidityState-valueMissing-002.html.

2012-05-24  Zoltan Arvai  <zarvai@inf.u-szeged.hu>

        [Qt] Gardening. Remove no more required expected file.

        [WK2] Skip test that uses unimplemented feature.
        https://bugs.webkit.org/show_bug.cgi?id=81042

        Reviewed by Csaba Osztrogonác.

        * platform/qt/svg/custom/global-constructors-expected.txt: Removed.
        * platform/wk2/Skipped: editing/spelling/grammar-markers.html.

2012-05-24  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r118352.
        http://trac.webkit.org/changeset/118352
        https://bugs.webkit.org/show_bug.cgi?id=87390

        Caused 6 editing/spelling tests crash/fail on chromium in
        debug. (Requested by vsevik on #webkit).

        * editing/spelling/grammar-markers-expected.txt: Removed.
        * editing/spelling/grammar-markers.html: Removed.
        * platform/chromium-linux/editing/spelling/grammar-markers-expected.png: Removed.
        * platform/chromium/test_expectations.txt:
        * platform/mac/editing/spelling/grammar-markers-expected.png: Removed.

2012-05-24  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r118256.
        http://trac.webkit.org/changeset/118256
        https://bugs.webkit.org/show_bug.cgi?id=87388

        It still fails on Qt5-WK2 (Requested by Ossy on #webkit).

        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0/Skipped:

2012-05-24  Sudarsana Nagineni  <sudarsana.nagineni@linux.intel.com>

        [EFL] [DRT] Add baselines for execCommand tests which are missing expected results
        https://bugs.webkit.org/show_bug.cgi?id=84839

        Unreviewed gardening, add EFL baselines for execCommand tests and move a
        few tests which rely on copy & paste functionality to test_expectations.txt.

        * platform/efl/editing/execCommand/4580583-1-expected.png: Added.
        * platform/efl/editing/execCommand/4580583-1-expected.txt: Added.
        * platform/efl/editing/execCommand/4580583-2-expected.png: Added.
        * platform/efl/editing/execCommand/4580583-2-expected.txt: Added.
        * platform/efl/editing/execCommand/4641880-1-expected.png: Added.
        * platform/efl/editing/execCommand/4641880-1-expected.txt: Added.
        * platform/efl/editing/execCommand/4641880-2-expected.png: Added.
        * platform/efl/editing/execCommand/4641880-2-expected.txt: Added.
        * platform/efl/editing/execCommand/4747450-expected.png: Added.
        * platform/efl/editing/execCommand/4747450-expected.txt: Added.
        * platform/efl/editing/execCommand/4916402-expected.png: Added.
        * platform/efl/editing/execCommand/4916402-expected.txt: Added.
        * platform/efl/editing/execCommand/4916541-expected.png: Added.
        * platform/efl/editing/execCommand/4916541-expected.txt: Added.
        * platform/efl/editing/execCommand/4924441-expected.png: Added.
        * platform/efl/editing/execCommand/4924441-expected.txt: Added.
        * platform/efl/editing/execCommand/5080333-1-expected.png: Added.
        * platform/efl/editing/execCommand/5080333-1-expected.txt: Added.
        * platform/efl/editing/execCommand/5080333-2-expected.png: Added.
        * platform/efl/editing/execCommand/5080333-2-expected.txt: Added.
        * platform/efl/editing/execCommand/5136770-expected.png: Added.
        * platform/efl/editing/execCommand/5136770-expected.txt: Added.
        * platform/efl/editing/execCommand/5138441-expected.png: Added.
        * platform/efl/editing/execCommand/5138441-expected.txt: Added.
        * platform/efl/editing/execCommand/5142012-1-expected.png: Added.
        * platform/efl/editing/execCommand/5142012-1-expected.txt: Added.
        * platform/efl/editing/execCommand/5142012-2-expected.png: Added.
        * platform/efl/editing/execCommand/5142012-2-expected.txt: Added.
        * platform/efl/editing/execCommand/5190926-expected.png: Added.
        * platform/efl/editing/execCommand/5190926-expected.txt: Added.
        * platform/efl/editing/execCommand/5481523-expected.png: Added.
        * platform/efl/editing/execCommand/5481523-expected.txt: Added.
        * platform/efl/editing/execCommand/5482023-expected.png: Added.
        * platform/efl/editing/execCommand/5482023-expected.txt: Added.
        * platform/efl/editing/execCommand/5569741-expected.png: Added.
        * platform/efl/editing/execCommand/5569741-expected.txt: Added.
        * platform/efl/editing/execCommand/create-list-with-hr-expected.png: Added.
        * platform/efl/editing/execCommand/create-list-with-hr-expected.txt: Added.
        * platform/efl/editing/execCommand/findString-2-expected.png: Added.
        * platform/efl/editing/execCommand/findString-2-expected.txt: Added.
        * platform/efl/editing/execCommand/findString-expected.png: Added.
        * platform/efl/editing/execCommand/findString-expected.txt: Added.
        * platform/efl/editing/execCommand/format-block-with-trailing-br-expected.png: Added.
        * platform/efl/editing/execCommand/indent-empty-root-expected.png: Added.
        * platform/efl/editing/execCommand/indent-empty-root-expected.txt: Added.
        * platform/efl/editing/execCommand/indent-list-item-expected.png: Added.
        * platform/efl/editing/execCommand/indent-list-item-expected.txt: Added.
        * platform/efl/editing/execCommand/indent-selection-expected.png: Added.
        * platform/efl/editing/execCommand/indent-selection-expected.txt: Added.
        * platform/efl/editing/execCommand/insert-list-and-stitch-expected.png: Added.
        * platform/efl/editing/execCommand/insert-list-and-stitch-expected.txt: Added.
        * platform/efl/editing/execCommand/insertHorizontalRule-expected.png: Added.
        * platform/efl/editing/execCommand/insertHorizontalRule-expected.txt: Added.
        * platform/efl/editing/execCommand/insertImage-expected.png: Added.
        * platform/efl/editing/execCommand/insertImage-expected.txt: Added.
        * platform/efl/editing/execCommand/nsresponder-indent-expected.png: Added.
        * platform/efl/editing/execCommand/nsresponder-indent-expected.txt: Added.
        * platform/efl/editing/execCommand/nsresponder-outdent-expected.png: Added.
        * platform/efl/editing/execCommand/nsresponder-outdent-expected.txt: Added.
        * platform/efl/editing/execCommand/outdent-blockquote-test1-expected.txt: Added.
        * platform/efl/editing/execCommand/outdent-blockquote-test2-expected.txt: Added.
        * platform/efl/editing/execCommand/outdent-blockquote-test3-expected.txt: Added.
        * platform/efl/editing/execCommand/outdent-blockquote-test4-expected.txt: Added.
        * platform/efl/editing/execCommand/print-expected.png: Added.
        * platform/efl/editing/execCommand/print-expected.txt: Added.
        * platform/efl/editing/execCommand/remove-list-from-range-selection-expected.png: Added.
        * platform/efl/editing/execCommand/remove-list-from-range-selection-expected.txt: Added.
        * platform/efl/editing/execCommand/remove-list-item-1-expected.png: Added.
        * platform/efl/editing/execCommand/remove-list-item-1-expected.txt: Added.
        * platform/efl/editing/execCommand/selectAll-expected.png: Added.
        * platform/efl/editing/execCommand/selectAll-expected.txt: Added.
        * platform/efl/test_expectations.txt:

2012-05-24  Pavel Feldman  <pfeldman@chromium.org>

        Web Inspector: introduce virtual resource for inspector stylesheet.
        https://bugs.webkit.org/show_bug.cgi?id=87357

        Reviewed by Vsevolod Vlasov.

        * inspector/styles/edit-inspector-stylesheet-expected.txt: Added.
        * inspector/styles/edit-inspector-stylesheet.html: Added.
        * inspector/styles/styles-add-new-rule-expected.txt:
        * inspector/styles/styles-add-new-rule.html:
        * inspector/styles/undo-add-new-rule-expected.txt:

2012-05-24  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [EFL][DRT] LayoutTestController's setCacheModel() implementation
        https://bugs.webkit.org/show_bug.cgi?id=86840

        Reviewed by Csaba Osztrogonác.

        * platform/efl/Skipped: Unskipped fast/dom/HTMLScriptElement/nested-execution.html.

2012-05-24  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>

        [Qt] Unreviewed. Update platform specific expectation after r118353

        * platform/qt/fast/js/global-constructors-expected.txt:

2012-05-24  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Add platform specific expectation.

        * platform/qt-5.0-wk2/fast/forms/search-rtl-expected.txt: Added after r117672.

2012-05-24  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>

        [Qt] r118325 made two inspector tests to fail
        https://bugs.webkit.org/show_bug.cgi?id=87385

        Unreviewed gardening.

        * platform/qt/Skipped: skip the failing tests

2012-05-24  Rakesh KN  <rakesh.kn@motorola.com>

        Filter for RadioNodeList should be case sensitive.
        https://bugs.webkit.org/show_bug.cgi?id=87369

        Reviewed by Kent Tamura.

        * fast/forms/form-collection-radio-node-list.html:

2012-05-24  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>

        new test fast/js/dfg-arguments-mixed-alias.html fail on 32 bit linux
        https://bugs.webkit.org/show_bug.cgi?id=87378

        Unreviewed gardening.

        * platform/qt/Skipped: skip the failing test

2012-05-24  Nikolas Zimmermann  <nzimmermann@rim.com>

        SVGZoomAndPan constants are missing from window object
        https://bugs.webkit.org/show_bug.cgi?id=15494

        Reviewed by Rob Buis.

        SVGZoomAndPan is now available as global constructor, rebaseline results.

        * svg/custom/global-constructors-expected.txt:
        * svg/custom/js-svg-constructors-expected.txt:
        * svg/custom/js-svg-constructors.svg:

2012-05-24  Hironori Bono  <hbono@chromium.org>

        Enable grammar checking on Chromium when we paste text.
        https://bugs.webkit.org/show_bug.cgi?id=74393

        Reviewed by Hajime Morita.

        This change enables grammar checking on Chromium and implements a mock grammar
        checker to fix a failing test.

        * editing/spelling/grammar-markers-expected.txt: Added.
        * editing/spelling/grammar-markers.html: Added.
        * platform/chromium-linux/editing/spelling/grammar-markers-expected.png: Added.
        * platform/chromium/test_expectations.txt:
        * platform/mac/editing/spelling/grammar-markers-expected.png: Added.

2012-05-17  Andrey Kosyakov  <caseq@chromium.org>

        Web Inspector: add inspector instrumentation interface for compositing
        https://bugs.webkit.org/show_bug.cgi?id=83842

        Reviewed by Pavel Feldman.

        * inspector/timeline/timeline-enum-stability-expected.txt: added CompositeLayers.

2012-05-24  Vivek Galatage  <vivekgalatage@gmail.com>

        Web Inspector: localStorage items are not updated when the storage changes
        https://bugs.webkit.org/show_bug.cgi?id=83012

        Reviewed by Pavel Feldman.

        Test to verify the storage list is updated in the inspector frontend
        whenever there is any modifications to dom storage.

        * inspector/storage-panel-dom-storage-update-expected.txt: Added.
        * inspector/storage-panel-dom-storage-update.html: Added.

2012-05-24  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>

        [Qt] REGRESSION(r118291) fast/frames/flattening/iframe-tiny.html fails
        https://bugs.webkit.org/show_bug.cgi?id=87363

        Unreviewed gardening.

        * platform/qt/Skipped: skip the failing test

2012-05-24  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>

        [Qt] new test fast/block/positioning/fixed-position-stacking-context.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=87367

        Unreviewed gardening.

        * platform/qt/Skipped: skip the failing test

2012-05-24  Ádám Kallai  <kadam@inf.u-szeged.hu>

        [Qt] Unreviewed gardening. Skip tests because ENABLE(SHADOW_DOM) is disabled.

        * platform/qt/Skipped:

2012-05-24  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] Several canvas/philip test cases can be unskipped
        https://bugs.webkit.org/show_bug.cgi?id=87362

        Unreviewed EFL gardening. Unskip several canvas/philip that are now
        passing.

        * platform/efl/Skipped:
        * platform/efl/test_expectations.txt:

2012-05-24  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed, updating chromium test expectations.

        * platform/chromium/test_expectations.txt:

2012-05-24  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [EFL][DRT] compositing/repaint/opacity-between-absolute.html does not pass
        https://bugs.webkit.org/show_bug.cgi?id=87353

        Unreviewed. Gardening of compositing/repaint/opacity-between-absolute.html test.

        * platform/efl/compositing/repaint/opacity-between-absolute-expected.txt:

2012-05-24  Shinya Kawanaka  <shinyak@chromium.org>

        Elements in Shadow DOM are not resizable.
        https://bugs.webkit.org/show_bug.cgi?id=87342

        Reviewed by Ryosuke Niwa.

        * fast/dom/shadow/resize-in-shadow-dom-expected.txt: Added.
        * fast/dom/shadow/resize-in-shadow-dom.html: Added.

2012-05-24  Vsevolod Vlasov  <vsevik@chromium.org>

        Unreviewed, skipping failing tests on chromium.

        * platform/chromium/test_expectations.txt:

2012-05-23  Stephanie Lewis  <slewis@apple.com>

        See https://bugs.webkit.org/show_bug.cgi?id=87347

        Unreviewed, skipping newly flaky test.

        * platform/mac/Skipped:

2012-05-24  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] EFL's LayoutTestController needs to implement sendWebIntentResponse
        https://bugs.webkit.org/show_bug.cgi?id=86867

        Reviewed by Adam Barth.

        Remove from test expectations the webintents tests that require
        support for sendWebIntentResponse() in EFL's LayoutTestController.

        * platform/efl/test_expectations.txt:

2012-05-23  Filip Pizlo  <fpizlo@apple.com>

        DFG operationTearOffActivation should return after handling the null activation case
        https://bugs.webkit.org/show_bug.cgi?id=87348
        <rdar://problem/11522295>

        Reviewed by Oliver Hunt.

        * fast/js/dfg-tear-off-arguments-not-activation-expected.txt: Added.
        * fast/js/dfg-tear-off-arguments-not-activation.html: Added.
        * fast/js/script-tests/dfg-tear-off-arguments-not-activation.js: Added.
        (bar):

2012-05-17  Filip Pizlo  <fpizlo@apple.com>

        DFG should optimize aliased uses of the Arguments object of the current call frame
        https://bugs.webkit.org/show_bug.cgi?id=86552

        Rubber stamped by Geoff Garen.
        
        Merged r117542 from dfgopt.
        
        Added a bunch of tests that check that our optimizations for aliased uses of the
        'arguments' object are robust against various forms of JavaScript crazy.
        
        * fast/js/dfg-arguments-alias-escape-expected.txt: Added.
        * fast/js/dfg-arguments-alias-escape.html: Added.
        * fast/js/dfg-arguments-alias-expected.txt: Added.
        * fast/js/dfg-arguments-alias.html: Added.
        * fast/js/dfg-arguments-cross-code-origin-expected.txt: Added.
        * fast/js/dfg-arguments-cross-code-origin.html: Added.
        * fast/js/dfg-arguments-mixed-alias-expected.txt: Added.
        * fast/js/dfg-arguments-mixed-alias.html: Added.
        * fast/js/dfg-arguments-osr-exit-expected.txt: Added.
        * fast/js/dfg-arguments-osr-exit.html: Added.
        * fast/js/dfg-arguments-unexpected-escape-expected.txt: Added.
        * fast/js/dfg-arguments-unexpected-escape.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/dfg-arguments-alias-escape.js: Added.
        (foo):
        (bar):
        * fast/js/script-tests/dfg-arguments-alias.js: Added.
        (foo):
        (bar):
        * fast/js/script-tests/dfg-arguments-cross-code-origin.js: Added.
        (foo):
        (bar):
        (baz):
        * fast/js/script-tests/dfg-arguments-mixed-alias.js: Added.
        (foo):
        (bar):
        * fast/js/script-tests/dfg-arguments-osr-exit.js: Added.
        (baz):
        (foo):
        (bar):
        * fast/js/script-tests/dfg-arguments-unexpected-escape.js: Added.
        (baz):
        (foo):
        (bar):

2012-05-23  Hayato Ito  <hayato@chromium.org>

        Add a test case of event dispatching which uses inactive insertion points.
        https://bugs.webkit.org/show_bug.cgi?id=87229

        Reviewed by Darin Adler.

        * fast/dom/shadow/shadow-dom-event-dispatching-expected.txt:
        * fast/dom/shadow/shadow-dom-event-dispatching.html:

2012-05-23  Shinya Kawanaka  <shinyak@chromium.org>

        Document.elementFromPoint exposes inner element of Shadow DOM.
        https://bugs.webkit.org/show_bug.cgi?id=87235

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/element-from-point-in-nested-shadow-expected.txt: Added.
        * fast/dom/shadow/element-from-point-in-nested-shadow.html: Added.

2012-05-23  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r118297.
        http://trac.webkit.org/changeset/118297
        https://bugs.webkit.org/show_bug.cgi?id=87338

        It caused several layout failures on Mac (Requested by
        sundiamonde on #webkit).

        * fast/block/float/floats-with-margin-should-not-wrap-expected.html: Removed.
        * fast/block/float/floats-with-margin-should-not-wrap.html: Removed.

2012-05-23  Shinya Kawanaka  <shinyak@chromium.org>

        Document.caretRangeFromPoint exposes inner elemnet of Shadow DOM.
        https://bugs.webkit.org/show_bug.cgi?id=87231

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/caret-range-from-point-in-nested-shadow-expected.txt: Added.
        * fast/dom/shadow/caret-range-from-point-in-nested-shadow.html: Added.

2012-05-23  Julien Chaffraix  <jchaffraix@webkit.org>

        Crash in RenderTableCol::nextColumn
        https://bugs.webkit.org/show_bug.cgi?id=87314

        Reviewed by Abhishek Arya.

        * fast/table/canvas-column-in-column-group-expected.txt: Added.
        * fast/table/canvas-column-in-column-group.html: Added.
        * fast/table/columngroup-inside-columngroup-expected.txt: Added.
        * fast/table/columngroup-inside-columngroup.html: Added.

2012-05-23  Raphael Kubo da Costa  <rakuco@webkit.org>

        [EFL] Gardening after r118203 and r118171.

        Remove wrong expectations added in r118171 and unskip passing
        tests after r118203.

        * platform/efl/compositing/layer-creation/fixed-position-scroll-expected.png: Removed.
        * platform/efl/compositing/layer-creation/fixed-position-scroll-expected.txt: Removed.
        * platform/efl/test_expectations.txt:

2012-05-23  Kangil Han  <kangil.han@samsung.com>

        [EFL][DRT] Fix WebCore library path and rebaseline result
        https://bugs.webkit.org/show_bug.cgi?id=86355

        Reviewed by Dirk Pranke.

        Currently EFL DRT uses wrong WebCore library path when running DRT.
        Therefore, this patch adjusted the path correctly.

        * platform/efl/test_expectations.txt: Added some cases to skipped list since we don't support those at this stage

2012-05-23  Stephanie Lewis  <slewis@apple.com>

        See https://bugs.webkit.org/show_bug.cgi?id=87208

        Unreviewed, skipping new test that can have side effects.

        * platform/mac/Skipped:

2012-05-23  Shinya Kawanaka  <shinyak@chromium.org>

        [Shadow] mousewheel event isn't fired on nodes in Shadow DOM.
        https://bugs.webkit.org/show_bug.cgi?id=87218

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/wheel-event-in-shadow-dom-expected.txt: Added.
        * fast/dom/shadow/wheel-event-in-shadow-dom.html: Added.
        * fast/dom/shadow/wheel-event-on-input-in-shadow-dom-expected.txt: Added.
        * fast/dom/shadow/wheel-event-on-input-in-shadow-dom.html: Added.

2012-05-23  Hayato Ito  <hayato@chromium.org>

        Adjust a target node of a mouse event correctly when a distributed text node is clicked.
        https://bugs.webkit.org/show_bug.cgi?id=86999

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/shadow-dom-event-dispatching-expected.txt:
        * fast/dom/shadow/shadow-dom-event-dispatching.html:

2012-05-23  Shinya Kawanaka  <shinyak@chromium.org>

        [Shadow] drop event is not fired on nodes in Shadow DOM
        https://bugs.webkit.org/show_bug.cgi?id=85774

        Reviewed by Dimitri Glazkov.

        Confirms drop event is fired on div and input in Shadow DOM.

        * fast/dom/shadow/drop-event-for-input-in-shadow-expected.txt: Added.
        * fast/dom/shadow/drop-event-for-input-in-shadow.html: Added.
        * fast/dom/shadow/drop-event-in-shadow-expected.txt: Added.
        * fast/dom/shadow/drop-event-in-shadow.html: Added.

2012-05-23  Emil A Eklund  <eae@chromium.org>

        REGRESSION (115573): Incorrect rounding of margins for floats
        https://bugs.webkit.org/show_bug.cgi?id=87319

        Reviewed by Eric Seidel.

        Add new test ensuring that using margins with floats doesn't cause
        undesired wrapping.

        * fast/block/float/floats-with-margin-should-not-wrap-expected.html: Added.
        * fast/block/float/floats-with-margin-should-not-wrap.html: Added.

2012-05-23  Eric Seidel  <eric@webkit.org>

        Add seamless layout code (and pass most of the remaining seamless tests)
        https://bugs.webkit.org/show_bug.cgi?id=86608

        Reviewed by Ojan Vafai.

        Add a test for percent height in child documents, as well as
        disabling the expand-to-fill-viewport quirk of html/body elements
        in quirks mode.
        Also update all the expectations now that we pass almost all the tests.

        * fast/frames/seamless/resources/percent-square.html: Added.
        * fast/frames/seamless/resources/two-inline-blocks.html:
        * fast/frames/seamless/seamless-basic-expected.txt:
        * fast/frames/seamless/seamless-float-expected.txt:
        * fast/frames/seamless/seamless-inherited-origin-expected.txt:
        * fast/frames/seamless/seamless-inherited-origin.html:
        * fast/frames/seamless/seamless-inline-expected.txt:
        * fast/frames/seamless/seamless-nested-expected.txt:
        * fast/frames/seamless/seamless-percent-height-expected.txt: Added.
        * fast/frames/seamless/seamless-percent-height.html: Added.
        * fast/frames/seamless/seamless-quirks-expected.txt:
        * fast/frames/seamless/seamless-sandbox-flag-expected.txt:
        * fast/frames/seamless/seamless-sandbox-srcdoc-expected.txt:

2012-05-23  Tony Chang  <tony@chromium.org>

        auto margins on flexbox should allocate space in the cross direction
        https://bugs.webkit.org/show_bug.cgi?id=86913

        Reviewed by Ojan Vafai.

        * css3/flexbox/auto-margins-expected.html: Added.
        * css3/flexbox/auto-margins.html: Added. These are the test cases in the spec.
        * css3/flexbox/flex-align-vertical-writing-mode.html: Fix tests with auto margins and add more tests.
        Also reduce the height so it's easier to see the test cases (these vertical tests don't check the height).
        * css3/flexbox/flex-align.html: Fix tests with auto margins and add more tests.
        * css3/flexbox/flex-flow-auto-margins.html: Fix results now that we handle auto in the cross direction.

2012-05-23  Joshua Bell  <jsbell@chromium.org>

        [Chromium] Marking a pair of fast/history layout tests as flaky (TEXT).
        https://bugs.webkit.org/show_bug.cgi?id=87321

        Unreviewed gardening.

        * platform/chromium/test_expectations.txt:

2012-05-23  Joshua Bell  <jsbell@chromium.org>

        [Chromium] http/tests/cache/history-only-cached-subresource-loads{-max-age-https}.html are now
        failing with TEXT differences, so updated failure expectations.

        Unreviewed gardening.

        * platform/chromium/test_expectations.txt:

2012-05-23  James Robinson  <jamesr@chromium.org>

        Add a Setting to make position:fixed form a new stacking context
        https://bugs.webkit.org/show_bug.cgi?id=87186

        Reviewed by Adam Barth.

        Adds layout tests that confirm we don't creates stacking contexts for position:fixed by default, but we do when
        the fixedPositionCreatesStackingContext Setting is true.

        Qt and Blackberry will need different expectations since they set this via an #ifdef

        * fast/block/positioning/fixed-position-stacking-context-expected.png: Added.
        * fast/block/positioning/fixed-position-stacking-context-expected.txt: Added.
        * fast/block/positioning/fixed-position-stacking-context.html: Added.
        * fast/block/positioning/fixed-position-stacking-context2-expected.png: Added.
        * fast/block/positioning/fixed-position-stacking-context2-expected.txt: Added.
        * fast/block/positioning/fixed-position-stacking-context2.html: Added.

2012-05-23  James Robinson  <jamesr@chromium.org>

        [chromium] Turn ENABLE(OVERFLOW_SCROLLING) off for Chromium port
        https://bugs.webkit.org/show_bug.cgi?id=87177

        Reviewed by Eric Seidel.

        Mark test depending on ENABLE(OVERFLOW_SCROLLING) as an expected failure since the define is off.

        * platform/chromium/test_expectations.txt:

2012-05-23  Hugo Parente Lima  <hugo.lima@openbossa.org>

        [Qt] fast/url/path.html with Qt5 differ results on both WK1 and WK2
        https://bugs.webkit.org/show_bug.cgi?id=77380

        Reviewed by Kenneth Rohde Christiansen.

        The test pass on qt5-wk2, but not on qt5-wk1.

        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0/Skipped:

2012-05-23  Kenneth Russell  <kbr@google.com>

        webgl/context-lost failing on Lion
        https://bugs.webkit.org/show_bug.cgi?id=81284

        Unreviewed test expectations update. The fix for Bug 87136 fixed
        the underlying bug here; adjusting test expectations.

        * platform/mac-snowleopard/fast/canvas/webgl/context-lost-expected.txt: Removed.
        * platform/mac/fast/canvas/webgl/context-lost-expected.txt: Removed.

2012-05-23  Abhishek Arya  <inferno@chromium.org>

        Crash in run-ins with continuations while moving back to original position.
        https://bugs.webkit.org/show_bug.cgi?id=87264

        Reviewed by Julien Chaffraix.

        * fast/runin/runin-continuations-crash-expected.txt: Added.
        * fast/runin/runin-continuations-crash.html: Added.

2012-05-23  Abhishek Arya  <inferno@chromium.org>

        Crash in RenderInline::linesVisualOverflowBoundingBox.
        https://bugs.webkit.org/show_bug.cgi?id=85804

        Reviewed by Dave Hyatt.

        * fast/block/inline-children-root-linebox-crash-expected.txt: Added.
        * fast/block/inline-children-root-linebox-crash.html: Added.

2012-05-23  Chris Rogers  <crogers@google.com>

        AudioParam must support fan-in (multiple audio connections)
        https://bugs.webkit.org/show_bug.cgi?id=83610

        Reviewed by Kenneth Russell.

        * webaudio/audioparam-connect-audioratesignal.html:
        * webaudio/audioparam-summingjunction-expected.txt: Added.
        * webaudio/audioparam-summingjunction.html: Added.

2012-04-12  Eric Uhrhane  <ericu@chromium.org>

        There are no shared worker filesystem tests
        https://bugs.webkit.org/show_bug.cgi?id=83828

        Reviewed by David Levin.

        * fast/filesystem/resources/file-writer-events.js:
        Minor tweak to prevent double-import of js-test-pre.js
        * fast/filesystem/resources/shared-worker-stub.js: Added.
        Stub that imports js-test-pre.js for shared workers, so that we don't
        actually import the test script until postMessage has somewhere to go.
        * fast/filesystem/workers/file-writer-events-shared-worker-expected.txt: Added.
        * fast/filesystem/workers/file-writer-events-shared-worker.html: Added.
        The new test, running the same old file-writer-events.js that runs in
        document and worker context.
        * fast/js/resources/js-test-pre.js:
        Previously it looked like startWorker supported creating shared workers;
        there was an option, but it was a lie.  If you used it, it was
        completely broken.  This adds a functional minimal implementation.
        (startWorker.worker.port.onmessage):
        (startWorker):
        (.self.onconnect.workerPort.onmessage):
        (.self.onconnect):
        (.description):
        (.testFailed):
        (.testPassed):
        (.finishJSTest):
        (.debug):
        * platform/chromium/test_expectations.txt:
        DumpRenderTree and test_shell don't support shared workers; you have to
        run this by hand in Chrome.

2012-05-23  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] webintents/web-intents-delivery-reuse.html is failing on EFL port
        https://bugs.webkit.org/show_bug.cgi?id=87092

        Reviewed by Adam Barth.

        Remove webintents/web-intents-delivery-reuse.html from test
        expectations now that window.webkitIntent is really replaceable and
        now that the test is passing.

        * platform/efl/test_expectations.txt:

2012-05-23  Abhishek Arya  <inferno@chromium.org>

        ASSERT failure toRenderProgress in HTMLProgressElement::didElementStateChange
        https://bugs.webkit.org/show_bug.cgi?id=87274

        Reviewed by Darin Adler.

        * fast/runin/progress-run-in-crash-expected.txt: Added.
        * fast/runin/progress-run-in-crash.html: Added.

2012-05-23  Kenneth Russell  <kbr@google.com>

        REGRESSION(117918) - 4 webgl/tex-iomage-and-sub-image-2d-with-image tests failing on Mac bots.
        https://bugs.webkit.org/show_bug.cgi?id=87136

        Reviewed by Stephen White.

        Unskipped tests.

        * platform/mac/Skipped:

2012-05-23  Chris Fleizach  <cfleizach@apple.com>

        Regression(r112694): Crash in WebCore::AXObjectCache::postNotification
        https://bugs.webkit.org/show_bug.cgi?id=86029

        Reviewed by Abhishek Arya.

        * accessibility/content-changed-notification-causes-crash-expected.txt: Added.
        * accessibility/content-changed-notification-causes-crash.html: Added.

2012-05-23  Joshua Bell  <jsbell@chromium.org>

        Unreviewed gardening - one more media/track test is crashy.

        * platform/chromium/test_expectations.txt:

2012-05-22  Jer Noble  <jer.noble@apple.com>

        PlatformClockCM has uninitialized m_rate member.
        https://bugs.webkit.org/show_bug.cgi?id=87217

        Reviewed by Eric Carlson.

        * media/media-controller-time-expected.txt: Added.
        * media/media-controller-time.html: Added.

2012-05-23  Levi Weintraub  <leviw@chromium.org>

        fast/sub-pixel/layout-boxes-with-zoom.html fails at 166% zoom on Windows only
        https://bugs.webkit.org/show_bug.cgi?id=87282

        Unreviewed. Marking fast/sub-pixel/layout-boxes-with-zoom.html as failing on Chromium Windows.

        * platform/chromium/test_expectations.txt:

2012-05-23  Joshua Bell  <jsbell@chromium.org>

        Unreviewed gardening - inspector/profiler/heap-snapshot-summary-show-ranges.html
        flakes on non-debug test runs too.

        * platform/chromium/test_expectations.txt:

2012-05-23  Joshua Bell  <jsbell@chromium.org>

        Unreviewed gardening - add timeout and crash expectations for a few tests.

        * platform/chromium/test_expectations.txt:

2012-05-23  Joshua Bell  <jsbell@chromium.org>

        Add crashing expectation for more media/track tests:
        track-language-preference.html, track-load-from-element-readyState.html, and
        track-webvtt-tc019-cue-size.html - tracked in http://webkit.org/b/87258

        Unreviewed gardening.

        * platform/chromium/test_expectations.txt:

2012-05-23  Emil A Eklund  <eae@chromium.org>

        Unskip sub-pixel tests on chromium now that they flag has been turned on (in r 117815).

        * platform/chromium/test_expectations.txt:

2012-05-23  Emil A Eklund  <eae@chromium.org>

        Add test for subpixel precision in DOM APIs
        https://bugs.webkit.org/show_bug.cgi?id=85534

        Reviewed by Eric Seidel.

        Add test for increased precision due to subpixel support in the
        getBoundingClientRect api. Also test that clientWidth returns the pixel
        snapped value.

        * fast/sub-pixel/client-rect-has-subpixel-precision-expected.html: Added.
        * fast/sub-pixel/client-rect-has-subpixel-precision.html: Added.
        * platform/efl/Skipped:
        * platform/gtk-wk2/Skipped:
        * platform/mac-lion/Skipped:
        * platform/mac-snowleopard/Skipped:
        * platform/mac-wk2/Skipped:
        * platform/mac/Skipped:
        * platform/qt-4.8/Skipped:
        * platform/qt/Skipped:
        * platform/win-wk2/Skipped:
        * platform/win-xp/Skipped:
        * platform/win/Skipped:
        * platform/wincairo/Skipped:
        * platform/wk2/Skipped:
        Mark as skipped on all platforms but chromium for now.

2012-05-23  Alexei Filippov  <alexeif@chromium.org>

        Web Inspector: filter out debugging stuff from the heap class view
        https://bugs.webkit.org/show_bug.cgi?id=86723

        Reviewed by Yury Semikhatsky.

        * inspector/profiler/heap-snapshot-comparison-dom-groups-change.html:
        * inspector/profiler/heap-snapshot-comparison-show-all.html:
        * inspector/profiler/heap-snapshot-containment-expansion-preserved-when-sorting.html:
        * inspector/profiler/heap-snapshot-containment-show-all.html:
        * inspector/profiler/heap-snapshot-containment-show-next.html:
        * inspector/profiler/heap-snapshot-containment-shown-node-count-preserved-when-sorting.html:
        * inspector/profiler/heap-snapshot-dominators-expansion-preserved-when-sorting.html:
        * inspector/profiler/heap-snapshot-dominators-show-all.html:
        * inspector/profiler/heap-snapshot-dominators-show-next.html:
        * inspector/profiler/heap-snapshot-dominators-shown-node-count-preserved-when-sorting.html:
        * inspector/profiler/heap-snapshot-dominators-sorting.html:
        * inspector/profiler/heap-snapshot-test.js:
        (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMockObject):
        (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMockRaw):
        (initialize_HeapSnapshotTest):
        (initialize_HeapSnapshotTest.):
        * inspector/profiler/heap-snapshot.html:

2012-05-23  Dominik Röttsches  <dominik.rottsches@intel.com>

        [EFL][DRT] Today's ingredients for a green bot
        https://bugs.webkit.org/show_bug.cgi?id=87244

        Unreviewed, EFL gardening.

        Some rebaselines, and moving out a set of new crashes that
        need more investigation.

        * platform/efl/fast/css-generated-content/inline-display-types-expected.png:
        * platform/efl/fast/css-generated-content/inline-display-types-expected.txt:
        * platform/efl/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.png:
        * platform/efl/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt:
        * platform/efl/fast/inline-block/001-expected.png:
        * platform/efl/fast/inline-block/001-expected.txt:
        * platform/efl/test_expectations.txt:

2012-05-23  Steve Block  <steveblock@google.com>

        Add crashing expectation for media/video-src-invalid-remove.html

        Unreviewed gardening.

        * platform/chromium/test_expectations.txt:

2012-05-23  Andrei Bucur  <abucur@adobe.com>

        [CSSRegions]Implement NamedFlow::name attribute
        https://bugs.webkit.org/show_bug.cgi?id=79645

        Test for the NamedFlow::name attribute per the CSS Regions WD 3-May-2012 recommendation:
        http://www.w3.org/TR/2012/WD-css3-regions-20120503/

        Reviewed by Andreas Kling.

        * fast/regions/webkit-named-flow-name-expected.txt: Added.
        * fast/regions/webkit-named-flow-name.html: Added.

2012-05-23  Grzegorz Czajkowski  <g.czajkowski@samsung.com>

        Unreviewed, rolling out r118157.
        http://trac.webkit.org/changeset/118157
        https://bugs.webkit.org/show_bug.cgi?id=87100

        Newly added tests are not connected to 8483 bug.
        editing/style directory should be unskiped first.

        * platform/efl/test_expectations.txt:

2012-05-23  Kangil Han  <kangil.han@samsung.com>

        [EFL][DRT] Rebaseline test results for BUG 86355
        https://bugs.webkit.org/show_bug.cgi?id=86956

        Unreviewed, EFL gardening.

        Updated test results for BUG 86355.

        * platform/efl/compositing/animation/state-at-end-event-transform-layer-expected.png:
        * platform/efl/compositing/animation/state-at-end-event-transform-layer-expected.txt:
        * platform/efl/compositing/bounds-in-flipped-writing-mode-expected.txt: Added.
        * platform/efl/compositing/color-matching/image-color-matching-expected.png:
        * platform/efl/compositing/color-matching/image-color-matching-expected.txt:
        * platform/efl/compositing/color-matching/pdf-image-match-expected.png:
        * platform/efl/compositing/color-matching/pdf-image-match-expected.txt:
        * platform/efl/compositing/compositing-visible-descendant-expected.png:
        * platform/efl/compositing/compositing-visible-descendant-expected.txt:
        * platform/efl/compositing/direct-image-compositing-expected.png:
        * platform/efl/compositing/direct-image-compositing-expected.txt:
        * platform/efl/compositing/generated-content-expected.png:
        * platform/efl/compositing/generated-content-expected.txt:
        * platform/efl/compositing/geometry/abs-position-inside-opacity-expected.png:
        * platform/efl/compositing/geometry/abs-position-inside-opacity-expected.txt:
        * platform/efl/compositing/geometry/clipping-foreground-expected.png:
        * platform/efl/compositing/geometry/clipping-foreground-expected.txt:
        * platform/efl/compositing/geometry/composited-html-size-expected.png:
        * platform/efl/compositing/geometry/composited-html-size-expected.txt:
        * platform/efl/compositing/geometry/fixed-in-composited-expected.png:
        * platform/efl/compositing/geometry/fixed-in-composited-expected.txt:
        * platform/efl/compositing/geometry/layer-due-to-layer-children-deep-expected.png:
        * platform/efl/compositing/geometry/layer-due-to-layer-children-deep-expected.txt:
        * platform/efl/compositing/geometry/layer-due-to-layer-children-expected.png:
        * platform/efl/compositing/geometry/layer-due-to-layer-children-expected.txt:
        * platform/efl/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.txt:
        * platform/efl/compositing/geometry/outline-change-expected.png:
        * platform/efl/compositing/geometry/outline-change-expected.txt:
        * platform/efl/compositing/geometry/partial-layout-update-expected.png:
        * platform/efl/compositing/geometry/partial-layout-update-expected.txt:
        * platform/efl/compositing/geometry/root-layer-update-expected.png:
        * platform/efl/compositing/geometry/root-layer-update-expected.txt:
        * platform/efl/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.png:
        * platform/efl/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.txt:
        * platform/efl/compositing/geometry/video-fixed-scrolling-expected.png:
        * platform/efl/compositing/geometry/video-fixed-scrolling-expected.txt:
        * platform/efl/compositing/geometry/video-opacity-overlay-expected.png:
        * platform/efl/compositing/geometry/video-opacity-overlay-expected.txt:
        * platform/efl/compositing/iframes/composited-iframe-alignment-expected.png:
        * platform/efl/compositing/iframes/composited-iframe-alignment-expected.txt:
        * platform/efl/compositing/iframes/composited-iframe-scroll-expected.txt: Added.
        * platform/efl/compositing/iframes/iframe-content-flipping-expected.txt: Added.
        * platform/efl/compositing/iframes/iframe-copy-on-scroll-expected.png:
        * platform/efl/compositing/iframes/iframe-copy-on-scroll-expected.txt:
        * platform/efl/compositing/iframes/leave-compositing-iframe-expected.txt: Added.
        * platform/efl/compositing/images/direct-image-background-color-expected.png:
        * platform/efl/compositing/images/direct-image-background-color-expected.txt:
        * platform/efl/compositing/layers-inside-overflow-scroll-expected.png:
        * platform/efl/compositing/layers-inside-overflow-scroll-expected.txt:
        * platform/efl/compositing/masks/direct-image-mask-expected.png:
        * platform/efl/compositing/masks/direct-image-mask-expected.txt:
        * platform/efl/compositing/masks/masked-ancestor-expected.png:
        * platform/efl/compositing/masks/masked-ancestor-expected.txt:
        * platform/efl/compositing/masks/multiple-masks-expected.png:
        * platform/efl/compositing/masks/multiple-masks-expected.txt:
        * platform/efl/compositing/masks/simple-composited-mask-expected.png:
        * platform/efl/compositing/masks/simple-composited-mask-expected.txt:
        * platform/efl/compositing/overflow/ancestor-overflow-expected.png:
        * platform/efl/compositing/overflow/ancestor-overflow-expected.txt:
        * platform/efl/compositing/overflow/fixed-position-ancestor-clip-expected.png:
        * platform/efl/compositing/overflow/fixed-position-ancestor-clip-expected.txt:
        * platform/efl/compositing/overflow/overflow-compositing-descendant-expected.png:
        * platform/efl/compositing/overflow/overflow-compositing-descendant-expected.txt:
        * platform/efl/compositing/overflow/overflow-positioning-expected.png:
        * platform/efl/compositing/overflow/overflow-positioning-expected.txt:
        * platform/efl/compositing/overflow/overflow-scroll-expected.png:
        * platform/efl/compositing/overflow/overflow-scroll-expected.txt:
        * platform/efl/compositing/overflow/parent-overflow-expected.png:
        * platform/efl/compositing/overflow/parent-overflow-expected.txt:
        * platform/efl/compositing/overflow/scroll-ancestor-update-expected.png:
        * platform/efl/compositing/overflow/scroll-ancestor-update-expected.txt:
        * platform/efl/compositing/overflow/scrollbar-painting-expected.png:
        * platform/efl/compositing/overflow/scrollbar-painting-expected.txt:
        * platform/efl/compositing/overflow/theme-affects-visual-overflow-expected.png: Added.
        * platform/efl/compositing/overflow/theme-affects-visual-overflow-expected.txt: Added.
        * platform/efl/compositing/plugins/1x1-composited-plugin-expected.txt: Added.
        * platform/efl/compositing/plugins/composited-plugin-expected.png:
        * platform/efl/compositing/plugins/composited-plugin-expected.txt:
        * platform/efl/compositing/plugins/large-to-small-composited-plugin-expected.txt: Added.
        * platform/efl/compositing/reflections/animation-inside-reflection-expected.png:
        * platform/efl/compositing/reflections/animation-inside-reflection-expected.txt:
        * platform/efl/compositing/reflections/compositing-change-inside-reflection-expected.png:
        * platform/efl/compositing/reflections/compositing-change-inside-reflection-expected.txt:
        * platform/efl/compositing/reflections/deeply-nested-reflections-expected.png:
        * platform/efl/compositing/reflections/deeply-nested-reflections-expected.txt:
        * platform/efl/compositing/reflections/load-video-in-reflection-expected.png:
        * platform/efl/compositing/reflections/load-video-in-reflection-expected.txt:
        * platform/efl/compositing/reflections/masked-reflection-on-composited-expected.png:
        * platform/efl/compositing/reflections/masked-reflection-on-composited-expected.txt:
        * platform/efl/compositing/reflections/nested-reflection-anchor-point-expected.png:
        * platform/efl/compositing/reflections/nested-reflection-anchor-point-expected.txt:
        * platform/efl/compositing/reflections/nested-reflection-animated-expected.png:
        * platform/efl/compositing/reflections/nested-reflection-animated-expected.txt:
        * platform/efl/compositing/reflections/nested-reflection-expected.png:
        * platform/efl/compositing/reflections/nested-reflection-expected.txt:
        * platform/efl/compositing/reflections/nested-reflection-mask-change-expected.png:
        * platform/efl/compositing/reflections/nested-reflection-mask-change-expected.txt:
        * platform/efl/compositing/reflections/nested-reflection-on-overflow-expected.png:
        * platform/efl/compositing/reflections/nested-reflection-on-overflow-expected.txt:
        * platform/efl/compositing/reflections/nested-reflection-opacity-expected.png:
        * platform/efl/compositing/reflections/nested-reflection-opacity-expected.txt:
        * platform/efl/compositing/reflections/nested-reflection-size-change-expected.png:
        * platform/efl/compositing/reflections/nested-reflection-size-change-expected.txt:
        * platform/efl/compositing/reflections/nested-reflection-transformed-expected.png:
        * platform/efl/compositing/reflections/nested-reflection-transformed-expected.txt:
        * platform/efl/compositing/reflections/nested-reflection-transformed2-expected.png:
        * platform/efl/compositing/reflections/nested-reflection-transformed2-expected.txt:
        * platform/efl/compositing/reflections/nested-reflection-transition-expected.png:
        * platform/efl/compositing/reflections/nested-reflection-transition-expected.txt:
        * platform/efl/compositing/reflections/reflection-in-composited-expected.png:
        * platform/efl/compositing/reflections/reflection-in-composited-expected.txt:
        * platform/efl/compositing/reflections/reflection-opacity-expected.png:
        * platform/efl/compositing/reflections/reflection-opacity-expected.txt:
        * platform/efl/compositing/reflections/reflection-ordering-expected.png:
        * platform/efl/compositing/reflections/reflection-ordering-expected.txt:
        * platform/efl/compositing/reflections/reflection-positioning-expected.png:
        * platform/efl/compositing/reflections/reflection-positioning-expected.txt:
        * platform/efl/compositing/reflections/reflection-positioning2-expected.png:
        * platform/efl/compositing/reflections/reflection-positioning2-expected.txt:
        * platform/efl/compositing/reflections/simple-composited-reflections-expected.png:
        * platform/efl/compositing/reflections/simple-composited-reflections-expected.txt:
        * platform/efl/compositing/reflections/transform-inside-reflection-expected.png:
        * platform/efl/compositing/reflections/transform-inside-reflection-expected.txt:
        * platform/efl/compositing/repaint/become-overlay-composited-layer-expected.png:
        * platform/efl/compositing/repaint/become-overlay-composited-layer-expected.txt:
        * platform/efl/compositing/repaint/composited-document-element-expected.png:
        * platform/efl/compositing/repaint/composited-document-element-expected.txt:
        * platform/efl/compositing/repaint/layer-repaint-expected.png:
        * platform/efl/compositing/repaint/layer-repaint-expected.txt:
        * platform/efl/compositing/repaint/layer-repaint-rects-expected.png:
        * platform/efl/compositing/repaint/layer-repaint-rects-expected.txt:
        * platform/efl/compositing/repaint/opacity-between-absolute-expected.png:
        * platform/efl/compositing/repaint/opacity-between-absolute-expected.txt:
        * platform/efl/compositing/repaint/opacity-between-absolute2-expected.png:
        * platform/efl/compositing/repaint/opacity-between-absolute2-expected.txt:
        * platform/efl/compositing/self-painting-layers-expected.png:
        * platform/efl/compositing/self-painting-layers-expected.txt:
        * platform/efl/compositing/shadows/shadow-drawing-expected.png:
        * platform/efl/compositing/shadows/shadow-drawing-expected.txt:
        * platform/efl/compositing/sibling-positioning-expected.png:
        * platform/efl/compositing/sibling-positioning-expected.txt:
        * platform/efl/compositing/text-on-large-layer-expected.png:
        * platform/efl/compositing/text-on-large-layer-expected.txt:
        * platform/efl/compositing/transitions/scale-transition-no-start-expected.png:
        * platform/efl/compositing/transitions/scale-transition-no-start-expected.txt:
        * platform/efl/compositing/transitions/singular-scale-transition-expected.png:
        * platform/efl/compositing/transitions/singular-scale-transition-expected.txt:
        * platform/efl/compositing/video/video-background-color-expected.png:
        * platform/efl/compositing/video/video-background-color-expected.txt:
        * platform/efl/compositing/visibility/visibility-composited-expected.png: Added.
        * platform/efl/compositing/visibility/visibility-composited-expected.txt: Added.
        * platform/efl/compositing/visibility/visibility-composited-transforms-expected.png: Copied from LayoutTests/platform/efl/mathml/presentation/fenced-expected.png.
        * platform/efl/compositing/visibility/visibility-composited-transforms-expected.txt: Added.
        * platform/efl/mathml/presentation/attributes-expected.png:
        * platform/efl/mathml/presentation/attributes-expected.txt:
        * platform/efl/mathml/presentation/fenced-expected.png:
        * platform/efl/mathml/presentation/fenced-expected.txt:
        * platform/efl/mathml/presentation/fenced-mi-expected.png:
        * platform/efl/mathml/presentation/fenced-mi-expected.txt:
        * platform/efl/mathml/presentation/fractions-expected.png:
        * platform/efl/mathml/presentation/fractions-expected.txt:
        * platform/efl/mathml/presentation/fractions-vertical-alignment-expected.png:
        * platform/efl/mathml/presentation/fractions-vertical-alignment-expected.txt:
        * platform/efl/mathml/presentation/mo-stretch-expected.png: Added.
        * platform/efl/mathml/presentation/mo-stretch-expected.txt: Added.
        * platform/efl/mathml/presentation/mroot-pref-width-expected.png: Added.
        * platform/efl/mathml/presentation/mroot-pref-width-expected.txt: Added.
        * platform/efl/mathml/presentation/sub-expected.png:
        * platform/efl/mathml/presentation/sub-expected.txt:
        * platform/efl/mathml/presentation/subsup-expected.png:
        * platform/efl/mathml/presentation/subsup-expected.txt:
        * platform/efl/mathml/presentation/sup-expected.png:
        * platform/efl/mathml/presentation/sup-expected.txt:
        * platform/efl/mathml/presentation/tables-expected.png:
        * platform/efl/mathml/presentation/tables-expected.txt:
        * platform/efl/mathml/presentation/tokenElements-expected.png:
        * platform/efl/mathml/presentation/tokenElements-expected.txt:
        * platform/efl/mathml/presentation/under-expected.png:
        * platform/efl/mathml/presentation/under-expected.txt:
        * platform/efl/mathml/presentation/underover-expected.png:
        * platform/efl/mathml/presentation/underover-expected.txt:

2012-05-23  Steve Block  <steveblock@google.com>

        Fix crashing expectation for several media/ LayoutTests

        Unreviewed gardening.

        * platform/chromium/test_expectations.txt:

2012-05-23  Steve Block  <steveblock@google.com>

        Set crashing expectation for several media/ LayoutTests

        Unreviewed gardening.

        * platform/chromium/test_expectations.txt:

2012-05-23  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r118105.
        http://trac.webkit.org/changeset/118105
        https://bugs.webkit.org/show_bug.cgi?id=87255

        New LayoutTest is causing several cookie tests to fail on
        numerous bots (Requested by steveblock on #webkit).

        * http/tests/cookies/js-get-and-set-http-only-cookie-expected.txt: Removed.
        * http/tests/cookies/js-get-and-set-http-only-cookie.php: Removed.
        * http/tests/cookies/script-tests/js-get-and-set-http-only-cookie.js: Removed.

2012-05-23  Zan Dobersek  <zandobersek@gmail.com>

        [Gtk] EventSender should properly handle (left|right)(control|shift|alt) after r118001
        https://bugs.webkit.org/show_bug.cgi?id=87221

        Reviewed by Martin Robinson.

        Remove failing test expectations for fast/events/keydown-leftright-keys.html,
        the test should pass now.

        * platform/gtk/test_expectations.txt:

2012-05-23  Ilya Tikhonovsky  <loislo@chromium.org>

        Web Inspector: eliminate getters from HeapSnapshot.js
        https://bugs.webkit.org/show_bug.cgi?id=87241

        getters can't be inlined by engine at the moment.
        I found that conversion getters into functions gives us about 600 ms

        RESULT heap-snapshot: switch-to-containment-view= 1920 ms
        vs
        RESULT heap-snapshot: switch-to-containment-view= 1367 ms

        Reviewed by Yury Semikhatsky.

        * inspector/profiler/heap-snapshot.html:

2012-05-23  Yury Semikhatsky  <yurys@chromium.org>

        Web Inspector: Debugger should correctly show catch scope
        https://bugs.webkit.org/show_bug.cgi?id=87197

        Reviewed by Vsevolod Vlasov.

        Added test for "catch" block to the debugger test.

        * inspector/debugger/debugger-expand-scope-expected.txt:
        * inspector/debugger/debugger-expand-scope.html:
        * platform/chromium/inspector/debugger/debugger-expand-scope-expected.txt:

2012-05-23  Thiago Marcos P. Santos  <thiago.santos@intel.com>

        [EFL] Gardening of failing tests
        https://bugs.webkit.org/show_bug.cgi?id=87233

        Unreviewed gardening.

        * platform/efl/Skipped:
        * platform/efl/test_expectations.txt:

2012-05-23  Krzysztof Czech  <k.czech@samsung.com>

        [EFL] Gardening editing/style tests, missing baselines.
        https://bugs.webkit.org/show_bug.cgi?id=87100

        Unreviewed EFL gardening.

        * platform/efl/test_expectations.txt: added tests regarding 84839 bug, missing baselines.

2012-05-23  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>

        [EFL][DRT] Webarchives tests gardening
        https://bugs.webkit.org/show_bug.cgi?id=87225

        Unreviewed. The EFL port has no support for webarchives, so the related testcases should 
        be put to test_expectations as expected to fail.

        * platform/efl/Skipped:
        * platform/efl/test_expectations.txt:

2012-05-23  Alice Boxhall  <aboxhall@chromium.org>

        AX: Contenteditable tables should always be exposed as data tables
        https://bugs.webkit.org/show_bug.cgi?id=87052

        Reviewed by Chris Fleizach.

        * accessibility/table-detection.html:

2012-05-23  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] EFL's DRT does not print didFailProvisionalLoadWithError messages
        https://bugs.webkit.org/show_bug.cgi?id=85956

        Reviewed by Gustavo Noronha Silva.

        Unskip test cases which expect the DumpRenderTree to print
        didFailProvisionalLoadWithError messages.
        Add EFL expectation for
        http/tests/loading/pdf-commit-load-callbacks.html.

        * platform/efl/Skipped:
        * platform/efl/http/tests/loading/pdf-commit-load-callbacks-expected.txt: Added.
        Use same expectation as for Qt.
        * platform/efl/test_expectations.txt:

2012-05-23  Christophe Dumez  <christophe.dumez@intel.com>

        [EFL] EFL's DRT needs to call Settings::setValidationMessageTimerMagnification(-1)
        https://bugs.webkit.org/show_bug.cgi?id=86366

        Reviewed by Antonio Gomes.

        Unskip fast/forms/validation-message-appearance.html and add EFL
        expectation.

        * platform/efl/Skipped:
        * platform/efl/fast/forms/validation-message-appearance-expected.png: Added.
        * platform/efl/fast/forms/validation-message-appearance-expected.txt: Added.

2012-05-23  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening after r118001, r118011 and r118105.

        * platform/gtk/test_expectations.txt:

2012-05-23  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening.

        * platform/qt/Skipped: Unskip a now passing test.

2012-05-22  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening.

        * platform/qt/Skipped: Skip new, but failing tests.
        * platform/qt/printing/iframe-print-expected.png: Added after r118039.
        * platform/qt/printing/iframe-print-expected.txt: Added after r118039.

2012-05-22  Csaba Osztrogonác  <ossy@webkit.org>

        [Qt] Unreviewed gardening, skip a failing test.

        * platform/qt/Skipped:

2012-05-22  Hayato Ito  <hayato@chromium.org>

        Remove an assertion since an event's target might be a shadow root if a text node is clicked.
        https://bugs.webkit.org/show_bug.cgi?id=87072

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/shadow-dom-event-dispatching.html:

2012-05-22  Dongwoo Im  <dw.im@samsung.com>

        [EFL] Implements the registerProtocolHandler method and option.
        https://bugs.webkit.org/show_bug.cgi?id=73638

        Reviewed by Andreas Kling.

        The registerProtocolHandler() method allows Web sites to register themselves
        as possible handlers for particular schemes.

        http://dev.w3.org/html5/spec/Overview.html#dom-navigator-registerprotocolhandler

        * platform/efl/fast/dom/register-protocol-handler-expected.txt: Added.

2012-05-22  Stephanie Lewis  <slewis@apple.com>

        https://bugs.webkit.org/show_bug.cgi?id=87208
        Unreviewed, checking in failing results.

        * platform/mac/http/tests/cookies/js-get-and-set-http-only-cookie-expected.txt: Added.

2012-05-22  MORITA Hajime  <morrita@google.com>

        REGRESSION(r116629) tests for <style scoped> is crashing
        https://bugs.webkit.org/show_bug.cgi?id=87191

        - Unskipped accidentally skipped test for <style scoped>.
        - Updated outdated expectations.

        Reviewed by Kent Tamura.

        * fast/css/style-scoped/style-scoped-in-shadow-expected.txt:
        * platform/chromium/test_expectations.txt:

2012-05-21  Shawn Singh  <shawnsingh@chromium.org>

        Improve W3C conformance of backface-visibility
        https://bugs.webkit.org/show_bug.cgi?id=84195

        Reviewed by Adrienne Walker.

        * compositing/backface-visibility-hierarchical-transform-expected.png: Removed.
        * compositing/backface-visibility/backface-visibility-3d-expected.png: Added.
        * compositing/backface-visibility/backface-visibility-3d-expected.txt: Copied from LayoutTests/compositing/backface-visibility-expected.txt.
        * compositing/backface-visibility/backface-visibility-3d.html: Added.
        * compositing/backface-visibility/backface-visibility-hierarchical-transform-expected.png: Added.
        * compositing/backface-visibility/backface-visibility-hierarchical-transform-expected.txt: Renamed from LayoutTests/compositing/backface-visibility-hierarchical-transform-expected.txt.
        * compositing/backface-visibility/backface-visibility-hierarchical-transform.html: Renamed from LayoutTests/compositing/backface-visibility-hierarchical-transform.html.
        * compositing/backface-visibility/backface-visibility-non3d-expected.png: Added.
        * compositing/backface-visibility/backface-visibility-non3d-expected.txt: Copied from LayoutTests/compositing/backface-visibility-expected.txt.
        * compositing/backface-visibility/backface-visibility-non3d.html: Added.
        * compositing/backface-visibility/backface-visibility-simple-expected.png: Renamed from LayoutTests/compositing/backface-visibility-expected.png.
        * compositing/backface-visibility/backface-visibility-simple-expected.txt: Renamed from LayoutTests/compositing/backface-visibility-expected.txt.
        * compositing/backface-visibility/backface-visibility-simple.html: Renamed from LayoutTests/compositing/backface-visibility.html.
        * platform/mac/test_expectations.txt:

2012-05-22  Sheriff Bot  <webkit.review.bot@gmail.com>

        Unreviewed, rolling out r118095.
        http://trac.webkit.org/changeset/118095
        https://bugs.webkit.org/show_bug.cgi?id=87201

        "Causing crashes on Mac in
        WebCore::StyleResolver::adjustRenderStyle (Requested by
        sundiamonde on #webkit).

        * fast/block/positioning/fixed-position-stacking-context-expected.png: Removed.
        * fast/block/positioning/fixed-position-stacking-context-expected.txt: Removed.
        * fast/block/positioning/fixed-position-stacking-context.html: Removed.
        * fast/block/positioning/fixed-position-stacking-context2-expected.png: Removed.
        * fast/block/positioning/fixed-position-stacking-context2-expected.txt: Removed.
        * fast/block/positioning/fixed-position-stacking-context2.html: Removed.

2012-05-22  Levi Weintraub  <leviw@chromium.org>

        NULL ptr in WebCore::RenderBlock::layoutRunsAndFloatsInRange
        https://bugs.webkit.org/show_bug.cgi?id=77786

        Reviewed by Ryosuke Niwa.

        * fast/block/line-layout/crash-in-isolate-with-positioned-child-expected.txt: Added.
        * fast/block/line-layout/crash-in-isolate-with-positioned-child.html: Added.

2012-05-22  Hayato Ito  <hayato@chromium.org>

        Make ComposedShadowTreeWalker traverse inactive insertion points correctly.
        https://bugs.webkit.org/show_bug.cgi?id=86830

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/composed-shadow-tree-walker-expected.txt:
        * fast/dom/shadow/composed-shadow-tree-walker.html:

2012-05-22  Stephanie Lewis  <slewis@apple.com>

        See https://bugs.webkit.org/show_bug.cgi?id=87199
        Unreviewed, add failing test to skipped list.

        * platform/mac/Skipped:

2012-05-22  Jason Liu  <jason.liu@torchmobile.com.cn>

        [BlackBerry] Possible to clobber httponly cookie.
        https://bugs.webkit.org/show_bug.cgi?id=86067

        Reviewed by Rob Buis.

        * http/tests/cookies/js-get-and-set-http-only-cookie-expected.txt: Added.
        * http/tests/cookies/js-get-and-set-http-only-cookie.php: Added.
        * http/tests/cookies/script-tests/js-get-and-set-http-only-cookie.js: Added.

2012-05-22  Kangil Han  <kangil.han@samsung.com>

        [EFL][DRT] Implement touch event
        https://bugs.webkit.org/show_bug.cgi?id=86720

        Reviewed by Hajime Morita.

        Currently EFL DRT doesn't support touch event.
        Therefore, this patch enabled it and implemented some eventSender function callbacks.

        * platform/efl/Skipped:

2012-05-22  Stephanie Lewis  <slewis@apple.com>

        Unreviewed, update result missed by http://trac.webkit.org/changeset/117673.

        * platform/mac-wk2/fast/forms/plaintext-mode-2-expected.txt:

2012-05-22  Stephanie Lewis  <slewis@apple.com>

        See https://bugs.webkit.org/show_bug.cgi?id=87187
        <rdar://problem/11511011> acid3 fails on WebKit2 (87187)

        Unreviewed, checking in failing results.

        * platform/mac-wk2/http/tests/misc/acid3-expected.txt:

2012-05-22  James Robinson  <jamesr@chromium.org>

        Add a Setting to make position:fixed form a new stacking context
        https://bugs.webkit.org/show_bug.cgi?id=87186

        Reviewed by Adam Barth.

        Adds layout tests that confirm we don't creates stacking contexts for position:fixed by default, but we do when
        the fixedPositionCreatesStackingContext Setting is true.

        Qt and Blackberry will need different expectations since they set this via an #ifdef

        * fast/block/positioning/fixed-position-stacking-context-expected.png: Added.
        * fast/block/positioning/fixed-position-stacking-context-expected.txt: Added.
        * fast/block/positioning/fixed-position-stacking-context.html: Added.
        * fast/block/positioning/fixed-position-stacking-context2-expected.png: Added.
        * fast/block/positioning/fixed-position-stacking-context2-expected.txt: Added.
        * fast/block/positioning/fixed-position-stacking-context2.html: Added.

2012-05-22  Adam Barth  <abarth@webkit.org>

        RenderInline::absoluteRects does some incorrect layout math
        https://bugs.webkit.org/show_bug.cgi?id=87036

        Reviewed by Eric Seidel.

        * fast/inline/boundingBox-with-continuation-expected.txt: Added.
        * fast/inline/boundingBox-with-continuation.html: Added.

2012-05-22  Jessie Berlin  <jberlin@apple.com>

        Do some more clean up on the WK2 Skipped list.

        Add bug numbers, remove tests that have been fixed, and consolidate tests that are already
        covered elsewhere in the file.

        * platform/wk2/Skipped:

2012-05-22  Jessie Berlin  <jberlin@apple.com>

        WebKitTestRunner needs an implementation of layoutTestController.setDefersLoading
        https://bugs.webkit.org/show_bug.cgi?id=64313

        Reviewed by Jon Honeycutt.

        * platform/wk2/Skipped:
        Remove a test that uses setDefersLoading from the WK2 Skipped list.

2012-05-22  Jessie Berlin  <jberlin@apple.com>

        [Mac WK2] platform/mac-wk2/plugins/mouse-events-scaled.html failing
        https://bugs.webkit.org/show_bug.cgi?id=87182

        Add expected (failing?) results to get the bots green.

        * platform/mac-wk2/plugins/mouse-events-scaled-expected.txt:

2012-05-22  Jessie Berlin  <jberlin@apple.com>

        WebKitTestRunner needs layoutTestController.setPrinting
        https://bugs.webkit.org/show_bug.cgi?id=42693

        Add printing/iframe-print.html to the WK2 Skipped list.

        * platform/wk2/Skipped:

2012-05-22  Raphael Kubo da Costa  <rakuco@webkit.org>

        [EFL] Gardening; skip test added in r118001.

        Skip it while the necessary mechanisms are not implemented by the
        port.

        * platform/efl/test_expectations.txt:

2012-05-22  Dan Bernstein  <mitz@apple.com>

        REGRESSION (r105513): CSS max-width is not applied to SVG element
        https://bugs.webkit.org/show_bug.cgi?id=87050

        Reviewed by Darin Adler.

        * svg/css/max-height-expected.png: Added.
        * svg/css/max-height-expected.txt: Added.
        * svg/css/max-height.html: Added.
        * svg/css/max-width-expected.png: Added.
        * svg/css/max-width-expected.txt: Added.
        * svg/css/max-width.html: Added.

2012-05-22  Emil A Eklund  <eae@chromium.org>

        Unreviewed chromium test_expectations update, added bug number for a couple of skipped tests.

        * platform/chromium/test_expectations.txt:

2012-05-22  Joshua Bell  <jsbell@chromium.org>

        [Chromium] Add missing baselines for r118039.

        Unreviewed gardening.

        * platform/chromium-linux/printing/iframe-print-expected.png: Added.
        * platform/chromium-mac-leopard/printing/iframe-print-expected.png: Added.
        * platform/chromium-mac-snowleopard/printing/iframe-print-expected.png: Added.
        * platform/chromium-mac/printing/iframe-print-expected.png: Added.
        * platform/chromium-mac/printing/iframe-print-expected.txt: Added.
        * platform/chromium-win/printing/iframe-print-expected.png: Added.
        * platform/chromium-win/printing/iframe-print-expected.txt: Added.

2012-05-22  Jessie Berlin  <jberlin@apple.com>

        WK2 Skipped list should be updated to reflect that
        https://bugs.webkit.org/show_bug.cgi?id=57515 has been fixed.
        https://bugs.webkit.org/show_bug.cgi?id=87170.

        Reviewed by Brady Eidson.

        Remove the tests from the Skipped list that now pass, separate out the test that crashes with
        its own entry, and correctly cover the shadow dom tests.

        * platform/wk2/Skipped:

2012-05-22  Jessie Berlin  <jberlin@apple.com>

        WTR needs an implementation of setAutomaticLinkDetectionEnabled
        https://bugs.webkit.org/show_bug.cgi?id=87162

        Add editing/inserting/typing-space-to-trigger-smart-link.html to the WK2 Skipped list.

        * platform/wk2/Skipped:

2012-05-22  Adam Barth  <abarth@webkit.org>

        echo-inspan.pl is missing a semicolon on line 14, freaks out Apache on multiple regression tests
        https://bugs.webkit.org/show_bug.cgi?id=86023

        Reviewed by Eric Seidel.

        This typo was causing a syntax error, making us lose test coverage.

        * http/tests/security/xssAuditor/open-iframe-src-expected.txt: Rebased result.
        * http/tests/security/xssAuditor/open-script-src-expected.txt: Ditto.
        * http/tests/security/xssAuditor/resources/echo-inspan.pl:

== Rolled over to ChangeLog-2012-05-22 ==
